aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stInitCodeTest
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-08-19 03:55:17 +0800
committerDimitry <winsvega@mail.ru>2017-08-21 21:04:25 +0800
commitf17609b3c2fc7404addf3d228955b16ae8e0cfb4 (patch)
tree6c454e09e65ced39970d0dbe44a896c7c0dc35a3 /GeneralStateTests/stInitCodeTest
parent39d68399ec8cd90485d820700d90157d5dc52a1c (diff)
downloaddexon-tests-f17609b3c2fc7404addf3d228955b16ae8e0cfb4.tar
dexon-tests-f17609b3c2fc7404addf3d228955b16ae8e0cfb4.tar.gz
dexon-tests-f17609b3c2fc7404addf3d228955b16ae8e0cfb4.tar.bz2
dexon-tests-f17609b3c2fc7404addf3d228955b16ae8e0cfb4.tar.lz
dexon-tests-f17609b3c2fc7404addf3d228955b16ae8e0cfb4.tar.xz
dexon-tests-f17609b3c2fc7404addf3d228955b16ae8e0cfb4.tar.zst
dexon-tests-f17609b3c2fc7404addf3d228955b16ae8e0cfb4.zip
make all logs hex
Diffstat (limited to 'GeneralStateTests/stInitCodeTest')
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/CallRecursiveContract.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/ReturnTest.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/ReturnTest2.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json20
-rw-r--r--GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json20
18 files changed, 126 insertions, 234 deletions
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json
index f948daf67..5aab7f61a 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json
@@ -2,7 +2,7 @@
"CallContractToCreateContractAndCallItOOG" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractAndCallItOOGFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json
index 9f0143e0a..f40959dff 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json
@@ -2,7 +2,7 @@
"CallContractToCreateContractNoCash" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractNoCashFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json
index c8013692f..1709e67d7 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json
@@ -2,7 +2,7 @@
"CallContractToCreateContractOOG" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractOOGFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json
index 2e44ddb08..8f062b1d2 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json
@@ -2,7 +2,7 @@
"CallContractToCreateContractOOGBonusGas" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractOOGBonusGasFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json
index e6e943bcb..3eec3d3c5 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json
@@ -2,7 +2,7 @@
"CallContractToCreateContractWhichWouldCreateContractIfCalled" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalledFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json
index 34224bfec..0c49a94d6 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json
@@ -2,7 +2,7 @@
"CallContractToCreateContractWhichWouldCreateContractInInitCode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCodeFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/CallRecursiveContract.json b/GeneralStateTests/stInitCodeTest/CallRecursiveContract.json
index 45e0ac17f..023769a6e 100644
--- a/GeneralStateTests/stInitCodeTest/CallRecursiveContract.json
+++ b/GeneralStateTests/stInitCodeTest/CallRecursiveContract.json
@@ -2,7 +2,7 @@
"CallRecursiveContract" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/CallRecursiveContractFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json b/GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json
index 2b6c1a213..e7a631d6d 100644
--- a/GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json
+++ b/GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json
@@ -2,7 +2,7 @@
"CallTheContractToCreateEmptyContract" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/CallTheContractToCreateEmptyContractFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json b/GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json
index 0bf73b87a..e13f7fab6 100644
--- a/GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json
+++ b/GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json
@@ -2,7 +2,7 @@
"NotEnoughCashContractCreation" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/NotEnoughCashContractCreationFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json b/GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json
index 70cd61333..30e8f4a38 100644
--- a/GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json
+++ b/GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json
@@ -2,7 +2,7 @@
"OutOfGasContractCreation" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/OutOfGasContractCreationFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json b/GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json
index 489971745..073f86825 100644
--- a/GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json
+++ b/GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json
@@ -2,7 +2,7 @@
"OutOfGasPrefundedContractCreation" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/OutOfGasPrefundedContractCreationFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/ReturnTest.json b/GeneralStateTests/stInitCodeTest/ReturnTest.json
index a3470254d..ac1906435 100644
--- a/GeneralStateTests/stInitCodeTest/ReturnTest.json
+++ b/GeneralStateTests/stInitCodeTest/ReturnTest.json
@@ -2,7 +2,7 @@
"ReturnTest" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/ReturnTestFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/ReturnTest2.json b/GeneralStateTests/stInitCodeTest/ReturnTest2.json
index 431c9b6eb..1365a4cb1 100644
--- a/GeneralStateTests/stInitCodeTest/ReturnTest2.json
+++ b/GeneralStateTests/stInitCodeTest/ReturnTest2.json
@@ -2,7 +2,7 @@
"ReturnTest2" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/ReturnTest2Filler.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json b/GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json
index 9f67a4fab..3c3c8e2c4 100644
--- a/GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json
+++ b/GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json
@@ -2,7 +2,7 @@
"StackUnderFlowContractCreation" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/StackUnderFlowContractCreationFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json b/GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json
index 337d9574e..2ae307bd1 100644
--- a/GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json
+++ b/GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json
@@ -2,7 +2,7 @@
"TransactionCreateAutoSuicideContract" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateAutoSuicideContractFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json b/GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json
index 609f5f890..47463d705 100644
--- a/GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json
+++ b/GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json
@@ -2,7 +2,7 @@
"TransactionCreateRandomInitCode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateRandomInitCodeFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json b/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json
index 05867dba8..b5b57a5d7 100644
--- a/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json
+++ b/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json
@@ -2,7 +2,7 @@
"TransactionCreateStopInInitcode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateStopInInitcodeFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json b/GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json
index 484f862cb..08b3b94db 100644
--- a/GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json
+++ b/GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json
@@ -2,7 +2,7 @@
"TransactionCreateSuicideInInitcode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateSuicideInInitcodeFiller.json"
},
"env" : {
@@ -22,8 +22,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Constantinople" : [
@@ -34,8 +33,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP150" : [
@@ -46,8 +44,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"EIP158" : [
@@ -58,8 +55,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Frontier" : [
@@ -70,8 +66,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
],
"Homestead" : [
@@ -82,8 +77,7 @@
"gas" : 0,
"value" : 0
},
- "logs" : [
- ]
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
}
]
},