mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 06:15:57 +00:00
a02a915039
* 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