diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-17 17:07:26 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-17 17:07:26 +0800 |
commit | b01cb5ebe3faa8b93b2105579b75454613fbc699 (patch) | |
tree | 24193650358bb85aa25afcfe2dc624d487293fb4 /GeneralStateTests | |
parent | 8918adf49471010bd91824b711e34e20af863586 (diff) | |
download | tangerine-tests-b01cb5ebe3faa8b93b2105579b75454613fbc699.tar tangerine-tests-b01cb5ebe3faa8b93b2105579b75454613fbc699.tar.gz tangerine-tests-b01cb5ebe3faa8b93b2105579b75454613fbc699.tar.bz2 tangerine-tests-b01cb5ebe3faa8b93b2105579b75454613fbc699.tar.lz tangerine-tests-b01cb5ebe3faa8b93b2105579b75454613fbc699.tar.xz tangerine-tests-b01cb5ebe3faa8b93b2105579b75454613fbc699.tar.zst tangerine-tests-b01cb5ebe3faa8b93b2105579b75454613fbc699.zip |
fix syntax in tests
Diffstat (limited to 'GeneralStateTests')
-rw-r--r-- | GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_97_1000000.json | 10 | ||||
-rw-r--r-- | GeneralStateTests/stZeroKnowledge/ecmul_7827-6598_5617_21000_128.json | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_97_1000000.json b/GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_97_1000000.json index d5b3f734c..d6e7a125b 100644 --- a/GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_97_1000000.json +++ b/GeneralStateTests/stPreCompiledContracts/modexp_37120_37111_97_1000000.json @@ -2,16 +2,16 @@ "modexp_37120_37111_97_1000000" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.82b0643a.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.ab4ca6d1.Linux.g++", "lllcversion" : "Version: 0.4.20-develop.2018.1.8+commit.2548228b.Linux.g++", "source" : "src/GeneralStateTestsFiller/stPreCompiledContracts/modexp_37120_37111_97_1000000Filler.json", - "sourceHash" : "bbcb32526a4abe10c66cc781f78e405fe40a3a8d86adbd581a98387290b4d08a" + "sourceHash" : "39b7fb2e3f39fcc776c5d6c0501c6c47844d12674a4197ca56f9aca448c26b87" }, "env" : { "currentCoinbase" : "0x3535353535353535353535353535353535353535", "currentDifficulty" : "0x020000", "currentGasLimit" : "0x5f5e100", - "currentNumber" : "0x1", + "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0xc6745cf3cada515bbfb9573261c82547e0b8f9e3d5dd382e464704a84e47b5ad" }, @@ -144,8 +144,8 @@ "0x01adb0", "0x030d40" ], - "gasPrice" : "0x1", - "nonce" : "0x1", + "gasPrice" : "0x01", + "nonce" : "0x01", "secretKey" : "0x044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d", "to" : "0xc305c901078781c232a2a521c2af7980f8385ee9", "value" : [ diff --git a/GeneralStateTests/stZeroKnowledge/ecmul_7827-6598_5617_21000_128.json b/GeneralStateTests/stZeroKnowledge/ecmul_7827-6598_5617_21000_128.json index 4d195a980..0b7cb2aa1 100644 --- a/GeneralStateTests/stZeroKnowledge/ecmul_7827-6598_5617_21000_128.json +++ b/GeneralStateTests/stZeroKnowledge/ecmul_7827-6598_5617_21000_128.json @@ -2,10 +2,10 @@ "ecmul_7827-6598_5617_21000_128" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.82b0643a.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.ab4ca6d1.Linux.g++", "lllcversion" : "Version: 0.4.20-develop.2018.1.8+commit.2548228b.Linux.g++", "source" : "src/GeneralStateTestsFiller/stZeroKnowledge/ecmul_7827-6598_5617_21000_128Filler.json", - "sourceHash" : "b129548b58133261b9566d8c675ed6fe7f52187ce0e740b94cbf8d34fd13b815" + "sourceHash" : "a12a633ba8ab3529dc9a8967aed73cfda76d3cceb865a2a252324273f7739e74" }, "env" : { "currentCoinbase" : "0x3535353535353535353535353535353535353535", |