erigon-pulse/eth
Alex Sharov 965d1101f4
Intermediate hash phase 4 (#396)
* another way to check if account has storage

* cleanup

* v0 of walk by db version

* save progress, to switch to another task. Put tombstone is still not correct.

* place tombstone only if exists something to hide

* db-based implementation

* db-based implementation

* db-based implementation

* fix prop check

* improve prop check logic

* Need custom logic to skip subtree for account and storage buckets because storage bucket has incarnation in key

* rebase to master

* remove all tombstones when account deleted

* remove all tombstones when account deleted

* added db integrity check

* don't rely on account.Root because it valid only about last incarnation

* remove all tombstones when account deleted

* dial with incarnation in MultiWalk2

* dial with incarnation in MultiWalk2

* when fixedbytes=40 resolver did compare cacheKey with storageKey without removing incarnation

* rebase to master

* rebase to master

Co-authored-by: alex.sharov <alex.sharov@lazada.com>
2020-03-20 11:30:14 +00:00
..
downloader eth/downloader: fix possible data race by inconsistent field protection (#20690) 2020-03-16 16:40:19 +03:00
fetcher Revive devp2p tester for further simulation testing (#387) 2020-03-04 22:25:40 +00:00
filters Refactor mining. Remove a few mining goroutines (#338) 2020-02-03 15:02:26 +03:00
gasprice Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
tracers tracers: avoid panic on invalid arguments (#20612) 2020-02-27 17:20:36 +03:00
api_backend.go [Issue 340] Preserve the original when a contract is self-destructed and then its address is touched in the same block (e.g. # 156634) (#397) 2020-03-20 10:08:13 +00:00
api_test.go Incorrect incarnation fix (#298) 2020-01-08 12:55:56 +03:00
api_tracer.go Make ComputeTxEnv public and reuse it in Retesteth and RpcDaemon (#309) 2020-01-15 20:13:47 +07:00
api.go [Issue 340] Preserve the original when a contract is self-destructed and then its address is touched in the same block (e.g. # 156634) (#397) 2020-03-20 10:08:13 +00:00
backend_test.go Intermediate hash phase 3 (#377) 2020-03-11 10:31:49 +00:00
backend.go Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
bloombits.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
config.go Intermediate hash phase 3 (#377) 2020-03-11 10:31:49 +00:00
debug.go Tester phase 2 (#390) 2020-03-15 16:10:07 +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/geth: enable DNS discovery by default (#20660) 2020-02-27 17:21:20 +03:00
handler_test.go eth, les: fix time sensitive unit tests (#20741) 2020-03-16 16:40:19 +03:00
handler.go Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
helper_test.go post-merge fixups 2020-02-27 17:22:25 +03:00
peer.go eth: fix transaction announce/broadcast goroutine leak 2020-03-16 16:40:19 +03:00
protocol_test.go post-merge fixups 2020-02-27 17:22:25 +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 post-merge fixups 2020-02-27 17:22:25 +03:00
sync.go eth: rework tx fetcher to use O(1) ops + manage network requests 2020-02-27 17:21:20 +03:00