lighthouse/beacon_node/beacon_chain
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
..
src spec: simplify cache_state 2019-04-17 12:00:23 +10:00
test_harness Add new tree_hash crate project wide. 2019-04-16 14:25:43 +10:00
Cargo.toml Add new tree_hash crate project wide. 2019-04-16 14:25:43 +10:00