nimbus-eth1/tests
andri lim 487743fc2e
Proper setup of test_rpc (#2969)
Instead of using ancient/dirty code to setup the rpc test, now using newest method from TxPool and ForkedChain.
Also fix some bugs in server_api discovered when using this new setup.
2024-12-22 16:18:46 +07:00
..
bootstrap config: fix new config based on input from jamie and zahary 2021-09-18 17:34:51 +07:00
customgenesis devnet-5: Update EIP-7685: exclude empty requests data in commitment (#2963) 2024-12-21 05:59:30 +00:00
db Added support for namespaces to RocksDb kvstore. (#2066) 2024-03-12 11:04:46 +08:00
engine_api devnet-5: Update EIP-7685: exclude empty requests data in commitment (#2963) 2024-12-21 05:59:30 +00:00
fixtures devnet-5: Update EIP-2537: Remove redundant MUL precompiles (#2962) 2024-12-20 05:29:30 +00:00
graphql Workaround for 0 gas price estimation (#2180) 2024-05-28 13:36:38 +07:00
invalid_keystore Fix keystore loader bug (#2774) 2024-10-24 04:07:06 +00:00
keystore implement more eth rpc and keystore management 2020-07-23 14:54:32 +07:00
replay Stream blocks during import (#2937) 2024-12-18 13:21:20 +01:00
test_aristo reduce tx naming overload (#2952) 2024-12-18 23:03:51 +07:00
test_coredb Reduce getCanonicalHead usage, and delegate to ForkedChain (#2948) 2024-12-18 11:04:23 +07:00
test_forked_chain Fc module can update base also when on parent arc (#2911) 2024-12-05 13:01:57 +07:00
test_jwt_auth Enable JWT authentication for websockets (#1039) 2022-04-06 15:11:13 +01:00
test_txpool Remove unused stuff from txpool (#2967) 2024-12-21 20:13:33 +07:00
all_tests.nim Remove persist block test (#2935) 2024-12-13 14:31:20 +07: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 Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
macro_assembler.nim Rename stateDB to ledger (#2966) 2024-12-21 20:46:13 +07:00
nim.cfg import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
test_allowed_to_fail.nim devnet-5: Update EIP-2537: Remove redundant MUL precompiles (#2962) 2024-12-20 05:29:30 +00:00
test_aristo.nim Remove `forkTx` and friends (#2951) 2024-12-18 11:56:46 +01:00
test_block_fixture.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
test_blockchain_json.nim Rename stateDB to ledger (#2966) 2024-12-21 20:46:13 +07:00
test_config.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
test_configuration.nim Move rlp block import into it's own subcommand (#2904) 2024-12-04 20:36:07 +07:00
test_coredb.nim Offload signature checking to taskpools (#2927) 2024-12-13 11:53:41 +07:00
test_coredb.nim.cfg Store keys together with node data (#2849) 2024-11-20 09:56:27 +01:00
test_difficulty.nim switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00
test_engine_api.nim Remove unused stuff from txpool (#2967) 2024-12-21 20:13:33 +07:00
test_evm_support.nim Rename stateDB to ledger (#2966) 2024-12-21 20:46:13 +07:00
test_filters.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
test_forked_chain.nim reduce tx naming overload (#2952) 2024-12-18 23:03:51 +07:00
test_forkid.nim Remove MergeForkBlock alias and use MergeNetSplitBlock only (#2947) 2024-12-17 11:42:13 +00:00
test_generalstate_json.nim Rename stateDB to ledger (#2966) 2024-12-21 20:46:13 +07:00
test_genesis.nim devnet-5: Update EIP-7685: exclude empty requests data in commitment (#2963) 2024-12-21 05:59:30 +00:00
test_getproof_json.nim Rename stateDB to ledger (#2966) 2024-12-21 20:46:13 +07:00
test_graphql.nim Wire ForkedChainRef to graphql and rpc_utils (#2936) 2024-12-13 14:34:32 +07:00
test_helpers.nim Rename stateDB to ledger (#2966) 2024-12-21 20:46:13 +07:00
test_jwt_auth.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
test_ledger.nim Rename stateDB to ledger (#2966) 2024-12-21 20:46:13 +07:00
test_multi_keys.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +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 Rename stateDB to ledger (#2966) 2024-12-21 20:46:13 +07:00
test_op_memory.nim switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00
test_op_misc.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_precompiles.nim devnet-5: Update EIP-2537: Remove redundant MUL precompiles (#2962) 2024-12-20 05:29:30 +00:00
test_rpc.nim Proper setup of test_rpc (#2969) 2024-12-22 16:18:46 +07:00
test_tools_build.nim Remove `hunter` (#2697) 2024-10-06 10:11:44 +00:00
test_tracer_json.nim Offload signature checking to taskpools (#2927) 2024-12-13 11:53:41 +07:00
test_transaction_json.nim Unify tx validation (#2777) 2024-10-26 09:19:48 +02:00
test_txpool.nim Bump nim-eth and nimbus-eth2 (#2741) 2024-10-16 13:51:38 +07:00
test_txpool2.nim Tidy up test_txpool2 (#2968) 2024-12-22 11:05:53 +07:00
tracerTestGen.nim Offload signature checking to taskpools (#2927) 2024-12-13 11:53:41 +07:00