diff options
author | Dimitry <winsvega@mail.ru> | 2017-06-21 20:59:15 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-06-22 17:04:24 +0800 |
commit | b3ab7ac34b4703146bd6bd4194d0b17d449e57bd (patch) | |
tree | cce14a9fd7a284203a752f171de84710bf34f4d4 /GeneralStateTests/stQuadraticComplexityTest | |
parent | 814cf9f7a24acd95a7b05cb43c8ba91060f93974 (diff) | |
download | tangerine-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar tangerine-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.gz tangerine-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.bz2 tangerine-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.lz tangerine-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.xz tangerine-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.zst tangerine-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.zip |
update stQuadraticComplexity with 250M gasLimit
Diffstat (limited to 'GeneralStateTests/stQuadraticComplexityTest')
15 files changed, 728 insertions, 113 deletions
diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call1MB1024Calldepth.json b/GeneralStateTests/stQuadraticComplexityTest/Call1MB1024Calldepth.json index 71b957d32..162f9c78d 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call1MB1024Calldepth.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call1MB1024Calldepth.json @@ -1,5 +1,5 @@ { - "Call1MB1024Calldepth " : { + "Call1MB1024Calldepth" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x2ff745c7092c31290813ec6dff8df0f6a8ae6510920daece7cdd55cbb75f0b14", + "hash" : "0xc984998b8052ddaab793053cb1aedd9d5c1a29c83cc85f67181a2d702ddc6f4c", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xb8e0db77fd8d5ec9d189830716c4fb5c9d5fcc46e549c0747c7be87c8967c37a", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x2ff745c7092c31290813ec6dff8df0f6a8ae6510920daece7cdd55cbb75f0b14", + "hash" : "0xc984998b8052ddaab793053cb1aedd9d5c1a29c83cc85f67181a2d702ddc6f4c", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xb8e0db77fd8d5ec9d189830716c4fb5c9d5fcc46e549c0747c7be87c8967c37a", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x41ae7b9b5d5a40a8cf673e75e87da34ee60e054579798da9de4b91add7119fc6", + "hash" : "0xc984998b8052ddaab793053cb1aedd9d5c1a29c83cc85f67181a2d702ddc6f4c", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x7461fbfc0748c82d2c4633ffcadddb667269d903e6a57953e467fce356c8dd5c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x41ae7b9b5d5a40a8cf673e75e87da34ee60e054579798da9de4b91add7119fc6", + "hash" : "0xc984998b8052ddaab793053cb1aedd9d5c1a29c83cc85f67181a2d702ddc6f4c", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x7461fbfc0748c82d2c4633ffcadddb667269d903e6a57953e467fce356c8dd5c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x2ff745c7092c31290813ec6dff8df0f6a8ae6510920daece7cdd55cbb75f0b14", + "hash" : "0xc984998b8052ddaab793053cb1aedd9d5c1a29c83cc85f67181a2d702ddc6f4c", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xb8e0db77fd8d5ec9d189830716c4fb5c9d5fcc46e549c0747c7be87c8967c37a", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0xcd79195900" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000.json index 1814985d0..985b2200f 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000.json @@ -1,9 +1,9 @@ { - "Call50000 " : { + "Call50000" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05204180", + "currentGasLimit" : "0x33428f00", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0x0510ff40" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000_ecrec.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000_ecrec.json index 5c4b2d622..11ce50a82 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000_ecrec.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000_ecrec.json @@ -1,9 +1,9 @@ { - "Call50000_ecrec " : { + "Call50000_ecrec" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05a995c0", + "currentGasLimit" : "0xb2d05e00", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x1c10ca4d661261f2041a209c80878a85e70c568fcaca0d2672207bfbc8e5262c", + "hash" : "0xaf8d734450c75798d1c17bc00806447452c2df2eefe7197d5c168b347798ce1e", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6a5f7a73dede5653b97aefbc94525f8aeac9cde986a7e479d447c908ff49e2e0", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x1c10ca4d661261f2041a209c80878a85e70c568fcaca0d2672207bfbc8e5262c", + "hash" : "0xaf8d734450c75798d1c17bc00806447452c2df2eefe7197d5c168b347798ce1e", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6a5f7a73dede5653b97aefbc94525f8aeac9cde986a7e479d447c908ff49e2e0", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x1c10ca4d661261f2041a209c80878a85e70c568fcaca0d2672207bfbc8e5262c", + "hash" : "0xaf8d734450c75798d1c17bc00806447452c2df2eefe7197d5c168b347798ce1e", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6a5f7a73dede5653b97aefbc94525f8aeac9cde986a7e479d447c908ff49e2e0", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x1c10ca4d661261f2041a209c80878a85e70c568fcaca0d2672207bfbc8e5262c", + "hash" : "0xaf8d734450c75798d1c17bc00806447452c2df2eefe7197d5c168b347798ce1e", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6a5f7a73dede5653b97aefbc94525f8aeac9cde986a7e479d447c908ff49e2e0", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x1c10ca4d661261f2041a209c80878a85e70c568fcaca0d2672207bfbc8e5262c", + "hash" : "0xaf8d734450c75798d1c17bc00806447452c2df2eefe7197d5c168b347798ce1e", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6a5f7a73dede5653b97aefbc94525f8aeac9cde986a7e479d447c908ff49e2e0", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "" ], "gasLimit" : [ - "0x05a1f4a0" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json index feba5741e..1861f4ee0 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json @@ -1,9 +1,9 @@ { - "Call50000_identity " : { + "Call50000_identity" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05429690", + "currentGasLimit" : "0x3499e1a0", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0xbb08ea40982ef6a1bbca3261d39c3e36e9be4bf0e4c68d3462ff6ee44d2582ea", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xc8cb815929dbe10fdd16e248cfb72bbd06327232c7cfff773c5dcdf97e3bf59c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0xbb08ea40982ef6a1bbca3261d39c3e36e9be4bf0e4c68d3462ff6ee44d2582ea", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xc8cb815929dbe10fdd16e248cfb72bbd06327232c7cfff773c5dcdf97e3bf59c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0xbb08ea40982ef6a1bbca3261d39c3e36e9be4bf0e4c68d3462ff6ee44d2582ea", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xc8cb815929dbe10fdd16e248cfb72bbd06327232c7cfff773c5dcdf97e3bf59c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0xbb08ea40982ef6a1bbca3261d39c3e36e9be4bf0e4c68d3462ff6ee44d2582ea", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xc8cb815929dbe10fdd16e248cfb72bbd06327232c7cfff773c5dcdf97e3bf59c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0xbb08ea40982ef6a1bbca3261d39c3e36e9be4bf0e4c68d3462ff6ee44d2582ea", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xc8cb815929dbe10fdd16e248cfb72bbd06327232c7cfff773c5dcdf97e3bf59c", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "" ], "gasLimit" : [ - "0x05429690" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity2.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity2.json index 1929978a1..5374b6127 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity2.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity2.json @@ -1,9 +1,9 @@ { - "Call50000_identity2 " : { + "Call50000_identity2" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05429690", + "currentGasLimit" : "0x3499e1a0", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x0c99be86d6bc6d54547baa21ad24a66e033b1d2f66faa45f8a698dfefc89b58b", + "hash" : "0xcfeb11043afeddaa25c63f4aac33a65550c2fe299651a304c7578c1d9a16fc2b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x2a930bdc92deb2ef16c52218f68ba0dbf8ef9f04043486fa34230c889acc8fa9", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x0c99be86d6bc6d54547baa21ad24a66e033b1d2f66faa45f8a698dfefc89b58b", + "hash" : "0xcfeb11043afeddaa25c63f4aac33a65550c2fe299651a304c7578c1d9a16fc2b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x2a930bdc92deb2ef16c52218f68ba0dbf8ef9f04043486fa34230c889acc8fa9", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x0c99be86d6bc6d54547baa21ad24a66e033b1d2f66faa45f8a698dfefc89b58b", + "hash" : "0xcfeb11043afeddaa25c63f4aac33a65550c2fe299651a304c7578c1d9a16fc2b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x2a930bdc92deb2ef16c52218f68ba0dbf8ef9f04043486fa34230c889acc8fa9", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x0c99be86d6bc6d54547baa21ad24a66e033b1d2f66faa45f8a698dfefc89b58b", + "hash" : "0xcfeb11043afeddaa25c63f4aac33a65550c2fe299651a304c7578c1d9a16fc2b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x2a930bdc92deb2ef16c52218f68ba0dbf8ef9f04043486fa34230c889acc8fa9", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x0c99be86d6bc6d54547baa21ad24a66e033b1d2f66faa45f8a698dfefc89b58b", + "hash" : "0xcfeb11043afeddaa25c63f4aac33a65550c2fe299651a304c7578c1d9a16fc2b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x2a930bdc92deb2ef16c52218f68ba0dbf8ef9f04043486fa34230c889acc8fa9", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "" ], "gasLimit" : [ - "0x05429690" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000_rip160.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000_rip160.json index 0ee7d7348..51a7caa54 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000_rip160.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000_rip160.json @@ -1,5 +1,5 @@ { - "Call50000_rip160 " : { + "Call50000_rip160" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0xee56d166321770f333bc9706cd878884698f94afeb9fdfdaba14b19488a3395a", + "hash" : "0x4165b7d3874bb45faa9d4bc3434f31c7f0f4633bfd0ed8cc3f68a3642a581333", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xea1fe86bd3ecb80ed0c9efb33a60cf2ee6c4fd6e92d2c558ed7c80d9f3d6d780", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0xee56d166321770f333bc9706cd878884698f94afeb9fdfdaba14b19488a3395a", + "hash" : "0x4165b7d3874bb45faa9d4bc3434f31c7f0f4633bfd0ed8cc3f68a3642a581333", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xea1fe86bd3ecb80ed0c9efb33a60cf2ee6c4fd6e92d2c558ed7c80d9f3d6d780", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0xee56d166321770f333bc9706cd878884698f94afeb9fdfdaba14b19488a3395a", + "hash" : "0x4165b7d3874bb45faa9d4bc3434f31c7f0f4633bfd0ed8cc3f68a3642a581333", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xea1fe86bd3ecb80ed0c9efb33a60cf2ee6c4fd6e92d2c558ed7c80d9f3d6d780", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0xee56d166321770f333bc9706cd878884698f94afeb9fdfdaba14b19488a3395a", + "hash" : "0x4165b7d3874bb45faa9d4bc3434f31c7f0f4633bfd0ed8cc3f68a3642a581333", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xea1fe86bd3ecb80ed0c9efb33a60cf2ee6c4fd6e92d2c558ed7c80d9f3d6d780", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0xee56d166321770f333bc9706cd878884698f94afeb9fdfdaba14b19488a3395a", + "hash" : "0x4165b7d3874bb45faa9d4bc3434f31c7f0f4633bfd0ed8cc3f68a3642a581333", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xea1fe86bd3ecb80ed0c9efb33a60cf2ee6c4fd6e92d2c558ed7c80d9f3d6d780", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "" ], "gasLimit" : [ - "0xe9f2bf40" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000_sha256.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000_sha256.json index e1522c511..d042aff3b 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000_sha256.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000_sha256.json @@ -1,5 +1,5 @@ { - "Call50000_sha256 " : { + "Call50000_sha256" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0xb74ec7215ce8fdf2aac94ad5f8f1803c1d7b06e73cdd18112b31f88f292cc8a6", + "hash" : "0xd145456acb4bde15a5465e1eae80bbb67f01113a8efc6b0cbe5cba4a04318885", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6c436e76d01c619063be64d44041e66a4390fc121940151088c4ee78a89fa2b2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0xb74ec7215ce8fdf2aac94ad5f8f1803c1d7b06e73cdd18112b31f88f292cc8a6", + "hash" : "0xd145456acb4bde15a5465e1eae80bbb67f01113a8efc6b0cbe5cba4a04318885", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6c436e76d01c619063be64d44041e66a4390fc121940151088c4ee78a89fa2b2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x19160c14708d9324362b0f36e6a00685fee6504273587a89d9186c0169cd6dc4", + "hash" : "0xd145456acb4bde15a5465e1eae80bbb67f01113a8efc6b0cbe5cba4a04318885", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6c436e76d01c619063be64d44041e66a4390fc121940151088c4ee78a89fa2b2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x19160c14708d9324362b0f36e6a00685fee6504273587a89d9186c0169cd6dc4", + "hash" : "0xd145456acb4bde15a5465e1eae80bbb67f01113a8efc6b0cbe5cba4a04318885", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6c436e76d01c619063be64d44041e66a4390fc121940151088c4ee78a89fa2b2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0xb74ec7215ce8fdf2aac94ad5f8f1803c1d7b06e73cdd18112b31f88f292cc8a6", + "hash" : "0xd145456acb4bde15a5465e1eae80bbb67f01113a8efc6b0cbe5cba4a04318885", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x6c436e76d01c619063be64d44041e66a4390fc121940151088c4ee78a89fa2b2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "" ], "gasLimit" : [ - "0xe9f2bf40" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_1.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_1.json index 2b15bfe09..d01d90c89 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_1.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_1.json @@ -1,5 +1,5 @@ { - "Call50000bytesContract50_1 " : { + "Call50000bytesContract50_1" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x84826466d2926e32a3e2dcfc55e1cc3062c51d303fcab06ad111e3be04c9a698", + "hash" : "0x79363a45a1095911841981c2f90a1d82b704ae2940a306bcb69fe62a857d93ec", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x84826466d2926e32a3e2dcfc55e1cc3062c51d303fcab06ad111e3be04c9a698", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x84826466d2926e32a3e2dcfc55e1cc3062c51d303fcab06ad111e3be04c9a698", + "hash" : "0x79363a45a1095911841981c2f90a1d82b704ae2940a306bcb69fe62a857d93ec", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x84826466d2926e32a3e2dcfc55e1cc3062c51d303fcab06ad111e3be04c9a698", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0xfc45f96bb1b3fe9ff1a7410de294c0fa1b9cd28ebce2a5de0183b3242ef47eff", + "hash" : "0x79363a45a1095911841981c2f90a1d82b704ae2940a306bcb69fe62a857d93ec", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xac8748a3507455ac0fdfb2791a67f8e4c616200a1476bd3de34d1c5ba32cb602", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0xfc45f96bb1b3fe9ff1a7410de294c0fa1b9cd28ebce2a5de0183b3242ef47eff", + "hash" : "0x79363a45a1095911841981c2f90a1d82b704ae2940a306bcb69fe62a857d93ec", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xac8748a3507455ac0fdfb2791a67f8e4c616200a1476bd3de34d1c5ba32cb602", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x84826466d2926e32a3e2dcfc55e1cc3062c51d303fcab06ad111e3be04c9a698", + "hash" : "0x79363a45a1095911841981c2f90a1d82b704ae2940a306bcb69fe62a857d93ec", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x84826466d2926e32a3e2dcfc55e1cc3062c51d303fcab06ad111e3be04c9a698", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0xcd79195900" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_2.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_2.json index 288bb8315..35e75cfef 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_2.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_2.json @@ -1,5 +1,5 @@ { - "Call50000bytesContract50_2 " : { + "Call50000bytesContract50_2" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x7d413e02fb26bf9ca682fbd0ab95b2c0966558e59838e8df455bdadfac934c9d", + "hash" : "0x76f864f78a6bc06173c1ffb865750c779a9784003265f1257c9d3b3415ded27f", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x7d413e02fb26bf9ca682fbd0ab95b2c0966558e59838e8df455bdadfac934c9d", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x7d413e02fb26bf9ca682fbd0ab95b2c0966558e59838e8df455bdadfac934c9d", + "hash" : "0x76f864f78a6bc06173c1ffb865750c779a9784003265f1257c9d3b3415ded27f", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x7d413e02fb26bf9ca682fbd0ab95b2c0966558e59838e8df455bdadfac934c9d", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x23d5974c569e01f7266c9e7898393e44736394d33c711076e1ce19de5c829240", + "hash" : "0x76f864f78a6bc06173c1ffb865750c779a9784003265f1257c9d3b3415ded27f", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x89a9c68e7e58f0f63342464b51b0954bfc19e0e4a3542950a33c1b7e48af6c04", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x23d5974c569e01f7266c9e7898393e44736394d33c711076e1ce19de5c829240", + "hash" : "0x76f864f78a6bc06173c1ffb865750c779a9784003265f1257c9d3b3415ded27f", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x89a9c68e7e58f0f63342464b51b0954bfc19e0e4a3542950a33c1b7e48af6c04", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x7d413e02fb26bf9ca682fbd0ab95b2c0966558e59838e8df455bdadfac934c9d", + "hash" : "0x76f864f78a6bc06173c1ffb865750c779a9784003265f1257c9d3b3415ded27f", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x7d413e02fb26bf9ca682fbd0ab95b2c0966558e59838e8df455bdadfac934c9d", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0xcd79195900" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_3.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_3.json index ce877c1d7..01da16d9a 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_3.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000bytesContract50_3.json @@ -1,5 +1,5 @@ { - "Call50000bytesContract50_3 " : { + "Call50000bytesContract50_3" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x5606f3b4b3f7b8e6b04d77f3de8ef850761658a0a82f26ccf2d1ff0a596f76a2", + "hash" : "0xc19821d2c6cf1aeea3a306cb4cceeb9292e6f4815427e988e35592853c6b2cbe", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x5606f3b4b3f7b8e6b04d77f3de8ef850761658a0a82f26ccf2d1ff0a596f76a2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x5606f3b4b3f7b8e6b04d77f3de8ef850761658a0a82f26ccf2d1ff0a596f76a2", + "hash" : "0xc19821d2c6cf1aeea3a306cb4cceeb9292e6f4815427e988e35592853c6b2cbe", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x5606f3b4b3f7b8e6b04d77f3de8ef850761658a0a82f26ccf2d1ff0a596f76a2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x5c3a407f0b8007aa0df2e2dd9cac4cb1d20f481ae44ebb8abe319f54ea23e4dd", + "hash" : "0xc19821d2c6cf1aeea3a306cb4cceeb9292e6f4815427e988e35592853c6b2cbe", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x469d58b6851cd07454edc299d4a71b7e47a2e10418623b4c9843650aff3b4d18", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x5c3a407f0b8007aa0df2e2dd9cac4cb1d20f481ae44ebb8abe319f54ea23e4dd", + "hash" : "0xc19821d2c6cf1aeea3a306cb4cceeb9292e6f4815427e988e35592853c6b2cbe", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x469d58b6851cd07454edc299d4a71b7e47a2e10418623b4c9843650aff3b4d18", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x5606f3b4b3f7b8e6b04d77f3de8ef850761658a0a82f26ccf2d1ff0a596f76a2", + "hash" : "0xc19821d2c6cf1aeea3a306cb4cceeb9292e6f4815427e988e35592853c6b2cbe", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x5606f3b4b3f7b8e6b04d77f3de8ef850761658a0a82f26ccf2d1ff0a596f76a2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0xcd79195900" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Callcode50000.json b/GeneralStateTests/stQuadraticComplexityTest/Callcode50000.json index e48d532c5..b527188db 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Callcode50000.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Callcode50000.json @@ -1,9 +1,9 @@ { - "Callcode50000 " : { + "Callcode50000" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05204180", + "currentGasLimit" : "0x0200999600", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x414b9e24bee6c3d77fe338f9830cbd0653b6ddbe64177dfdc16a3dd20f234697", + "hash" : "0x5282cd6886b4b6eb8f27ebbb6dcf16f55f3506b011e2eda340300c7ddca7a99a", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x85a4897fec73dcb66fd8d0c06a313480f7fb49e722554a7de90f8bc9688e6060", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x414b9e24bee6c3d77fe338f9830cbd0653b6ddbe64177dfdc16a3dd20f234697", + "hash" : "0x5282cd6886b4b6eb8f27ebbb6dcf16f55f3506b011e2eda340300c7ddca7a99a", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x85a4897fec73dcb66fd8d0c06a313480f7fb49e722554a7de90f8bc9688e6060", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x414b9e24bee6c3d77fe338f9830cbd0653b6ddbe64177dfdc16a3dd20f234697", + "hash" : "0x5282cd6886b4b6eb8f27ebbb6dcf16f55f3506b011e2eda340300c7ddca7a99a", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x85a4897fec73dcb66fd8d0c06a313480f7fb49e722554a7de90f8bc9688e6060", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x414b9e24bee6c3d77fe338f9830cbd0653b6ddbe64177dfdc16a3dd20f234697", + "hash" : "0x5282cd6886b4b6eb8f27ebbb6dcf16f55f3506b011e2eda340300c7ddca7a99a", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x85a4897fec73dcb66fd8d0c06a313480f7fb49e722554a7de90f8bc9688e6060", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x414b9e24bee6c3d77fe338f9830cbd0653b6ddbe64177dfdc16a3dd20f234697", + "hash" : "0x5282cd6886b4b6eb8f27ebbb6dcf16f55f3506b011e2eda340300c7ddca7a99a", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x85a4897fec73dcb66fd8d0c06a313480f7fb49e722554a7de90f8bc9688e6060", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0x0510ff40" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Create1000.json b/GeneralStateTests/stQuadraticComplexityTest/Create1000.json index b02dea94f..ff1c43d3d 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Create1000.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Create1000.json @@ -1,9 +1,9 @@ { - "Create1000 " : { + "Create1000" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05204180", + "currentGasLimit" : "0x0200999600", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x657ed4b41f1d0db9069e707fe17e8a7247ab9175337792de9e2da93ba132c745", + "hash" : "0x06c5d14ef7a87710e69a4deaf77ab1b6d34491784d76a5fdcbd24b00cc361dc7", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x657ed4b41f1d0db9069e707fe17e8a7247ab9175337792de9e2da93ba132c745", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x66ee7d6ddc316e0a912c5029be47db7f699fd576f3eed2c6077c12a90343e7e2", + "hash" : "0x06c5d14ef7a87710e69a4deaf77ab1b6d34491784d76a5fdcbd24b00cc361dc7", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x66ee7d6ddc316e0a912c5029be47db7f699fd576f3eed2c6077c12a90343e7e2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x657ed4b41f1d0db9069e707fe17e8a7247ab9175337792de9e2da93ba132c745", + "hash" : "0x06c5d14ef7a87710e69a4deaf77ab1b6d34491784d76a5fdcbd24b00cc361dc7", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x657ed4b41f1d0db9069e707fe17e8a7247ab9175337792de9e2da93ba132c745", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x657ed4b41f1d0db9069e707fe17e8a7247ab9175337792de9e2da93ba132c745", + "hash" : "0x06c5d14ef7a87710e69a4deaf77ab1b6d34491784d76a5fdcbd24b00cc361dc7", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x657ed4b41f1d0db9069e707fe17e8a7247ab9175337792de9e2da93ba132c745", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x66ee7d6ddc316e0a912c5029be47db7f699fd576f3eed2c6077c12a90343e7e2", + "hash" : "0x06c5d14ef7a87710e69a4deaf77ab1b6d34491784d76a5fdcbd24b00cc361dc7", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x66ee7d6ddc316e0a912c5029be47db7f699fd576f3eed2c6077c12a90343e7e2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "" ], "gasLimit" : [ - "0x0510ff40" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopy.json b/GeneralStateTests/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopy.json index 41a75943c..56e0e7188 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopy.json +++ b/GeneralStateTests/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopy.json @@ -1,5 +1,5 @@ { - "QuadraticComplexitySolidity_CallDataCopy " : { + "QuadraticComplexitySolidity_CallDataCopy" : { "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x251dc20e2f56d09d375d0acb53324a82c8bbf0c82d2172bfd5e9994cbe0d3529", + "hash" : "0x9069b0bca48fb987771da925e2ae4d322e47221ad504f37ab27837ff6412d398", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x9c6475c75795cc63ed4d4f646b7d3efbeddb48b9c0e56383a05b9098ad265f37", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x251dc20e2f56d09d375d0acb53324a82c8bbf0c82d2172bfd5e9994cbe0d3529", + "hash" : "0x9069b0bca48fb987771da925e2ae4d322e47221ad504f37ab27837ff6412d398", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x9c6475c75795cc63ed4d4f646b7d3efbeddb48b9c0e56383a05b9098ad265f37", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x251dc20e2f56d09d375d0acb53324a82c8bbf0c82d2172bfd5e9994cbe0d3529", + "hash" : "0x9069b0bca48fb987771da925e2ae4d322e47221ad504f37ab27837ff6412d398", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x9c6475c75795cc63ed4d4f646b7d3efbeddb48b9c0e56383a05b9098ad265f37", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x251dc20e2f56d09d375d0acb53324a82c8bbf0c82d2172bfd5e9994cbe0d3529", + "hash" : "0x9069b0bca48fb987771da925e2ae4d322e47221ad504f37ab27837ff6412d398", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x9c6475c75795cc63ed4d4f646b7d3efbeddb48b9c0e56383a05b9098ad265f37", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x251dc20e2f56d09d375d0acb53324a82c8bbf0c82d2172bfd5e9994cbe0d3529", + "hash" : "0x9069b0bca48fb987771da925e2ae4d322e47221ad504f37ab27837ff6412d398", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x9c6475c75795cc63ed4d4f646b7d3efbeddb48b9c0e56383a05b9098ad265f37", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -81,7 +121,8 @@ "0x61a47706000000000000000000000000000000000000000000000000000000000000c350" ], "gasLimit" : [ - "0x14dc9380" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Return50000.json b/GeneralStateTests/stQuadraticComplexityTest/Return50000.json index 009789b3d..35e1ed616 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Return50000.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Return50000.json @@ -1,9 +1,9 @@ { - "Return50000 " : { + "Return50000" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05429690", + "currentGasLimit" : "0x020e02d040", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x722399a622a8b9b74621e7523708158e65293d659fee58c0a056d2f48b44a189", + "hash" : "0x4eac2fcd7af9c0f3c26e82634e44f372005f2813f3e7c0e4af06c8674e7b089b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x3e96c54c51b5976b65813016f474b30f139c409ecf1ff402b0a6f98e1ae5ca01", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x722399a622a8b9b74621e7523708158e65293d659fee58c0a056d2f48b44a189", + "hash" : "0x4eac2fcd7af9c0f3c26e82634e44f372005f2813f3e7c0e4af06c8674e7b089b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x3e96c54c51b5976b65813016f474b30f139c409ecf1ff402b0a6f98e1ae5ca01", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x722399a622a8b9b74621e7523708158e65293d659fee58c0a056d2f48b44a189", + "hash" : "0x4eac2fcd7af9c0f3c26e82634e44f372005f2813f3e7c0e4af06c8674e7b089b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x3e96c54c51b5976b65813016f474b30f139c409ecf1ff402b0a6f98e1ae5ca01", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x722399a622a8b9b74621e7523708158e65293d659fee58c0a056d2f48b44a189", + "hash" : "0x4eac2fcd7af9c0f3c26e82634e44f372005f2813f3e7c0e4af06c8674e7b089b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x3e96c54c51b5976b65813016f474b30f139c409ecf1ff402b0a6f98e1ae5ca01", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x722399a622a8b9b74621e7523708158e65293d659fee58c0a056d2f48b44a189", + "hash" : "0x4eac2fcd7af9c0f3c26e82634e44f372005f2813f3e7c0e4af06c8674e7b089b", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x3e96c54c51b5976b65813016f474b30f139c409ecf1ff402b0a6f98e1ae5ca01", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0x05429690" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", diff --git a/GeneralStateTests/stQuadraticComplexityTest/Return50000_2.json b/GeneralStateTests/stQuadraticComplexityTest/Return50000_2.json index 4beef80a5..7f0195961 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Return50000_2.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Return50000_2.json @@ -1,9 +1,9 @@ { - "Return50000_2 " : { + "Return50000_2" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05429690", + "currentGasLimit" : "0x020e02d040", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0xa3d7da9aa50be0201d42a2d00f968aa675ba436172ff793a3bc174ad7ffee206", + "hash" : "0xb4d5763b662a23139ae597758b835f4ad9f97435daec1bd066b0676c9cb5fdbb", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x24320813cdea75cf9e7c4367fd0bc2476d4779a7981dd56d7b86c387aa3d0a3a", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0xa3d7da9aa50be0201d42a2d00f968aa675ba436172ff793a3bc174ad7ffee206", + "hash" : "0xb4d5763b662a23139ae597758b835f4ad9f97435daec1bd066b0676c9cb5fdbb", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x24320813cdea75cf9e7c4367fd0bc2476d4779a7981dd56d7b86c387aa3d0a3a", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0xa3d7da9aa50be0201d42a2d00f968aa675ba436172ff793a3bc174ad7ffee206", + "hash" : "0xb4d5763b662a23139ae597758b835f4ad9f97435daec1bd066b0676c9cb5fdbb", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x24320813cdea75cf9e7c4367fd0bc2476d4779a7981dd56d7b86c387aa3d0a3a", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0xa3d7da9aa50be0201d42a2d00f968aa675ba436172ff793a3bc174ad7ffee206", + "hash" : "0xb4d5763b662a23139ae597758b835f4ad9f97435daec1bd066b0676c9cb5fdbb", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x24320813cdea75cf9e7c4367fd0bc2476d4779a7981dd56d7b86c387aa3d0a3a", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0xa3d7da9aa50be0201d42a2d00f968aa675ba436172ff793a3bc174ad7ffee206", + "hash" : "0xb4d5763b662a23139ae597758b835f4ad9f97435daec1bd066b0676c9cb5fdbb", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0x24320813cdea75cf9e7c4367fd0bc2476d4779a7981dd56d7b86c387aa3d0a3a", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0x05429690" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", |