erigon-pulse/ethdb
ledgerwatch 887fc4f99c
GenerateChain without using TrieDbState (#726)
* Different chain generation

* More fixes

* Fix TestSideLogRebirth

* Fix the rest of core tests

* Fix accounts/abi/bind

* Fix compile errors for cmd/pics

* Fix consensus/clique tests

* More fixes

* Fix core/state tests

* Fix eth tests

* Fix eth/downloader tests

* Fix more tests

* Fix compile errors

* Some more fixes

* Save

* Exists

* Fix last tests

* Clean up

* Fix formatting

* Fix linter

* Fix formatting

* Fix linter

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix lint
2020-07-09 07:15:28 +01:00
..
abstractbench use lmdb.Append method (#684) 2020-06-24 07:54:21 +01:00
codecpool Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
dbtest geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
remote Special bucket for transaction senders (#707) 2020-07-03 08:23:49 +01:00
typedbucket Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
AbstractKV.md KV: defer friendly rollback (#696) 2020-06-30 04:48:46 +01:00
badger_db.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00
bolt_db.go remove mgr feature and stateSize calculation feature (#711) 2020-07-05 07:17:27 +01:00
boltdb_test.go [THIN_HISTORY] Decouple changesets and history from ethdb.Database (mutation/bolt_db/badger_db) (#432) 2020-04-09 18:23:29 +01:00
database_test.go lmdb support empty values, but not empty keys (#674) 2020-06-18 12:20:33 +07:00
id.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
interface.go GenerateChain without using TrieDbState (#726) 2020-07-09 07:15:28 +01:00
iterator.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
kv_abstract_test.go Only useful IH cursor (#694) 2020-06-28 13:51:18 +01:00
kv_abstract.go KV: defer friendly rollback (#696) 2020-06-30 04:48:46 +01:00
kv_badger.go KV: defer friendly rollback (#696) 2020-06-30 04:48:46 +01:00
kv_bolt.go KV: defer friendly rollback (#696) 2020-06-30 04:48:46 +01:00
kv_lmdb.go move lmdb-go under ledgerwatch org (#720) 2020-07-07 16:18:09 +07:00
kv_remote.go KV: defer friendly rollback (#696) 2020-06-30 04:48:46 +01:00
memory_database.go make lmdb default db (#675) 2020-06-18 19:13:58 +01:00
mutation_puts.go [wip] Lmdb: AbstractKV and DB interfaces (#589) 2020-05-30 09:12:21 +01:00
mutation.go GenerateChain without using TrieDbState (#726) 2020-07-09 07:15:28 +01:00
object_db.go GenerateChain without using TrieDbState (#726) 2020-07-09 07:15:28 +01:00
remote_bolt_db.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00
rewind.go "Unwind" for the execution phase when plain state is selected (#571) 2020-05-25 12:11:56 +01:00
storage_mode_test.go Issue 635: Stage4 to optionally generate persisted receipts (#644) 2020-06-09 14:11:09 +01:00
storage_mode.go Issue 635: Stage4 to optionally generate persisted receipts (#644) 2020-06-09 14:11:09 +01:00
walk.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00