Skip to content

Commit

Permalink
remove illegal lightSyncState property from chain spec (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jan 21, 2022
1 parent cfd74e2 commit d0dac8b
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 28 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "integritee-collator"
description = "The Integritee parachain collator binary"
# align major.minor revision with the runtimes. bump patch revision ad lib. make this the github release tag
version = "1.2.11"
version = "1.3.11"
authors = ["Integritee AG <[email protected]>"]
homepage = "https://integritee.network/"
repository = "https://github.com/integritee-network/parachain"
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/integritee-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'integritee-runtime'
description = "The Integritee parachain runtime"
# patch revision must match runtime spec_version
version = '1.2.11'
version = '1.3.11'
authors = ["Integritee AG <[email protected]>"]
homepage = "https://integritee.network/"
repository = "https://github.com/integritee-network/parachain"
Expand Down
1 change: 0 additions & 1 deletion polkadot-parachains/res/integritee-westend.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"relay_chain": "westend",
"para_id": 2081,
"consensusEngine": null,
"lightSyncState": null,
"codeSubstitutes": {},
"genesis": {
"raw": {
Expand Down
1 change: 0 additions & 1 deletion polkadot-parachains/res/shell-westend.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"relay_chain": "westend",
"para_id": 2081,
"consensusEngine": null,
"lightSyncState": null,
"codeSubstitutes": {},
"genesis": {
"raw": {
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/shell-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'shell-runtime'
description = "The Integritee shell parachain runtime"
# major.minor revision must match collator node. patch should stay at zero to match spec_version which is hard-nailed to 1
version = '1.2.1'
version = '1.3.1'
authors = ["Integritee AG <[email protected]>"]
homepage = "https://integritee.network/"
repository = "https://github.com/integritee-network/parachain"
Expand Down

0 comments on commit d0dac8b

Please sign in to comment.