nimbus-eth1/nimbus/evm
Jordan Hrycaj 3e1e493368
Core n lega db update tracer api (#2063)
* Aristo: Remove cruft

* Prettifying profile statistics printing & source code cosmetics

* Aristo/Kvt: API tools update

* CoreDb: Corrections, mostly API related

* CoreDb: Changed the tracer `logDb()` result

why:
  Only the key-value table is used from the logger database

* CoreDb: Update legacy tracer

why:
  The `contains()` directive did not correspond to `0 < get().len`

also:
  Copy `CoreDb` meta settings like `trackLegaApi`, `trackNewApi`, etc. to
  overlay tracer descriptor

* CoreDb: Extend/update tracer API

why:
  Get ready for accommodating `Aristo` tracer

* Fix missing import

why:
  Some CI compilers might have (cached?) a different NIM patch level

* Ditto
2024-03-07 19:24:05 +00:00
..
async Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
interpreter Refactor EVM raises to reduce compiler warnings (#2040) 2024-02-20 14:16:12 +07:00
tracer Core n lega db update tracer api (#2063) 2024-03-07 19:24:05 +00:00
blake2b_f.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
blscurve.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
code_stream.nim Prepare source code for nim v2 CI (#2028) 2024-02-15 09:57:05 +07:00
computation.nim Refactor EVM raises to reduce compiler warnings (#2040) 2024-02-20 14:16:12 +07:00
evmc_api.nim Refactor EVM raises to reduce compiler warnings (#2040) 2024-02-20 14:16:12 +07:00
evmc_helpers.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
interpreter_dispatch.nim Add style check to config.nims and fix styles in source code (#2038) 2024-02-20 10:07:38 +07:00
map_to_curve_g1.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
memory.nim Bump stint to v2.0: new array backend (#1747) 2023-09-13 09:32:38 +07:00
message.nim EVM embrace more EVMC types 2023-08-28 21:36:23 +07:00
modexp.nim Add style check to config.nims and fix styles in source code (#2038) 2024-02-20 10:07:38 +07:00
nimdoc.cfg Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
precompiles.nim EVM embrace more EVMC types 2023-08-28 21:36:23 +07:00
stack.nim Change EthTime from std.Time to distinct uint64 (#1820) 2023-10-18 09:16:11 +07:00
state.nim Fix styles (#2046) 2024-02-21 23:04:59 +07:00
state_transactions.nim Bump nim-evmc: add push raises: [] (#2051) 2024-02-24 09:38:50 +07:00
types.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
validation.nim optimize EVM memory extend 2023-05-31 10:14:26 +07:00