Jacek Sieka
|
8b76ceed52
|
Fix minor exception effect issues (#2448)
Makes code compatible with
https://github.com/status-im/nim-chronos/pull/166 without requiring it.
|
2021-03-24 17:20:55 +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
|
5d7f9c3a04
|
Consensus object pools [reorg 4/5] (#2374)
* Add documentation
* make test doesn't try to build the beacon node :/
|
2021-03-04 10:13:44 +01:00 |
tersec
|
4278e80657
|
document two uint64 -> int64 conversions (#2375)
* document two uint64 -> int64 conversions
* fix minimal preset slot time & calculation
|
2021-03-04 10:13:23 +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 |