aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stDelegatecallTestHomestead
diff options
context:
space:
mode:
Diffstat (limited to 'GeneralStateTests/stDelegatecallTestHomestead')
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/Call1024BalanceTooLow.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/Call1024OOG.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/Call1024PreCalls.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/CallLoseGasOOG.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/CallRecursiveBombPreCall.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/CallcodeLoseGasOOG.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024OOG.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callOutput1.json45
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callOutput2.json45
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callOutput3.json45
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callOutput3Fail.json45
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callOutput3partial.json45
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callOutput3partialFail.json45
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callWithHighValueAndGasOOG.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput1.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput2.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3Fail.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partial.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partialFail.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOG.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallAndOOGatTxLevel.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallBasic.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallEmptycontract.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToEmptyContract.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContract.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContractOOG.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallSenderCheck.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecallValueCheck.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode.json25
-rw-r--r--GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode2SelfCall.json25
34 files changed, 770 insertions, 200 deletions
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/Call1024BalanceTooLow.json b/GeneralStateTests/stDelegatecallTestHomestead/Call1024BalanceTooLow.json
index 751854622..59f706a74 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/Call1024BalanceTooLow.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/Call1024BalanceTooLow.json
@@ -1,5 +1,10 @@
{
"Call1024BalanceTooLow" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/Call1024BalanceTooLowFiller.json"
+ },
"env" : {
"currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/Call1024OOG.json b/GeneralStateTests/stDelegatecallTestHomestead/Call1024OOG.json
index dd34675e4..4c5fa22f5 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/Call1024OOG.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/Call1024OOG.json
@@ -1,5 +1,10 @@
{
"Call1024OOG" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/Call1024OOGFiller.json"
+ },
"env" : {
"currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/Call1024PreCalls.json b/GeneralStateTests/stDelegatecallTestHomestead/Call1024PreCalls.json
index 3d5cda3b5..9afc81559 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/Call1024PreCalls.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/Call1024PreCalls.json
@@ -1,5 +1,10 @@
{
"Call1024PreCalls" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/Call1024PreCallsFiller.json"
+ },
"env" : {
"currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/CallLoseGasOOG.json b/GeneralStateTests/stDelegatecallTestHomestead/CallLoseGasOOG.json
index 56b7aaf72..bf24c00b2 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/CallLoseGasOOG.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/CallLoseGasOOG.json
@@ -1,5 +1,10 @@
{
"CallLoseGasOOG" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/CallLoseGasOOGFiller.json"
+ },
"env" : {
"currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/CallRecursiveBombPreCall.json b/GeneralStateTests/stDelegatecallTestHomestead/CallRecursiveBombPreCall.json
index 026fe3122..7a3109648 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/CallRecursiveBombPreCall.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/CallRecursiveBombPreCall.json
@@ -1,5 +1,10 @@
{
"CallRecursiveBombPreCall" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/CallRecursiveBombPreCallFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/CallcodeLoseGasOOG.json b/GeneralStateTests/stDelegatecallTestHomestead/CallcodeLoseGasOOG.json
index 29c079625..03e3583ed 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/CallcodeLoseGasOOG.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/CallcodeLoseGasOOG.json
@@ -1,5 +1,10 @@
{
"CallcodeLoseGasOOG" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/CallcodeLoseGasOOGFiller.json"
+ },
"env" : {
"currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024.json b/GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024.json
index be7d48aad..e93230501 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024.json
@@ -1,5 +1,10 @@
{
"Delegatecall1024" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/Delegatecall1024Filler.json"
+ },
"env" : {
"currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024OOG.json b/GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024OOG.json
index 56edbb40d..a51c6e0b0 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024OOG.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/Delegatecall1024OOG.json
@@ -1,5 +1,10 @@
{
"Delegatecall1024OOG" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/Delegatecall1024OOGFiller.json"
+ },
"env" : {
"currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callOutput1.json b/GeneralStateTests/stDelegatecallTestHomestead/callOutput1.json
index 50841b294..dae46551a 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callOutput1.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callOutput1.json
@@ -1,5 +1,10 @@
{
"callOutput1" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callOutput1Filler.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x068ae35f557da951c6407104a8a59d0bf8348710cf2c2f41d57107b18e8b9000",
@@ -24,7 +31,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -34,7 +43,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xb30cb132c5dcad75bae0377f1c798af7f22f3d007c03e538126204b188015c47",
@@ -42,7 +53,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -52,7 +65,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xcf919fbe638c0a9914cd897b0eee0c54d256b2f2151ccc0be601b832725cfec0",
@@ -60,7 +75,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -70,7 +87,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x068ae35f557da951c6407104a8a59d0bf8348710cf2c2f41d57107b18e8b9000",
@@ -78,7 +97,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -88,7 +109,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xb30cb132c5dcad75bae0377f1c798af7f22f3d007c03e538126204b188015c47",
@@ -96,7 +119,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callOutput2.json b/GeneralStateTests/stDelegatecallTestHomestead/callOutput2.json
index c1a502f48..1437d4615 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callOutput2.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callOutput2.json
@@ -1,5 +1,10 @@
{
"callOutput2" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callOutput2Filler.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x7c812ae27fb6114b03cf557d6a7a7a7ae2a64680d50e5493c024b65acd3509bd",
@@ -24,7 +31,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -34,7 +43,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x03962b53fdaea7ca84a2731cace90a5324f5d57a1560b465b9ff80e423aa1584",
@@ -42,7 +53,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -52,7 +65,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x78b367e7118f6cee1621affd9aefa30dd2c0db56c6c276a5c24c2f16ff2a619b",
@@ -60,7 +75,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -70,7 +87,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x7c812ae27fb6114b03cf557d6a7a7a7ae2a64680d50e5493c024b65acd3509bd",
@@ -78,7 +97,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -88,7 +109,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x03962b53fdaea7ca84a2731cace90a5324f5d57a1560b465b9ff80e423aa1584",
@@ -96,7 +119,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callOutput3.json b/GeneralStateTests/stDelegatecallTestHomestead/callOutput3.json
index 123721b0c..528b13798 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callOutput3.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callOutput3.json
@@ -1,5 +1,10 @@
{
"callOutput3" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callOutput3Filler.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xb77c61969e66250323aa42c02c709add3e0699af9a573829a741eb17977870dc",
@@ -24,7 +31,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -34,7 +43,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x02e679656f8753d867a9af516cd59841c49f0620936f76a418457d9bb314648c",
@@ -42,7 +53,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -52,7 +65,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xdaaa42dbc4fc90068f17dff17bdffe46fd4b982a477a9a82d39ee69426858014",
@@ -60,7 +75,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -70,7 +87,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xb77c61969e66250323aa42c02c709add3e0699af9a573829a741eb17977870dc",
@@ -78,7 +97,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -88,7 +109,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x02e679656f8753d867a9af516cd59841c49f0620936f76a418457d9bb314648c",
@@ -96,7 +119,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callOutput3Fail.json b/GeneralStateTests/stDelegatecallTestHomestead/callOutput3Fail.json
index 95cb3c1b2..c3fc35c52 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callOutput3Fail.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callOutput3Fail.json
@@ -1,5 +1,10 @@
{
"callOutput3Fail" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callOutput3FailFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x1e42c382668ca4e46c62ec30f79331a2953382bc8b7639a1458bc4e32ed32354",
@@ -24,7 +31,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -34,7 +43,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xa61f6282e0aae7a71aecd2b93ae52b635f52f3b45abd0ed8d8b6722f3387f23b",
@@ -42,7 +53,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -52,7 +65,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x3fba3507eee80bdc1a8c2ac07981adca8f6e5110673a0339e40c6d276314bc85",
@@ -60,7 +75,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -70,7 +87,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x1e42c382668ca4e46c62ec30f79331a2953382bc8b7639a1458bc4e32ed32354",
@@ -78,7 +97,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -88,7 +109,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xa61f6282e0aae7a71aecd2b93ae52b635f52f3b45abd0ed8d8b6722f3387f23b",
@@ -96,7 +119,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callOutput3partial.json b/GeneralStateTests/stDelegatecallTestHomestead/callOutput3partial.json
index 95b243f78..45bc50c09 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callOutput3partial.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callOutput3partial.json
@@ -1,5 +1,10 @@
{
"callOutput3partial" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callOutput3partialFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x5bc2c3418e307e12aeb67b03a2a2c0d84aa6b35c286bd61dc900c872bdfb565b",
@@ -24,7 +31,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -34,7 +43,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xcd37783c7cd7783f650009c3a0542dd9b20aaa48f929e5e53722d1d3e9582c2f",
@@ -42,7 +53,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -52,7 +65,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xd9eac24117d8e8180aa96ed111a294c57dedc6dbc855e649c243d11bf330127b",
@@ -60,7 +75,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -70,7 +87,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x5bc2c3418e307e12aeb67b03a2a2c0d84aa6b35c286bd61dc900c872bdfb565b",
@@ -78,7 +97,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -88,7 +109,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xcd37783c7cd7783f650009c3a0542dd9b20aaa48f929e5e53722d1d3e9582c2f",
@@ -96,7 +119,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callOutput3partialFail.json b/GeneralStateTests/stDelegatecallTestHomestead/callOutput3partialFail.json
index 40d30e80e..cb084ad51 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callOutput3partialFail.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callOutput3partialFail.json
@@ -1,5 +1,10 @@
{
"callOutput3partialFail" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callOutput3partialFailFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xc98dfd74fa23d95c0ce68ada2a6ef2b348f566890b32f3a932d81d4b5e1fefbd",
@@ -24,7 +31,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -34,7 +43,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x16601ea0e8c65451bae42cac0d74aa67d465f5b613c27559cdbd3feeaacaedd5",
@@ -42,7 +53,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -52,7 +65,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x1740acac1df2e5b484cfac44850638c455419665ede6d3dbed9341129e7ccde7",
@@ -60,7 +75,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -70,7 +87,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0xc98dfd74fa23d95c0ce68ada2a6ef2b348f566890b32f3a932d81d4b5e1fefbd",
@@ -78,7 +97,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -88,7 +109,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
},
{
"hash" : "0x16601ea0e8c65451bae42cac0d74aa67d465f5b613c27559cdbd3feeaacaedd5",
@@ -96,7 +119,9 @@
"data" : 0,
"gas" : 1,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callWithHighValueAndGasOOG.json b/GeneralStateTests/stDelegatecallTestHomestead/callWithHighValueAndGasOOG.json
index 7f25bfe12..ac170385b 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callWithHighValueAndGasOOG.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callWithHighValueAndGasOOG.json
@@ -1,5 +1,10 @@
{
"callWithHighValueAndGasOOG" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callWithHighValueAndGasOOGFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput1.json b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput1.json
index 4aebd8fb2..ad04f10e0 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput1.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput1.json
@@ -1,5 +1,10 @@
{
"callcodeOutput1" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeOutput1Filler.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput2.json b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput2.json
index ce49bdfd0..efeb64010 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput2.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput2.json
@@ -1,5 +1,10 @@
{
"callcodeOutput2" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeOutput2Filler.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json
index 4326034fd..65d791126 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json
@@ -1,5 +1,10 @@
{
"callcodeOutput3" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeOutput3Filler.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3Fail.json b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3Fail.json
index 14d5f7037..748539c46 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3Fail.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3Fail.json
@@ -1,5 +1,10 @@
{
"callcodeOutput3Fail" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeOutput3FailFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partial.json b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partial.json
index 2e8ed087f..6e0309615 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partial.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partial.json
@@ -1,5 +1,10 @@
{
"callcodeOutput3partial" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeOutput3partialFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partialFail.json b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partialFail.json
index 66eedb196..d4fcffd52 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partialFail.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3partialFail.json
@@ -1,5 +1,10 @@
{
"callcodeOutput3partialFail" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeOutput3partialFailFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOG.json b/GeneralStateTests/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOG.json
index 49cc3cd73..19b8abcec 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOG.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOG.json
@@ -1,5 +1,10 @@
{
"callcodeWithHighValueAndGasOOG" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeWithHighValueAndGasOOGFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json b/GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json
index 148013596..f94a61b8c 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/deleagateCallAfterValueTransfer.json
@@ -1,5 +1,10 @@
{
"deleagateCallAfterValueTransfer" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/deleagateCallAfterValueTransferFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallAndOOGatTxLevel.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallAndOOGatTxLevel.json
index 560acbd65..99e720ca1 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallAndOOGatTxLevel.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallAndOOGatTxLevel.json
@@ -1,5 +1,10 @@
{
"delegatecallAndOOGatTxLevel" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallAndOOGatTxLevelFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallBasic.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallBasic.json
index adb8f2770..e310aee86 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallBasic.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallBasic.json
@@ -1,5 +1,10 @@
{
"delegatecallBasic" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallBasicFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallEmptycontract.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallEmptycontract.json
index 166db6f2c..a695caa35 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallEmptycontract.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallEmptycontract.json
@@ -1,5 +1,10 @@
{
"delegatecallEmptycontract" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallEmptycontractFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToEmptyContract.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToEmptyContract.json
index 23b04b625..cf6b619c1 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToEmptyContract.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToEmptyContract.json
@@ -1,5 +1,10 @@
{
"delegatecallInInitcodeToEmptyContract" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallInInitcodeToEmptyContractFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContract.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContract.json
index 148fdcc6a..a698dac37 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContract.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContract.json
@@ -1,5 +1,10 @@
{
"delegatecallInInitcodeToExistingContract" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContractFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContractOOG.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContractOOG.json
index 809086d3d..0c0236e56 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContractOOG.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContractOOG.json
@@ -1,5 +1,10 @@
{
"delegatecallInInitcodeToExistingContractOOG" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallInInitcodeToExistingContractOOGFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall.json
index a4992b29d..c92ad3910 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall.json
@@ -1,5 +1,10 @@
{
"delegatecallOOGinCall" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallOOGinCallFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallSenderCheck.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallSenderCheck.json
index b3537f7db..bb702da1f 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallSenderCheck.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallSenderCheck.json
@@ -1,5 +1,10 @@
{
"delegatecallSenderCheck" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallSenderCheckFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallValueCheck.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallValueCheck.json
index 0d382a813..1d53cfc29 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecallValueCheck.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecallValueCheck.json
@@ -1,5 +1,10 @@
{
"delegatecallValueCheck" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecallValueCheckFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x20000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode.json
index 7ee523f84..cb38977f5 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode.json
@@ -1,5 +1,10 @@
{
"delegatecodeDynamicCode" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecodeDynamicCodeFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode2SelfCall.json b/GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode2SelfCall.json
index 21abcde80..fda87dde8 100644
--- a/GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode2SelfCall.json
+++ b/GeneralStateTests/stDelegatecallTestHomestead/delegatecodeDynamicCode2SelfCall.json
@@ -1,5 +1,10 @@
{
"delegatecodeDynamicCode2SelfCall" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stDelegatecallTestHomestead/delegatecodeDynamicCode2SelfCallFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
@@ -16,7 +21,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"EIP158" : [
@@ -26,7 +33,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Frontier" : [
@@ -36,7 +45,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Homestead" : [
@@ -46,7 +57,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
],
"Metropolis" : [
@@ -56,7 +69,9 @@
"data" : 0,
"gas" : 0,
"value" : 0
- }
+ },
+ "logs" : [
+ ]
}
]
},