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

feat: bump Runtime to 700 + client to 0.7.0

parent 2bdf2412
No related branches found
No related tags found
1 merge request!195Prepare GDev parameters
Pipeline #34316 failed
......@@ -7,7 +7,7 @@ homepage = 'https://duniter.org'
license = 'AGPL-3.0'
name = 'duniter'
repository = 'https://git.duniter.org/nodes/rust/duniter-v2s'
version = '0.3.0'
version = '0.7.0'
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
......
......@@ -92,7 +92,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: 600,
spec_version: 700,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
......
......@@ -95,7 +95,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: 600,
spec_version: 700,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
......
......@@ -92,7 +92,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: 600,
spec_version: 700,
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.
Please register or to comment