erigon-pulse/eth
Martin Holst Swende f66c118cad 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>
# Conflicts:
#	accounts/abi/bind/backends/simulated.go
#	cmd/geth/main.go
#	cmd/geth/usage.go
#	cmd/utils/flags.go
#	consensus/clique/snapshot_test.go
#	core/bench_test.go
#	core/block_validator_test.go
#	core/blockchain.go
#	core/blockchain_test.go
#	core/chain_makers_test.go
#	core/dao_test.go
#	core/rawdb/accessors_indexes.go
#	core/rawdb/schema.go
#	eth/config.go
#	eth/helper_test.go
#	eth/sync.go
#	light/odr_test.go
#	light/trie_test.go
#	light/txpool_test.go
#	miner/worker_test.go
#	tests/block_test_util.go
2020-05-20 15:26:22 +03:00
..
downloader eth/downloader: minor typo fixes in comments (#21035) 2020-05-20 15:26:22 +03:00
fetcher geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
filters geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
gasprice Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
mgr MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
tracers all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
api_backend.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
api_test.go Account range crash fix (#481) 2020-04-23 10:35:43 +01:00
api_tracer.go all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
api.go Account range crash fix (#481) 2020-04-23 10:35:43 +01:00
backend_test.go Enable thin history by default (#456) 2020-04-15 12:33:22 +03:00
backend.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
bloombits.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
config.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
debug.go Call bufio.Flash() in tester (#407) 2020-03-26 21:52:05 +00:00
discovery.go post-merge fixups 2020-02-27 17:22:25 +03:00
firehose.go Parity only supports 3 letter capabilities 2020-01-07 16:34:44 +00:00
gen_config.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
handler_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
handler.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
helper_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
mgr.go Call bufio.Flash() in tester (#407) 2020-03-26 21:52:05 +00:00
peer.go eth: skip transaction announcer goroutine on eth<65 2020-05-20 15:26:22 +03:00
protocol_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
protocol.go eth: rework tx fetcher to use O(1) ops + manage network requests 2020-02-27 17:21:20 +03:00
sync_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
sync.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00