nimbus-eth2/beacon_chain
Mamy Ratsimbazafy 1938379bcd
Automated beacon constant checks (#583)
* Fix SSZ bitlist deserialization super silly bug

* Add an automated sanity checks of the beacon chain constants

* Remove SSZ consensus skipping procs [skip ci]

* Add phase 1 domains

* Fix mainnet constants

* Add missing phase 1 constants on minimal (they are not needed somehow on mainnet)

* Rebase artifact: constants were defined twice
2019-11-22 20:56:39 +01:00
..
spec Automated beacon constant checks (#583) 2019-11-22 20:56:39 +01:00
ssz random warning fixes 2019-11-15 12:05:18 +01:00
tracing Improve distinction between debugging stacktraces and crash/exception stacktraces 2019-03-26 17:35:09 +02:00
.gitignore interop updates 2019-09-02 22:14:18 +03:00
attestation_pool.nim re-enable test_interop based on zcli with 0.9.1 specs and update initialize_beacon_state_from_eth1(...) to 0.9.1 (#569) 2019-11-21 09:15:10 +00:00
beacon_chain_db.nim random warning fixes 2019-11-15 12:05:18 +01:00
beacon_node.nim simplify validator api (#573) 2019-11-21 10:57:59 +01:00
beacon_node.nim.cfg Reduce compilation differences between client and server nodes 2019-11-11 23:30:21 +00:00
beacon_node_types.nim verify that state_sim is justifying and finalizing; fix 3 more warnings; rename crosslink_committee_cache to beacon_committee_cache; fix O(n^2) usage of get_base_reward(...) 2019-11-18 17:35:58 +00:00
beacon_node_utils.nim Squashed commit of the following: 2019-03-12 16:03:14 +01:00
block_pool.nim switch assert(...) to doAssert(...) and minor cleanup 2019-11-22 16:39:05 +00:00
conf.nim Use the latest confutils 2019-11-11 23:29:36 +00:00
deposit_contract.nim switch assert(...) to doAssert(...) and minor cleanup 2019-11-22 16:39:05 +00:00
eth2_network.nim verify that state_sim is justifying and finalizing; fix 3 more warnings; rename crosslink_committee_cache to beacon_committee_cache; fix O(n^2) usage of get_base_reward(...) 2019-11-18 17:35:58 +00:00
extras.nim avoid bad blocks by filtering included attestations 2019-03-28 21:10:08 +02:00
fork_choice.nim re-enable test_interop based on zcli with 0.9.1 specs and update initialize_beacon_state_from_eth1(...) to 0.9.1 (#569) 2019-11-21 09:15:10 +00:00
gossipsub_protocol.nim Fix the build with RLPx 2019-08-15 20:43:05 +02:00
inspector.nim Use the latest confutils 2019-11-11 23:29:36 +00:00
interop.nim mark all non-changed 0.9.1 items as 0.9.2 (#576) 2019-11-22 09:29:04 +01:00
libp2p_backend.nim random warning fixes 2019-11-15 12:05:18 +01:00
libp2p_daemon_backend.nim random warning fixes 2019-11-15 12:05:18 +01:00
libp2p_json_serialization.nim Restore building with chronicles_sinks=json 2019-06-24 19:38:19 +03:00
mainchain_monitor.nim Finalization experiements 2019-11-05 03:13:16 +02:00
request_manager.nim fix several warnings and hints 2019-11-18 17:35:58 +00:00
ssz.nim remove a pre-Nim 0.20.x workaround 2019-11-18 17:35:58 +00:00
state_transition.nim mark all non-changed 0.9.1 items as 0.9.2 (#576) 2019-11-22 09:29:04 +01:00
statusbar.nim re-enable test_interop based on zcli with 0.9.1 specs and update initialize_beacon_state_from_eth1(...) to 0.9.1 (#569) 2019-11-21 09:15:10 +00:00
sync_protocol.nim Sync-related fixes: 2019-11-12 23:43:38 +00:00
time.nim mark all non-changed 0.9.1 items as 0.9.2 (#576) 2019-11-22 09:29:04 +01:00
trusted_state_snapshots.nim re-enable test_interop based on zcli with 0.9.1 specs and update initialize_beacon_state_from_eth1(...) to 0.9.1 (#569) 2019-11-21 09:15:10 +00:00
validator_keygen.nim re-enable test_interop based on zcli with 0.9.1 specs and update initialize_beacon_state_from_eth1(...) to 0.9.1 (#569) 2019-11-21 09:15:10 +00:00
validator_pool.nim simplify validator api (#573) 2019-11-21 10:57:59 +01:00
version.nim Make all testnet env file values optional [skip CI] 2019-11-12 23:43:38 +00:00