diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-23 23:05:49 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-08-24 17:50:28 +0800 |
commit | 35777d7779302fb028becd2794004c03743ae297 (patch) | |
tree | 46ba5ca931874d7685cfd08fa53f9c7ad89bf666 /GeneralStateTests/stSystemOperationsTest | |
parent | cd2c3f1b3acb98c0d1501b06a4a54629d8794d79 (diff) | |
download | dexon-tests-35777d7779302fb028becd2794004c03743ae297.tar dexon-tests-35777d7779302fb028becd2794004c03743ae297.tar.gz dexon-tests-35777d7779302fb028becd2794004c03743ae297.tar.bz2 dexon-tests-35777d7779302fb028becd2794004c03743ae297.tar.lz dexon-tests-35777d7779302fb028becd2794004c03743ae297.tar.xz dexon-tests-35777d7779302fb028becd2794004c03743ae297.tar.zst dexon-tests-35777d7779302fb028becd2794004c03743ae297.zip |
Changes for EIP-684
The change was agreed on the last coredev call and this morning I got an OK from @arkpar.
Diffstat (limited to 'GeneralStateTests/stSystemOperationsTest')
-rw-r--r-- | GeneralStateTests/stSystemOperationsTest/CreateHashCollision.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/GeneralStateTests/stSystemOperationsTest/CreateHashCollision.json b/GeneralStateTests/stSystemOperationsTest/CreateHashCollision.json index 540bf9165..0126e1472 100644 --- a/GeneralStateTests/stSystemOperationsTest/CreateHashCollision.json +++ b/GeneralStateTests/stSystemOperationsTest/CreateHashCollision.json @@ -2,7 +2,7 @@ "CreateHashCollision" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.b90fb307.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.b1ea1f1a.Linux.clang", "source" : "/src/GeneralStateTestsFiller/stSystemOperationsTest/CreateHashCollisionFiller.json" }, "env" : { @@ -16,7 +16,7 @@ "post" : { "Byzantium" : [ { - "hash" : "0xd73594e1cf8108b5cb811ece843511874fea2a4536d12d08e92258b46be8f7f4", + "hash" : "0xed83cfbd371641f3a30d68735ef254d558e8751dbc237d721b5704fa91e58e7f", "indexes" : { "data" : 0, "gas" : 0, @@ -38,7 +38,7 @@ ], "EIP150" : [ { - "hash" : "0x9ad1ffb51fe6f7a2dca6fd17ab366990af3f875137c82d2dc64ff6e8b1b9161e", + "hash" : "0xed83cfbd371641f3a30d68735ef254d558e8751dbc237d721b5704fa91e58e7f", "indexes" : { "data" : 0, "gas" : 0, @@ -49,7 +49,7 @@ ], "EIP158" : [ { - "hash" : "0xd73594e1cf8108b5cb811ece843511874fea2a4536d12d08e92258b46be8f7f4", + "hash" : "0xed83cfbd371641f3a30d68735ef254d558e8751dbc237d721b5704fa91e58e7f", "indexes" : { "data" : 0, "gas" : 0, @@ -60,7 +60,7 @@ ], "Frontier" : [ { - "hash" : "0x9ad1ffb51fe6f7a2dca6fd17ab366990af3f875137c82d2dc64ff6e8b1b9161e", + "hash" : "0x73df31e79206a771ee1fe25af820f6723ee5ba6b77b17e829513960f39d867ae", "indexes" : { "data" : 0, "gas" : 0, @@ -71,7 +71,7 @@ ], "Homestead" : [ { - "hash" : "0x9ad1ffb51fe6f7a2dca6fd17ab366990af3f875137c82d2dc64ff6e8b1b9161e", + "hash" : "0x73df31e79206a771ee1fe25af820f6723ee5ba6b77b17e829513960f39d867ae", "indexes" : { "data" : 0, "gas" : 0, |