nimbus-eth1/tests
Jordan Hrycaj 2629d412d7
CoreDb+Aristo: Update tracer (#2201)
why:
  When deleting accounts while restoring the previous state, storage tries
  must be deleted first. Otherwise a `DelDanglingStoTrie` error will occur
  when trying to delete an account which refers to an active storage trie.
2024-05-21 12:51:06 +00:00
..
amphora Migrate to Engine API spec version v1.0.0-alpha.5; More progress towards working M1 2022-01-25 12:52:50 +02:00
bootstrap config: fix new config based on input from jamie and zahary 2021-09-18 17:34:51 +07:00
customgenesis Add geth compatibility to genesis config parser 2023-11-29 16:15:31 +07:00
db Added support for namespaces to RocksDb kvstore. (#2066) 2024-03-12 11:04:46 +08:00
fixtures evm: Reject contract creation if the storage is non-empty(EIP-7610) 2024-05-07 09:19:59 +07:00
graphql Fix TxPool when handling EIP-4844 blob tx (#1831) 2023-10-20 15:30:05 +07:00
keystore implement more eth rpc and keystore management 2020-07-23 14:54:32 +07:00
merge reenable testEngineAPI in test_merge 2022-03-17 12:54:04 +07:00
replay Unified mode for undumping gzip-ed or era1-ed encoded block dumps (#2198) 2024-05-20 13:59:18 +00:00
rpc Experimental RPC endpoints for generating block witnesses (#1977) 2024-01-22 17:11:37 +08:00
test_aristo Core db+aristo fixes and tx handling updates (#2164) 2024-05-03 17:38:17 +00:00
test_beacon Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_clique Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_coredb Unified mode for undumping gzip-ed or era1-ed encoded block dumps (#2198) 2024-05-20 13:59:18 +00:00
test_jwt_auth Enable JWT authentication for websockets (#1039) 2022-04-06 15:11:13 +01:00
test_rocksdb_timing Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00
test_sync_snap Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00
test_txpool Unified mode for undumping gzip-ed or era1-ed encoded block dumps (#2198) 2024-05-20 13:59:18 +00:00
README.md integrate GeneralStateTest runner into CI with 775 running tests (#153) 2018-09-19 16:46:14 +00:00
all_tests.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
all_tests_macro.nim Fix unhandled overflow exception in gasCall 2023-12-04 14:10:56 +07:00
asynctest.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
evm_tests.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
macro_assembler.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
nim.cfg Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
persistBlockTestGen.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_accounts_cache.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_allowed_to_fail.nim evm: Reject contract creation if the storage is non-empty(EIP-7610) 2024-05-07 09:19:59 +07:00
test_aristo.nim Update aristo journal functionality (#2155) 2024-04-26 13:43:52 +00:00
test_block_fixture.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_blockchain_json.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_clique.nim Unified mode for undumping gzip-ed or era1-ed encoded block dumps (#2198) 2024-05-20 13:59:18 +00:00
test_code_stream.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_config.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_configuration.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_coredb.nim CoreDb+Aristo: Update tracer (#2201) 2024-05-21 12:51:06 +00:00
test_difficulty.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_eip4844.nim Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
test_filters.nim Bump nim-web3 and others 2024-01-14 10:41:23 +07:00
test_forkid.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_gas_meter.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_generalstate_json.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_genesis.nim Provide public default db symbol (#2050) 2024-02-23 09:17:24 +00:00
test_getproof_json.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_graphql.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_helpers.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
test_jwt_auth.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00
test_keyed_queue_rlp.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
test_memory.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
test_merge.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_misc.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_op_arith.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_op_bit.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_op_custom.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_op_env.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_op_memory.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_op_misc.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_overflow.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_persistblock_json.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_persistblock_witness_json.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_pow.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_precompiles.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_rocksdb_timing.nim Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00
test_rpc.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_rpc_experimental_json.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_rpc_getproofs_track_state_changes.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_stack.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_state_db.nim evm: Reject contract creation if the storage is non-empty(EIP-7610) 2024-05-07 09:19:59 +07:00
test_sync_snap.nim Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00
test_tools_build.nim More witness fixes (#2009) 2024-02-09 12:09:02 +08:00
test_tracer_json.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_transaction_json.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_txpool.nim Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
test_txpool2.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
test_wire_protocol.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
tracerTestGen.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00

README.md

tests

TODO: more GeneralStateTest fixtures!