plugeth/cmd/geth
gary rong 23524f8900
all: disable recording preimage of trie keys (#21402)
* cmd, core, eth, light, trie: disable recording preimage by default

* core, eth: fix unit tests

* core: fix import

* all: change to nopreimage

* cmd, core, eth, trie: use cache.preimages flag

* cmd: enable preimages for archive node

* cmd/utils, trie: simplify preimage tracking a bit

* core: fix linter

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2020-11-18 11:51:33 +02:00
..
testdata cmd/geth: LES priority client test (#20719) 2020-07-01 10:31:11 +02:00
accountcmd_test.go accounts/keystore: fix double import race (#20915) 2020-04-22 12:52:29 +03:00
accountcmd.go cmd: abstract getPassPhrase functions into one (#21219) 2020-06-30 09:56:40 +02:00
chaincmd.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) 2020-10-23 08:26:57 +02:00
config.go cmd/geth: print warning when whisper config is present in toml (#21544) 2020-09-10 13:14:19 +00:00
consolecmd_test.go console: don't exit on ctrl-c, only on ctrl-d (#21660) 2020-10-20 10:56:51 +02:00
consolecmd.go cmd/geth: fix dir path in geth attach for yolov2 network (#21749) 2020-10-26 14:45:08 +02:00
dao_test.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
genesis_test.go cmd/geth: fix the fork orders for DAO tests 2020-06-03 12:17:54 +03:00
les_test.go cmd/geth: improve les test on windows (#21860) 2020-11-17 12:01:19 +01:00
main.go all: disable recording preimage of trie keys (#21402) 2020-11-18 11:51:33 +02:00
misccmd.go cmd/geth: remove network id from version cmd 2019-11-25 06:17:45 -05:00
retesteth_copypaste.go cmd: Add retesteth command (to support execution and generation of tests via retesteth) (#19631) 2019-06-05 14:03:23 +02:00
retesteth.go core, all: split vm.Context into BlockContext and TxContext (#21672) 2020-11-13 13:42:19 +01:00
run_test.go all: make unit tests work with Go 1.13 (#20053) 2019-09-11 14:41:22 +02:00
usage.go all: disable recording preimage of trie keys (#21402) 2020-11-18 11:51:33 +02:00