diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 18:01:05 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 18:01:05 +0800 |
commit | 834c52af6406b9af429104408ca7bcbc525efe5c (patch) | |
tree | beac0b3c2d9854e8adca529d9ba67e2d927b275b /vmtests | |
parent | c73a8a89d23cbdaf80875667437d57c3ee32f08a (diff) | |
download | dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.gz dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.bz2 dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.lz dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.xz dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.zst dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.zip |
Changing gas cost to zero at stackunderflow
Diffstat (limited to 'vmtests')
-rw-r--r-- | vmtests/vmEnvironmentalInfoTest.json | 2 | ||||
-rw-r--r-- | vmtests/vmIOandFlowOperationsTest.json | 4 | ||||
-rw-r--r-- | vmtests/vmPushDupSwapTest.json | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/vmtests/vmEnvironmentalInfoTest.json b/vmtests/vmEnvironmentalInfoTest.json index 0b24173d9..35ad5f8f1 100644 --- a/vmtests/vmEnvironmentalInfoTest.json +++ b/vmtests/vmEnvironmentalInfoTest.json @@ -1128,4 +1128,4 @@ } } } -} +}
\ No newline at end of file diff --git a/vmtests/vmIOandFlowOperationsTest.json b/vmtests/vmIOandFlowOperationsTest.json index 74d63649e..c5034754a 100644 --- a/vmtests/vmIOandFlowOperationsTest.json +++ b/vmtests/vmIOandFlowOperationsTest.json @@ -1170,7 +1170,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9999", + "gas" : "10000", "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { @@ -1369,4 +1369,4 @@ } } } -} +}
\ No newline at end of file diff --git a/vmtests/vmPushDupSwapTest.json b/vmtests/vmPushDupSwapTest.json index 444ccc5d8..f7fcb335d 100644 --- a/vmtests/vmPushDupSwapTest.json +++ b/vmtests/vmPushDupSwapTest.json @@ -407,7 +407,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9998", + "gas" : "9999", "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { @@ -2555,7 +2555,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9997", + "gas" : "9998", "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { |