go-ethereum/statediff/publisher
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
..
csv.go Use a node's LeafKey as an identifier instead of the address 2019-02-12 14:29:02 -06:00
publisher_test.go Use a node's LeafKey as an identifier instead of the address 2019-02-12 14:29:02 -06:00
publisher.go Write state diff to CSV (#2) 2019-01-28 15:31:01 -06:00