lighthouse/eth2/utils/bls/src
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
..
aggregate_public_key.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
aggregate_signature.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
fake_aggregate_public_key.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
fake_aggregate_signature.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
fake_public_key.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
fake_signature.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
keypair.rs Derive PartialEq for Keypair (#595) 2019-11-11 10:28:22 +11:00
lib.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
macros.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
public_key_bytes.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
public_key.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00
secret_key.rs Update SecretKey to 32 bytes (#1072) 2020-04-28 18:27:33 +10:00
signature_bytes.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
signature_set.rs Fix parallelism bug in exit processing (#1110) 2020-05-09 09:37:21 +10:00
signature.rs Arbitrary trait for eth2/types (#1040) 2020-05-06 09:12:28 +10:00