nimbus-eth1/tests
Jacek Sieka f3e3c6bbe0
init style for Hash256 (#2661)
* init style for Hash256

https://github.com/status-im/nim-eth/pull/733 updates `Hash256` to
become an array instead of an object - unfortunately, nim does not allow
constructing arrays with `name()`, so this PR changes it to `default`
which works with both.

* lint
2024-09-26 13:24:36 +02:00
..
bootstrap
customgenesis Enable test_accounts_cache (#2373) 2024-06-17 14:19:12 +02:00
db
fixtures Fix EIP-2537: Precompile for BLS12-381 curve operations (#2603) 2024-09-10 06:56:08 +00:00
graphql Workaround for 0 gas price estimation (#2180) 2024-05-28 13:36:38 +07:00
keystore
merge
replay Cleanup (#2565) 2024-08-15 12:31:07 +00:00
test_aristo init style for Hash256 (#2661) 2024-09-26 13:24:36 +02:00
test_beacon init style for Hash256 (#2661) 2024-09-26 13:24:36 +02:00
test_coredb Aristo lazily delete larger subtrees (#2560) 2024-08-14 08:54:44 +00:00
test_jwt_auth
test_txpool move db init to init (#2552) 2024-08-08 07:45:30 +02:00
all_tests.nim Re-enable eth_getProof implementation (#2599) 2024-09-12 09:06:31 +08: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 move db init to init (#2552) 2024-08-08 07:45:30 +02:00
nim.cfg import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
persistBlockTestGen.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
test_allowed_to_fail.nim ForkedChain implementation (#2405) 2024-06-26 07:27:48 +07:00
test_aristo.nim Cleanup (#2565) 2024-08-15 12:31:07 +00:00
test_block_fixture.nim
test_blockchain_json.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
test_config.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
test_configuration.nim rm exp_ RPC API infrastructure; had no actual RPC endpoints (#2635) 2024-09-18 08:53:26 +00:00
test_coredb.nim Cleanup (#2565) 2024-08-15 12:31:07 +00:00
test_difficulty.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
test_eip4844.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
test_evm_support.nim odds and ends (#2481) 2024-07-13 20:42:49 +02:00
test_filters.nim
test_forked_chain.nim move db init to init (#2552) 2024-08-08 07:45:30 +02:00
test_forkid.nim Fix sepolia chain config: mergeForkBlock -> 1450409 (#2518) 2024-07-24 03:07:55 +00:00
test_generalstate_json.nim init style for Hash256 (#2661) 2024-09-26 13:24:36 +02:00
test_genesis.nim No ext update (#2494) 2024-07-16 19:47:59 +00:00
test_getproof_json.nim Remove AccountStateDB (#2368) 2024-06-16 10:21:02 +07:00
test_graphql.nim move db init to init (#2552) 2024-08-08 07:45:30 +02:00
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 enable JWT auth tests (#2312) 2024-06-07 09:01:45 +07:00
test_ledger.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
test_merge.nim move db init to init (#2552) 2024-08-08 07:45:30 +02:00
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 Optimize EVM stack usage (#2502) 2024-07-18 18:59:53 +07:00
test_op_memory.nim Fix CodeBytes: invalidPositions out of bound crash (#2523) 2024-07-25 19:23:53 +07:00
test_op_misc.nim
test_persistblock_json.nim Consolidate block type for block processing (#2325) 2024-06-09 16:32:20 +02:00
test_precompiles.nim Fix EIP-2537: Precompile for BLS12-381 curve operations (#2603) 2024-09-10 06:56:08 +00:00
test_rpc.nim move db init to init (#2552) 2024-08-08 07:45:30 +02:00
test_tools_build.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
test_tracer_json.nim Revive json tracer unit tests (#2538) 2024-08-01 10:41:20 +00:00
test_transaction_json.nim Fix lowest-hanging fruit in VM (#2382) 2024-06-18 07:55:35 +07:00
test_txpool.nim TxPool: Replace GasPrice and GasPriceEx with GasInt (#2537) 2024-07-31 14:33:30 +07:00
test_txpool2.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
test_wire_protocol.nim
tracerTestGen.nim Remove EVM indirect imports and unused EVM errors (#2370) 2024-06-17 09:56:39 +02:00