diff options
author | winsvega <winsvega@mail.ru> | 2018-02-17 22:12:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-17 22:12:59 +0800 |
commit | b91976cb16c11beceaf19b1b84463916f67537ac (patch) | |
tree | ab35b8ccb08feb5f80beec673bba2c4b7cc93cb5 /src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json | |
parent | 772a3d69a704e0670f567abefb6608f942136693 (diff) | |
parent | 5e3d39a3fad955681e9bb7e9fa910a24e1df5f88 (diff) | |
download | dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.gz dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.bz2 dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.lz dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.xz dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.zst dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.zip |
Merge pull request #418 from ethereum/fixempty
fix empty expect section
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json b/src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json index 77914c399..d60f78993 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/FillStackFiller.json @@ -39,6 +39,66 @@ } } }, + { + "indexes" : { + "data" : -1, + "gas" : 0, + "value" : -1 + }, + "network" : ["Frontier"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x00", + "code" : "0x5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe457f00000000000000000000000100000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000017f000000000000000000000000000000000000000000000000000000000000c3504357155320803a975560005155", + "nonce" : "0x00", + "storage" : { + } + }, + "945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "3141638", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : 0, + "value" : -1 + }, + "network" : [">=Homestead"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x00", + "code" : "0x5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe457f00000000000000000000000100000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000017f000000000000000000000000000000000000000000000000000000000000c3504357155320803a975560005155", + "nonce" : "0x00", + "storage" : { + } + }, + "945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "3141638", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + } + }, { "indexes" : { "data" : -1, |