diff options
author | Dimitry <winsvega@mail.ru> | 2017-04-27 02:52:12 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-06-23 18:46:12 +0800 |
commit | 81900ef03fa44d2a9472966430311f6ea6d162a8 (patch) | |
tree | 9b6111f07094459fcddf05e2ac13c88162b4680b /src/GeneralStateTestsFiller/stCallCreateCallCodeTest | |
parent | 6e110e8979acd57ca7a9745374ae9c2134887e69 (diff) | |
download | dexon-tests-81900ef03fa44d2a9472966430311f6ea6d162a8.tar dexon-tests-81900ef03fa44d2a9472966430311f6ea6d162a8.tar.gz dexon-tests-81900ef03fa44d2a9472966430311f6ea6d162a8.tar.bz2 dexon-tests-81900ef03fa44d2a9472966430311f6ea6d162a8.tar.lz dexon-tests-81900ef03fa44d2a9472966430311f6ea6d162a8.tar.xz dexon-tests-81900ef03fa44d2a9472966430311f6ea6d162a8.tar.zst dexon-tests-81900ef03fa44d2a9472966430311f6ea6d162a8.zip |
refill tests with new transaction create rules on Metropolis
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCreateCallCodeTest')
2 files changed, 29 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json index 83230127e..52ad3b873 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json @@ -23,6 +23,21 @@ } } } + }, + { + "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, + "network" : ["Metropolis" ], + "result" : { + "911d0b7a3d71943b292ab42d14865e7a1e21e6cf" : { + "storage" : { + "0x00" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0x01" : "0x42", + "0x02" : "0x23", + "0x03" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0x05" : "0x03e8" + } + } + } } ], "pre" : { diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsFiller.json index d9403746b..fdc96f087 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsFiller.json @@ -50,6 +50,20 @@ } } } + }, + { + "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, + "network" : ["Metropolis"], + "result" : { + "746e5505debcfbf945fca34bfb241878ca2a6193" : { + "balance" : "0x0186a0", + "code" : "0x396000f3006000355415600957005b60", + "nonce" : "0x01", + "storage" : { + "0x01" : "0x01" + } + } + } } ], "pre" : { |