lighthouse/eth2/state_processing
Michael Sproul 32547373e5
spec: simplify cache_state
The `latest_block_root` input argument was unnecessary as we were always setting it to something
almost equivalent to `state.latest_block_root` anyway, and more importantly, it was messing up the
caching of the state root. Previously it was possible for the function to update the state's latest
block root, and then hash the outdated block root that was passed in as an argument.
2019-04-17 12:00:23 +10:00
..
benches Update types to new tree_hash crate 2019-04-16 14:14:38 +10:00
src spec: simplify cache_state 2019-04-17 12:00:23 +10:00
tests spec: simplify cache_state 2019-04-17 12:00:23 +10:00
yaml_utils state transitions tests: check more fields 2019-04-17 12:00:22 +10:00
build.rs testing: add a fake_crypto feature 2019-04-17 12:00:22 +10:00
Cargo.toml testing: add a fake_crypto feature 2019-04-17 12:00:22 +10:00