diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-06-23 01:20:06 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-06-23 01:20:06 +0800 |
commit | 8702e068d576c6a30fbde1f1543ce5c7e2f510f2 (patch) | |
tree | 77579500b4b8942dd2d50d6a54bd05ee7b5b7b01 /GeneralStateTests | |
parent | 306a240a38cf9595f972bcba23ac391b26fcb3ea (diff) | |
download | tangerine-tests-8702e068d576c6a30fbde1f1543ce5c7e2f510f2.tar tangerine-tests-8702e068d576c6a30fbde1f1543ce5c7e2f510f2.tar.gz tangerine-tests-8702e068d576c6a30fbde1f1543ce5c7e2f510f2.tar.bz2 tangerine-tests-8702e068d576c6a30fbde1f1543ce5c7e2f510f2.tar.lz tangerine-tests-8702e068d576c6a30fbde1f1543ce5c7e2f510f2.tar.xz tangerine-tests-8702e068d576c6a30fbde1f1543ce5c7e2f510f2.tar.zst tangerine-tests-8702e068d576c6a30fbde1f1543ce5c7e2f510f2.zip |
Remove a left-over odd-length hex string
Diffstat (limited to 'GeneralStateTests')
3 files changed, 15 insertions, 0 deletions
diff --git a/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyGas.json b/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyGas.json index 25b6bfd11..426662591 100644 --- a/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyGas.json +++ b/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyGas.json @@ -1,5 +1,10 @@ { "RawExtCodeCopyGas" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.8df9ba7d.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyGasFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGas.json b/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGas.json index eca48410d..5849311a3 100644 --- a/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGas.json +++ b/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGas.json @@ -1,5 +1,10 @@ { "RawExtCodeCopyMemoryGas" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.8df9ba7d.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGasFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeSizeGas.json b/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeSizeGas.json index 075c9ff61..c9750e271 100644 --- a/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeSizeGas.json +++ b/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeSizeGas.json @@ -1,5 +1,10 @@ { "RawExtCodeSizeGas" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.8df9ba7d.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", |