nimbus-eth2/beacon_chain/block_pools
zah 372c9b798c
Fix the corrupted database state on Pyrmont nodes; Add mainnet genesis (#2056)
* Handle some web3 timeouts better

* Add support for developer .env files

* Eth1 improvements; Mainnet genesis state

Notable changes:

* The deposits table have been removed from the database. The client
  will no longer process all deposits on start-up.

* The network metadata now includes a "state snapshot" of the deposit
  contract. This allows the client to skip syncing deposits made prior
  to the snapshot (i.e. genesis). Suitable metadata added for Pyrmont
  and Mainnet.

* The Eth1 monitor won't be started unless there are validators attached
  to the node.

* The genesis detection code is now optional and disabled by default

* Bugfix: The client should not produce blocks that will fail validation
  when it hasn't downloaded the latest deposits yet

* Bugfix: Work around the database corruption affecting Pyrmont nodes

* Remove metadata for Toledo and Medalla
2020-11-24 22:21:47 +01:00
..
block_pools_types.nim Fix the corrupted database state on Pyrmont nodes; Add mainnet genesis (#2056) 2020-11-24 22:21:47 +01:00
chain_dag.nim Fix the corrupted database state on Pyrmont nodes; Add mainnet genesis (#2056) 2020-11-24 22:21:47 +01:00
clearance.nim misc fixes (#2027) 2020-11-16 20:15:43 +01:00
quarantine.nim misc fixes (#2027) 2020-11-16 20:15:43 +01:00
spec_cache.nim remove superfluous TODOs/not-really-TODOs, type conversion, imports (#2025) 2020-11-16 17:10:51 +01:00