nimbus-eth1/nimbus/common
Jordan Hrycaj a02a915039
Provide public default db symbol (#2050)
* CoreDb: Provide default db backend symbols

why:
  Handy for running `Aristo` against standard tests

note:
  These defaults are currently set to legacy DB types. The must be
  enabled manually in `db/core_db.nim`.

* Provide `Aristo` for macro assembler related tests

caveat:
  Some tests use `initStorageTrie()` which lets `Aristo` bail out. The
  test need to run on `distinct_ledgers` (or something like) rather than
  `distinct_tries`.

* Tests: Misc modules that can run on `Aristo` as well

* NoHive: Module that can run on `Aristo` as well

* Fix copyright year

* ditto
2024-02-23 09:17:24 +00:00
..
chain_config.nim Fix EthTime json encode in chain_config.nim 2024-01-29 11:26:20 +07:00
common.nim Provide public default db symbol (#2050) 2024-02-23 09:17:24 +00:00
context.nim Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
eips.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
evmforks.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
genesis.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
genesis_alloc.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
hardforks.nim Bump chronos and other sub modules + related fixes (#1966) 2024-01-12 22:06:19 +01:00
manager.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00