git.delta.rocks / unique-network / refs/commits / 92ff71b42f45

difftreelog

up node and runtime versions

Igor Kozyrev2021-12-06parent: #4332271.patch.diff
in: master

4 files changed

modifiedCargo.lockdiffbeforeafterboth
1152711527
11528[[package]]11528[[package]]
11529name = "unique-node"11529name = "unique-node"
11530version = "0.9.12"11530version = "0.9.13"
11531dependencies = [11531dependencies = [
11532 "cumulus-client-cli",11532 "cumulus-client-cli",
11533 "cumulus-client-collator",11533 "cumulus-client-collator",
1164811648
11649[[package]]11649[[package]]
11650name = "unique-runtime"11650name = "unique-runtime"
11651version = "0.9.12"11651version = "0.9.13"
11652dependencies = [11652dependencies = [
11653 "cumulus-pallet-aura-ext",11653 "cumulus-pallet-aura-ext",
11654 "cumulus-pallet-dmp-queue",11654 "cumulus-pallet-dmp-queue",
modifiedlaunch-config.jsondiffbeforeafterboth
56 "parachains": [56 "parachains": [
57 {57 {
58 "bin": "../unique-chain/target/release/unique-collator",58 "bin": "../unique-chain/target/release/unique-collator",
59 "id": "2000",59 "id": "1000",
60 "balance": "1000000000000000000000000",60 "balance": "1000000000000000000000000",
61 "nodes": [61 "nodes": [
62 {62 {
modifiednode/cli/Cargo.tomldiffbeforeafterboth
245authors = ['Unique Network <support@uniquenetwork.io>']245authors = ['Unique Network <support@uniquenetwork.io>']
246build = 'build.rs'246build = 'build.rs'
247description = 'Unique Node'247description = 'Unique Node'
248edition = '2018'248edition = '2021'
249homepage = 'https://unique.network'249homepage = 'https://unique.network'
250license = 'All Rights Reserved'250license = 'All Rights Reserved'
251name = 'unique-node'251name = 'unique-node'
252repository = 'https://github.com/UniqueNetwork/unique-chain'252repository = 'https://github.com/UniqueNetwork/unique-chain'
253version = '0.9.12'253version = '0.9.13'
254254
255[[bin]]255[[bin]]
256name = 'unique-collator'256name = 'unique-collator'
modifiedruntime/Cargo.tomldiffbeforeafterboth
5authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']
6build = 'build.rs'6build = 'build.rs'
7description = 'Unique Runtime'7description = 'Unique Runtime'
8edition = '2018'8edition = '2021'
9homepage = 'https://unique.network'9homepage = 'https://unique.network'
10license = 'All Rights Reserved'10license = 'All Rights Reserved'
11name = 'unique-runtime'11name = 'unique-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.12'13version = '0.9.13'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']