go-ethereum/cmd
Elizabeth c1e8003c7d Statediff for full node (#6)
* Open a trie from the in-memory database

* 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.

* Make sure that statediff has been processed before pruning

* Use blockchain stateCache.OpenTrie for storage diffs

* Clean up log lines and remove unnecessary fields from builder

* Apply go fmt changes

* Add a sleep to the blockchain test

* Address PR comments

* Address PR comments
2019-07-17 13:53:46 -05:00
..
abigen cmd/abigen: refactor command line interface (#19797) 2019-07-08 14:59:07 +02:00
bootnode p2p/enode: improve IPv6 support, add ENR text representation (#19663) 2019-06-07 15:31:00 +02:00
checkpoint-admin accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) 2019-07-03 22:54:59 +03:00
clef cmd/clef, signer: refresh tutorial, fix noticed issues (#19774) 2019-07-02 14:01:47 +03:00
devp2p cmd/devp2p: add devp2p debug tool (#19657) 2019-06-07 15:29:16 +02:00
ethkey cmd, internal/build, docker: advertise commit date in unstable build versions (#19522) 2019-05-08 16:44:28 +03:00
evm cmd/evm: evm input minor fixes (#19740) 2019-06-25 11:03:04 +03:00
faucet p2p/enode: improve IPv6 support, add ENR text representation (#19663) 2019-06-07 15:31:00 +02:00
geth Statediff for full node (#6) 2019-07-17 13:53:46 -05:00
p2psim all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
puppeth all: replace fmt.Print* calls with t.Log* in tests (#19670) 2019-07-17 13:20:24 +02:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
utils Apply go fmt changes to statediff 2019-07-17 13:46:14 -05:00
wnode p2p/enode: improve IPv6 support, add ENR text representation (#19663) 2019-06-07 15:31:00 +02:00