nimbus-eth2/beacon_chain
Jacek Sieka cd160b5650
more strict read-only database mode (#4362)
* avoid creating pre-altair backwards compatibility tables
* allow running ncli_db era export without above tables present
* drop unused pre-altair backwards compatibility tables
* run benchmark on read-ronly database
* fix running benchmark from genesis
2022-11-28 23:21:58 +00:00
..
consensus_object_pools REST server shouldn't create validation objects when optimistically synced (#4361) 2022-11-25 22:49:31 +00:00
eth1 automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
fork_choice automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
gossip_processing automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
networking automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
rpc fix unguarded result access 2022-11-27 00:49:30 +00:00
spec remove unused types from datatypes/bellatrix and capella (#4366) 2022-11-28 16:30:38 +00:00
sync automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
validator_client Fix unexpected block proposal cancellation. (#4367) 2022-11-28 22:00:44 +01:00
validators bump `nim-eth`, extend empty block fallback for Capella (#4357) 2022-11-28 14:41:25 +01:00
.editorconfig
.gitignore
beacon_chain_db.nim more strict read-only database mode (#4362) 2022-11-28 23:21:58 +00:00
beacon_chain_db_immutable.nim automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
beacon_chain_db_light_client.nim
beacon_clock.nim automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
beacon_node.nim implement /eth/v1/validator/register_validator (#4115) 2022-09-13 14:52:26 +03:00
beacon_node_light_client.nim rm optimistic candidate block check from LC (#4131) 2022-09-17 00:42:19 +00:00
beacon_node_status.nim
conf.nim State-only checkpoint state startup (#4251) 2022-11-02 10:02:38 +00:00
conf_light_client.nim reduce LC optsync latency (#4002) 2022-08-25 03:53:59 +00:00
deposits.nim nicer error message for failed backfill (#4188) 2022-09-29 23:55:18 +03:00
era_db.nim era: fix verification of era 1 (#4351) 2022-11-24 15:38:56 +00:00
extras.nim api: add skip_randao_verification for produceBlockV2 (#3837) 2022-09-21 09:38:08 +02:00
filepath.nim
interop.nim
light_client.nim rename `BlockError` -> `VerifierError` (#4310) 2022-11-10 17:40:27 +00:00
nim.cfg
nimbus_beacon_node.nim register validators for MEV regardless of whether attached to BN (#4363) 2022-11-26 18:50:42 +00:00
nimbus_beacon_node.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
nimbus_binary_common.nim Remove warning on unused import of `filepath` (#4176) 2022-09-26 17:14:24 +00:00
nimbus_light_client.nim periodically log LC sync progress (#4339) 2022-11-22 16:39:03 +01:00
nimbus_light_client.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
nimbus_signing_node.nim load suggested fee recipient file also when keymanager is disabled (#4078) 2022-09-17 08:30:07 +03:00
nimbus_signing_node.nim.cfg
nimbus_validator_client.nim Per-validator doppelganger protection. (#4304) 2022-11-20 15:55:43 +02:00
nimbus_validator_client.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
sszdump.nim
statediff.nim update state diffs to Bellatrix (#4177) 2022-09-26 19:13:50 +00:00
statusbar.nim
trusted_node_sync.nim rename `BlockError` -> `VerifierError` (#4310) 2022-11-10 17:40:27 +00:00
version.nim Version 22.10.1 2022-10-10 18:20:34 +03:00
wallets.nim