nimbus-eth1/tests
Zahary Karadjov 3060452d96 review changes
* `usedBytes` was not named appropriately. it indicates the last
  populated position in the data (the last valid index) for slicing
  purposes (i.e. the position is passed to `toOpenArray`)

* Fixed the `==` operator for DBKeys

* Use one-byte key for the 'canonical head hash'
2018-06-26 13:46:54 +03: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 Implement storage backends using RocksDB and SQLite 2018-06-26 13:46:54 +03:00
test_code_stream.nim Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
test_gas_meter.nim logging: non-debug costless, avoid allocating constant string messages 2018-06-15 14:20:42 +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_storage_backends.nim review changes 2018-06-26 13:46:54 +03: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!