Skip to content

Commit

Permalink
Merge pull request #825 from terenc3t/patch-56
Browse files Browse the repository at this point in the history
Add table fo contents for light client sync
  • Loading branch information
hwwhww committed Mar 22, 2019
2 parents 9e912e0 + d3f175d commit 417d526
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions specs/light_client/sync_protocol.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Beacon chain light client syncing
# Beacon Chain Light Client Syncing

__NOTICE__: This document is a work-in-progress for researchers and implementers. One of the design goals of the eth2 beacon chain is light-client friendlines, both to allow low-resource clients (mobile phones, IoT, etc) to maintain access to the blockchain in a reasonably safe way, but also to facilitate the development of "bridges" between the eth2 beacon chain and other chains.

## Table of Contents

<!-- TOC -->
- [Beacon Chain Light Client Syncing](#beacon-chain-light-client-syncing)
- [Table of Contents](#table-of-contents)
- [Light client state](#light-client-state)
- [Updating the shuffled committee](#updating-the-shuffled-committee)
- [Computing the current committee](#computing-the-current-committee)
- [Verifying blocks](#verifying-blocks)
<!-- /TOC -->

One of the design goals of the eth2 beacon chain is light-client friendlines, both to allow low-resource clients (mobile phones, IoT, etc) to maintain access to the blockchain in a reasonably safe way, but also to facilitate the development of "bridges" between the eth2 beacon chain and other chains.

### Preliminaries

Expand Down

0 comments on commit 417d526

Please sign in to comment.