diff options
author | Jose Hugo De la cruz Romero <jhugodc@gmail.com> | 2018-11-28 07:43:20 +0800 |
---|---|---|
committer | Jose Hugo De la cruz Romero <jhugodc@gmail.com> | 2018-11-28 07:43:20 +0800 |
commit | b4459de5295621828b8cfb494b3805ddf31fce64 (patch) | |
tree | f28e401e1c3dab776db9e5894ada21f6c511588e | |
parent | b35aff9e52cd6d37f9d687a09a2d5aec77f06c3b (diff) | |
download | tangerine-tests-b4459de5295621828b8cfb494b3805ddf31fce64.tar.gz tangerine-tests-b4459de5295621828b8cfb494b3805ddf31fce64.tar.zst tangerine-tests-b4459de5295621828b8cfb494b3805ddf31fce64.zip |
refill test 0
-rw-r--r-- | GeneralStateTests/stExtCodeHash/extCodeHashDeletedAccount.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GeneralStateTests/stExtCodeHash/extCodeHashDeletedAccount.json b/GeneralStateTests/stExtCodeHash/extCodeHashDeletedAccount.json index 11f141767..4e9214e51 100644 --- a/GeneralStateTests/stExtCodeHash/extCodeHashDeletedAccount.json +++ b/GeneralStateTests/stExtCodeHash/extCodeHashDeletedAccount.json @@ -1,11 +1,11 @@ { "extCodeHashDeletedAccount" : { "_info" : { - "comment" : "Get account A (aaaaaaaa00000000000000000000000000000000) code hash\nCalls Account A's code which causes self destruction of A\nGet account A codehash\nIt is still getting the same codehash because selfdestruct is performed\nat the end of transaction during state finalization stage.\n", + "comment" : "Get account A (aaaaaaaa00000000000000000000000000000000) code hash, code size, and code\nCalls Account A's code which causes self destruction of A\nGet account A codehash, code size and code\nIt is still getting the same values because selfdestruct is performed\nat the end of transaction during state finalization stage.\n", "filledwith" : "testeth 1.5.0-alpha.6-49+commit.4897b8bb", "lllcversion" : "Version: 0.5.0-develop.2018.11.8+commit.20481055.Linux.g++", "source" : "src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccountFiller.yml", - "sourceHash" : "2a7e8a8fac5a9132f1cc17d1f103bb8e7537717e82b4b827d98619b0c2ac0a3e" + "sourceHash" : "fa10ed88ae97006f6b03ca0b4ffc8ae5168d2004bfbbd9cb8221cc179b76e7f3" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |