From 260e8aa302dbda4dd4a5aa905ce545a12eb4e618 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 8 Feb 2017 21:18:35 +0400 Subject: refill general state tests --- GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json | 4 ++-- GeneralStateTests/stCodeSizeLimit/codesizeValid.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'GeneralStateTests/stCodeSizeLimit') diff --git a/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json b/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json index 9aa5da66a..b0f15f293 100644 --- a/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json +++ b/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json @@ -2,10 +2,10 @@ "codesizeOOGInvalidSize" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x01312d00", "currentNumber" : "0x1388", - "currentTimestamp" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { diff --git a/GeneralStateTests/stCodeSizeLimit/codesizeValid.json b/GeneralStateTests/stCodeSizeLimit/codesizeValid.json index 9b2aa20d6..d85a94b22 100644 --- a/GeneralStateTests/stCodeSizeLimit/codesizeValid.json +++ b/GeneralStateTests/stCodeSizeLimit/codesizeValid.json @@ -2,10 +2,10 @@ "codesizeValid" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x02b8feb0", + "currentDifficulty" : "0x020000", "currentGasLimit" : "0x01312d00", - "currentNumber" : "0x28d138", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { -- cgit v1.2.3