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-02-10 19:17:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth1
/
tests
History
tersec
d4e95fae94
refactor aspects of transaction processing out of GeneralStateTests handler; get p2p/chain runnning through block 48680; combine/deduplicate two different but equivalent methods of caulculating transaction intrinsic gas cost; fix BaseTransaction references to just Transaction references in hitherto unreferenced stubbed out source so it builds; clean up some imports from refactoring (
#161
)
2018-09-27 19:09:26 +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
set to allow-fail another dozen or so tests which have 32-bit issues and integrate with CI (
#154
)
2018-09-19 17:57:45 +00:00
README.md
integrate GeneralStateTest runner into CI with 775 running tests (
#153
)
2018-09-19 16:46:14 +00: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_failing.nim
Partly fix state_db getCode for 20 new working GeneralStateTests (
#156
)
2018-09-20 21:36:57 +00:00
test_generalstate_json.nim
refactor aspects of transaction processing out of GeneralStateTests handler; get p2p/chain runnning through block 48680; combine/deduplicate two different but equivalent methods of caulculating transaction intrinsic gas cost; fix BaseTransaction references to just Transaction references in hitherto unreferenced stubbed out source so it builds; clean up some imports from refactoring (
#161
)
2018-09-27 19:09:26 +00:00
test_genesis.nim
Added genesis initialization
2018-08-01 15:50:44 +03:00
test_helpers.nim
refactor aspects of transaction processing out of GeneralStateTests handler; get p2p/chain runnning through block 48680; combine/deduplicate two different but equivalent methods of caulculating transaction intrinsic gas cost; fix BaseTransaction references to just Transaction references in hitherto unreferenced stubbed out source so it builds; clean up some imports from refactoring (
#161
)
2018-09-27 19:09:26 +00:00
test_memory.nim
Refactor interpreter dispatch (
#65
)
2018-07-06 09:52:31 +02:00
test_opcode.nim
More newMemoryDb updates
2018-09-18 12:18:59 +01:00
test_rpc.nim
More newMemoryDb updates
2018-09-18 12:18:59 +01:00
test_stack.nim
Delete utilities: address, padding, bytes (
#68
)
2018-07-06 17:08:31 +02:00
test_storage_backends.nim
Implement a --datadir command-line options
2018-09-25 02:06:20 +03:00
test_vm_json.nim
Deal with the refactoring in
status-im/nim-rlp#20
2018-09-26 12:58:23 +03:00
README.md
tests
TODO: more GeneralStateTest fixtures!