nimbus-eth1/nimbus/evm/interpreter/op_handlers
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
..
oph_arithmetic.nim Bump stint to v2.0: new array backend (#1747) 2023-09-13 09:32:38 +07:00
oph_blockdata.nim Implement EIP-7516: BLOBBASEFEE opcode (#1791) 2023-10-01 14:24:15 +07:00
oph_call.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
oph_create.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
oph_defs.nim implementation of EIP-4844: Shard Blob Transactions (#1440) 2023-06-24 20:56:44 +07:00
oph_dup.nim Silence some compiler gossip -- part 6, evm (#1462) 2023-02-14 14:37:21 +00:00
oph_envinfo.nim Add EVM tracer test case for EIP-2929 opcodes 2023-08-31 09:49:51 +07:00
oph_gen_handlers.nim Reduce Nim 1.6 compiler warnings & hints 2023-01-31 13:38:08 +01:00
oph_hash.nim Fix EVM tracer: capture exception properly 2023-08-28 14:26:43 +07:00
oph_helpers.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
oph_log.nim Fix EVM tracer: capture exception properly 2023-08-28 14:26:43 +07:00
oph_memory.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
oph_push.nim Silence some compiler gossip -- part 6, evm (#1462) 2023-02-14 14:37:21 +00:00
oph_swap.nim Silence some compiler gossip -- part 6, evm (#1462) 2023-02-14 14:37:21 +00:00
oph_sysops.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00