nimbus-eth1/tests
Jordan Hrycaj 800fd77333
Core db remove legacy phrases (#2468)
* Rename `newKvt()` -> `ctx.getKvt()`

why:
  Clean up legacy shortcut. Also, the `KVT` returned is not instantiated
  but refers to the shared `KVT` that resides in a context which is a
  generalisation of an in-memory database fork. The function `ctx`
  retrieves the default context.

* Rename `newTransaction()` -> `ctx.newTransaction()`

why:
  Clean up legacy shortcut. The transaction is applied to a context as a
  generalisation of an in-memory database fork. The function `ctx`
  retrieves the default context.

* Rename `getColumn(CtGeneric)` -> `getGeneric()`

why:
  No more a list of well known sub-tries needed, a single one is enough.
  In fact, `getColumn()` did only support a single sub-tree by now.

* Reduce TODO list
2024-07-10 12:19:35 +00:00
..
bootstrap
customgenesis Enable test_accounts_cache (#2373) 2024-06-17 14:19:12 +02:00
db
fixtures
graphql
keystore
merge
replay rm PoW hash function and validation support (#2372) 2024-06-16 10:22:06 +07:00
rpc
test_aristo storage: store root id together with vid, for better locality of refe… (#2449) 2024-07-04 15:46:52 +02:00
test_beacon
test_coredb Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
test_jwt_auth
test_txpool Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
all_tests.nim Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
all_tests_macro.nim Cache code and invalid jump destination tables (fixes #2268) (#2404) 2024-06-21 09:44:10 +02:00
asynctest.nim
macro_assembler.nim avoid allocations for slot storage (#2455) 2024-07-04 23:48:45 +00:00
nim.cfg import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
persistBlockTestGen.nim
test_allowed_to_fail.nim ForkedChain implementation (#2405) 2024-06-26 07:27:48 +07:00
test_aristo.nim Aristo code cosmetics and tests update (#2434) 2024-07-01 10:59:18 +00:00
test_block_fixture.nim
test_blockchain_json.nim Update storage tree admin (#2419) 2024-06-27 09:01:26 +00:00
test_config.nim
test_configuration.nim
test_coredb.nim Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
test_difficulty.nim
test_eip4844.nim
test_evm_support.nim EVM gasCall values always stay on positive side (#2459) 2024-07-06 08:39:22 +07:00
test_filters.nim
test_forked_chain.nim Core db remove legacy phrases (#2468) 2024-07-10 12:19:35 +00:00
test_forkid.nim
test_generalstate_json.nim Reduce EVM complexity by removing forkOverride (#2448) 2024-07-04 15:48:36 +02:00
test_genesis.nim
test_getproof_json.nim Remove AccountStateDB (#2368) 2024-06-16 10:21:02 +07:00
test_graphql.nim
test_helpers.nim Cache code and invalid jump destination tables (fixes #2268) (#2404) 2024-06-21 09:44:10 +02:00
test_jwt_auth.nim
test_ledger.nim Core db remove legacy phrases (#2468) 2024-07-10 12:19:35 +00:00
test_merge.nim
test_multi_keys.nim
test_op_arith.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_op_bit.nim
test_op_custom.nim
test_op_env.nim Remove EVM indirect imports and unused EVM errors (#2370) 2024-06-17 09:56:39 +02:00
test_op_memory.nim
test_op_misc.nim
test_persistblock_json.nim
test_precompiles.nim Reduce EVM complexity by removing forkOverride (#2448) 2024-07-04 15:48:36 +02:00
test_rpc.nim Core db remove legacy phrases (#2468) 2024-07-10 12:19:35 +00:00
test_rpc_experimental_json.nim
test_rpc_getproofs_track_state_changes.nim Remove AccountStateDB (#2368) 2024-06-16 10:21:02 +07:00
test_tools_build.nim Add t8n debugging tool and fix EVM regression (#2386) 2024-06-19 08:58:08 +07:00
test_tracer_json.nim Core db remove legacy phrases (#2468) 2024-07-10 12:19:35 +00:00
test_transaction_json.nim Fix lowest-hanging fruit in VM (#2382) 2024-06-18 07:55:35 +07:00
test_txpool.nim Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
test_txpool2.nim Use simpler schema when writing transactions, receipts, and withdrawals (#2420) 2024-06-29 12:43:17 +07:00
test_wire_protocol.nim
tracerTestGen.nim Remove EVM indirect imports and unused EVM errors (#2370) 2024-06-17 09:56:39 +02:00