nimbus-eth1/hive_integration/nodocker
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
..
consensus rename data gas to blob gas (#1659) 2023-08-04 19:43:30 +07:00
engine Fix Engine API simulator 2023-11-05 14:46:26 +07:00
graphql fix block import 2023-08-06 10:42:28 +07:00
pyspec Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
rpc Only one place to declare gwei (#1802) 2023-10-04 10:47:18 +07:00
build_sims.sh Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
sim_utils.nim Simplify pyspec simulator 2023-09-30 21:31:57 +07:00