lighthouse/beacon_node
Michael Sproul 338cb2fba7
Fix parallelism bug in exit processing (#1110)
* Fix parallelism bug in exit processing

Also:

* Remove parallelism for all other operations except deposit merkle proofs
* Improve exit tests
* Fix broken attestation test

Closes #1090

* Allow for generating block/pre/post states from some unit tests (#1123)

* Add post-state checks, comments

* Add state_transition_vectors crate

* Integrate new testing crate with CI

* Add readme

* Add additional valid tests

* Remove ExitTests (they were moved to new crate)

* Small test fixes

* Delete incorrect saturating_sub in slash_validator

And clean-up the balance increase/decrease functions to look more like the spec.

Co-authored-by: Paul Hauner <paul@paulhauner.com>
2020-05-09 09:37:21 +10:00
..
beacon_chain Fix parallelism bug in exit processing (#1110) 2020-05-09 09:37:21 +10:00
client Follow distance fix (#1082) 2020-04-30 17:14:57 +10:00
eth1 beacon/eth1: degrade log to debug level (#1105) 2020-05-06 08:54:37 +10:00
eth2-libp2p Protect against timing underflows (#1111) 2020-05-06 13:55:18 +10:00
genesis Ensure genesis is not triggered too early (#1052) 2020-04-29 11:37:14 +10:00
network Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00
rest_api Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00
src Dns discovery (#1015) 2020-05-03 23:18:19 +10:00
store Merge latest master 2020-04-22 01:05:46 +10:00
tests Faster attestation production (#838) 2020-03-04 17:10:22 +11:00
timer Update VC and BN APIs for naive aggregation (#950) 2020-03-25 21:14:05 +11:00
version Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
websocket_server Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
Cargo.toml Add more detail to bad hardcoded dir warning (#1069) 2020-04-30 16:19:15 +10:00