diff options
author | winsvega <winsvega@mail.ru> | 2018-09-13 22:15:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 22:15:49 +0800 |
commit | 3864810c499597684e8e92eb31c938a9db359c31 (patch) | |
tree | 62f6b6c8add5d68e4ed32218fd52949efedfffd4 /GeneralStateTests/stCreate2/RevertOpcodeCreate.json | |
parent | f2d644f39d395f66c8d403e09e87735aabc48434 (diff) | |
parent | e2d84e1c00289bc259ad631efb6b42390e6a291a (diff) | |
download | dexon-tests-3864810c499597684e8e92eb31c938a9db359c31.tar dexon-tests-3864810c499597684e8e92eb31c938a9db359c31.tar.gz dexon-tests-3864810c499597684e8e92eb31c938a9db359c31.tar.bz2 dexon-tests-3864810c499597684e8e92eb31c938a9db359c31.tar.lz dexon-tests-3864810c499597684e8e92eb31c938a9db359c31.tar.xz dexon-tests-3864810c499597684e8e92eb31c938a9db359c31.tar.zst dexon-tests-3864810c499597684e8e92eb31c938a9db359c31.zip |
Merge pull request #506 from ethereum/create2
REVERT in CREATE2
Diffstat (limited to 'GeneralStateTests/stCreate2/RevertOpcodeCreate.json')
-rw-r--r-- | GeneralStateTests/stCreate2/RevertOpcodeCreate.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/GeneralStateTests/stCreate2/RevertOpcodeCreate.json b/GeneralStateTests/stCreate2/RevertOpcodeCreate.json new file mode 100644 index 000000000..8ab175b11 --- /dev/null +++ b/GeneralStateTests/stCreate2/RevertOpcodeCreate.json @@ -0,0 +1,73 @@ +{ + "RevertOpcodeCreate" : { + "_info" : { + "comment" : "RevertOpcodeCreate for CREATE2", + "filledwith" : "testeth 1.5.0.dev2-45+commit.0189490f.dirty", + "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stCreate2/RevertOpcodeCreateFiller.json", + "sourceHash" : "180a272b96bc876c79ef124651b7fa9002e4395d812839975ef8b99d8f88f8c9" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x020000", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Constantinople" : [ + { + "hash" : "0x2b88028ac173beaf52cdc4c6781c8852dd19e3c91f9fcbe4b543445351822b04", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + { + "hash" : "0x615b48a94ded12c5ed93c10d0e20408212f29febf87155607fae8e659cda8051", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xe8d4a51000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x01", + "code" : "0x6e600160005560016000fd60116001556000526000600f60116001f5600155600c600055", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x600160005560016000fe6011600155" + ], + "gasLimit" : [ + "0x0704e0", + "0x011170" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : [ + "0x00" + ] + } + } +}
\ No newline at end of file |