lighthouse/eth2/state_processing/src
Akihito Nakano c188227cc2
Fix Eth1 data underflow (#977)
* Fix Eth1 data underflow #540

* Refactor: smart transformation from Option to Result

* Add tests for BeaconState::get_outstanding_deposit_len()
2020-04-06 15:36:34 +10:00
..
common Use global pubkey cache for block processing (#849) 2020-04-06 14:13:19 +10:00
per_block_processing Use global pubkey cache for block processing (#849) 2020-04-06 14:13:19 +10:00
per_epoch_processing Update to spec v0.11 (#959) 2020-04-01 22:03:03 +11:00
genesis.rs Update to spec v0.11 (#959) 2020-04-01 22:03:03 +11:00
lib.rs Use global pubkey cache for block processing (#849) 2020-04-06 14:13:19 +10:00
macros.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
per_block_processing.rs Fix Eth1 data underflow (#977) 2020-04-06 15:36:34 +10:00
per_epoch_processing.rs Update to spec v0.11 (#959) 2020-04-01 22:03:03 +11:00
per_slot_processing.rs Update to spec v0.11 (#959) 2020-04-01 22:03:03 +11:00
test_utils.rs Update to spec v0.11 (#959) 2020-04-01 22:03:03 +11:00