1
0
forked from cerc-io/plugeth
plugeth/core/state
Li Dongwei bca8c03e57
core/state: remove unused methods ReturnGas, GetStorageProofByHash ()
Co-authored-by: lidongwei <lidongwei@huobi.com>
2021-06-25 14:34:09 +02:00
..
pruner core/state/pruner: move the compaction out of the pruning procedure () 2021-03-29 11:09:29 +02:00
snapshot core/state/snapshot: fix flaky tests () 2021-05-26 10:58:09 +03:00
access_list.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 () 2020-10-23 08:26:57 +02:00
database.go core: implement background trie prefetcher 2021-01-21 01:46:38 +02:00
dump.go cmd/geth, eth, core: snapshot dump + unify with trie dump () 2021-05-12 11:05:39 +03:00
iterator_test.go core, eth, les, trie: add a prefix to contract code () 2020-08-21 15:10:40 +03:00
iterator.go core/state: access trie through Database interface, track errors () 2017-06-27 15:57:06 +02:00
journal.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 () 2020-10-23 08:26:57 +02:00
state_object_test.go build: use golangci-lint () 2019-11-18 10:49:17 +02:00
state_object.go core/state: remove unused methods ReturnGas, GetStorageProofByHash () 2021-06-25 14:34:09 +02:00
state_test.go cmd/geth, eth, core: snapshot dump + unify with trie dump () 2021-05-12 11:05:39 +03:00
statedb_test.go core/state: fix typos in test error message () 2021-05-31 12:43:18 +02:00
statedb.go core/state: remove unused methods ReturnGas, GetStorageProofByHash () 2021-06-25 14:34:09 +02:00
sync_test.go core, eth: faster snapshot generation () 2021-04-14 23:23:11 +03:00
sync.go core, eth: faster snapshot generation () 2021-04-14 23:23:11 +03:00
trie_prefetcher.go core/state: convert prefetcher to concurrent per-trie loader 2021-01-21 01:47:14 +02:00