diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2014-12-02 01:19:40 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2014-12-02 01:19:40 +0800 |
commit | 4089b809fb9b5daea24ab88ad3e3e3947b3ff6d7 (patch) | |
tree | 9f24bdcc41ac08e4131506da6a49494dabb15d14 | |
parent | cfdca6227716b66bd64b64c6aab864fde69336d3 (diff) | |
download | dexon-tests-4089b809fb9b5daea24ab88ad3e3e3947b3ff6d7.tar dexon-tests-4089b809fb9b5daea24ab88ad3e3e3947b3ff6d7.tar.gz dexon-tests-4089b809fb9b5daea24ab88ad3e3e3947b3ff6d7.tar.bz2 dexon-tests-4089b809fb9b5daea24ab88ad3e3e3947b3ff6d7.tar.lz dexon-tests-4089b809fb9b5daea24ab88ad3e3e3947b3ff6d7.tar.xz dexon-tests-4089b809fb9b5daea24ab88ad3e3e3947b3ff6d7.tar.zst dexon-tests-4089b809fb9b5daea24ab88ad3e3e3947b3ff6d7.zip |
update gas costs
-rw-r--r-- | StateTests/stPreCompiledContracts.json | 28 | ||||
-rw-r--r-- | StateTests/stSystemOperationsTest.json | 4 |
2 files changed, 16 insertions, 16 deletions
diff --git a/StateTests/stPreCompiledContracts.json b/StateTests/stPreCompiledContracts.json index 65eebc302..a8166b4b8 100644 --- a/StateTests/stPreCompiledContracts.json +++ b/StateTests/stPreCompiledContracts.json @@ -28,14 +28,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "1976", + "balance" : "1977", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999898024", + "balance" : "999999999999898023", "code" : "0x", "nonce" : "1", "storage" : { @@ -95,14 +95,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "1440", + "balance" : "1441", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999898560", + "balance" : "999999999999898559", "code" : "0x", "nonce" : "1", "storage" : { @@ -161,14 +161,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "1375", + "balance" : "1376", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999898625", + "balance" : "999999999999898624", "code" : "0x", "nonce" : "1", "storage" : { @@ -298,14 +298,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "1976", + "balance" : "1977", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999898024", + "balance" : "999999999999898023", "code" : "0x", "nonce" : "1", "storage" : { @@ -365,14 +365,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "1576", + "balance" : "1577", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999898424", + "balance" : "999999999999898423", "code" : "0x", "nonce" : "1", "storage" : { @@ -432,14 +432,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "1576", + "balance" : "1577", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999898424", + "balance" : "999999999999898423", "code" : "0x", "nonce" : "1", "storage" : { @@ -500,14 +500,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "1776", + "balance" : "1777", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999898224", + "balance" : "999999999999898223", "code" : "0x", "nonce" : "1", "storage" : { diff --git a/StateTests/stSystemOperationsTest.json b/StateTests/stSystemOperationsTest.json index 52d9067cf..1a522f2aa 100644 --- a/StateTests/stSystemOperationsTest.json +++ b/StateTests/stSystemOperationsTest.json @@ -1666,14 +1666,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "916", + "balance" : "917", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999899084", + "balance" : "999999999999899083", "code" : "0x", "nonce" : "1", "storage" : { |