remove lightSyncState field from chain specs (#576)

necessary because of https://github.com/paritytech/substrate/pull/9491
This commit is contained in:
Alexander Popiak
2021-08-17 14:16:02 +02:00
committed by GitHub
parent f0ecc74857
commit db125d2289
8 changed files with 2 additions and 10 deletions
-1
View File
@@ -16,7 +16,6 @@
"relay_chain": "kusama", "relay_chain": "kusama",
"para_id": 1000, "para_id": 1000,
"consensusEngine": null, "consensusEngine": null,
"lightSyncState": null,
"genesis": { "genesis": {
"raw": { "raw": {
"top": { "top": {
@@ -14,7 +14,6 @@
"relay_chain": "kusama", "relay_chain": "kusama",
"para_id": 1000, "para_id": 1000,
"consensusEngine": null, "consensusEngine": null,
"lightSyncState": null,
"codeSubstitutes": {}, "codeSubstitutes": {},
"genesis": { "genesis": {
"raw": { "raw": {
@@ -74,4 +73,4 @@
"childrenDefault": {} "childrenDefault": {}
} }
} }
} }
-1
View File
@@ -13,7 +13,6 @@
"relay_chain": "rococo", "relay_chain": "rococo",
"para_id": 1, "para_id": 1,
"consensusEngine": null, "consensusEngine": null,
"lightSyncState": null,
"genesis": { "genesis": {
"raw": { "raw": {
"top": { "top": {
-1
View File
@@ -18,7 +18,6 @@
"relay_chain": "rococo", "relay_chain": "rococo",
"para_id": 100, "para_id": 100,
"consensusEngine": null, "consensusEngine": null,
"lightSyncState": null,
"genesis": { "genesis": {
"raw": { "raw": {
"top": { "top": {
-1
View File
@@ -18,7 +18,6 @@
"relay_chain": "rococo", "relay_chain": "rococo",
"para_id": 120, "para_id": 120,
"consensusEngine": null, "consensusEngine": null,
"lightSyncState": null,
"genesis": { "genesis": {
"raw": { "raw": {
"top": { "top": {
-1
View File
@@ -18,7 +18,6 @@
"relay_chain": "rococo", "relay_chain": "rococo",
"para_id": 110, "para_id": 110,
"consensusEngine": null, "consensusEngine": null,
"lightSyncState": null,
"genesis": { "genesis": {
"raw": { "raw": {
"top": { "top": {
-1
View File
@@ -17,7 +17,6 @@
}, },
"para_id": 1000, "para_id": 1000,
"consensusEngine": null, "consensusEngine": null,
"lightSyncState": null,
"genesis": { "genesis": {
"raw": { "raw": {
"top": { "top": {
@@ -14,7 +14,6 @@
"relay_chain": "westend", "relay_chain": "westend",
"para_id": 1000, "para_id": 1000,
"consensusEngine": null, "consensusEngine": null,
"lightSyncState": null,
"codeSubstitutes": {}, "codeSubstitutes": {},
"genesis": { "genesis": {
"raw": { "raw": {
@@ -75,4 +74,4 @@
"childrenDefault": {} "childrenDefault": {}
} }
} }
} }