git.delta.rocks / unique-network / refs/commits / af74a777297d

difftreelog

fix runtimes and node version

Daniel Shiposha2022-08-16parent: #4594871.patch.diff
in: master

9 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
971 packageslockfile v3
modifiednode/cli/CHANGELOG.mddiffbeforeafterboth
--- a/node/cli/CHANGELOG.md
+++ b/node/cli/CHANGELOG.md
@@ -1,5 +1,5 @@
 <!-- bureaucrate goes here -->
-## [v0.9.24] 2022-08-16
+## [v0.9.27] 2022-08-16
 
 ### Other changes
 
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -290,7 +290,7 @@
 license = 'GPLv3'
 name = 'unique-node'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.9.24"
+version = "0.9.27"
 
 [[bin]]
 name = 'unique-collator'
modifiedruntime/opal/CHANGELOG.mddiffbeforeafterboth
--- a/runtime/opal/CHANGELOG.md
+++ b/runtime/opal/CHANGELOG.md
@@ -1,5 +1,5 @@
 <!-- bureaucrate goes here -->
-## [v0.9.25] 2022-08-16
+## [v0.9.27] 2022-08-16
 
 ### Bugfixes
 
@@ -15,4 +15,4 @@
 
 # Change Log
 
-All notable changes to this project will be documented in this file.
\ No newline at end of file
+All notable changes to this project will be documented in this file.
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'opal-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.9.24"
+version = "0.9.27"
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/quartz/CHANGELOG.mddiffbeforeafterboth
--- a/runtime/quartz/CHANGELOG.md
+++ b/runtime/quartz/CHANGELOG.md
@@ -1,3 +1,18 @@
+<!-- bureaucrate goes here -->
+## [v0.9.27] 2022-08-16
+
+### Bugfixes
+
+- Add missing config keys 74f532ac28dce15c15e7d576c074a58eba658c08
+
+### Other changes
+
+- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
+
+- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
+
+- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
+
 # Change Log
 
 All notable changes to this project will be documented in this file.
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'quartz-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.24'
+version = '0.9.27'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/unique/CHANGELOG.mddiffbeforeafterboth
--- a/runtime/unique/CHANGELOG.md
+++ b/runtime/unique/CHANGELOG.md
@@ -1,3 +1,18 @@
+<!-- bureaucrate goes here -->
+## [v0.9.27] 2022-08-16
+
+### Bugfixes
+
+- Add missing config keys 74f532ac28dce15c15e7d576c074a58eba658c08
+
+### Other changes
+
+- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
+
+- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
+
+- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
+
 # Change Log
 
 All notable changes to this project will be documented in this file.
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'unique-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.24'
+version = '0.9.27'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']