From e0d64ef1dd2b058fcb97e1453334ccdaec8f6a8f Mon Sep 17 00:00:00 2001 From: Dimitry Date: Tue, 6 Dec 2016 16:39:23 +0300 Subject: updating generaltests with eip158 --- src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsFiller.json | 4 ++-- .../stBoundsTest/BLOCKHASH_BoundsOOGFiller.json | 2 +- .../stBoundsTest/CALLCODE_Bounds2OOGFiller.json | 2 +- .../stBoundsTest/CALLCODE_Bounds3OOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4Filler.json | 2 +- .../stBoundsTest/CALLCODE_Bounds4OOGFiller.json | 2 +- .../stBoundsTest/CALLCODE_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2OOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2aOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3Filler.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3OOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CALL_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds2OOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3Filler.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3OOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/CREATE_BoundsOOGFiller.json | 2 +- .../stBoundsTest/DELEGATECALL_Bounds2OOGFiller.json | 2 +- .../stBoundsTest/DELEGATECALL_Bounds3Filler.json | 2 +- .../stBoundsTest/DELEGATECALL_Bounds3OOGFiller.json | 2 +- .../stBoundsTest/DELEGATECALL_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2Filler.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2OOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2Filler.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2OOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds3OOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/MLOAD_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/MSTORE_Bounds2Filler.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsOOGFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsFiller.json | 2 +- src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsOOGFiller.json | 2 +- 43 files changed, 44 insertions(+), 44 deletions(-) (limited to 'src/GeneralStateTestsFiller/stBoundsTest') diff --git a/src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsFiller.json index 7e6953dc1..3a6573458 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1" @@ -55,4 +55,4 @@ ] } } -} \ No newline at end of file +} diff --git a/src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsOOGFiller.json index 45ddc371e..234536c21 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/BLOCKHASH_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds2OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds2OOGFiller.json index d1a904aab..cdf600ad6 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds2OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds2OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds3OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds3OOGFiller.json index e0713955e..95a55b77a 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds3OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds3OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4Filler.json b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4Filler.json index 5f2fd39c1..b43c2de4a 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4Filler.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4OOGFiller.json index 32aeba48f..9643ff34a 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_Bounds4OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_BoundsOOGFiller.json index 49cbe9c3d..ea88e58fd 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALLCODE_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2OOGFiller.json index d5e01fda3..e4fe6d42e 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2aOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2aOOGFiller.json index f6561202d..7177870e3 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2aOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds2aOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3Filler.json b/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3Filler.json index 9c7a4d688..bf43daf7d 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3Filler.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3OOGFiller.json index a702d69f7..b45866887 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALL_Bounds3OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CALL_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CALL_BoundsOOGFiller.json index 50258d123..2fcf6e7f3 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CALL_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CALL_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds2OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds2OOGFiller.json index e4f32eada..261bf945b 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds2OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds2OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "100" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3Filler.json b/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3Filler.json index 5e557c3af..bb3008143 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3Filler.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "100" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3OOGFiller.json index 3bb4eef40..00cf6cd7d 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CREATE_Bounds3OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "100" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/CREATE_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/CREATE_BoundsOOGFiller.json index 56cbd956e..9cf20392c 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/CREATE_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/CREATE_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "100" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds2OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds2OOGFiller.json index bf1d87ff1..25f0f2620 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds2OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds2OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds3Filler.json b/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds3Filler.json index 2192c978c..ed9148b10 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds3Filler.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds3Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds3OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds3OOGFiller.json index 381296fdb..f644f083b 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds3OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_Bounds3OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_BoundsOOGFiller.json index e8bcb3ddc..b8668fc62 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/DELEGATECALL_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsFiller.json index b2a821ca1..a84c8bcc7 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsOOGFiller.json index 9d1f36480..8e66f1c11 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/DUP_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsFiller.json index 401b5c238..4b44f49fb 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsOOGFiller.json index eca867127..09689e641 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/JUMPI_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2Filler.json b/src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2Filler.json index d081d9f21..12991b1de 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2Filler.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2OOGFiller.json index b8ccdd981..c352567e8 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/JUMP_Bounds2OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsFiller.json index b251f43b4..1f0b9ccd4 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsOOGFiller.json index 1d9551d6d..c1e52410d 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/JUMP_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2Filler.json b/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2Filler.json index 644d6d426..35b79c2ba 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2Filler.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2OOGFiller.json index b9fa2b8fc..e1de01eee 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds2OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds3OOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds3OOGFiller.json index de12e12e7..f892c6be0 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds3OOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_Bounds3OOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_BoundsOOGFiller.json index 87faded1d..511cea0fd 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/MLOAD_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_Bounds2Filler.json b/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_Bounds2Filler.json index aa2d7e818..f5e9a4751 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_Bounds2Filler.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_Bounds2Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsFiller.json index 6ffbba938..5d39f93da 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsOOGFiller.json index 7d69145ba..b6ca0efa3 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/MSTORE_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsFiller.json index 9386a7f80..7997cb0fb 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsOOGFiller.json index 62bb4aed8..53cc16de2 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/POP_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsFiller.json index 232d15fa9..8b44a99a6 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsOOGFiller.json index ea10a501d..d38bedaed 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/RETURN_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsFiller.json index d8e351de3..51cdbf866 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsOOGFiller.json index 092bb79ff..d6776e343 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/SLOAD_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1" diff --git a/src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsFiller.json index ea4a876be..53f7538f3 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "1", diff --git a/src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsOOGFiller.json b/src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsOOGFiller.json index 3d5c1ed95..3c51b8302 100644 --- a/src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stBoundsTest/SSTORE_BoundsOOGFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : "Frontier", + "network" : ["ALL"], "result" : { "1000000000000000000000000000000000000000" : { "balance" : "0", -- cgit