lighthouse/eth2/utils
Paul Hauner bcffe42712
Bulk signature verification (#507)
* Add basic block processing benches

* Start reviving state processing benches

* Fix old block builders

* Add optimization for faster pubkey add

* Tidy benches, add another

* Add extra block processing bench

* Start working on faster BLS scheme

* Add partially complete sig verify optimization

* Add .gitignore to state processing

* Add progress on faster signature verification

* Fix SignatureSet for fake_crypto

* Tidy attester slashings sig set

* Tidy bulk signature verifier

* Refactor signature sets to be cleaner

* Start threading SignatureStrategy through code

* Add (empty) test dir

* Move BenchingBlockBuilder

* Add initial block signature verification tests

* Add tests for bulk signature verification

* Start threading SignatureStrategy in block proc.

* Refactor per_block_processing errors

* Use sig set tuples instead of lists of two

* Remove dead code

* Thread VerifySignatures through per_block_processing

* Add bulk signature verification

* Introduce parallel bulk signature verification

* Expand state processing benches

* Fix additional compile errors

* Fix issue where par iter chunks is 0

* Update milagro_bls dep

* Remove debugs, code fragment in beacon chain

* Tidy, add comments to block sig verifier

* Fix various PR comments

* Add block_root option to per_block_processing

* Fix comment in block signature verifier

* Fix comments from PR review

* Remove old comment

* Fix comment
2019-08-29 11:34:25 +10:00
..
bls Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
compare_fields Add extra level of comparisons to CompareFields 2019-05-24 14:08:19 +10:00
compare_fields_derive Add extra level of comparisons to CompareFields 2019-05-24 14:08:19 +10:00
eth2_config Initial Interop Updates (#492) 2019-08-10 11:44:17 +10:00
eth2_hashing Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
eth2_interop_keypairs Interop chain start strategies (#479) 2019-08-06 13:29:27 +10:00
int_to_bytes Rename eth2_bytes to int_to_bytes 2019-02-15 11:19:25 +11:00
lighthouse_metrics Fix block processing blowup, upgrade metrics (#500) 2019-08-19 21:02:34 +10:00
logging Add cargo fmt to .travis.yml (#474) 2019-07-31 14:45:09 +10:00
merkle_proof Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
serde_hex Merge ssz little endian branch 2019-03-26 15:44:01 +11:00
slot_clock Fix block processing blowup, upgrade metrics (#500) 2019-08-19 21:02:34 +10:00
ssz Fix this link per @blacktemplar to link to the actual crate (#518) 2019-08-28 09:32:54 +10:00
ssz_derive Update ssz_derive for publishing to crates.io 2019-07-04 13:22:33 +10:00
ssz_types Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
swap_or_not_shuffle Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
test_random_derive Implement new BeaconStateTypes trait in types 2019-05-08 13:08:37 +10:00
tree_hash Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
tree_hash_derive Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00