nimbus-eth2/beacon_chain/spec
tersec 8a72ae89b9
fix mainnet finalization (#906)
* fix mainnet finalization and swith eth2_network_simulation to a kind of small-mainnet profile

* Fix slot reference in trace logging

* bump a couple of spec refs from v0.11.0 to v0.11.1

* bump another spec ref to v0.11.1, one more try at Jenkins test vector download CI issue

* fix other slot reference in trace logging and skip past single-block/multi-slot gaps to re-approach from ancestry side by state_transitioning, by requiring exact match on both root hash and slot for fast path

* make more precise the fast path condition

* redo logic to make uniform with BeaconChainDB; fix chronos deprecation warning

* revert not-working replacement of deprecated chronos futures `or`

* switch testnet1 to mainnet
2020-04-20 19:27:52 +02:00
..
eth2_apis Initial implementation of a JSON-RPC service 2020-03-22 19:00:09 +02:00
presets Remove more warnings, both deprecations and unused imports (#884) 2020-04-11 19:41:50 +02:00
beaconstate.nim fix remaining block sanity test vectors (#902) 2020-04-18 00:09:34 +02:00
crypto.nim bump some eth2 phase0 spec refs to v0.11.1 2020-04-17 16:37:52 +03:00
datatypes.nim fix mainnet finalization (#906) 2020-04-20 19:27:52 +02:00
digest.nim crypto: cleanup (#882) 2020-04-11 10:51:07 +02:00
helpers.nim Implement most of the v0.11.1 networking changes 2020-04-16 01:01:18 +03:00
network.nim Fix the inspector build 2020-04-16 01:01:18 +03:00
state_transition_block.nim fix remaining block sanity test vectors (#902) 2020-04-18 00:09:34 +02:00
state_transition_epoch.nim fix remaining block sanity test vectors (#902) 2020-04-18 00:09:34 +02:00
state_transition_helpers.nim more 0.10.1 updates 2020-01-27 12:50:54 +00:00
validator.nim create distinct CommitteeIndex type 2020-04-15 09:59:49 +00:00