nimbus-eth2/beacon_chain/spec
Dustin Brody 31a4c7255f more v0.2.0 spec updates (#107)
* switch to v0.2.0 shuffling scheme

* fix some >80 char lines; add get_total_balance helper function (used in epoch processing, etc); note intended removal of repeat_hash and users thereof; add some int_to_bytes and bytes_to_int helpers; more underflow comments; add Gwei type; adjust generate_seed to include additional entropy source; note egregious inefficiencies

* minor code cleanup

* move some general helper functions to helpers.nim and clarify little-endian comments
2019-02-13 11:26:32 +01:00
..
beaconstate.nim more v0.2.0 spec updates (#107) 2019-02-13 11:26:32 +01:00
crypto.nim more checking that various functions match v0.1; some variable/etc renaming; fix is_double_vote to check epoch, not slot equivalence; finish verify_slashable_attestation; adjust is_surround_vote logic (#100) 2019-02-08 00:07:15 +01:00
datatypes.nim more v0.2.0 spec updates (#107) 2019-02-13 11:26:32 +01:00
digest.nim Use nim-eth (#82) 2019-02-05 20:21:18 +01:00
helpers.nim more v0.2.0 spec updates (#107) 2019-02-13 11:26:32 +01:00
validator.nim more v0.2.0 spec updates (#107) 2019-02-13 11:26:32 +01:00