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-11 03:27:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth1
/
tests
History
Mamy Ratsimbazafy
cb49352b6a
Gas & Memory ops refactoring - uses native integer instead of uint256
fixes
#35
and
#39
(
#40
)
...
* Gas refactoring - uses int64 * Use primitive int in test_vm_json
2018-05-25 12:25:19 +02:00
..
fixtures
/VMTests
WIP tests based on fixtures
2018-02-13 19:18:08 +02:00
all_tests.nim
fixes
#27
(a number of setStorage failing tests)
2018-05-14 23:13:13 +03:00
fixtures.nim
1st gas refactoring - handle different gas costs in Ethereum forks (
#37
)
2018-05-24 12:01:59 +02:00
README.md
update test readme
2018-04-03 18:14:47 +02:00
test_code_stream.nim
Update README badges and add dual-license header
2018-04-06 16:52:10 +02:00
test_gas_meter.nim
Gas & Memory ops refactoring - uses native integer instead of uint256
fixes
#35
and
#39
(
#40
)
2018-05-25 12:25:19 +02:00
test_helpers.nim
1st gas refactoring - handle different gas costs in Ethereum forks (
#37
)
2018-05-24 12:01:59 +02:00
test_memory.nim
Gas & Memory ops refactoring - uses native integer instead of uint256
fixes
#35
and
#39
(
#40
)
2018-05-25 12:25:19 +02:00
test_opcode.nim
Gas & Memory ops refactoring - uses native integer instead of uint256
fixes
#35
and
#39
(
#40
)
2018-05-25 12:25:19 +02:00
test_stack.nim
Catch stack underflow (
#33
)
2018-05-17 20:59:17 +02:00
test_vm_json.nim
Gas & Memory ops refactoring - uses native integer instead of uint256
fixes
#35
and
#39
(
#40
)
2018-05-25 12:25:19 +02:00
test_vm.nim
1st gas refactoring - handle different gas costs in Ethereum forks (
#37
)
2018-05-24 12:01:59 +02:00
README.md
tests
TODO: more vm tests and fixtures!