lighthouse/beacon_node/beacon_chain/src
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
..
test_utils Update types to new tree_hash crate 2019-04-16 14:14:38 +10:00
beacon_chain.rs spec: simplify cache_state 2019-04-17 12:00:23 +10:00
checkpoint.rs Fix last errors stopping full chain sync 2019-03-24 16:35:07 +11:00
errors.rs Fix last errors stopping full chain sync 2019-03-24 16:35:07 +11:00
initialise.rs Update types to new tree_hash crate 2019-04-16 14:14:38 +10:00
lib.rs Correct compile error 2019-03-31 11:04:50 +11:00