nimbus-eth1/tests
Dustin Brody 4262ea8670 fix (1) overflow/signed confusion when reading large-valued storage entries; (2) adjust test fixture validity for GeneralStateTests; (3) remove incorrect usage of state trie for code (not codehash) storage; add ability to display state; (4) avoid double-hashing keys for already-hashed SecureHexaryTrie for storage; (5) add intentionally local workaround for empty code in GeneralStateTest fixtures lacking 0x prefix; (6) fix nonce parsing, which is always hex string in test fixtures 2018-09-04 17:55:30 +03:00
..
fixtures Complete VM Test sync, with EXP(0, 0) defined as 1 now (#98) 2018-08-07 18:41:01 +00:00
rpcclient Update RPC signatures 2018-08-13 19:26:34 +01:00
README.md update test readme 2018-04-03 18:14:47 +02:00
all_tests.nim remove superflous when true block, retained from when VMTests wasn't passing 2018-08-16 16:07:45 -04:00
test_code_stream.nim Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00
test_gas_meter.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
test_genesis.nim Added genesis initialization 2018-08-01 15:50:44 +03:00
test_helpers.nim fix (1) overflow/signed confusion when reading large-valued storage entries; (2) adjust test fixture validity for GeneralStateTests; (3) remove incorrect usage of state trie for code (not codehash) storage; add ability to display state; (4) avoid double-hashing keys for already-hashed SecureHexaryTrie for storage; (5) add intentionally local workaround for empty code in GeneralStateTest fixtures lacking 0x prefix; (6) fix nonce parsing, which is always hex string in test fixtures 2018-09-04 17:55:30 +03:00
test_memory.nim Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00
test_opcode.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
test_rpc.nim Separate Chain from ChainDB 2018-08-29 11:49:01 +03:00
test_stack.nim Delete utilities: address, padding, bytes (#68) 2018-07-06 17:08:31 +02:00
test_storage_backends.nim Align DB backend interfaces with eth_trie. Init BaseChainDB in nimbus. 2018-07-30 16:05:32 +03:00
test_vm_json.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00

README.md

tests

TODO: more vm tests and fixtures!