plugeth/cmd
Martin Holst Swende 4535230059
cmd, core, eth: background transaction indexing (#20302)
* cmd, core, eth: init tx lookup in background

* core/rawdb: tiny log fixes to make it clearer what's happening

* core, eth: fix rebase errors

* core/rawdb: make reindexing less generic, but more optimal

* rlp: implement rlp list iterator

* core/rawdb: new implementation of tx indexing/unindex using generic tx iterator and hashing rlp-data

* core/rawdb, cmd/utils: fix review concerns

* cmd/utils: fix merge issue

* core/rawdb: add some log formatting polishes

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2020-05-11 18:58:43 +03:00
..
abidump cmd: implement abidump (#19958) 2020-01-21 15:51:36 +01:00
abigen cmd/abigen: Sanitize vyper's combined json names (#20419) 2019-12-16 13:37:15 +01:00
bootnode cmd/bootnode: fix exit behavior with -genkey (#20110) 2019-10-02 11:32:02 +02:00
checkpoint-admin cmd/checkpoint-admin: add some documentation (#20697) 2020-03-18 10:18:14 +01:00
clef cmd/utils: renames flags related to http-rpc server (#20935) 2020-05-05 11:19:17 +03:00
devp2p cmd: deprecate --testnet, use named networks instead (#20852) 2020-04-09 12:09:58 +03:00
ethkey cmd/ethkey: speed up test by using weaker scrypt parameters (#20680) 2020-02-17 13:22:52 +02:00
evm tests: cleanup snapshot generator goroutine leak 2020-05-04 12:10:02 +03:00
faucet cmd/faucet: protect f.reqs with Rlock to prevent data race (#20669) 2020-02-15 20:14:29 +02:00
geth cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
p2psim all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
puppeth build: upgrade to golangci-lint 1.24.0 (#20901) 2020-04-08 11:07:29 +03:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
utils cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
wnode cmd/devp2p, cmd/wnode, whisper: add missing calls to Timer.Stop (#20843) 2020-04-01 16:12:01 +02:00