Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit c8497ab

Browse files
committed
new push32 test and renaming
1 parent 0be275e commit c8497ab

1 file changed

Lines changed: 43 additions & 1 deletion

File tree

VMTests/vmPushDupSwapTest.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@
18891889
}
18901890
}
18911891
},
1892-
"push32error" : {
1892+
"push32AndSuicide" : {
18931893
"callcreates" : [
18941894
],
18951895
"env" : {
@@ -1931,6 +1931,48 @@
19311931
}
19321932
}
19331933
},
1934+
"push32FillUpInputWithZerosAtTheEnd" : {
1935+
"callcreates" : [
1936+
],
1937+
"env" : {
1938+
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
1939+
"currentDifficulty" : "256",
1940+
"currentGasLimit" : "1000000",
1941+
"currentNumber" : "0",
1942+
"currentTimestamp" : "1",
1943+
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
1944+
},
1945+
"exec" : {
1946+
"address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
1947+
"caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
1948+
"code" : "0x7fff10112233445566778899aabbccddeeff00112233445566778899aabbccdd",
1949+
"data" : "0x",
1950+
"gas" : "10000",
1951+
"gasPrice" : "100000000000000",
1952+
"origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
1953+
"value" : "1000000000000000000"
1954+
},
1955+
"gas" : "9999",
1956+
"out" : "0x",
1957+
"post" : {
1958+
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
1959+
"balance" : "1000000000000000000",
1960+
"code" : "0x7fff10112233445566778899aabbccddeeff00112233445566778899aabbccdd",
1961+
"nonce" : "0",
1962+
"storage" : {
1963+
}
1964+
}
1965+
},
1966+
"pre" : {
1967+
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
1968+
"balance" : "1000000000000000000",
1969+
"code" : "0x7fff10112233445566778899aabbccddeeff00112233445566778899aabbccdd",
1970+
"nonce" : "0",
1971+
"storage" : {
1972+
}
1973+
}
1974+
}
1975+
},
19341976
"push4" : {
19351977
"callcreates" : [
19361978
],

0 commit comments

Comments
 (0)