This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth1
Watch
2
Star
0
Fork
0
You've already forked nimbus-eth1
mirror of
https://github.com/status-im/nimbus-eth1.git
synced
2025-01-10 12:26:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth1
/
tests
History
Dustin Brody
beb1befc6e
13 additional GeneralStateTests working; remove commented auto-ported Py-EVM validations which are implicit in UInt256; address comments to last commit (toSeq, hoising vmState.readOnlyStateDB, deltaBalance -> increaseBalance)
2018-09-17 13:41:32 +00: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
all_tests.nim
Caching DB backend
2018-09-12 17:53:15 +03:00
README.md
update test readme
2018-04-03 18:14:47 +02:00
test_caching_db_backend.nim
Caching DB backend
2018-09-12 17:53:15 +03: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_generalstate_json.nim
13 additional GeneralStateTests working; remove commented auto-ported Py-EVM validations which are implicit in UInt256; address comments to last commit (toSeq, hoising vmState.readOnlyStateDB, deltaBalance -> increaseBalance)
2018-09-17 13:41:32 +00:00
test_genesis.nim
Added genesis initialization
2018-08-01 15:50:44 +03:00
test_helpers.nim
get 106 more generalstatetests working by detecting computation errors and allowing empty code accounts (
#145
)
2018-09-13 15:00:23 +00:00
test_memory.nim
Refactor interpreter dispatch (
#65
)
2018-07-06 09:52:31 +02:00
test_opcode.nim
Various fixes towards state reconstruction
2018-09-07 14:00:37 +03: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
Various fixes towards state reconstruction
2018-09-07 14:00:37 +03:00
test_vm_json.nim
Various fixes towards state reconstruction
2018-09-07 14:00:37 +03:00
README.md
tests
TODO: more vm tests and fixtures!