go-ethereum/statediff/builder
Elizabeth Engelman 498831ec13 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-02-12 14:29:02 -06:00
..
builder_test.go Use a node's LeafKey as an identifier instead of the address 2019-02-12 14:29:02 -06:00
builder.go Use a node's LeafKey as an identifier instead of the address 2019-02-12 14:29:02 -06:00
helpers.go Use a node's LeafKey as an identifier instead of the address 2019-02-12 14:29:02 -06:00
struct.go Use a node's LeafKey as an identifier instead of the address 2019-02-12 14:29:02 -06:00