git.delta.rocks / unique-network / refs/commits / 966e978715d5

difftreelog

Merge pull request #221 from UniqueNetwork/release/opal-v0.9.12

Greg Zaitsev2021-11-02parents: #e077e78 #d124d33.patch.diff
in: master
Release/opal v0.9.12

4 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4925,7 +4925,7 @@
 
 [[package]]
 name = "nft"
-version = "3.0.0"
+version = "0.9.12"
 dependencies = [
  "cumulus-client-cli",
  "cumulus-client-collator",
@@ -5059,7 +5059,7 @@
 
 [[package]]
 name = "nft-runtime"
-version = "3.0.0"
+version = "0.9.12"
 dependencies = [
  "cumulus-pallet-aura-ext",
  "cumulus-pallet-dmp-queue",
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -233,7 +233,7 @@
 
 [dependencies.nft-runtime]
 path = '../../runtime'
-version = '3.0.0'
+version = '0.9.12'
 
 [dependencies.nft-data-structs]
 path = "../../primitives/nft"
@@ -251,7 +251,7 @@
 license = 'All Rights Reserved'
 name = 'nft'
 repository = 'https://github.com/usetech-llc/nft_private/'
-version = '3.0.0'
+version = '0.9.12'
 
 [[bin]]
 name = 'nft'
modifiedruntime/Cargo.tomldiffbeforeafterboth
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'All Rights Reserved'
 name = 'nft-runtime'
 repository = 'https://github.com/usetech-llc/nft_private/'
-version = '3.0.0'
+version = '0.9.12'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/src/lib.rsdiffbeforeafterboth
147 spec_name: create_runtime_str!("opal"),147 spec_name: create_runtime_str!("opal"),
148 impl_name: create_runtime_str!("opal"),148 impl_name: create_runtime_str!("opal"),
149 authoring_version: 1,149 authoring_version: 1,
150 spec_version: 912200,150 spec_version: 912202,
151 impl_version: 1,151 impl_version: 1,
152 apis: RUNTIME_API_VERSIONS,152 apis: RUNTIME_API_VERSIONS,
153 transaction_version: 1,153 transaction_version: 1,