lighthouse/beacon_node
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
..
beacon_chain spec: simplify cache_state 2019-04-17 12:00:23 +10:00
client Fix clippy lints 2019-04-03 16:23:09 +11:00
db Merge current master and fix ssz-fuzzing 2019-03-26 14:53:50 +11:00
eth2-libp2p Fix clippy lints 2019-04-03 16:23:09 +11:00
network Add new tree_hash crate project wide. 2019-04-16 14:25:43 +10:00
rpc Fix clippy lints 2019-04-03 16:23:09 +11:00
src Correct bootnodes cli parameter 2019-04-01 16:29:11 +11:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
Cargo.toml Change beacon_node and network slog features 2019-03-31 10:15:01 +11:00