nimbus-eth2/beacon_chain
Etan Kissling 98a533c781
resume EL sync at correct block on reconnect (#3957)
When connection to the EL is lost as part of EL deposits importing, the
targeted block range to sync would reset. This is changed to properly
remember import progress across reconnects.
2022-08-12 16:48:33 +03:00
..
consensus_object_pools Implement a missing ingnore rule for sync committee contributions (#3941) 2022-08-09 12:52:11 +03:00
eth1 resume EL sync at correct block on reconnect (#3957) 2022-08-12 16:48:33 +03:00
fork_choice compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
gossip_processing Implement a missing ingnore rule for sync committee contributions (#3941) 2022-08-09 12:52:11 +03:00
networking use LC features on all networks (#3921) 2022-07-29 15:37:47 +00:00
rpc The body of prepare_beacon_proposer is an array (Fixes #3920) (#3938) 2022-08-09 12:53:02 +03:00
spec The body of prepare_beacon_proposer is an array (Fixes #3920) (#3938) 2022-08-09 12:53:02 +03:00
sync compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
validator_client VC: metrics (#3915) 2022-07-29 11:36:20 +03:00
validators Exclusive keystore locking (#3907) 2022-08-08 00:53:20 +03:00
.editorconfig Add .editorconfig file and remove trailing newlines 2021-09-14 12:12:49 +03:00
.gitignore Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
beacon_chain_db.nim beacon_chain_db: proc -> func (#3931) 2022-08-01 16:17:06 +00:00
beacon_chain_db_immutable.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
beacon_chain_db_light_client.nim fix obtaining deposits after connection loss (#3943) 2022-08-10 00:32:34 +03:00
beacon_clock.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
beacon_node.nim MEV block proposal (#3883) 2022-08-01 09:41:47 +03:00
beacon_node_light_client.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
beacon_node_status.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
conf.nim Keep CLI options consistent by removing the '-enable' suffix from the outliers (#3928) 2022-08-05 17:38:26 +02:00
conf_light_client.nim document LC data serving options (#3922) 2022-08-02 12:23:03 +00:00
deposits.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
era_db.nim cleanups: unused and duplicate imports, inconsistent naming conventions, URL updates (#3724) 2022-06-09 14:30:13 +00:00
extras.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
filepath.nim Exclusive keystore locking (#3907) 2022-08-08 00:53:20 +03:00
interop.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
light_client.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
nim.cfg enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
nimbus_beacon_node.nim Exclusive keystore locking (#3907) 2022-08-08 00:53:20 +03:00
nimbus_beacon_node.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_binary_common.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
nimbus_light_client.nim update light client protocol version (#3550) 2022-07-29 11:45:39 +03:00
nimbus_light_client.nim.cfg add light client (standalone) (#3653) 2022-05-31 12:45:37 +02:00
nimbus_signing_node.nim MEV block proposal (#3883) 2022-08-01 09:41:47 +03:00
nimbus_signing_node.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_validator_client.nim VC: metrics (#3915) 2022-07-29 11:36:20 +03:00
nimbus_validator_client.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
sszdump.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
statediff.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
statusbar.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
trusted_node_sync.nim Fix typo in log: canoncial->canonical (#3927) 2022-08-01 00:32:08 +00:00
version.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
wallets.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00