nimbus-eth2/beacon_chain/spec
tersec f5f939bd31
0.11.1 beacon chain spec update (#836)
* initial 0.11.1 spec commit; no test regressions and finalizes in eth2_network_simulation

* with BLS 0.10/0.11 available, stop skipping attester slashing, proposer slashing, and voluntary exist operations fixture tests

* switch param orders to group state.{fork, genesis_validators_root}; bump spec/datatypes spec version for network purposes

* mark attestation construction and broadcast and some minimal/mainnet constants as 0.11.1-compatible; remove phase 1 sharding constants from minimal which don't exist in that preset
2020-03-30 11:31:44 +00:00
..
eth2_apis Initial implementation of a JSON-RPC service 2020-03-22 19:00:09 +02:00
presets 0.11.1 beacon chain spec update (#836) 2020-03-30 11:31:44 +00:00
beaconstate.nim 0.11.1 beacon chain spec update (#836) 2020-03-30 11:31:44 +00:00
crypto.nim Fix shortlog crypto (#818) 2020-03-19 17:18:48 +01:00
datatypes.nim 0.11.1 beacon chain spec update (#836) 2020-03-30 11:31:44 +00:00
digest.nim Clean 20200205 (#729) 2020-02-07 08:13:38 +01:00
helpers.nim 0.11.1 beacon chain spec update (#836) 2020-03-30 11:31:44 +00:00
network.nim Initial implementation of a JSON-RPC service 2020-03-22 19:00:09 +02:00
state_transition_block.nim 0.11.1 beacon chain spec update (#836) 2020-03-30 11:31:44 +00:00
state_transition_epoch.nim 0.11.1 beacon chain spec update (#836) 2020-03-30 11:31:44 +00:00
state_transition_helpers.nim more 0.10.1 updates 2020-01-27 12:50:54 +00:00
validator.nim align process_block(...) name with spec; fix beacon chain proposer index generation when some validators aren't active to fix the two regressing 0.11.0 block sanity tests 2020-03-17 12:06:56 +02:00