597 Commits

Author SHA1 Message Date
jangko
8ee0ab4e89
fix macro_assembler -> add call to acounts_cache.persist 2020-06-01 13:58:14 +07:00
jangko
844071033a
fix at various places related to missing accounts_cache.persist call 2020-06-01 13:45:32 +07:00
jangko
079579c1cb
fix test_blockchain_json -> add a call to accounts_cache.persist 2020-06-01 12:00:36 +07:00
jangko
46e9c11d3f
fix test_generalstate_json -> add a call to accounts_cache.persist 2020-06-01 11:49:56 +07:00
jangko
9cce8d695b
fix test_helpers -> add a call to accounts_cache.persist 2020-06-01 11:28:27 +07:00
jangko
71514a0a66
replace state_db with accounts_cache 2020-05-30 10:14:59 +07:00
jangko
7c0d24a648
add instruction comment for test_fuzz 2020-05-20 12:41:05 +07:00
jangko
9d101948ab
use 'const' instead of 'let' for module names in all_tests 2020-05-20 11:43:46 +07:00
jangko
048c8a41f1
all_tests now print the name of failed module instead of only index number 2020-05-20 11:35:27 +07:00
andri lim
7a0215608e
Merge pull request #496 from status-im/stateless_client_experiment
[WIP] Stateless client experiment: The Block Witness
2020-05-08 19:58:50 +07:00
andri lim
758ebabd87
working test_witness_json prototype 2020-05-08 12:16:24 +07:00
andri lim
9c999ffa9c
enable block witness test 2020-05-05 20:46:17 +07:00
andri lim
c9e49bf68a
fix accounts cache init API 2020-04-29 12:00:44 +07:00
andri lim
8747fe1ecd add optional outputName to jsonTest macro 2020-04-21 12:05:46 +03:00
Jacek Sieka
4ade5797ee
rlp: don't use ranges / experimental features (#495) 2020-04-20 20:12:44 +02:00
andri lim
af02a3b1b2
reduce unused import warnings 2020-04-15 19:05:57 +07:00
andri lim
5e694c6874
fix test_blockchain_json 2020-04-12 19:02:03 +07:00
andri lim
d2b0ca62b2
fix GlacierMuir to MuirGlacier typo 2020-04-12 18:13:22 +07:00
andri lim
5ca7370407
add ropsten difficulty test 2020-04-12 18:09:18 +07:00
andri lim
87bae2bb78
switch to new toFork 2020-04-12 18:02:59 +07:00
andri lim
d69ede6060 add goerli testnet genesis data[skip ci] 2020-04-09 19:13:17 +03:00
Jacek Sieka
1d472cf090
Eth keys (#482)
* bump nim-eth, fix deprecated calls
2020-04-05 15:12:48 +02:00
andri lim
266e0ddb1e
room for EIP-1283 2020-03-24 17:21:13 +07:00
Zed
fff29f7a6a Replace markdown report code with testutils 2020-03-10 14:03:04 +02:00
andri lim
0a35cce48a add accounts cache read only operations tests 2020-02-27 14:38:42 +02:00
andri lim
08168ef121 Update BCT json fixtures 2020-02-21 13:01:35 +02:00
andri lim
e12fdec7c7 update GST json fixtures 2020-02-21 13:01:21 +02:00
andri lim
6b6584c4d0 Glacier Muir update 2020-02-20 09:21:35 +02:00
andri lim
a6cde0928e [skip ci] remove test_generalstate_failing.nim 2020-02-20 09:16:29 +02:00
andri lim
32574fcebe allow user to turn pruning on/off when run test 2020-02-20 09:16:29 +02:00
andri lim
ed5710fa17 allow user to select legacy or new test suite for GST and BCT 2020-02-20 09:16:29 +02:00
andri lim
2fbabd25a4 implement aleth/geth/parity compatibility mode -- 100% pass test 2020-02-20 09:08:44 +02:00
andri lim
4a786d8cf7 update tx tests json fixtures 2020-02-20 09:02:20 +02:00
andri lim
15c9fa54ec fixes modexp gasFee bug 2020-02-18 20:11:36 +02:00
andri lim
ad1b27d2a4 fixes failed tx test 2020-02-12 17:55:14 +02:00
andri lim
85c36647d1 make tests green 2020-02-12 17:53:26 +02:00
andri lim
1e447ee2db
make tests green 2020-02-05 23:08:26 +07:00
Ștefan Talpalaru
ea38893416
fix test dir name 2020-01-31 22:53:28 +01:00
andri lim
55494f06e5
move 'validateTransaction' from GST into 'processTransaction' 2020-01-24 19:52:55 +07:00
andri lim
349d033d05 add whenIsMainModule to test_tracer_json 2020-01-23 18:07:44 +02:00
andri lim
d656f7f701 rename 'txContext' to 'setupTxContext' 2020-01-23 18:07:44 +02:00
andri lim
933b2dad78 remove code from EVM Message and load code in 'Computation' 2020-01-23 18:07:44 +02:00
kdeme
d56655d278 Move WhisperKeys to KeyStorage 2020-01-23 12:39:36 +02:00
andri lim
c1ef8632b2 move fork and gasCosts from Computation to vmState 2020-01-20 18:36:58 +02:00
andri lim
bab359cabf move origin and gasPrice from Message to vmState 2020-01-20 18:36:58 +02:00
andri lim
16a938d3fa fixes clearStorage bug 2020-01-20 18:36:58 +02:00
andri lim
52fffa6e25 fixes long standing bug create2nocash 2020-01-20 18:36:58 +02:00
andri lim
2535219830 reenable previously OOM tests 2020-01-20 18:36:58 +02:00
andri lim
63e886655b fixes coinbase suicide bugs 2020-01-20 18:36:58 +02:00
andri lim
0b99b76cd1 change 'BaseComputation' to 'Computation' 2020-01-20 18:36:58 +02:00