diff options
author | yann300 <yann.levreau@gmail.com> | 2017-04-26 23:10:36 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-06-23 18:46:11 +0800 |
commit | 6e110e8979acd57ca7a9745374ae9c2134887e69 (patch) | |
tree | c478a53114c6c13071f02d11456e3c5315089798 /src/GeneralStateTestsFiller/stChangedEIP150 | |
parent | a83f7cf93747ae96c16e0cf2d987ec1ba7367128 (diff) | |
download | dexon-tests-6e110e8979acd57ca7a9745374ae9c2134887e69.tar dexon-tests-6e110e8979acd57ca7a9745374ae9c2134887e69.tar.gz dexon-tests-6e110e8979acd57ca7a9745374ae9c2134887e69.tar.bz2 dexon-tests-6e110e8979acd57ca7a9745374ae9c2134887e69.tar.lz dexon-tests-6e110e8979acd57ca7a9745374ae9c2134887e69.tar.xz dexon-tests-6e110e8979acd57ca7a9745374ae9c2134887e69.tar.zst dexon-tests-6e110e8979acd57ca7a9745374ae9c2134887e69.zip |
update eip86
Diffstat (limited to 'src/GeneralStateTestsFiller/stChangedEIP150')
-rw-r--r-- | src/GeneralStateTestsFiller/stChangedEIP150/contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json | 110 |
1 files changed, 91 insertions, 19 deletions
diff --git a/src/GeneralStateTestsFiller/stChangedEIP150/contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json b/src/GeneralStateTestsFiller/stChangedEIP150/contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json index c61def654..dec3b9081 100644 --- a/src/GeneralStateTestsFiller/stChangedEIP150/contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json +++ b/src/GeneralStateTestsFiller/stChangedEIP150/contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json @@ -12,22 +12,94 @@ { "indexes" : { "data" : -1, - "gas" : -1, + "gas" : [0], "value" : -1 }, "network" : ["EIP150", "EIP158", "Frontier"], "result" : { - "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { - "balance" : "0" - }, - "1000000000000000000000000000000000000001": { - "storage" : { - "0x01" : "0x01" - } - } + "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { + "balance" : "0" + }, + "1000000000000000000000000000000000000001": { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : [1], + "value" : -1 + }, + "network" : ["EIP150", "EIP158"], + "result" : { + "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { + "balance" : "0" + }, + "1000000000000000000000000000000000000001": { + "storage" : { + "0x01" : "0x00" + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : [1], + "value" : -1 + }, + "network" : ["Frontier"], + "result" : { + "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { + "shouldnotexist" : "1" + }, + "1000000000000000000000000000000000000001": { + "storage" : { + "0x01" : "0x00" + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : [0], + "value" : -1 + }, + "network" : [ "Metropolis"], + "result" : { + "7465a28fa39704747c9317bb30c7910b059a7976": { + "balance" : "0" + }, + "1000000000000000000000000000000000000001": { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : [1], + "value" : -1 + }, + "network" : [ "Metropolis"], + "result" : { + "7465a28fa39704747c9317bb30c7910b059a7976": { + "balance" : "0" + }, + "1000000000000000000000000000000000000001": { + "storage" : { + "0x01" : "0x00" + } + } } }, - { + { "indexes" : { "data" : -1, "gas" : -1, @@ -35,14 +107,14 @@ }, "network" : ["Homestead"], "result" : { - "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { - "shouldnotexist" : "1" - }, - "1000000000000000000000000000000000000001": { - "storage" : { - "0x01" : "0x00" - } - } + "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { + "shouldnotexist" : "1" + }, + "1000000000000000000000000000000000000001": { + "storage" : { + "0x01" : "0x00" + } + } } } ], @@ -75,7 +147,7 @@ "0x6040600060406000600073100000000000000000000000000000000000000161c350f1" ], "gasLimit" : [ - "96000" + "96000", "60000" ], "gasPrice" : "1", "nonce" : "0", |