1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/tests
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
..
fuzzers
solidity
testdata@7497b116a0
block_test.go
block_test_util.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
difficulty_test.go
difficulty_test_util.go
gen_btheader.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
gen_difficultytest.go
gen_stenv.go
gen_sttransaction.go
gen_vmexec.go
init.go
init_test.go
rlp_test.go
rlp_test_util.go
state_test.go
state_test_util.go
transaction_test.go
transaction_test_util.go
vm_test.go
vm_test_util.go