nimbus-eth1/nimbus/core
Jordan Hrycaj 6bc55d4e6f
Core db aristo and kvt updates preparing for integration (#1760)
* Kvt: Implemented multi-descriptor access on the same backend

why:
  This behaviour mirrors the one of Aristo and can be used for
  simultaneous transactions on Aristo + Kvt

* Kvt: Update database iterators

why:
  Forgot to run on the top layer first

* Kvt: Misc fixes

* Aristo, use `openArray[byte]` rather than `Blob` in prototype

* Aristo, by default hashify right after cloning descriptor

why:
  Typically, a completed descriptor is expected after cloning. Hashing
  can be suppressed by argument flag.

* Aristo provides `replicate()` iterator, similar to legacy `replicate()`

* Aristo API fixes and updates

* CoreDB: Rename `legacy_persistent` => `legacy_rocksdb`

why:
  More systematic, will be in line with Aristo DB which might have
  more than one persistent backends

* CoreDB: Prettify API sources

why:
  Better to read and maintain

details:
  Annotating with custom pragmas which cleans up the prototypes

* CoreDB: Update MPT/put() prototype allowing `CatchableError`

why:
  Will be needed for Aristo API (legacy is OK with `RlpError`)
2023-09-18 21:20:28 +01:00
..
chain Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
clique Refactor engine api and cleanup web3 types conversion 2023-08-30 10:42:46 +07:00
executor Core db aristo and kvt updates preparing for integration (#1760) 2023-09-18 21:20:28 +01:00
pow Time based forking (#1465) 2023-02-16 12:40:07 +01:00
tx_pool Core db aristo and kvt updates preparing for integration (#1760) 2023-09-18 21:20:28 +01:00
block_import.nim fix block import 2023-08-06 10:42:28 +07:00
casper.nim Implement EIP-4788: Beacon block root in the EVM (#1722) 2023-08-30 23:29:48 +07:00
chain.nim saner source code grouping 2022-12-02 13:51:42 +07:00
clique.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
dao.nim saner source code grouping 2022-12-02 13:51:42 +07:00
eip4844.nim Fix outdated EIP-4844 constants 2023-08-24 12:11:19 +07:00
executor.nim saner source code grouping 2022-12-02 13:51:42 +07:00
gaslimit.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
pow.nim Bump stint to v2.0: new array backend (#1747) 2023-09-13 09:32:38 +07:00
sealer.nim Refactor engine api and cleanup web3 types conversion 2023-08-30 10:42:46 +07:00
tx_pool.nim Refactor engine api and cleanup web3 types conversion 2023-08-30 10:42:46 +07:00
validate.nim Core db aristo and kvt updates preparing for integration (#1760) 2023-09-18 21:20:28 +01:00
withdrawals.nim Core db aristo and kvt updates preparing for integration (#1760) 2023-09-18 21:20:28 +01:00