erigon-pulse/ethdb
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
..
abstractbench [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
codecpool Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
dbtest Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
remote Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
typedbucket Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
abstract_test.go [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
abstract.go [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
AbstractKV.md Update AbstractKV.md 2020-03-20 17:08:00 +07:00
badger_db.go [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
bolt_db.go Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
boltdb_test.go split storage and account encoding for changeset 2020-02-24 22:36:16 +03:00
database_test.go [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
encoding_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
encoding.go History index encoding 2020-02-24 23:29:46 +03:00
ethdb_unix.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
id.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
interface.go Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
iterator.go core, eth, trie: bloom filter for trie node dedup during fast sync (#19489) 2019-05-13 15:28:01 +03:00
memory_database.go Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
mutation_test.go History index encoding 2020-02-24 23:29:46 +03:00
mutation.go Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
remote_bolt_db.go [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
walk.go History index encoding 2020-02-24 23:29:46 +03:00