diff options
author | Dimitry <dimitry@ethereum.org> | 2017-09-27 01:28:08 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-09-29 23:25:50 +0800 |
commit | a9fb4f54225b4cfe119027a84e53daff01d21b87 (patch) | |
tree | 7387c6001b671a5ac42afc8cebdd97b6c24251fd /src/GeneralStateTestsFiller/stStaticCall | |
parent | 883d2de442781548d178824db7cfbe0b3fbc0b9a (diff) | |
download | dexon-tests-a9fb4f54225b4cfe119027a84e53daff01d21b87.tar dexon-tests-a9fb4f54225b4cfe119027a84e53daff01d21b87.tar.gz dexon-tests-a9fb4f54225b4cfe119027a84e53daff01d21b87.tar.bz2 dexon-tests-a9fb4f54225b4cfe119027a84e53daff01d21b87.tar.lz dexon-tests-a9fb4f54225b4cfe119027a84e53daff01d21b87.tar.xz dexon-tests-a9fb4f54225b4cfe119027a84e53daff01d21b87.tar.zst dexon-tests-a9fb4f54225b4cfe119027a84e53daff01d21b87.zip |
regenerate state tests
generate hive test fillers
fix state test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_RETURN_BoundsFiller.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_RETURN_BoundsFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_RETURN_BoundsFiller.json index 7b6089ddf..5c1927fae 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_RETURN_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_RETURN_BoundsFiller.json @@ -31,7 +31,11 @@ "0x09" : "0x01", "0x0a" : "0x01", "0x0b" : "0x01", - "0x0c" : "0x01" + "0x0c" : "0x01", + "0x0d" : "0x01", + "0x0e" : "0x01", + "0x0f" : "0x01", + "0x10" : "0x01" } } } @@ -170,7 +174,7 @@ "" ], "gasLimit" : [ - "0x7fffffffffffffff" + "15000000" ], "gasPrice" : "1", "nonce" : "0", |