lighthouse/eth2/state_processing/src/per_block_processing
Paul Hauner 75efed305c
Faster BeaconState enc/dec (#671)
* Add state enc/dec benches

* Add example for flamegraph

* Use `PublicKeyBytes` for `Validator`

* Ripple PublicKeyBytes change through codebase

* Add benches, optimizations to store BeaconState

* Store BeaconState in StorageContainer too

* Optimize StorageContainer with std::mem magic

* Fix rest_api tests
2019-12-06 16:44:03 +11:00
..
block_processing_builder.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
block_signature_verifier.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
errors.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
is_valid_indexed_attestation.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
signature_sets.rs Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
tests.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
verify_attestation.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
verify_attester_slashing.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
verify_deposit.rs Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
verify_exit.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00
verify_proposer_slashing.rs Update to spec v0.9.1 (#597) 2019-11-21 11:47:30 +11:00