nimbus-eth1/nimbus/utils
Jordan Hrycaj b623909c44
Ledger activate unified accounts cache wrapper (#1939)
* Activate `LedgerRef` wrapper for `AccountsCache`

details:
  `accounts_cache.nim` methods are indirectly processed by the wrapper
  methods from `ledger.nim`.

  This works for all sources except `test_state_db.nim` where the source
  `accounts_cache.nim` is included (rather than imported) in order to
  access objects privy to the very source.

* Provide facility to switch to a preselected `LedgerRef` type

details:
  Can be set as suggestion when initialising `CommonRef`

* Update `CoreDb` test suite for better time tracking

details:
+ Allow time logging by pre-defined block intervals
+ Print `CoreDb`/`Ledger`profiling results (if enabled)
2023-12-12 19:12:56 +00:00
..
keyed_queue Bump nim-eth and remove unneeded Defect raises (#1575) 2023-05-10 18:04:35 +02:00
debug.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
ec_recover.nim Bump stint to v2.0: new array backend (#1747) 2023-09-13 09:32:38 +07:00
prettify.nim Fix potential overflow error on toPC (#1458) 2023-02-02 09:30:14 +01:00
state_dump.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
utils.nim Aristo db update for short nodes key edge cases (#1887) 2023-11-08 12:18:32 +00:00
utils_defs.nim implementation of EIP-4844: Shard Blob Transactions (#1440) 2023-06-24 20:56:44 +07:00