diff options
author | Dimitry <dimitry@ethereum.org> | 2018-09-14 01:43:07 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-09-14 01:43:07 +0800 |
commit | 78dbc922a4a2f0e159a20107462dbadb7967f663 (patch) | |
tree | 2e557375f06a138129bf6d0f33ea07fb12bcaa72 /GeneralStateTests/stSpecialTest | |
parent | 74a9838f3c30d7d7d5503e0c50d6a628e16965d1 (diff) | |
download | tangerine-tests-78dbc922a4a2f0e159a20107462dbadb7967f663.tar tangerine-tests-78dbc922a4a2f0e159a20107462dbadb7967f663.tar.gz tangerine-tests-78dbc922a4a2f0e159a20107462dbadb7967f663.tar.bz2 tangerine-tests-78dbc922a4a2f0e159a20107462dbadb7967f663.tar.lz tangerine-tests-78dbc922a4a2f0e159a20107462dbadb7967f663.tar.xz tangerine-tests-78dbc922a4a2f0e159a20107462dbadb7967f663.tar.zst tangerine-tests-78dbc922a4a2f0e159a20107462dbadb7967f663.zip |
push32 without bytes at the end
check gasUsage
Diffstat (limited to 'GeneralStateTests/stSpecialTest')
-rw-r--r-- | GeneralStateTests/stSpecialTest/push32withoutByte.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/GeneralStateTests/stSpecialTest/push32withoutByte.json b/GeneralStateTests/stSpecialTest/push32withoutByte.json new file mode 100644 index 000000000..fb07ddc1a --- /dev/null +++ b/GeneralStateTests/stSpecialTest/push32withoutByte.json @@ -0,0 +1,63 @@ +{ + "push32withoutByte" : { + "_info" : { + "comment" : "push expect 32 bytes. but we have only 10 byte", + "filledwith" : "testeth 1.5.0.dev2-45+commit.0189490f.dirty", + "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stSpecialTest/push32withoutByteFiller.json", + "sourceHash" : "470b7f71e74e5a3585ce9a8a5972017feb87ab3f2aee00874907e602e3a37847" + }, + "env" : { + "currentCoinbase" : "0x68795C4AA09D6f4Ed3E5DeDDf8c2AD3049A601da", + "currentDifficulty" : "0x020000", + "currentGasLimit" : "0x2fefd8", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Constantinople" : [ + { + "hash" : "0x2b00b2a1abae901c353787d712f6971e95799968838044e7f0157fc55e0384cc", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x0dc02922f33e45537411b9f92a1dcc9750ba9932" : { + "balance" : "0x00", + "code" : "0x7f11223344556677889910", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x07a120" + ], + "gasPrice" : "0x01", + "nonce" : "0x01", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x0dc02922f33e45537411b9f92a1dcc9750ba9932", + "value" : [ + "0x00" + ] + } + } +}
\ No newline at end of file |