nimbus-eth2/beacon_chain/spec
Viktor Kirilov 3bae40ae91 - extracted the commands to run a VC into a separate run_validator.sh script
- each BN gets half of its previous validators as inProcess and the other half goes to the respective VC for that BN - using separate data dirs where the keys are copied
    - also removed a few command line options which are no longer necessary
- block proposals originating from a VC are propagated from one BN to the rest properly
- other cleanup & moving code back to  since it is no longer used elsewhere
2020-06-10 13:50:50 +03:00
..
eth2_apis - extracted the commands to run a VC into a separate run_validator.sh script 2020-06-10 13:50:50 +03:00
presets allow compile-time switching between v0.11.3 and v0.12.1 2020-06-09 18:39:05 +00:00
beaconstate.nim [Split fork choice PR] Derisk-ed attestation checks changes (#1154) 2020-06-10 08:58:12 +02:00
crypto.nim reorder ssz (#1099) 2020-06-03 15:52:02 +02:00
datatypes.nim poke 2020-06-09 18:39:05 +00:00
digest.nim update all remaining beacon chain spec references from v0.11.1 and v0.11.2 to v0.11.3 2020-05-20 08:48:18 +00:00
english_word_list.txt Bump testutils 2020-06-01 16:58:28 +03:00
helpers.nim allow compile-time switching between v0.11.3 and v0.12.1 2020-06-09 18:39:05 +00:00
keystore.nim Check iv length for decryption 2020-05-29 16:38:55 +03:00
network.nim allow compile-time switching between v0.11.3 and v0.12.1 2020-06-09 18:39:05 +00:00
state_transition_block.nim allow compile-time switching between v0.11.3 and v0.12.1 2020-06-09 18:39:05 +00:00
state_transition_epoch.nim [Split fork choice PR] Derisk-ed attestation checks changes (#1154) 2020-06-10 08:58:12 +02:00
state_transition_helpers.nim audit & update spec references for some slashing and rewards and penalty functions; check and update all remaining v0.11.0 spec references to v0.11.3 [skip ci] 2020-05-20 14:57:08 +00:00
validator.nim 12x speedup on state sim with 100k validators sans BLS by caching get_beacon_proposer_index(...) 2020-06-04 17:07:51 +00:00