Skip to content

Commit 189527e

Browse files
committed
added dynamic jump out of code
1 parent 4669b56 commit 189527e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

VMTests/vmIOandFlowOperationsTest.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,48 @@
384384
}
385385
}
386386
},
387+
"jump1" : {
388+
"callcreates" : [
389+
],
390+
"env" : {
391+
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
392+
"currentDifficulty" : "256",
393+
"currentGasLimit" : "1000000",
394+
"currentNumber" : "0",
395+
"currentTimestamp" : "1",
396+
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
397+
},
398+
"exec" : {
399+
"address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
400+
"caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
401+
"code" : "0x620fffff620fffff0156",
402+
"data" : "0x",
403+
"gas" : "10000",
404+
"gasPrice" : "100000000000000",
405+
"origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
406+
"value" : "1000000000000000000"
407+
},
408+
"gas" : "9996",
409+
"out" : "0x",
410+
"post" : {
411+
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
412+
"balance" : "1000000000000000000",
413+
"code" : "0x620fffff620fffff0156",
414+
"nonce" : "0",
415+
"storage" : {
416+
}
417+
}
418+
},
419+
"pre" : {
420+
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
421+
"balance" : "1000000000000000000",
422+
"code" : "0x620fffff620fffff0156",
423+
"nonce" : "0",
424+
"storage" : {
425+
}
426+
}
427+
}
428+
},
387429
"jumpi0" : {
388430
"callcreates" : [
389431
],

0 commit comments

Comments
 (0)