From fafb8a88abd431eedd85167445ccafbc095eed7a Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 26 Sep 2018 12:48:21 +0300 Subject: refill state tests as blockchain tests --- .../stShift/sar00_d0g0v0Filler.json | 3 +- .../stShift/sar01_d0g0v0Filler.json | 3 +- .../stShift/sar10_d0g0v0Filler.json | 5 +- .../stShift/sar11_d0g0v0Filler.json | 3 +- .../stShift/sar_0_256-1_d0g0v0Filler.json | 3 +- .../stShift/sar_2^254_254_d0g0v0Filler.json | 3 +- .../stShift/sar_2^255-1_248_d0g0v0Filler.json | 3 +- .../stShift/sar_2^255-1_254_d0g0v0Filler.json | 3 +- .../stShift/sar_2^255-1_255_d0g0v0Filler.json | 3 +- .../stShift/sar_2^255-1_256_d0g0v0Filler.json | 3 +- .../stShift/sar_2^255_1_d0g0v0Filler.json | 3 +- .../stShift/sar_2^255_255_d0g0v0Filler.json | 3 +- .../stShift/sar_2^255_256_d0g0v0Filler.json | 3 +- .../stShift/sar_2^255_257_d0g0v0Filler.json | 3 +- .../stShift/sar_2^256-1_0_d0g0v0Filler.json | 3 +- .../stShift/sar_2^256-1_1_d0g0v0Filler.json | 3 +- .../stShift/sar_2^256-1_255_d0g0v0Filler.json | 3 +- .../stShift/sar_2^256-1_256_d0g0v0Filler.json | 3 +- .../stShift/shl01-0100_d0g0v0Filler.json | 5 +- .../stShift/shl01-0101_d0g0v0Filler.json | 5 +- .../stShift/shl01-ff_d0g0v0Filler.json | 5 +- .../stShift/shl01_d0g0v0Filler.json | 5 +- .../stShift/shl10_d0g0v0Filler.json | 5 +- .../stShift/shl11_d0g0v0Filler.json | 5 +- ...ffffffffffffffffffffffffff-01_d0g0v0Filler.json | 215 -------------------- .../stShift/shl_-1_0_d0g0v0Filler.json | 222 +++++++++++++++++++++ .../stShift/shl_-1_1_d0g0v0Filler.json | 222 +++++++++++++++++++++ .../stShift/shl_-1_255_d0g0v0Filler.json | 222 +++++++++++++++++++++ .../stShift/shl_-1_256_d0g0v0Filler.json | 219 ++++++++++++++++++++ .../stShift/shl_2^255-1_1_d0g0v0Filler.json | 216 ++++++++++++++++++++ ...ffffffffffffffffffffffffff-00_d0g0v0Filler.json | 221 -------------------- ...ffffffffffffffffffffffff-0100_d0g0v0Filler.json | 218 -------------------- ...ffffffffffffffffffffffffff-01_d0g0v0Filler.json | 221 -------------------- ...ffffffffffffffffffffffffff-ff_d0g0v0Filler.json | 221 -------------------- .../stShift/shr01_d0g0v0Filler.json | 3 +- .../stShift/shr10_d0g0v0Filler.json | 5 +- .../stShift/shr11_d0g0v0Filler.json | 5 +- .../stShift/shr_-1_0_d0g0v0Filler.json | 5 +- .../stShift/shr_-1_1_d0g0v0Filler.json | 5 +- .../stShift/shr_-1_255_d0g0v0Filler.json | 5 +- .../stShift/shr_-1_256_d0g0v0Filler.json | 3 +- .../stShift/shr_2^255_1_d0g0v0Filler.json | 5 +- .../stShift/shr_2^255_255_d0g0v0Filler.json | 5 +- .../stShift/shr_2^255_256_d0g0v0Filler.json | 5 +- .../stShift/shr_2^255_257_d0g0v0Filler.json | 5 +- 45 files changed, 1187 insertions(+), 1147 deletions(-) delete mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shl7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0Filler.json create mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_0_d0g0v0Filler.json create mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_1_d0g0v0Filler.json create mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_255_d0g0v0Filler.json create mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_256_d0g0v0Filler.json create mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_2^255-1_1_d0g0v0Filler.json delete mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-00_d0g0v0Filler.json delete mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-0100_d0g0v0Filler.json delete mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0Filler.json delete mode 100644 src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-ff_d0g0v0Filler.json (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stShift') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar00_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar00_d0g0v0Filler.json index f8f7b39ee..d203be834 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar00_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar00_d0g0v0Filler.json @@ -107,6 +107,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar01_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar01_d0g0v0Filler.json index ef1d6c3da..6984cfed9 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar01_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar01_d0g0v0Filler.json @@ -207,6 +207,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar10_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar10_d0g0v0Filler.json index 4ebb7b6b1..379d9a825 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar10_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar10_d0g0v0Filler.json @@ -161,7 +161,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -210,6 +210,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar11_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar11_d0g0v0Filler.json index 5a4d452b7..bbc72428a 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar11_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar11_d0g0v0Filler.json @@ -207,6 +207,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_0_256-1_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_0_256-1_d0g0v0Filler.json index 5e8cdb5ed..35e88ea72 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_0_256-1_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_0_256-1_d0g0v0Filler.json @@ -109,6 +109,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^254_254_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^254_254_d0g0v0Filler.json index 9f38b61ca..0b0a66909 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^254_254_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^254_254_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_248_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_248_d0g0v0Filler.json index e982e3631..58e9a7a02 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_248_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_248_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_254_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_254_d0g0v0Filler.json index a07675f13..2fe7bd61f 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_254_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_254_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_255_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_255_d0g0v0Filler.json index 2191ee336..cf07cb0a4 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_255_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_255_d0g0v0Filler.json @@ -207,6 +207,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_256_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_256_d0g0v0Filler.json index 8abe24fe3..f68a37ce9 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_256_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255-1_256_d0g0v0Filler.json @@ -207,6 +207,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_1_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_1_d0g0v0Filler.json index 604da8b2b..d4e1190c5 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_1_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_1_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_255_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_255_d0g0v0Filler.json index 672a7956b..dab84b589 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_255_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_255_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_256_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_256_d0g0v0Filler.json index 6aec4eb8d..7db76ebf5 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_256_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_256_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_257_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_257_d0g0v0Filler.json index 33c782dff..402eac8b9 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_257_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^255_257_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_0_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_0_d0g0v0Filler.json index 4a9b3394b..82e230b0b 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_0_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_0_d0g0v0Filler.json @@ -108,6 +108,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_1_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_1_d0g0v0Filler.json index 075c48ff6..c0cfac899 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_1_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_1_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_255_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_255_d0g0v0Filler.json index 37efe591b..58ee0b215 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_255_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_255_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_256_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_256_d0g0v0Filler.json index 3032bc4c7..be36ec3cd 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_256_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/sar_2^256-1_256_d0g0v0Filler.json @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-0100_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-0100_d0g0v0Filler.json index 71c54e409..64948f771 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-0100_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-0100_d0g0v0Filler.json @@ -166,7 +166,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c32ce", + "balance" : "0x1bc16d674ec832ce", "code" : "", "nonce" : "0x00", "storage" : { @@ -215,6 +215,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-0101_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-0101_d0g0v0Filler.json index f968f92f5..7cbc665a2 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-0101_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-0101_d0g0v0Filler.json @@ -166,7 +166,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c32ce", + "balance" : "0x1bc16d674ec832ce", "code" : "", "nonce" : "0x00", "storage" : { @@ -215,6 +215,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-ff_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-ff_d0g0v0Filler.json index 69346c00b..d9dc3bf56 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-ff_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01-ff_d0g0v0Filler.json @@ -167,7 +167,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -216,6 +216,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01_d0g0v0Filler.json index 142f7438b..0d9d8f8ea 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl01_d0g0v0Filler.json @@ -166,7 +166,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c32ce", + "balance" : "0x1bc16d674ec832ce", "code" : "", "nonce" : "0x00", "storage" : { @@ -215,6 +215,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl10_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl10_d0g0v0Filler.json index 82fe85620..0d09bc638 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl10_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl10_d0g0v0Filler.json @@ -167,7 +167,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -216,6 +216,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl11_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl11_d0g0v0Filler.json index 60f2e6e45..e68f8be20 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl11_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl11_d0g0v0Filler.json @@ -167,7 +167,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -216,6 +216,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0Filler.json deleted file mode 100644 index ad6a99db4..000000000 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0Filler.json +++ /dev/null @@ -1,215 +0,0 @@ -{ - "shl7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0" : { - "blocks" : [ - { - "blockHeaderPremine" : { - "difficulty" : "0x020000", - "gasLimit" : "0x0f4240", - "timestamp" : "0x03e8", - "updatePoW" : "1" - }, - "transactions" : [ - { - "data" : "0x", - "gasLimit" : "0x061a80", - "gasPrice" : "0x01", - "nonce" : "0x00", - "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", - "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", - "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", - "v" : "0x1c", - "value" : "0x0186a0" - } - ], - "uncleHeaders" : [ - ] - } - ], - "expect" : [ - { - "network" : "Frontier", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Homestead", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP150", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP158", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Byzantium", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af6321a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Constantinople", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a76586a0", - "storage" : { - "0x00" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a76213c4", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - } - ], - "genesisBlockHeader" : { - "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "131072", - "extraData" : "0x42", - "gasLimit" : "0x0f4240", - "gasUsed" : "0", - "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "nonce" : "0x0102030405060708", - "number" : "0", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", - "timestamp" : "0x03b6", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" - }, - "pre" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x03" - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - } - } - } -} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_0_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_0_d0g0v0Filler.json new file mode 100644 index 000000000..86fa3cb7a --- /dev/null +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_0_d0g0v0Filler.json @@ -0,0 +1,222 @@ +{ + "shl_-1_0_d0g0v0" : { + "blocks" : [ + { + "blockHeaderPremine" : { + "difficulty" : "0x020000", + "gasLimit" : "0x0f4240", + "timestamp" : "0x03e8", + "updatePoW" : "1" + }, + "transactions" : [ + { + "data" : "0x", + "gasLimit" : "0x061a80", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", + "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1c", + "value" : "0x0186a0" + } + ], + "uncleHeaders" : [ + ] + } + ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af6321a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a76586a0", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", + "storage" : { + "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x1bc16d674ec8659c", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a76213c4", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + } + ], + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "0x0f4240", + "gasUsed" : "0", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x03b6", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "sealEngine" : "NoProof" + } +} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_1_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_1_d0g0v0Filler.json new file mode 100644 index 000000000..480c1920e --- /dev/null +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_1_d0g0v0Filler.json @@ -0,0 +1,222 @@ +{ + "shl_-1_1_d0g0v0" : { + "blocks" : [ + { + "blockHeaderPremine" : { + "difficulty" : "0x020000", + "gasLimit" : "0x0f4240", + "timestamp" : "0x03e8", + "updatePoW" : "1" + }, + "transactions" : [ + { + "data" : "0x", + "gasLimit" : "0x061a80", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", + "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1c", + "value" : "0x0186a0" + } + ], + "uncleHeaders" : [ + ] + } + ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af6321a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a76586a0", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "storage" : { + "0x00" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x1bc16d674ec8659c", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a76213c4", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + } + ], + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "0x0f4240", + "gasUsed" : "0", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x03b6", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "sealEngine" : "NoProof" + } +} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_255_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_255_d0g0v0Filler.json new file mode 100644 index 000000000..42a152a53 --- /dev/null +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_255_d0g0v0Filler.json @@ -0,0 +1,222 @@ +{ + "shl_-1_255_d0g0v0" : { + "blocks" : [ + { + "blockHeaderPremine" : { + "difficulty" : "0x020000", + "gasLimit" : "0x0f4240", + "timestamp" : "0x03e8", + "updatePoW" : "1" + }, + "transactions" : [ + { + "data" : "0x", + "gasLimit" : "0x061a80", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", + "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1c", + "value" : "0x0186a0" + } + ], + "uncleHeaders" : [ + ] + } + ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af6321a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a76586a0", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", + "storage" : { + "0x00" : "0x8000000000000000000000000000000000000000000000000000000000000000" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x1bc16d674ec8659c", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a76213c4", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + } + ], + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "0x0f4240", + "gasUsed" : "0", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x03b6", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "sealEngine" : "NoProof" + } +} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_256_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_256_d0g0v0Filler.json new file mode 100644 index 000000000..cb96c7b48 --- /dev/null +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_-1_256_d0g0v0Filler.json @@ -0,0 +1,219 @@ +{ + "shl_-1_256_d0g0v0" : { + "blocks" : [ + { + "blockHeaderPremine" : { + "difficulty" : "0x020000", + "gasLimit" : "0x0f4240", + "timestamp" : "0x03e8", + "updatePoW" : "1" + }, + "transactions" : [ + { + "data" : "0x", + "gasLimit" : "0x061a80", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", + "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1c", + "value" : "0x0186a0" + } + ], + "uncleHeaders" : [ + ] + } + ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af6321a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a76586a0", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", + "storage" : { + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + } + ], + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "0x0f4240", + "gasUsed" : "0", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x03b6", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "sealEngine" : "NoProof" + } +} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_2^255-1_1_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_2^255-1_1_d0g0v0Filler.json new file mode 100644 index 000000000..c47fef867 --- /dev/null +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shl_2^255-1_1_d0g0v0Filler.json @@ -0,0 +1,216 @@ +{ + "shl_2^255-1_1_d0g0v0" : { + "blocks" : [ + { + "blockHeaderPremine" : { + "difficulty" : "0x020000", + "gasLimit" : "0x0f4240", + "timestamp" : "0x03e8", + "updatePoW" : "1" + }, + "transactions" : [ + { + "data" : "0x", + "gasLimit" : "0x061a80", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", + "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1c", + "value" : "0x0186a0" + } + ], + "uncleHeaders" : [ + ] + } + ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa1a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "storage" : { + "0x00" : "0x03" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af6321a80", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a75de580", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a76586a0", + "storage" : { + "0x00" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x1bc16d674ec8659c", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a76213c4", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + } + ], + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "0x0f4240", + "gasUsed" : "0", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x03b6", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "pre" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x03" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "sealEngine" : "NoProof" + } +} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-00_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-00_d0g0v0Filler.json deleted file mode 100644 index 2e13be373..000000000 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-00_d0g0v0Filler.json +++ /dev/null @@ -1,221 +0,0 @@ -{ - "shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-00_d0g0v0" : { - "blocks" : [ - { - "blockHeaderPremine" : { - "difficulty" : "0x020000", - "gasLimit" : "0x0f4240", - "timestamp" : "0x03e8", - "updatePoW" : "1" - }, - "transactions" : [ - { - "data" : "0x", - "gasLimit" : "0x061a80", - "gasPrice" : "0x01", - "nonce" : "0x00", - "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", - "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", - "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", - "v" : "0x1c", - "value" : "0x0186a0" - } - ], - "uncleHeaders" : [ - ] - } - ], - "expect" : [ - { - "network" : "Frontier", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Homestead", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP150", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP158", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Byzantium", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af6321a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Constantinople", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a76586a0", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", - "storage" : { - "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a76213c4", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - } - ], - "genesisBlockHeader" : { - "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "131072", - "extraData" : "0x42", - "gasLimit" : "0x0f4240", - "gasUsed" : "0", - "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "nonce" : "0x0102030405060708", - "number" : "0", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", - "timestamp" : "0x03b6", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" - }, - "pre" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001b600055", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x03" - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - } - } - } -} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-0100_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-0100_d0g0v0Filler.json deleted file mode 100644 index 87b0ea532..000000000 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-0100_d0g0v0Filler.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-0100_d0g0v0" : { - "blocks" : [ - { - "blockHeaderPremine" : { - "difficulty" : "0x020000", - "gasLimit" : "0x0f4240", - "timestamp" : "0x03e8", - "updatePoW" : "1" - }, - "transactions" : [ - { - "data" : "0x", - "gasLimit" : "0x061a80", - "gasPrice" : "0x01", - "nonce" : "0x00", - "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", - "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", - "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", - "v" : "0x1c", - "value" : "0x0186a0" - } - ], - "uncleHeaders" : [ - ] - } - ], - "expect" : [ - { - "network" : "Frontier", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Homestead", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP150", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP158", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Byzantium", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af6321a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Constantinople", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a76586a0", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", - "storage" : { - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - } - ], - "genesisBlockHeader" : { - "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "131072", - "extraData" : "0x42", - "gasLimit" : "0x0f4240", - "gasUsed" : "0", - "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "nonce" : "0x0102030405060708", - "number" : "0", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", - "timestamp" : "0x03b6", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" - }, - "pre" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6101001b600055", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x03" - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - } - } - } -} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0Filler.json deleted file mode 100644 index 241a115e9..000000000 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0Filler.json +++ /dev/null @@ -1,221 +0,0 @@ -{ - "shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-01_d0g0v0" : { - "blocks" : [ - { - "blockHeaderPremine" : { - "difficulty" : "0x020000", - "gasLimit" : "0x0f4240", - "timestamp" : "0x03e8", - "updatePoW" : "1" - }, - "transactions" : [ - { - "data" : "0x", - "gasLimit" : "0x061a80", - "gasPrice" : "0x01", - "nonce" : "0x00", - "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", - "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", - "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", - "v" : "0x1c", - "value" : "0x0186a0" - } - ], - "uncleHeaders" : [ - ] - } - ], - "expect" : [ - { - "network" : "Frontier", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Homestead", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP150", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP158", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Byzantium", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af6321a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Constantinople", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a76586a0", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", - "storage" : { - "0x00" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a76213c4", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - } - ], - "genesisBlockHeader" : { - "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "131072", - "extraData" : "0x42", - "gasLimit" : "0x0f4240", - "gasUsed" : "0", - "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "nonce" : "0x0102030405060708", - "number" : "0", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", - "timestamp" : "0x03b6", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" - }, - "pre" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60011b600055", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x03" - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - } - } - } -} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-ff_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-ff_d0g0v0Filler.json deleted file mode 100644 index 3dff2705f..000000000 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-ff_d0g0v0Filler.json +++ /dev/null @@ -1,221 +0,0 @@ -{ - "shlffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-ff_d0g0v0" : { - "blocks" : [ - { - "blockHeaderPremine" : { - "difficulty" : "0x020000", - "gasLimit" : "0x0f4240", - "timestamp" : "0x03e8", - "updatePoW" : "1" - }, - "transactions" : [ - { - "data" : "0x", - "gasLimit" : "0x061a80", - "gasPrice" : "0x01", - "nonce" : "0x00", - "r" : "0xe94818d1f3b0c69eb37720145a5ead7fbf6f8d80139dd53953b4a782301050a3", - "s" : "0x1fcf46908c01576715411be0857e30027d6be3250a3653f049b3ff8d74d2540c", - "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", - "v" : "0x1c", - "value" : "0x0186a0" - } - ], - "uncleHeaders" : [ - ] - } - ], - "expect" : [ - { - "network" : "Frontier", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Homestead", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP150", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "EIP158", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x4563918244fa1a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Byzantium", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", - "storage" : { - "0x00" : "0x03" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af6321a80", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a75de580", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - }, - { - "network" : "Constantinople", - "result" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a76586a0", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", - "storage" : { - "0x00" : "0x8000000000000000000000000000000000000000000000000000000000000000" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a76213c4", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - } - } - } - ], - "genesisBlockHeader" : { - "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "131072", - "extraData" : "0x42", - "gasLimit" : "0x0f4240", - "gasUsed" : "0", - "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "nonce" : "0x0102030405060708", - "number" : "0", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", - "timestamp" : "0x03b6", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" - }, - "pre" : { - "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff1b600055", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x03" - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - } - } - } -} \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr01_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr01_d0g0v0Filler.json index 7e30ff7ad..46294d328 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr01_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr01_d0g0v0Filler.json @@ -207,6 +207,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr10_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr10_d0g0v0Filler.json index b1dc262f1..ca6656817 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr10_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr10_d0g0v0Filler.json @@ -161,7 +161,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -210,6 +210,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr11_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr11_d0g0v0Filler.json index 804b1597c..051a96269 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr11_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr11_d0g0v0Filler.json @@ -160,7 +160,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c32ce", + "balance" : "0x1bc16d674ec832ce", "code" : "", "nonce" : "0x00", "storage" : { @@ -209,6 +209,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_0_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_0_d0g0v0Filler.json index 71e60e81a..12d368050 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_0_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_0_d0g0v0Filler.json @@ -161,7 +161,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -209,6 +209,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_1_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_1_d0g0v0Filler.json index c9ef256ff..9256ce429 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_1_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_1_d0g0v0Filler.json @@ -161,7 +161,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -209,6 +209,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_255_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_255_d0g0v0Filler.json index f05706fe1..e8b9905d6 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_255_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_255_d0g0v0Filler.json @@ -161,7 +161,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -209,6 +209,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_256_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_256_d0g0v0Filler.json index bfe5b45d8..b173f533e 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_256_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_-1_256_d0g0v0Filler.json @@ -207,6 +207,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_1_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_1_d0g0v0Filler.json index 36b32d73f..eef464d12 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_1_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_1_d0g0v0Filler.json @@ -161,7 +161,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -209,6 +209,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_255_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_255_d0g0v0Filler.json index c27cafca2..840713fda 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_255_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_255_d0g0v0Filler.json @@ -161,7 +161,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c659c", + "balance" : "0x1bc16d674ec8659c", "code" : "", "nonce" : "0x00", "storage" : { @@ -209,6 +209,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_256_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_256_d0g0v0Filler.json index 6156b5e7a..c336b0db5 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_256_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_256_d0g0v0Filler.json @@ -160,7 +160,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c32ce", + "balance" : "0x1bc16d674ec832ce", "code" : "", "nonce" : "0x00", "storage" : { @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_257_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_257_d0g0v0Filler.json index a1f317d02..a5f019f65 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_257_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stShift/shr_2^255_257_d0g0v0Filler.json @@ -160,7 +160,7 @@ } }, "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x29a2241af62c32ce", + "balance" : "0x1bc16d674ec832ce", "code" : "", "nonce" : "0x00", "storage" : { @@ -208,6 +208,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file -- cgit v1.2.3