andri lim
|
d01edfdcac
|
add istanbul tests fixtures
|
2019-11-14 10:21:04 +00:00 |
andri lim
|
c4dcf5da30
|
reduce compiler warnings
|
2019-11-13 21:49:39 +07:00 |
andri lim
|
b3cbf620d6
|
implement EIP-152
|
2019-11-12 15:51:48 +00:00 |
Ștefan Talpalaru
|
d84e4810d5
|
unittest2 (parallelism disabled)
This is https://github.com/status-im/nimbus/pull/332 with parallelism
disabled, while some threadpool deadlock is being debugged.
|
2019-10-31 06:17:01 +01:00 |
andri lim
|
8a09e97d4d
|
add diagnostic message to test_difficulty.nim
|
2019-10-28 22:21:41 +07:00 |
andri lim
|
a45792cede
|
add diagnostic message to all_tests.nim
|
2019-10-28 22:21:40 +07:00 |
andri lim
|
b3a7adcedd
|
fixes #404
|
2019-10-17 15:30:15 +07:00 |
andri lim
|
a65ab2763e
|
fixes generateHeaderFromParentHeader
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
12960c27ce
|
fixes coinBase suicide
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
e63a43ee9f
|
fixes getAncestorHash
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
4c48244cbb
|
fixes debugger
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
b189e1604f
|
fixes gasLimitBounds
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
ed01201233
|
fixes fork choice
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
10fb81b781
|
fixes verifyStateDB nonce conversion
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
a2a8e81265
|
fixes difficulty validation
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
58a7d5af83
|
fixes checkPOW of validateSeal
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
7a07737855
|
implement bc_test debugger
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
bf23bd8d84
|
fixes wrongNumber bug
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
5c7adaae3b
|
implement pow validation
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
b5266a7412
|
fix wrong gasUsed
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
85b21721b0
|
pass more tests
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
9cba2c9cc0
|
fix validateGasLimit
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
f2b5f9b77f
|
skip more failing test
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
3ad465d169
|
implement block validation and friends
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
af49151bc6
|
deals with invalid blocks
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
49a6f84ac9
|
activates verifyStateDB
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
7c65b8a2b2
|
implement validate block unchanged
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
594c3b8d08
|
some cleanup
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
e61e530b9f
|
skip failing test
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
890c6a9802
|
add command line config
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
12ea5247d6
|
execute transactions
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
9485db920d
|
prepare vmstate for block validation
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
33c2848fd5
|
implement vmconfig for bc test
|
2019-09-26 12:33:43 +03:00 |
andri lim
|
578c2bd857
|
improve cliBuilder macro readability
|
2019-09-24 10:29:41 +07:00 |
andri lim
|
d2d5661e11
|
fix comment
|
2019-09-22 16:57:19 +07:00 |
andri lim
|
321f13dc19
|
attempt to add simple cli to all_tests
|
2019-09-21 12:45:23 +07:00 |
andri lim
|
081baa6da7
|
parsing complete
|
2019-09-04 19:05:21 +02:00 |
andri lim
|
c5d07fc07f
|
implement bc test fixtures parser
|
2019-09-04 19:05:21 +02:00 |
andri lim
|
e2c01f46ab
|
skip failing test
|
2019-09-03 10:45:48 +07:00 |
andri lim
|
31ed8fcf83
|
refine transaction validation
|
2019-08-29 20:44:54 +07:00 |
andri lim
|
230fb4b06d
|
activates test
|
2019-08-29 19:57:01 +07:00 |
andri lim
|
7c094a2a3e
|
initial implementation of transaction test
|
2019-08-29 19:54:38 +07:00 |
andri lim
|
1d9760eb66
|
activates difficulty_test
|
2019-08-26 21:40:27 +07:00 |
andri lim
|
0bad132387
|
add diffficulty test
|
2019-08-26 21:26:57 +07:00 |
Ștefan Talpalaru
|
2fc238f35f
|
Merge branch 'add_trace_switch' of github.com:jangko/nimbus into jangko-add_trace_switch
|
2019-08-26 16:22:45 +02:00 |
Ștefan Talpalaru
|
4cfff44748
|
Merge branch 'simplify_calldataload' of github.com:jangko/nimbus into jangko-simplify_calldataload
|
2019-08-26 16:20:38 +02:00 |
andri lim
|
bcb7e78a77
|
add more tests fixtures
|
2019-08-25 08:38:10 +07:00 |
andri lim
|
e6187aa5f3
|
uncomment commented test case in test_op_custom.nim
|
2019-08-20 18:08:09 +07:00 |
andri lim
|
ccd8835b4d
|
fixes and activates test for 'calldataload'
|
2019-08-20 17:11:17 +07:00 |
andri lim
|
e05108b7e4
|
add 'trace' switch to tester configuration
|
2019-08-20 14:17:22 +07:00 |