Skip to content
Snippets Groups Projects
Commit 91942b02 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

release: runtime-800 + spec update

parent f1c54dc7
No related branches found
No related tags found
1 merge request!240runtime-800 updates
Pipeline #35842 waiting for manual action
......@@ -44,9 +44,9 @@ parameters:
# Maximum quantity of currently valid certifications emitted by a same issuer. 15 certs.
smith_cert_max_by_issuer: 15
# Maximum duration a smith can be offline without being excluded
smith_inactivity_max_duration: 48
smith_inactivity_max_duration: 336
# Number of required received smith certs to become a smith member
smith_wot_min_cert_for_membership: 3
smith_wot_min_cert_for_membership: 2
# Clique Smith WoT: each smith will certify by each other smith automatically on Genesis
clique_smiths:
......@@ -67,4 +67,4 @@ treasury_funder_pubkey: "2ny7YAdmzReQxAayyJZsyVYwYhVyax2thKcGknmQy5nQ"
# The technical committee members, to act as sudo
technical_committee:
["Pini", "moul", "HugoTrentesaux", "tuxmain", "1000i100", "vit", "cgeek"]
["Pini", "moul", "HugoTrentesaux", "tuxmain", "Maaltir", "vit", "cgeek", "poka"]
......@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 701,
spec_version: 800,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
......
......@@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 701,
spec_version: 800,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
......
......@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 701,
spec_version: 800,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment