nimbus-eth2/beacon_chain
Jacek Sieka 44bb13ae46
spec updates (#37)
* use repeat_hash from spec in randao
* add some logging to state processing
* export crypto string converters in spec insulation layer
* enable block signature verification
* ssz: add support for arrays, remove custom data type code
* correctly handle previous and new block
* add trivial block processing tests
* prefer iterative repeat_hash
* state transition mostly done
* handle most specials and slashings
2018-12-13 10:00:55 -06:00
..
fork_choice_rule introduce Eth2Hash, Eth2Digest and friends (#22, fixes #3) 2018-11-27 17:10:09 -06:00
spec spec updates (#37) 2018-12-13 10:00:55 -06:00
beacon_chain_db.nim Get the code to compiling state 2018-11-29 03:17:57 +02:00
beacon_node.nim Sign block proposal and attestation 2018-12-13 12:58:05 +02:00
conf.nim Comments addressed, cosmetics 2018-12-09 11:17:54 +02:00
extras.nim spec updates (#37) 2018-12-13 10:00:55 -06:00
fork_choice.nim Merge pull request #33 from status-im/gossip_sub 2018-12-12 21:36:43 +00:00
gossipsub_protocol.nim fix one compile error 2018-12-12 13:44:18 -08:00
mainchain_monitor.nim spec updates (#34) 2018-12-11 11:55:45 -06:00
randao.nim spec updates (#37) 2018-12-13 10:00:55 -06:00
ssz.nim spec updates (#37) 2018-12-13 10:00:55 -06:00
state_transition.nim spec updates (#37) 2018-12-13 10:00:55 -06:00
sync_protocol.nim spec updates (#34) 2018-12-11 11:55:45 -06:00
time.nim spec updates 2018-12-03 15:41:24 -06:00
trusted_state_snapshots.nim Get the code to compiling state 2018-11-29 03:17:57 +02:00
validator_keygen.nim Some bits of randao 2018-12-09 11:17:54 +02:00
validator_pool.nim Sign block proposal and attestation 2018-12-13 12:58:05 +02:00