Jacek Sieka
|
2695cfa864
|
EH cleanup (#2455)
almost 100% raises in nimbus-eth2 now!
* fix some rare exception-related crashes in json-rpc
|
2021-03-26 07:52:01 +01:00 |
Mamy Ratsimbazafy
|
c47d636cb3
|
Split Eth2Processor in prep for batching (#2396)
* Split Eth2Processor in gossip and consensus part and materialize the shared block queue
* Update initialization in test_sync_manager
|
2021-03-11 11:10:57 +01:00 |
Mamy Ratsimbazafy
|
d47f53cd9d
|
Reorg (5/5) (#2377)
* Reorg things left into networking and gossip_processing
* time -> beacon_clock
* fix builds
|
2021-03-05 14:12:00 +01:00 |
Mamy Ratsimbazafy
|
3276dfc683
|
Consolidate modules by areas [part 1] (#2365)
* Move sync in subfolder
* move validator related thingies in validators
* fix binary builds
* update bounds comment [skip ci]
|
2021-03-02 11:27:45 +01:00 |