nimbus-eth1/tests
web3-developer db8c5b90bd
Cleanup stateless and block witness code. (#2295)
* Cleanup unneeded stateless and block witness code. Keeping MultiKeys which is used in the eth_getProofsByBlockNumber RPC endpoint which is needed for the Fluffy state network bridge.

* Rename generateWitness flag to collectWitnessData to better describe what the flag does. We only collect the keys of the touched accounts and storage slots but no block witness generation is supported for now.

* Move remaining stateless code into nimbus directory.

* Add vmstate parameter to ChainRef to fix test.

* Exclude *.in from check copyright year

---------

Co-authored-by: jangko <jangko128@gmail.com>
2024-06-08 15:05:00 +07:00
..
bootstrap
customgenesis
db
fixtures EIP-2537 BLS12-381 G1 add/mul/exp and G2 add/mul support with tests (#2315) 2024-06-08 07:39:53 +07:00
graphql
keystore
merge
replay rm Goerli test replay (#2313) 2024-06-07 09:01:59 +07:00
rpc Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
test_aristo Coredb fix storage tree issues (#2317) 2024-06-07 10:56:31 +00:00
test_beacon
test_coredb Run coredb without journal (#2266) 2024-05-31 17:32:22 +00:00
test_jwt_auth
test_txpool enable JWT auth tests (#2312) 2024-06-07 09:01:45 +07:00
README.md
all_tests.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
all_tests_macro.nim
asynctest.nim
evm_tests.nim
macro_assembler.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
nim.cfg import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
persistBlockTestGen.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
test_accounts_cache.nim Speed up account ledger a little (#2279) 2024-06-02 21:21:29 +02:00
test_allowed_to_fail.nim
test_aristo.nim Coredb fix storage tree issues (#2317) 2024-06-07 10:56:31 +00:00
test_block_fixture.nim
test_blockchain_json.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
test_code_stream.nim
test_config.nim
test_configuration.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
test_coredb.nim Add some basic rocksdb options to command line (#2286) 2024-06-05 17:08:29 +02:00
test_difficulty.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
test_eip4844.nim
test_filters.nim
test_forkid.nim Remove more goerli data (#2249) 2024-05-30 11:49:47 +00:00
test_gas_meter.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
test_generalstate_json.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
test_genesis.nim
test_getproof_json.nim
test_graphql.nim enable JWT auth tests (#2312) 2024-06-07 09:01:45 +07:00
test_helpers.nim rm withdrawn EIP-2315 (#2309) 2024-06-07 08:59:05 +07:00
test_jwt_auth.nim enable JWT auth tests (#2312) 2024-06-07 09:01:45 +07:00
test_memory.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
test_merge.nim
test_misc.nim
test_multi_keys.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
test_op_arith.nim
test_op_bit.nim
test_op_custom.nim
test_op_env.nim
test_op_memory.nim
test_op_misc.nim
test_overflow.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
test_persistblock_json.nim import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
test_pow.nim
test_precompiles.nim EIP-2537 BLS12-381 G1 add/mul/exp and G2 add/mul support with tests (#2315) 2024-06-08 07:39:53 +07:00
test_rpc.nim
test_rpc_experimental_json.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
test_rpc_getproofs_track_state_changes.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
test_stack.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
test_state_db.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
test_tools_build.nim
test_tracer_json.nim Coredb fix storage tree issues (#2317) 2024-06-07 10:56:31 +00:00
test_transaction_json.nim
test_txpool.nim enable JWT auth tests (#2312) 2024-06-07 09:01:45 +07:00
test_txpool2.nim import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
test_wire_protocol.nim
tracerTestGen.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00

README.md

tests

TODO: more GeneralStateTest fixtures!