From 3b90fbfaf0b6180be9276bbd050ac2475b95d949 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 19 Apr 2017 13:28:03 +0300 Subject: replace SUICIDE with SELFDESTRUCT --- .../Homestead/stTransactionTestFiller.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/StateTestsFiller/Homestead/stTransactionTestFiller.json') diff --git a/src/StateTestsFiller/Homestead/stTransactionTestFiller.json b/src/StateTestsFiller/Homestead/stTransactionTestFiller.json index 7da27123f..fed46dcdd 100644 --- a/src/StateTestsFiller/Homestead/stTransactionTestFiller.json +++ b/src/StateTestsFiller/Homestead/stTransactionTestFiller.json @@ -1023,7 +1023,7 @@ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "10", - "code" : "{(CALL 0 0x0000000000000000000000000000000000000000 1 0 0 0 0) (SUICIDE 0)}", + "code" : "{(CALL 0 0x0000000000000000000000000000000000000000 1 0 0 0 0) (SELFDESTRUCT 0)}", "nonce" : "0", "storage" : { } @@ -1031,7 +1031,7 @@ "0000000000000000000000000000000000000000" : { "balance" : "0", - "code" : "{(SUICIDE 0x0000000000000000000000000000000000000001)}", + "code" : "{(SELFDESTRUCT 0x0000000000000000000000000000000000000001)}", "nonce" : "0", "storage" : { } @@ -1077,7 +1077,7 @@ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "10", - "code" : "{(CALL 0 0x0000000000000000000000000000000000000000 0 0 0 0 0) (SUICIDE 0)}", + "code" : "{(CALL 0 0x0000000000000000000000000000000000000000 0 0 0 0 0) (SELFDESTRUCT 0)}", "nonce" : "0", "storage" : { } @@ -1085,7 +1085,7 @@ "0000000000000000000000000000000000000000" : { "balance" : "0", - "code" : "{(SUICIDE 0x0000000000000000000000000000000000000001)}", + "code" : "{(SELFDESTRUCT 0x0000000000000000000000000000000000000001)}", "nonce" : "0", "storage" : { } @@ -1137,7 +1137,7 @@ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "10", - "code" : "{(CALL 22000 0x0000000000000000000000000000000000000000 1 0 0 0 0) (SUICIDE 0)}", + "code" : "{(CALL 22000 0x0000000000000000000000000000000000000000 1 0 0 0 0) (SELFDESTRUCT 0)}", "nonce" : "0", "storage" : { } @@ -1145,7 +1145,7 @@ "0000000000000000000000000000000000000000" : { "balance" : "0", - "code" : "{(SUICIDE 0x0000000000000000000000000000000000000001)}", + "code" : "{(SELFDESTRUCT 0x0000000000000000000000000000000000000001)}", "nonce" : "0", "storage" : { } @@ -1192,7 +1192,7 @@ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "1000", - "code" : "{(CALL 22000 0x0000000000000000000000000000000000000000 1 0 0 0 0) (SUICIDE 0)}", + "code" : "{(CALL 22000 0x0000000000000000000000000000000000000000 1 0 0 0 0) (SELFDESTRUCT 0)}", "nonce" : "0", "storage" : { } @@ -1200,7 +1200,7 @@ "0000000000000000000000000000000000000000" : { "balance" : "0", - "code" : "{(SUICIDE 0x0000000000000000000000000000000000000001)}", + "code" : "{(SELFDESTRUCT 0x0000000000000000000000000000000000000001)}", "nonce" : "0", "storage" : { } @@ -1251,7 +1251,7 @@ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "10000", - "code" : "{(SUICIDE 0) (CALL 30000 0x0000000000000000000000000000000000000000 0 0 0 0 0) }", + "code" : "{(SELFDESTRUCT 0) (CALL 30000 0x0000000000000000000000000000000000000000 0 0 0 0 0) }", "nonce" : "0", "storage" : { } @@ -1259,7 +1259,7 @@ "0000000000000000000000000000000000000000" : { "balance" : "1110", - "code" : "{(SUICIDE 0x0000000000000000000000000000000000000001)}", + "code" : "{(SELFDESTRUCT 0x0000000000000000000000000000000000000001)}", "nonce" : "0", "storage" : { } @@ -1308,7 +1308,7 @@ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "1000", - "code" : "{(SUICIDE 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b)}", + "code" : "{(SELFDESTRUCT 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b)}", "nonce" : "0", "storage" : { } @@ -1356,7 +1356,7 @@ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "1000", - "code" : "{(SUICIDE 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b)}", + "code" : "{(SELFDESTRUCT 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b)}", "nonce" : "0", "storage" : { } -- cgit v1.2.3