aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-04-19 18:28:03 +0800
committerDimitry <winsvega@mail.ru>2017-04-19 18:28:03 +0800
commit3b90fbfaf0b6180be9276bbd050ac2475b95d949 (patch)
treeb11b36454485f496c92a7bb3a6c2aa060034647c /src/BlockchainTestsFiller
parent789c43bdbb4cb5913e28f855df35703ac87a40c9 (diff)
downloaddexon-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar
dexon-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.gz
dexon-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.bz2
dexon-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.lz
dexon-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.xz
dexon-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.tar.zst
dexon-tests-3b90fbfaf0b6180be9276bbd050ac2475b95d949.zip
replace SUICIDE with SELFDESTRUCT
Diffstat (limited to 'src/BlockchainTestsFiller')
-rw-r--r--src/BlockchainTestsFiller/EIP150/bcStateTestFiller.json2
-rw-r--r--src/BlockchainTestsFiller/Homestead/bcStateTestFiller.json2
-rw-r--r--src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json10
-rw-r--r--src/BlockchainTestsFiller/bcStateTestFiller.json2
4 files changed, 8 insertions, 8 deletions
diff --git a/src/BlockchainTestsFiller/EIP150/bcStateTestFiller.json b/src/BlockchainTestsFiller/EIP150/bcStateTestFiller.json
index df3afdd31..d99a3929f 100644
--- a/src/BlockchainTestsFiller/EIP150/bcStateTestFiller.json
+++ b/src/BlockchainTestsFiller/EIP150/bcStateTestFiller.json
@@ -32,7 +32,7 @@
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100000",
"nonce" : "0",
- "code" : "{ (SUICIDE 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b) }",
+ "code" : "{ (SELFDESTRUCT 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b) }",
"storage": {}
}
},
diff --git a/src/BlockchainTestsFiller/Homestead/bcStateTestFiller.json b/src/BlockchainTestsFiller/Homestead/bcStateTestFiller.json
index bffcaf06d..79431f14b 100644
--- a/src/BlockchainTestsFiller/Homestead/bcStateTestFiller.json
+++ b/src/BlockchainTestsFiller/Homestead/bcStateTestFiller.json
@@ -32,7 +32,7 @@
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100000",
"nonce" : "0",
- "code" : "{ (SUICIDE 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b) }",
+ "code" : "{ (SELFDESTRUCT 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b) }",
"storage": {}
}
},
diff --git a/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json b/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
index 52033b895..ac6e0b54e 100644
--- a/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
+++ b/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
@@ -341,14 +341,14 @@
"1000000000000000000000000000000000000012" : {
"balance" : "10000",
"nonce" : "0",
- "code" : "{ (SUICIDE 0x1000000000000000000000000000000000000002) }",
+ "code" : "{ (SELFDESTRUCT 0x1000000000000000000000000000000000000002) }",
"storage": {
}
},
"1000000000000000000000000000000000000013" : {
"balance" : "10000",
"nonce" : "0",
- "code" : "{ (SUICIDE 0x1000000000000000000000000000000000000003) }",
+ "code" : "{ (SELFDESTRUCT 0x1000000000000000000000000000000000000003) }",
"storage": {
}
},
@@ -539,7 +539,7 @@
"balance" : "0",
"nonce" : "0",
"code" : "Suicide to not existing account",
- "code" : "{ (SUICIDE 0x2000000000000000000000000000000000000015) }",
+ "code" : "{ (SELFDESTRUCT 0x2000000000000000000000000000000000000015) }",
"storage": {
}
},
@@ -555,7 +555,7 @@
"balance" : "0",
"nonce" : "0",
"code" : "Suicide to not existing account",
- "code" : "{ (SUICIDE 0x2000000000000000000000000000000000000115) }",
+ "code" : "{ (SELFDESTRUCT 0x2000000000000000000000000000000000000115) }",
"storage": {
}
},
@@ -571,7 +571,7 @@
"balance" : "0",
"nonce" : "0",
"code" : "Suicide to existing account",
- "code" : "{ (SUICIDE 0x1000000000000000000000000000000000000117) }",
+ "code" : "{ (SELFDESTRUCT 0x1000000000000000000000000000000000000117) }",
"storage": {
}
},
diff --git a/src/BlockchainTestsFiller/bcStateTestFiller.json b/src/BlockchainTestsFiller/bcStateTestFiller.json
index 15a667782..0514d40cc 100644
--- a/src/BlockchainTestsFiller/bcStateTestFiller.json
+++ b/src/BlockchainTestsFiller/bcStateTestFiller.json
@@ -32,7 +32,7 @@
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100000",
"nonce" : "0",
- "code" : "{ (SUICIDE 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b) }",
+ "code" : "{ (SELFDESTRUCT 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b) }",
"storage": {}
}
},