nimbus-eth1/nimbus/transaction
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
..
call_common.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
call_evm.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
evmc_dynamic_loader.nim Silence compiler gossip after nim upgrade cont3 (#1466) 2023-02-14 20:27:17 +00:00
evmc_host_glue.nim Implement EIP-7516: BLOBBASEFEE opcode (#1791) 2023-10-01 14:24:15 +07:00
evmc_vm_glue.nim Implement EIP-7516: BLOBBASEFEE opcode (#1791) 2023-10-01 14:24:15 +07:00
host_call_nested.nim EIP-4788: Make it clear what is an EVM system call 2023-09-22 17:21:09 +07:00
host_services.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
host_trace.nim rename data gas to blob gas (#1659) 2023-08-04 19:43:30 +07:00
host_types.nim Bump stint to v2.0: new array backend (#1747) 2023-09-13 09:32:38 +07:00