go-ethereum/statediff/builder
Elizabeth Engelman 91b5f52ef7 Use a node's LeafKey as an identifier instead of the address
It was proving difficult to find look the address up from a given path
with a full node (sometimes the value wouldn't exist in the disk db).
So, instead, for now we are using the node's LeafKey with is a Keccak256
hash of the address, so if we know the address we can figure out which
LeafKey it matches up to.
2019-04-21 12:29:59 -05:00
..
builder_test.go Statediff for full node (#6) 2019-04-19 10:02:33 -05:00
builder.go Use a node's LeafKey as an identifier instead of the address 2019-04-21 12:29:59 -05:00
helpers.go Statediff for full node (#6) 2019-04-19 10:02:33 -05:00
struct.go Statediff for full node (#6) 2019-04-19 10:02:33 -05:00