nimbus-eth1/tests
Mamy Ratsimbazafy c26c751f9b
Reorganize VM/interpreter + cleanup (#52)
* Move and cleanup interpreter files - prepare for redesign of VM

* fix call comment aobut recursive dependencies

* memory: use a template again and avoid (?) a cstring-> string conversion

* Fix stack test regression

* Fix recursive dependency on logging_ops, test_vm_json compiles but regression :/

* Fix signextend regression

* Fix 3 signed test and sha3 test
2018-06-15 11:11:25 +02:00
..
fixtures/VMTests WIP tests based on fixtures 2018-02-13 19:18:08 +02:00
README.md update test readme 2018-04-03 18:14:47 +02:00
all_tests.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
test_code_stream.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
test_gas_meter.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
test_helpers.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
test_memory.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
test_opcode.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
test_stack.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
test_vm_json.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00

README.md

tests

TODO: more vm tests and fixtures!