nimbus-eth2/beacon_chain
zah 2bd5d03743
Fix a VC crash observed in the local_testnet simulation (#3872)
It's not quite clear why this condition was triggered in the local
simulation, but it seems a viable scenario after the Keymanager API
is integrated in the validator client.

The user can temporarily remove all validator keys from a running
client before adding another set of keys.
2022-07-14 21:48:04 +03:00
..
consensus_object_pools allow driving EL with LC (#3865) 2022-07-14 04:07:40 +00:00
eth1 allow driving EL with LC (#3865) 2022-07-14 04:07:40 +00:00
fork_choice fork choice cleanups (#3849) 2022-07-10 15:26:29 +00:00
gossip_processing move consensus_manager to consensus_object_pools (#3852) 2022-07-13 14:13:54 +00:00
networking cleanup `getPersistentNetKeys` for better reuse (#3859) 2022-07-13 23:26:16 +02:00
rpc [Keymanager API] Support for the feerecipient end-points (#3864) 2022-07-13 17:45:04 +03:00
spec revert `requireAllFields` regression (#3870) 2022-07-14 03:33:15 +00:00
sync allow driving EL with LC (#3865) 2022-07-14 04:07:40 +00:00
validator_client Fix a VC crash observed in the local_testnet simulation (#3872) 2022-07-14 21:48:04 +03:00
validators cleanup `getPersistentNetKeys` for better reuse (#3859) 2022-07-13 23:26:16 +02:00
.editorconfig Add .editorconfig file and remove trailing newlines 2021-09-14 12:12:49 +03:00
.gitignore
beacon_chain_db.nim merge LC db into main BN db (#3832) 2022-07-04 23:46:32 +03:00
beacon_chain_db_immutable.nim group justified and finalized `Checkpoint` (#3841) 2022-07-06 13:33:02 +03:00
beacon_chain_db_light_client.nim merge LC db into main BN db (#3832) 2022-07-04 23:46:32 +03:00
beacon_clock.nim update 20 CL spec ref URLs (#3677) 2022-05-31 11:15:31 +00:00
beacon_node.nim move consensus_manager to consensus_object_pools (#3852) 2022-07-13 14:13:54 +00:00
beacon_node_light_client.nim bearssl: split abi (#3755) 2022-06-21 10:29:16 +02:00
beacon_node_status.nim
conf.nim allow driving EL with LC (#3865) 2022-07-14 04:07:40 +00:00
conf_light_client.nim allow driving EL with LC (#3865) 2022-07-14 04:07:40 +00:00
deposits.nim bearssl: split abi (#3755) 2022-06-21 10:29:16 +02: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 rename verifyFinalization internal flag to strictVerification (#3866) 2022-07-13 13:48:09 +00:00
filepath.nim
interop.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
light_client.nim Introduce message router (#3829) 2022-07-06 16:11:44 +00:00
nim.cfg enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
nimbus_beacon_node.nim Validator client various fixes. (#3840) 2022-07-13 17:43:57 +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 Validator client various fixes. (#3840) 2022-07-13 17:43:57 +03:00
nimbus_light_client.nim allow driving EL with LC (#3865) 2022-07-14 04:07:40 +00:00
nimbus_light_client.nim.cfg add light client (standalone) (#3653) 2022-05-31 12:45:37 +02:00
nimbus_signing_node.nim Implement all sync committee duties in the validator client (#3583) 2022-05-10 10:03:40 +00: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 Validator client various fixes. (#3840) 2022-07-13 17:43:57 +03:00
nimbus_validator_client.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
sszdump.nim update to latest light client libp2p protocol (#3623) 2022-05-23 14:02:54 +02:00
statediff.nim Fix #3650 (participation format in BeaconState result is out of spec) (#3776) 2022-06-20 08:38:56 +03:00
statusbar.nim switch result = foo to expression return; unexport rest of logtrace symbols (#2788) 2021-08-17 09:51:39 +00:00
trusted_node_sync.nim rm unused imports and fix stylecheck issues (#3784) 2022-06-21 21:01:45 +02:00
version.nim Version 22.6.1 2022-06-29 01:08:56 +03:00
wallets.nim bearssl: split abi (#3755) 2022-06-21 10:29:16 +02:00