-
Notifications
You must be signed in to change notification settings - Fork 312
serve libp2p protocol for light client sync #3341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0979e52 to
a44bef0
Compare
|
Rebased to |
a44bef0 to
5e17478
Compare
tests/consensus_spec/altair/test_fixture_sync_protocol_light_client_sync.nim
Show resolved
Hide resolved
5e17478 to
5fc98d9
Compare
5fc98d9 to
aedad5c
Compare
|
Fixed time delay of broadcasting Extended Avoid "No optimistic light client update for proposed block" log when proposing pre-Altair block. |
beacon_chain/consensus_object_pools/blockchain_dag_light_client.nim
Outdated
Show resolved
Hide resolved
aedad5c to
f0b5c40
Compare
|
|
e7d4f50 to
1753bfd
Compare
|
Thanks to @arnetheduck for the detailed review!
|
|
|
1753bfd to
ef1048e
Compare
beacon_chain/consensus_object_pools/block_pools_types_light_client.nim
Outdated
Show resolved
Hide resolved
beacon_chain/consensus_object_pools/blockchain_dag_light_client.nim
Outdated
Show resolved
Hide resolved
|
|
This extends the `--serve-light-client-data` launch option to serve locally collected light client data via libp2p. Backfill of historic best `LightClientUpdate` is not yet implemented. See ethereum/consensus-specs#2802
|
This extends the
--serve-light-client-datalaunch option to servelocally collected light client data via libp2p.
Backfill of historic best
LightClientUpdateis not yet implemented.See ethereum/consensus-specs#2802