diff options
Diffstat (limited to 'GeneralStateTests/stSolidityTest')
16 files changed, 52 insertions, 52 deletions
diff --git a/GeneralStateTests/stSolidityTest/AmbiguousMethod.json b/GeneralStateTests/stSolidityTest/AmbiguousMethod.json index 78d61ce92..bdb0eacf2 100644 --- a/GeneralStateTests/stSolidityTest/AmbiguousMethod.json +++ b/GeneralStateTests/stSolidityTest/AmbiguousMethod.json @@ -2,10 +2,10 @@ "AmbiguousMethod" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json b/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json index 3f865c973..fdd370cc8 100644 --- a/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json +++ b/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json @@ -2,10 +2,10 @@ "CallInfiniteLoop" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json b/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json index b044eda5d..16bb2b8c8 100644 --- a/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json +++ b/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json @@ -2,10 +2,10 @@ "CallLowLevelCreatesSolidity" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json b/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json index 4cfe45f06..512c94dd9 100644 --- a/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json +++ b/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json @@ -2,10 +2,10 @@ "CallRecursiveMethods" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/ContractInheritance.json b/GeneralStateTests/stSolidityTest/ContractInheritance.json index 1459351b3..7295dbf4c 100644 --- a/GeneralStateTests/stSolidityTest/ContractInheritance.json +++ b/GeneralStateTests/stSolidityTest/ContractInheritance.json @@ -2,10 +2,10 @@ "ContractInheritance" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0x78", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/CreateContractFromMethod.json b/GeneralStateTests/stSolidityTest/CreateContractFromMethod.json index 0392c8c33..6cac8be24 100644 --- a/GeneralStateTests/stSolidityTest/CreateContractFromMethod.json +++ b/GeneralStateTests/stSolidityTest/CreateContractFromMethod.json @@ -2,10 +2,10 @@ "CreateContractFromMethod" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json b/GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json index 1eef61801..6bfa1921b 100644 --- a/GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json +++ b/GeneralStateTests/stSolidityTest/RecursiveCreateContracts.json @@ -2,10 +2,10 @@ "RecursiveCreateContracts" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json b/GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json index 0c866b888..6ca2a9c21 100644 --- a/GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json +++ b/GeneralStateTests/stSolidityTest/RecursiveCreateContractsCreate4Contracts.json @@ -2,10 +2,10 @@ "RecursiveCreateContractsCreate4Contracts" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json b/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json index 13b78e203..5d5aa0e3e 100644 --- a/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json +++ b/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json @@ -2,16 +2,16 @@ "TestBlockAndTransactionProperties" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0x78", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { "EIP150" : [ { - "hash" : "a66273f6a501c2265ff804aa39467d5ced9d4e5dd9b8c6c2b1aadf285e97b778", + "hash" : "8121b6e7d79c473a20d195b45650a54bd1b95bc9f16392c2ce000e79c2351037", "indexes" : { "data" : 0, "gas" : 0, @@ -21,7 +21,7 @@ ], "EIP158" : [ { - "hash" : "a66273f6a501c2265ff804aa39467d5ced9d4e5dd9b8c6c2b1aadf285e97b778", + "hash" : "8121b6e7d79c473a20d195b45650a54bd1b95bc9f16392c2ce000e79c2351037", "indexes" : { "data" : 0, "gas" : 0, @@ -31,7 +31,7 @@ ], "Frontier" : [ { - "hash" : "5c55e4635b0f5ff392e89266a8560c8b52cd75e95f5a2bdf56ddd72e9004cfb2", + "hash" : "57eb775f62aeaea7bfcddf7b359b805f5477c8217370d5d3c0e00e582fcfdb91", "indexes" : { "data" : 0, "gas" : 0, @@ -41,7 +41,7 @@ ], "Homestead" : [ { - "hash" : "5c55e4635b0f5ff392e89266a8560c8b52cd75e95f5a2bdf56ddd72e9004cfb2", + "hash" : "57eb775f62aeaea7bfcddf7b359b805f5477c8217370d5d3c0e00e582fcfdb91", "indexes" : { "data" : 0, "gas" : 0, diff --git a/GeneralStateTests/stSolidityTest/TestContractInteraction.json b/GeneralStateTests/stSolidityTest/TestContractInteraction.json index 077a8c982..c4cf5f65e 100644 --- a/GeneralStateTests/stSolidityTest/TestContractInteraction.json +++ b/GeneralStateTests/stSolidityTest/TestContractInteraction.json @@ -2,10 +2,10 @@ "TestContractInteraction" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/TestContractSuicide.json b/GeneralStateTests/stSolidityTest/TestContractSuicide.json index b6f946bd1..a6295ad05 100644 --- a/GeneralStateTests/stSolidityTest/TestContractSuicide.json +++ b/GeneralStateTests/stSolidityTest/TestContractSuicide.json @@ -2,10 +2,10 @@ "TestContractSuicide" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json b/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json index 865a358aa..9691b068b 100644 --- a/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json +++ b/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json @@ -2,10 +2,10 @@ "TestCryptographicFunctions" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0x78", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/TestKeywords.json b/GeneralStateTests/stSolidityTest/TestKeywords.json index 3aa129703..563e8984c 100644 --- a/GeneralStateTests/stSolidityTest/TestKeywords.json +++ b/GeneralStateTests/stSolidityTest/TestKeywords.json @@ -2,10 +2,10 @@ "TestKeywords" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05f5e100", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/TestOverflow.json b/GeneralStateTests/stSolidityTest/TestOverflow.json index 2f410014d..575d81f2a 100644 --- a/GeneralStateTests/stSolidityTest/TestOverflow.json +++ b/GeneralStateTests/stSolidityTest/TestOverflow.json @@ -2,10 +2,10 @@ "TestOverflow" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0x78", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json b/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json index 47f4e04c4..ecbc2e3a7 100644 --- a/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json +++ b/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json @@ -2,10 +2,10 @@ "TestStoreGasPrices" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0x78", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json b/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json index 9530bd88a..8e7a25392 100644 --- a/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json +++ b/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json @@ -2,10 +2,10 @@ "TestStructuresAndVariabless" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x7fffffffffffffff", - "currentNumber" : "0x78", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { |