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 /src/GeneralStateTestsFiller/stRevertTest | |
parent | cd2c3f1b3acb98c0d1501b06a4a54629d8794d79 (diff) | |
download | tangerine-tests-35777d7779302fb028becd2794004c03743ae297.tar tangerine-tests-35777d7779302fb028becd2794004c03743ae297.tar.gz tangerine-tests-35777d7779302fb028becd2794004c03743ae297.tar.bz2 tangerine-tests-35777d7779302fb028becd2794004c03743ae297.tar.lz tangerine-tests-35777d7779302fb028becd2794004c03743ae297.tar.xz tangerine-tests-35777d7779302fb028becd2794004c03743ae297.tar.zst tangerine-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 'src/GeneralStateTestsFiller/stRevertTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json | 57 |
1 files changed, 1 insertions, 56 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json index 115365cbf..22e183874 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json @@ -9,68 +9,13 @@ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ - { - "comment" : "NO OOG", - "indexes" : { - "data" : 1, - "gas" : 1, - "value" : 0 - }, - "network" : ["EIP158"], - "result" : { - "3e180b1862f9d158abb5e519a6d8605540c23682" : { - "balance" : "0x06", - "code" : "0x", - "nonce" : "1", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01", - "0x04" : "0x0c" - } - }, - "b000000000000000000000000000000000000000" : { - "storage" : { - "0x02" : "0x08", - "0x03" : "0x0c" - } - } - } - }, - { - "comment" : "NO OOG", - "indexes" : { - "data" : 1, - "gas" : 1, - "value" : 0 - }, - "network" : ["EIP150"], - "result" : { - "3e180b1862f9d158abb5e519a6d8605540c23682" : { - "balance" : "0x06", - "code" : "0x", - "nonce" : "0", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01", - "0x04" : "0x0c" - } - }, - "b000000000000000000000000000000000000000" : { - "storage" : { - "0x02" : "0x08", - "0x03" : "0x0c" - } - } - } - }, { - "comment" : "NO OOG", "indexes" : { "data" : 1, "gas" : 1, "value" : 0 }, - "network" : ["Frontier", "Homestead"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x05", |