git.delta.rocks / unique-network / refs/commits / 6f2ea23699e0

difftreelog

Merge pull request #351 from UniqueNetwork/release-v0.9.21

kozyrevdev2022-05-12parents: #6cf08e5 #b8d2ab1.patch.diff
in: master
release v921000

13 files changed

modified.envdiffbeforeafterboth
1RUST_TOOLCHAIN=nightly-2022-04-071RUST_TOOLCHAIN=nightly-2022-04-07
2RUST_C=1.62.0-nightly2RUST_C=1.62.0-nightly
3POLKA_VERSION=release-v0.9.203POLKA_VERSION=release-v0.9.21
4UNIQUE_BRANCH=develop4UNIQUE_BRANCH=develop
5USER=***5USER=***
6PASS=***6PASS=***
modifiedCargo.lockdiffbeforeafterboth
396 "instant",396 "instant",
397 "pin-project-lite 0.2.9",397 "pin-project-lite 0.2.9",
398 "rand 0.8.5",398 "rand 0.8.5",
399 "tokio 1.18.1",399 "tokio 1.18.2",
400]400]
401401
402[[package]]402[[package]]
410 "cfg-if 1.0.0",410 "cfg-if 1.0.0",
411 "libc",411 "libc",
412 "miniz_oxide",412 "miniz_oxide",
413 "object 0.28.3",413 "object 0.28.4",
414 "rustc-demangle",414 "rustc-demangle",
415]415]
416416
977977
978[[package]]978[[package]]
979name = "camino"979name = "camino"
980version = "1.0.7"980version = "1.0.8"
981source = "registry+https://github.com/rust-lang/crates.io-index"981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"982checksum = "07fd178c5af4d59e83498ef15cf3f154e1a6f9d091270cb86283c65ef44e9ef0"
983dependencies = [983dependencies = [
984 "serde",984 "serde",
985]985]
11221122
1123[[package]]1123[[package]]
1124name = "clap"1124name = "clap"
1125version = "3.1.16"1125version = "3.1.18"
1126source = "registry+https://github.com/rust-lang/crates.io-index"1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "f52d4f8e4a1419219935762e32913b4430f37cb0c0200ad17a89ee18c0188a9f"1127checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
1128dependencies = [1128dependencies = [
1129 "atty",1129 "atty",
1130 "bitflags",1130 "bitflags",
11391139
1140[[package]]1140[[package]]
1141name = "clap_derive"1141name = "clap_derive"
1142version = "3.1.7"1142version = "3.1.18"
1143source = "registry+https://github.com/rust-lang/crates.io-index"1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"1144checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
1145dependencies = [1145dependencies = [
1146 "heck 0.4.0",1146 "heck 0.4.0",
1147 "proc-macro-error",1147 "proc-macro-error",
22022202
2203[[package]]2203[[package]]
2204name = "ed25519"2204name = "ed25519"
2205version = "1.4.1"2205version = "1.5.0"
2206source = "registry+https://github.com/rust-lang/crates.io-index"2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2207checksum = "d916019f70ae3a1faa1195685e290287f39207d38e6dfee727197cffcc002214"
2208dependencies = [2208dependencies = [
2209 "signature",2209 "signature",
2210]2210]
2638 "sp-io",2638 "sp-io",
2639 "sp-runtime",2639 "sp-runtime",
2640 "sp-storage",2640 "sp-storage",
2641 "tokio 1.18.1",2641 "tokio 1.18.2",
2642]2642]
26432643
2644[[package]]2644[[package]]
3394 "http",3394 "http",
3395 "indexmap",3395 "indexmap",
3396 "slab",3396 "slab",
3397 "tokio 1.18.1",3397 "tokio 1.18.2",
3398 "tokio-util 0.7.1",3398 "tokio-util 0.7.1",
3399 "tracing",3399 "tracing",
3400]3400]
3588 "itoa 1.0.1",3588 "itoa 1.0.1",
3589 "pin-project-lite 0.2.9",3589 "pin-project-lite 0.2.9",
3590 "socket2 0.4.4",3590 "socket2 0.4.4",
3591 "tokio 1.18.1",3591 "tokio 1.18.2",
3592 "tower-service",3592 "tower-service",
3593 "tracing",3593 "tracing",
3594 "want",3594 "want",
3606 "log",3606 "log",
3607 "rustls 0.19.1",3607 "rustls 0.19.1",
3608 "rustls-native-certs 0.5.0",3608 "rustls-native-certs 0.5.0",
3609 "tokio 1.18.1",3609 "tokio 1.18.2",
3610 "tokio-rustls 0.22.0",3610 "tokio-rustls 0.22.0",
3611 "webpki 0.21.4",3611 "webpki 0.21.4",
3612]3612]
3622 "log",3622 "log",
3623 "rustls 0.20.4",3623 "rustls 0.20.4",
3624 "rustls-native-certs 0.6.2",3624 "rustls-native-certs 0.6.2",
3625 "tokio 1.18.1",3625 "tokio 1.18.2",
3626 "tokio-rustls 0.23.4",3626 "tokio-rustls 0.23.4",
3627 "webpki-roots 0.22.3",3627 "webpki-roots 0.22.3",
3628]3628]
3954 "jsonrpc-core",3954 "jsonrpc-core",
3955 "lazy_static",3955 "lazy_static",
3956 "log",3956 "log",
3957 "tokio 1.18.1",3957 "tokio 1.18.2",
3958 "tokio-stream",3958 "tokio-stream",
3959 "tokio-util 0.6.9",3959 "tokio-util 0.6.9",
3960 "unicase",3960 "unicase",
4002 "rustls-native-certs 0.6.2",4002 "rustls-native-certs 0.6.2",
4003 "soketto",4003 "soketto",
4004 "thiserror",4004 "thiserror",
4005 "tokio 1.18.1",4005 "tokio 1.18.2",
4006 "tokio-rustls 0.23.4",4006 "tokio-rustls 0.23.4",
4007 "tokio-util 0.7.1",4007 "tokio-util 0.7.1",
4008 "tracing",4008 "tracing",
4028 "serde_json",4028 "serde_json",
4029 "soketto",4029 "soketto",
4030 "thiserror",4030 "thiserror",
4031 "tokio 1.18.1",4031 "tokio 1.18.2",
4032 "tracing",4032 "tracing",
4033]4033]
40344034
4047 "serde",4047 "serde",
4048 "serde_json",4048 "serde_json",
4049 "thiserror",4049 "thiserror",
4050 "tokio 1.18.1",4050 "tokio 1.18.2",
4051 "tracing",4051 "tracing",
4052]4052]
40534053
5126 "kernel32-sys",5126 "kernel32-sys",
5127 "libc",5127 "libc",
5128 "log",5128 "log",
5129 "miow 0.2.2",5129 "miow",
5130 "net2",5130 "net2",
5131 "slab",5131 "slab",
5132 "winapi 0.2.8",5132 "winapi 0.2.8",
5133]5133]
51345134
5135[[package]]5135[[package]]
5136name = "mio"5136name = "mio"
5137version = "0.8.2"5137version = "0.8.3"
5138source = "registry+https://github.com/rust-lang/crates.io-index"5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5139checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
5140dependencies = [5140dependencies = [
5141 "libc",5141 "libc",
5142 "log",5142 "log",
5143 "miow 0.3.7",
5144 "ntapi",
5145 "wasi 0.11.0+wasi-snapshot-preview1",5143 "wasi 0.11.0+wasi-snapshot-preview1",
5146 "winapi 0.3.9",5144 "windows-sys",
5147]5145]
51485146
5149[[package]]5147[[package]]
5170 "ws2_32-sys",5168 "ws2_32-sys",
5171]5169]
5172
5173[[package]]
5174name = "miow"
5175version = "0.3.7"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
5178dependencies = [
5179 "winapi 0.3.9",
5180]
51815170
5182[[package]]5171[[package]]
5183name = "more-asserts"5172name = "more-asserts"
5355 "minimal-lexical",5344 "minimal-lexical",
5356]5345]
5357
5358[[package]]
5359name = "ntapi"
5360version = "0.3.7"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
5363dependencies = [
5364 "winapi 0.3.9",
5365]
53665346
5367[[package]]5347[[package]]
5368name = "num-bigint"5348name = "num-bigint"
54605440
5461[[package]]5441[[package]]
5462name = "object"5442name = "object"
5463version = "0.28.3"5443version = "0.28.4"
5464source = "registry+https://github.com/rust-lang/crates.io-index"5444source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"5445checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
5466dependencies = [5446dependencies = [
5467 "memchr",5447 "memchr",
5468]5448]
54755455
5476[[package]]5456[[package]]
5477name = "opal-runtime"5457name = "opal-runtime"
5478version = "0.9.20"5458version = "0.9.21"
5479dependencies = [5459dependencies = [
5480 "cumulus-pallet-aura-ext",5460 "cumulus-pallet-aura-ext",
5481 "cumulus-pallet-dmp-queue",5461 "cumulus-pallet-dmp-queue",
68846864
6885[[package]]6865[[package]]
6886name = "parity-db"6866name = "parity-db"
6887version = "0.3.12"6867version = "0.3.13"
6888source = "registry+https://github.com/rust-lang/crates.io-index"6868source = "registry+https://github.com/rust-lang/crates.io-index"
6889checksum = "6e73cd0b0a78045276b19eaae8eaaa20e44a1da9a0217ff934a810d9492ae701"6869checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"
6890dependencies = [6870dependencies = [
6891 "blake2-rfc",6871 "blake2-rfc",
6892 "crc32fast",6872 "crc32fast",
6943 "libc",6923 "libc",
6944 "log",6924 "log",
6945 "rand 0.7.3",6925 "rand 0.7.3",
6946 "tokio 1.18.1",6926 "tokio 1.18.2",
6947 "winapi 0.3.9",6927 "winapi 0.3.9",
6948]6928]
69496929
8478 "substrate-test-client",8458 "substrate-test-client",
8479 "tempfile",8459 "tempfile",
8480 "test-runtime-constants",8460 "test-runtime-constants",
8481 "tokio 1.18.1",8461 "tokio 1.18.2",
8482 "tracing-gum",8462 "tracing-gum",
8483]8463]
84848464
86828662
8683[[package]]8663[[package]]
8684name = "quartz-runtime"8664name = "quartz-runtime"
8685version = "0.9.20"8665version = "0.9.21"
8686dependencies = [8666dependencies = [
8687 "cumulus-pallet-aura-ext",8667 "cumulus-pallet-aura-ext",
8688 "cumulus-pallet-dmp-queue",8668 "cumulus-pallet-dmp-queue",
9546 "sp-version",9526 "sp-version",
9547 "thiserror",9527 "thiserror",
9548 "tiny-bip39",9528 "tiny-bip39",
9549 "tokio 1.18.1",9529 "tokio 1.18.2",
9550]9530]
95519531
9552[[package]]9532[[package]]
10168 "log",10148 "log",
10169 "serde_json",10149 "serde_json",
10170 "substrate-prometheus-endpoint",10150 "substrate-prometheus-endpoint",
10171 "tokio 1.18.1",10151 "tokio 1.18.2",
10172]10152]
1017310153
10174[[package]]10154[[package]]
10231 "substrate-prometheus-endpoint",10211 "substrate-prometheus-endpoint",
10232 "tempfile",10212 "tempfile",
10233 "thiserror",10213 "thiserror",
10234 "tokio 1.18.1",10214 "tokio 1.18.2",
10235 "tracing",10215 "tracing",
10236 "tracing-futures",10216 "tracing-futures",
10237]10217]
1159311573
11594[[package]]11574[[package]]
11595name = "ss58-registry"11575name = "ss58-registry"
11596version = "1.17.0"11576version = "1.18.0"
11597source = "registry+https://github.com/rust-lang/crates.io-index"11577source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11578checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"
11599dependencies = [11579dependencies = [
11600 "Inflector",11580 "Inflector",
11601 "num-format",11581 "num-format",
11759 "log",11739 "log",
11760 "prometheus",11740 "prometheus",
11761 "thiserror",11741 "thiserror",
11762 "tokio 1.18.1",11742 "tokio 1.18.2",
11763]11743]
1176411744
11765[[package]]11745[[package]]
11818dependencies = [11798dependencies = [
11819 "futures 0.3.21",11799 "futures 0.3.21",
11820 "substrate-test-utils-derive",11800 "substrate-test-utils-derive",
11821 "tokio 1.18.1",11801 "tokio 1.18.2",
11822]11802]
1182311803
11824[[package]]11804[[package]]
1185611836
11857[[package]]11837[[package]]
11858name = "syn"11838name = "syn"
11859version = "1.0.92"11839version = "1.0.93"
11860source = "registry+https://github.com/rust-lang/crates.io-index"11840source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"11841checksum = "04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2"
11862dependencies = [11842dependencies = [
11863 "proc-macro2",11843 "proc-macro2",
11864 "quote",11844 "quote",
1207712057
12078[[package]]12058[[package]]
12079name = "tokio"12059name = "tokio"
12080version = "1.18.1"12060version = "1.18.2"
12081source = "registry+https://github.com/rust-lang/crates.io-index"12061source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"12062checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
12083dependencies = [12063dependencies = [
12084 "bytes 1.1.0",12064 "bytes 1.1.0",
12085 "libc",12065 "libc",
12086 "memchr",12066 "memchr",
12087 "mio 0.8.2",12067 "mio 0.8.3",
12088 "num_cpus",12068 "num_cpus",
12089 "once_cell",12069 "once_cell",
12090 "parking_lot 0.12.0",12070 "parking_lot 0.12.0",
12124checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12104checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
12125dependencies = [12105dependencies = [
12126 "rustls 0.19.1",12106 "rustls 0.19.1",
12127 "tokio 1.18.1",12107 "tokio 1.18.2",
12128 "webpki 0.21.4",12108 "webpki 0.21.4",
12129]12109]
1213012110
12135checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12115checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
12136dependencies = [12116dependencies = [
12137 "rustls 0.20.4",12117 "rustls 0.20.4",
12138 "tokio 1.18.1",12118 "tokio 1.18.2",
12139 "webpki 0.22.0",12119 "webpki 0.22.0",
12140]12120]
1214112121
12147dependencies = [12127dependencies = [
12148 "futures-core",12128 "futures-core",
12149 "pin-project-lite 0.2.9",12129 "pin-project-lite 0.2.9",
12150 "tokio 1.18.1",12130 "tokio 1.18.2",
12151]12131]
1215212132
12153[[package]]12133[[package]]
12161 "futures-sink",12141 "futures-sink",
12162 "log",12142 "log",
12163 "pin-project-lite 0.2.9",12143 "pin-project-lite 0.2.9",
12164 "tokio 1.18.1",12144 "tokio 1.18.2",
12165]12145]
1216612146
12167[[package]]12147[[package]]
12175 "futures-io",12155 "futures-io",
12176 "futures-sink",12156 "futures-sink",
12177 "pin-project-lite 0.2.9",12157 "pin-project-lite 0.2.9",
12178 "tokio 1.18.1",12158 "tokio 1.18.2",
12179 "tracing",12159 "tracing",
12180]12160]
1218112161
1251512495
12516[[package]]12496[[package]]
12517name = "unique-node"12497name = "unique-node"
12518version = "0.9.20"12498version = "0.9.21"
12519dependencies = [12499dependencies = [
12520 "clap",12500 "clap",
12521 "cumulus-client-cli",12501 "cumulus-client-cli",
12591 "substrate-build-script-utils",12571 "substrate-build-script-utils",
12592 "substrate-frame-rpc-system",12572 "substrate-frame-rpc-system",
12593 "substrate-prometheus-endpoint",12573 "substrate-prometheus-endpoint",
12594 "tokio 1.18.1",12574 "tokio 1.18.2",
12595 "unique-rpc",12575 "unique-rpc",
12596 "unique-runtime",12576 "unique-runtime",
12597 "unique-runtime-common",12577 "unique-runtime-common",
1264912629
12650[[package]]12630[[package]]
12651name = "unique-runtime"12631name = "unique-runtime"
12652version = "0.9.18"12632version = "0.9.21"
12653dependencies = [12633dependencies = [
12654 "cumulus-pallet-aura-ext",12634 "cumulus-pallet-aura-ext",
12655 "cumulus-pallet-dmp-queue",12635 "cumulus-pallet-dmp-queue",
1272512705
12726[[package]]12706[[package]]
12727name = "unique-runtime-common"12707name = "unique-runtime-common"
12728version = "0.9.20"12708version = "0.9.21"
12729dependencies = [12709dependencies = [
12730 "fp-rpc",12710 "fp-rpc",
12731 "frame-support",12711 "frame-support",
1362713607
13628[[package]]13608[[package]]
13629name = "zstd"13609name = "zstd"
13630version = "0.10.0+zstd.1.5.2"13610version = "0.10.2+zstd.1.5.2"
13631source = "registry+https://github.com/rust-lang/crates.io-index"13611source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd"13612checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"
13633dependencies = [13613dependencies = [
13634 "zstd-safe",13614 "zstd-safe",
13635]13615]
1363613616
13637[[package]]13617[[package]]
13638name = "zstd-safe"13618name = "zstd-safe"
13639version = "4.1.4+zstd.1.5.2"13619version = "4.1.6+zstd.1.5.2"
13640source = "registry+https://github.com/rust-lang/crates.io-index"13620source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee"13621checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"
13642dependencies = [13622dependencies = [
13643 "libc",13623 "libc",
13644 "zstd-sys",13624 "zstd-sys",
modifiedDockerfile-parachaindiffbeforeafterboth
44
5ARG RUST_TOOLCHAIN=nightly-2022-04-075ARG RUST_TOOLCHAIN=nightly-2022-04-07
6#ARG RUST_C=1.62.0-nightly6#ARG RUST_C=1.62.0-nightly
7ARG POLKA_VERSION=release-v0.9.207ARG POLKA_VERSION=release-v0.9.21
8ARG UNIQUE_BRANCH=develop8ARG UNIQUE_BRANCH=develop
99
10#ARG USER=***10#ARG USER=***
modifiedREADME.mddiffbeforeafterboth
81```81```
82git clone https://github.com/paritytech/polkadot.git82git clone https://github.com/paritytech/polkadot.git
83cd polkadot83cd polkadot
84git checkout release-v0.9.2084git checkout release-v0.9.21
85cargo build --release85cargo build --release
86```86```
8787
modifiednode/cli/Cargo.tomldiffbeforeafterboth
283license = 'GPLv3'283license = 'GPLv3'
284name = 'unique-node'284name = 'unique-node'
285repository = 'https://github.com/UniqueNetwork/unique-chain'285repository = 'https://github.com/UniqueNetwork/unique-chain'
286version = '0.9.20'286version = '0.9.21'
287287
288[[bin]]288[[bin]]
289name = 'unique-collator'289name = 'unique-collator'
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
6license = 'All Rights Reserved'6license = 'All Rights Reserved'
7name = 'unique-runtime-common'7name = 'unique-runtime-common'
8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'
9version = '0.9.20'9version = '0.9.21'
1010
11[features]11[features]
12default = ['std']12default = ['std']
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'opal-runtime'11name = 'opal-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.20'13version = '0.9.21'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
169 spec_name: create_runtime_str!(RUNTIME_NAME),169 spec_name: create_runtime_str!(RUNTIME_NAME),
170 impl_name: create_runtime_str!(RUNTIME_NAME),170 impl_name: create_runtime_str!(RUNTIME_NAME),
171 authoring_version: 1,171 authoring_version: 1,
172 spec_version: 920000,172 spec_version: 921000,
173 impl_version: 0,173 impl_version: 0,
174 apis: RUNTIME_API_VERSIONS,174 apis: RUNTIME_API_VERSIONS,
175 transaction_version: 1,175 transaction_version: 1,
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'quartz-runtime'11name = 'quartz-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.20'13version = '0.9.21'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
154 spec_name: create_runtime_str!(RUNTIME_NAME),154 spec_name: create_runtime_str!(RUNTIME_NAME),
155 impl_name: create_runtime_str!(RUNTIME_NAME),155 impl_name: create_runtime_str!(RUNTIME_NAME),
156 authoring_version: 1,156 authoring_version: 1,
157 spec_version: 920000,157 spec_version: 921000,
158 impl_version: 0,158 impl_version: 0,
159 apis: RUNTIME_API_VERSIONS,159 apis: RUNTIME_API_VERSIONS,
160 transaction_version: 1,160 transaction_version: 1,
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'unique-runtime'11name = 'unique-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.18'13version = '0.9.21'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
153 spec_name: create_runtime_str!(RUNTIME_NAME),153 spec_name: create_runtime_str!(RUNTIME_NAME),
154 impl_name: create_runtime_str!(RUNTIME_NAME),154 impl_name: create_runtime_str!(RUNTIME_NAME),
155 authoring_version: 1,155 authoring_version: 1,
156 spec_version: 920000,156 spec_version: 921000,
157 impl_version: 0,157 impl_version: 0,
158 apis: RUNTIME_API_VERSIONS,158 apis: RUNTIME_API_VERSIONS,
159 transaction_version: 1,159 transaction_version: 1,
modifiedtests/README.mddiffbeforeafterboth
51. Checkout polkadot in sibling folder with this project51. Checkout polkadot in sibling folder with this project
6```bash6```bash
7git clone https://github.com/paritytech/polkadot.git && cd polkadot7git clone https://github.com/paritytech/polkadot.git && cd polkadot
8git checkout release-v0.9.208git checkout release-v0.9.21
9```9```
1010
112. Build with nightly-2021-11-11112. Build with nightly-2021-11-11