nimbus-eth1/nimbus/db
Jordan Hrycaj 322f1c2e9e
Unified database frontend (#1661)
* Remove 32bit os support from `custom_network` unit test

also:
* Fix compilation annoyance #1648
* Fix unit test on Kiln (changed `merge` logic?)

* Hide unused sources do not compile

why:
* Get them out of the way before major update
* Import and function prototype mismatch -- maybe some changes got out
  of scope.

* Re-implemented `db_chain` as `core_db`

why:
  Hiding `TrieDatabaseRef` and `HexaryTrie` by default allows to replace
  the current db wrapper by some other one, e.g. Aristo

* Support compiler exception warnings for CoreDbRef base methods.

* Allow `pairs()` iterator on all memory based key-value tables

why:
  Previously only available for capture recorder.

* Backport `chain_db.nim` changes into its re-implementation `core_apps.nim`

* Fix exception annotation
2023-07-31 14:43:38 +01:00
..
aristo Aristo db traversal helpers (#1638) 2023-07-13 00:03:14 +01:00
core_db Unified database frontend (#1661) 2023-07-31 14:43:38 +01:00
access_list.nim implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
accounts_cache.nim implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
aristo.nim Aristo db traversal helpers (#1638) 2023-07-13 00:03:14 +01:00
capturedb.nim rlp: don't use ranges / experimental features (#495) 2020-04-20 20:12:44 +02:00
core_db.nim Unified database frontend (#1661) 2023-07-31 14:43:38 +01:00
db_chain.nim graphql: add Shanghai and Cancun fields 2023-07-29 20:16:03 +07:00
distinct_tries.nim More work on stateless mode (#1535) 2023-04-12 08:39:11 -04:00
geth_db.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
incomplete_db.nim bump submodules 2023-06-07 18:12:02 +07:00
kvstore_rocksdb.nim Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
select_backend.nim Bump submodules and fix related issues (#1448) 2023-01-27 15:57:48 +01:00
state_db.nim More work on stateless mode (#1535) 2023-04-12 08:39:11 -04:00
storage_types.nim implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
transient_storage.nim implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
values_from_bytes.nim More work on stateless mode (#1535) 2023-04-12 08:39:11 -04:00