diff options
more create2 tests
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2checkFieldsInInitcode_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2checkFieldsInInitcode_d0g0v0Filler.json | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2checkFieldsInInitcode_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2checkFieldsInInitcode_d0g0v0Filler.json index 74755f77d..7c35fa843 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2checkFieldsInInitcode_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2checkFieldsInInitcode_d0g0v0Filler.json @@ -1,7 +1,7 @@ { "create2checkFieldsInInitcode_d0g0v0" : { "_info" : { - "comment" : "Check opcode values in create2 init code. Create2 called with different call types." + "comment" : "Check opcode values in create2 init code. Create2 called with different call types. CREATE2 inside CRETE2 inside CALL, CALLCODE, DELEGATECALL, STATICCALL << test values of SENDER,address and so on." }, "blocks" : [ { @@ -74,6 +74,13 @@ "storage" : { } }, + "0x1100000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000602180601060003960006000f5006000600060006000600073f0000000000000000000000000000000000000005af1", + "nonce" : "0x00", + "storage" : { + } + }, "0x2000000000000000000000000000000000000000" : { "balance" : "0x00", "code" : "0x6000600060006000600073f0000000000000000000000000000000000000005af2", @@ -81,6 +88,13 @@ "storage" : { } }, + "0x2200000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000602180601060003960006000f5006000600060006000600073f0000000000000000000000000000000000000005af2", + "nonce" : "0x00", + "storage" : { + } + }, "0x3000000000000000000000000000000000000000" : { "balance" : "0x00", "code" : "0x600060006000600073f0000000000000000000000000000000000000005af4", @@ -88,6 +102,13 @@ "storage" : { } }, + "0x3300000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000601f80601060003960006000f500600060006000600073f0000000000000000000000000000000000000005af4", + "nonce" : "0x00", + "storage" : { + } + }, "0x4000000000000000000000000000000000000000" : { "balance" : "0x00", "code" : "0x61010060006000600073f2000000000000000000000000000000000000005afa50600051600a55", @@ -95,6 +116,13 @@ "storage" : { } }, + "0x4400000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000602780601060003960006000f50061010060006000600073f2000000000000000000000000000000000000005afa50600051600a55", + "nonce" : "0x00", + "storage" : { + } + }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x0de0b6b3a7640000", "code" : "", |