nimbus-eth1/tests
jangko 9c38266ba7
implement eth_estimateGas
2020-07-29 12:42:32 +07:00
..
fixtures add ropsten difficulty test 2020-04-12 18:09:18 +07:00
keystore implement more eth rpc and keystore management 2020-07-23 14:54:32 +07:00
rpcclient implement eth_estimateGas 2020-07-29 12:42:32 +07:00
README.md integrate GeneralStateTest runner into CI with 775 running tests (#153) 2018-09-19 16:46:14 +00:00
all_tests.nim reduce warnings 2020-07-21 13:15:06 +07:00
macro_assembler.nim add compiletime evm bytecode generator to macro_assembler 2020-07-24 19:54:27 +07:00
nim.cfg unittest2 (parallelism disabled) 2019-10-31 06:17:01 +01:00
persistBlockTestGen.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_allowed_to_fail.nim implement aleth/geth/parity compatibility mode -- 100% pass test 2020-02-20 09:08:44 +02:00
test_blockchain_json.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_code_stream.nim reduce compiler warnings 2019-11-13 21:49:39 +07:00
test_config.nim allow user to turn pruning on/off when run test 2020-02-20 09:16:29 +02:00
test_difficulty.nim fix GlacierMuir to MuirGlacier typo 2020-04-12 18:13:22 +07:00
test_forkid.nim implement forkid calculation and tests for each supported network 2020-07-04 13:23:09 +07:00
test_gas_meter.nim make tests green 2020-02-12 17:53:26 +02:00
test_generalstate_json.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_genesis.nim add goerli testnet genesis data[skip ci] 2020-04-09 19:13:17 +03:00
test_helpers.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_memory.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_op_arith.nim unittest2 (parallelism disabled) 2019-10-31 06:17:01 +01:00
test_op_bit.nim unittest2 (parallelism disabled) 2019-10-31 06:17:01 +01:00
test_op_custom.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_op_env.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_op_memory.nim fix macro_assembler -> add call to acounts_cache.persist 2020-06-01 13:58:14 +07:00
test_op_misc.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_persistblock_json.nim reduce unused import warnings 2020-04-15 19:05:57 +07:00
test_precompiles.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_rpc.nim implement eth_estimateGas 2020-07-29 12:42:32 +07:00
test_rpc_whisper.nim Eth keys (#482) 2020-04-05 15:12:48 +02:00
test_stack.nim reduce unused import warnings 2020-04-15 19:05:57 +07:00
test_state_db.nim reduce warnings 2020-07-21 13:15:06 +07:00
test_tools_build.nim save some CI time by combining tools build 2020-07-21 11:28:03 +07:00
test_tracer_json.nim reduce unused import warnings 2020-04-15 19:05:57 +07:00
test_transaction_json.nim reduce unused import warnings 2020-04-15 19:05:57 +07:00
test_vm_json.nim reduce warnings 2020-07-21 13:15:06 +07:00
tracerTestGen.nim reduce warnings 2020-07-21 13:15:06 +07:00

README.md

tests

TODO: more GeneralStateTest fixtures!