diff options
author | winsvega <winsvega@mail.ru> | 2017-07-13 23:16:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 23:16:28 +0800 |
commit | 3c4d0e23f2c41901521a1387757639dda41e66ba (patch) | |
tree | 504a402162d02bcb88d14e0a635523f7baa99b74 /src/GeneralStateTestsFiller/stEIP158Specific | |
parent | 5942d5373e1c41639305c3ade8360ea0e165a4bd (diff) | |
parent | 9c11964e9f97e7393416d0beebd59fb39135efbc (diff) | |
download | tangerine-tests-3c4d0e23f2c41901521a1387757639dda41e66ba.tar tangerine-tests-3c4d0e23f2c41901521a1387757639dda41e66ba.tar.gz tangerine-tests-3c4d0e23f2c41901521a1387757639dda41e66ba.tar.bz2 tangerine-tests-3c4d0e23f2c41901521a1387757639dda41e66ba.tar.lz tangerine-tests-3c4d0e23f2c41901521a1387757639dda41e66ba.tar.xz tangerine-tests-3c4d0e23f2c41901521a1387757639dda41e66ba.tar.zst tangerine-tests-3c4d0e23f2c41901521a1387757639dda41e66ba.zip |
Merge pull request #222 from ethereum/revert-address-calculation
fix failing Statetests and Blockchain tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stEIP158Specific')
-rw-r--r-- | src/GeneralStateTestsFiller/stEIP158Specific/vitalikTransactionTestFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stEIP158Specific/vitalikTransactionTestFiller.json b/src/GeneralStateTestsFiller/stEIP158Specific/vitalikTransactionTestFiller.json index 403c4d4eb..0e061d0c7 100644 --- a/src/GeneralStateTestsFiller/stEIP158Specific/vitalikTransactionTestFiller.json +++ b/src/GeneralStateTestsFiller/stEIP158Specific/vitalikTransactionTestFiller.json @@ -141,14 +141,14 @@ "storage" : { } }, - "0xd0f54d2f3eb0c681a93ae58b6d0b87a705c28758" : { + "0x1bc78ae0e5ec5cb439f1d5355d6f90d38343e109" : { "balance" : "0x00", "code" : "", "nonce" : "0x03", "storage" : { } }, - "0xd5004138be50a26d1b5ff3afc9761221cc8f4a4f" : { + "0x51f9d7f98e997bdd6bebde4c2dd27be8c99303aa" : { "balance" : "0x00", "code" : "0x6000603f5359610043806100135939610056566c010000000000000000000000007fee098e6c2a43d9e2c04f08f0c3a87b0ba59079d4d53532071d6cd0cb86facd5605ff6100008061003f60003961003f565b6000f35b816000f0905050fe", "nonce" : "0x01", |