From 2117e6033a6ada7354b22fde6cb4e878656fae01 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 5 Sep 2018 15:10:22 +0300 Subject: more create2 collision tests --- .../create2collisionNonce_d0g0v0Filler.json | 36 +++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2collisionNonce_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2collisionNonce_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2collisionNonce_d0g0v0Filler.json index 87435970d..df9e1e008 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2collisionNonce_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/create2collisionNonce_d0g0v0Filler.json @@ -1,5 +1,8 @@ { "create2collisionNonce_d0g0v0" : { + "_info" : { + "comment" : "create2 generates an account that already exists and has nonce != 0" + }, "blocks" : [ { "blockHeaderPremine" : { @@ -50,9 +53,26 @@ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "0x01" }, + "0xaf3ecba2fe09a4f6c19f16a9d119e44e08c2da01" : { + "balance" : "0x00", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + }, "0xe2b35478fdd26477cc576dd906e6277761246a3c" : { "balance" : "0x00", - "nonce" : "0x01" + "code" : "", + "nonce" : "0x01", + "storage" : { + } + }, + "0xec2c6832d00680ece8ff9254f81fdab0a5a2ac50" : { + "balance" : "0x00", + "code" : "", + "nonce" : "0x01", + "storage" : { + } } } } @@ -82,12 +102,26 @@ "storage" : { } }, + "0xaf3ecba2fe09a4f6c19f16a9d119e44e08c2da01" : { + "balance" : "0x00", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + }, "0xe2b35478fdd26477cc576dd906e6277761246a3c" : { "balance" : "0x00", "code" : "", "nonce" : "0x01", "storage" : { } + }, + "0xec2c6832d00680ece8ff9254f81fdab0a5a2ac50" : { + "balance" : "0x00", + "code" : "", + "nonce" : "0x01", + "storage" : { + } } }, "sealEngine" : "NoProof" -- cgit