diff options
author | Adrian Sutton <adrian.sutton@consensys.net> | 2018-11-20 08:54:17 +0800 |
---|---|---|
committer | Adrian Sutton <adrian.sutton@consensys.net> | 2018-11-20 08:54:17 +0800 |
commit | 35da994d298708a80d87435e8ef10c0d395b5b7b (patch) | |
tree | 0ff6f5ae63129249adf919b22dc5c684ee4900c5 /GeneralStateTests | |
parent | 049ed97a513385237ee784ccb667d8c9c208b3a9 (diff) | |
download | dexon-tests-35da994d298708a80d87435e8ef10c0d395b5b7b.tar dexon-tests-35da994d298708a80d87435e8ef10c0d395b5b7b.tar.gz dexon-tests-35da994d298708a80d87435e8ef10c0d395b5b7b.tar.bz2 dexon-tests-35da994d298708a80d87435e8ef10c0d395b5b7b.tar.lz dexon-tests-35da994d298708a80d87435e8ef10c0d395b5b7b.tar.xz dexon-tests-35da994d298708a80d87435e8ef10c0d395b5b7b.tar.zst dexon-tests-35da994d298708a80d87435e8ef10c0d395b5b7b.zip |
Refill tests.
Diffstat (limited to 'GeneralStateTests')
-rw-r--r-- | GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json | 4 | ||||
-rw-r--r-- | GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json index f0555b27a..4bde7b03b 100644 --- a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json +++ b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json @@ -1,11 +1,11 @@ { "extCodeHashCreatedAndDeletedAccountCall" : { "_info" : { - "comment" : "EXTCODEHASH/EXTCODESIZE of an account created then deleted in same transaction", + "comment" : "EXTCODEHASH/EXTCODESIZE of an account created then deleted via CALL in same transaction", "filledwith" : "testeth 1.5.0-alpha.6-1+commit.19ad7d95.dirty", "lllcversion" : "Version: 0.5.0-develop.2018.9.29+commit.c4b5101b.Darwin.appleclang", "source" : "src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCallFiller.json", - "sourceHash" : "645179b4be0326e99e7c2c406dc1a8504610db115f4027e4006b29b32a06aed0" + "sourceHash" : "929618720bfddefd40804dbb348ac7180e9fbe484a9e0fbaf7cc030f66ece6f5" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json index b9c9aa84b..89cc5ce32 100644 --- a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json +++ b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json @@ -1,11 +1,11 @@ { "extCodeHashCreatedAndDeletedAccountStaticCall" : { "_info" : { - "comment" : "EXTCODEHASH/EXTCODESIZE of an account created then deleted in same transaction", + "comment" : "EXTCODEHASH/EXTCODESIZE of an account created then deleted via STATICCALL in same transaction", "filledwith" : "testeth 1.5.0-alpha.6-1+commit.19ad7d95.dirty", "lllcversion" : "Version: 0.5.0-develop.2018.9.29+commit.c4b5101b.Darwin.appleclang", "source" : "src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCallFiller.json", - "sourceHash" : "f110c2b9f36efac20a8e0d875c7852f54e725b1e5d87e7ce6d7b6b139514d338" + "sourceHash" : "98ce0086886a80b074aee025a9ce4de09887e0316d9c1335c04377e2a8194fb8" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |