git.delta.rocks / unique-network / refs/commits / 50681bd13d64

difftreelog

release candidate v921080

Igor Kozyrev2022-05-30parent: #fb4beb0.patch.diff
in: master

5 files changed

modifiedCargo.lockdiffbeforeafterboth
188188
189[[package]]189[[package]]
190name = "async-global-executor"190name = "async-global-executor"
191version = "2.0.4"191version = "2.1.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "c290043c9a95b05d45e952fb6383c67bcb61471f60cfa21e890dba6654234f43"193checksum = "fd8b508d585e01084059b60f06ade4cb7415cd2e4084b71dd1cb44e7d3fb9880"
194dependencies = [194dependencies = [
195 "async-channel",195 "async-channel",
196 "async-executor",196 "async-executor",
197 "async-io",197 "async-io",
198 "async-mutex",198 "async-lock",
199 "blocking",199 "blocking",
200 "futures-lite",200 "futures-lite",
201 "num_cpus",
202 "once_cell",201 "once_cell",
203]202]
204203
205[[package]]204[[package]]
206name = "async-io"205name = "async-io"
207version = "1.6.0"206version = "1.7.0"
208source = "registry+https://github.com/rust-lang/crates.io-index"207source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"208checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
210dependencies = [209dependencies = [
211 "concurrent-queue",210 "concurrent-queue",
212 "futures-lite",211 "futures-lite",
230 "event-listener",229 "event-listener",
231]230]
232
233[[package]]
234name = "async-mutex"
235version = "1.4.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
238dependencies = [
239 "event-listener",
240]
241231
242[[package]]232[[package]]
243name = "async-process"233name = "async-process"
446436
447[[package]]437[[package]]
448name = "beef"438name = "beef"
449version = "0.5.1"439version = "0.5.2"
450source = "registry+https://github.com/rust-lang/crates.io-index"440source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"441checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
452dependencies = [442dependencies = [
453 "serde",443 "serde",
454]444]
11231113
1124[[package]]1114[[package]]
1125name = "clang-sys"1115name = "clang-sys"
1126version = "1.3.2"1116version = "1.3.3"
1127source = "registry+https://github.com/rust-lang/crates.io-index"1117source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "bf6b561dcf059c85bbe388e0a7b0a1469acb3934cc0cfa148613a830629e3049"1118checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
1129dependencies = [1119dependencies = [
1130 "glob",1120 "glob",
1131 "libc",1121 "libc",
27352725
2736[[package]]2726[[package]]
2737name = "flate2"2727name = "flate2"
2738version = "1.0.23"2728version = "1.0.24"
2739source = "registry+https://github.com/rust-lang/crates.io-index"2729source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"2730checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2741dependencies = [2731dependencies = [
2742 "cfg-if 1.0.0",
2743 "crc32fast",2732 "crc32fast",
2744 "libc",
2745 "libz-sys",2733 "libz-sys",
2746 "miniz_oxide",2734 "miniz_oxide",
2747]2735]
35903578
3591[[package]]3579[[package]]
3592name = "hyper"3580name = "hyper"
3593version = "0.14.18"3581version = "0.14.19"
3594source = "registry+https://github.com/rust-lang/crates.io-index"3582source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3583checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
3596dependencies = [3584dependencies = [
3597 "bytes 1.1.0",3585 "bytes 1.1.0",
3598 "futures-channel",3586 "futures-channel",
37503738
3751[[package]]3739[[package]]
3752name = "indexmap"3740name = "indexmap"
3753version = "1.8.1"3741version = "1.8.2"
3754source = "registry+https://github.com/rust-lang/crates.io-index"3742source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3743checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
3756dependencies = [3744dependencies = [
3757 "autocfg",3745 "autocfg",
3758 "hashbrown 0.11.2",3746 "hashbrown 0.11.2",
41204108
4121[[package]]4109[[package]]
4122name = "keccak"4110name = "keccak"
4123version = "0.1.0"4111version = "0.1.2"
4124source = "registry+https://github.com/rust-lang/crates.io-index"4112source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"4113checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"
41264114
4127[[package]]4115[[package]]
4128name = "kernel32-sys"4116name = "kernel32-sys"
4695 "libp2p-core",4683 "libp2p-core",
4696 "libp2p-swarm",4684 "libp2p-swarm",
4697 "log",4685 "log",
4698 "lru 0.7.5",4686 "lru 0.7.6",
4699 "rand 0.7.3",4687 "rand 0.7.3",
4700 "smallvec",4688 "smallvec",
4701 "unsigned-varint 0.7.1",4689 "unsigned-varint 0.7.1",
48674855
4868[[package]]4856[[package]]
4869name = "libz-sys"4857name = "libz-sys"
4870version = "1.1.6"4858version = "1.1.8"
4871source = "registry+https://github.com/rust-lang/crates.io-index"4859source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e"4860checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
4873dependencies = [4861dependencies = [
4874 "cc",4862 "cc",
4875 "pkg-config",4863 "pkg-config",
49384926
4939[[package]]4927[[package]]
4940name = "lru"4928name = "lru"
4941version = "0.7.5"4929version = "0.7.6"
4942source = "registry+https://github.com/rust-lang/crates.io-index"4930source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"4931checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228"
4944dependencies = [4932dependencies = [
4945 "hashbrown 0.11.2",4933 "hashbrown 0.11.2",
4946]4934]
56205608
5621[[package]]5609[[package]]
5622name = "os_str_bytes"5610name = "os_str_bytes"
5623version = "6.0.1"5611version = "6.1.0"
5624source = "registry+https://github.com/rust-lang/crates.io-index"5612source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"5613checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
56265614
5627[[package]]5615[[package]]
5628name = "owning_ref"5616name = "owning_ref"
7035 "ethereum-types",7023 "ethereum-types",
7036 "hashbrown 0.12.1",7024 "hashbrown 0.12.1",
7037 "impl-trait-for-tuples",7025 "impl-trait-for-tuples",
7038 "lru 0.7.5",7026 "lru 0.7.6",
7039 "parity-util-mem-derive",7027 "parity-util-mem-derive",
7040 "parking_lot 0.12.0",7028 "parking_lot 0.12.0",
7041 "primitive-types",7029 "primitive-types",
72287216
7229[[package]]7217[[package]]
7230name = "petgraph"7218name = "petgraph"
7231version = "0.6.0"7219version = "0.6.2"
7232source = "registry+https://github.com/rust-lang/crates.io-index"7220source = "registry+https://github.com/rust-lang/crates.io-index"
7233checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7221checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
7234dependencies = [7222dependencies = [
7235 "fixedbitset",7223 "fixedbitset",
7236 "indexmap",7224 "indexmap",
7353 "derive_more",7341 "derive_more",
7354 "fatality",7342 "fatality",
7355 "futures 0.3.21",7343 "futures 0.3.21",
7356 "lru 0.7.5",7344 "lru 0.7.6",
7357 "parity-scale-codec 3.1.2",7345 "parity-scale-codec 3.1.2",
7358 "polkadot-erasure-coding",7346 "polkadot-erasure-coding",
7359 "polkadot-node-network-protocol",7347 "polkadot-node-network-protocol",
7375dependencies = [7363dependencies = [
7376 "fatality",7364 "fatality",
7377 "futures 0.3.21",7365 "futures 0.3.21",
7378 "lru 0.7.5",7366 "lru 0.7.6",
7379 "parity-scale-codec 3.1.2",7367 "parity-scale-codec 3.1.2",
7380 "polkadot-erasure-coding",7368 "polkadot-erasure-coding",
7381 "polkadot-node-network-protocol",7369 "polkadot-node-network-protocol",
7495 "derive_more",7483 "derive_more",
7496 "fatality",7484 "fatality",
7497 "futures 0.3.21",7485 "futures 0.3.21",
7498 "lru 0.7.5",7486 "lru 0.7.6",
7499 "parity-scale-codec 3.1.2",7487 "parity-scale-codec 3.1.2",
7500 "polkadot-erasure-coding",7488 "polkadot-erasure-coding",
7501 "polkadot-node-network-protocol",7489 "polkadot-node-network-protocol",
7591 "futures 0.3.21",7579 "futures 0.3.21",
7592 "futures-timer",7580 "futures-timer",
7593 "kvdb",7581 "kvdb",
7594 "lru 0.7.5",7582 "lru 0.7.6",
7595 "merlin",7583 "merlin",
7596 "parity-scale-codec 3.1.2",7584 "parity-scale-codec 3.1.2",
7597 "polkadot-node-jaeger",7585 "polkadot-node-jaeger",
7721 "fatality",7709 "fatality",
7722 "futures 0.3.21",7710 "futures 0.3.21",
7723 "kvdb",7711 "kvdb",
7724 "lru 0.7.5",7712 "lru 0.7.6",
7725 "parity-scale-codec 3.1.2",7713 "parity-scale-codec 3.1.2",
7726 "polkadot-node-primitives",7714 "polkadot-node-primitives",
7727 "polkadot-node-subsystem",7715 "polkadot-node-subsystem",
7947 "futures 0.3.21",7935 "futures 0.3.21",
7948 "itertools",7936 "itertools",
7949 "kvdb",7937 "kvdb",
7950 "lru 0.7.5",7938 "lru 0.7.6",
7951 "metered-channel",7939 "metered-channel",
7952 "parity-db",7940 "parity-db",
7953 "parity-scale-codec 3.1.2",7941 "parity-scale-codec 3.1.2",
7976dependencies = [7964dependencies = [
7977 "futures 0.3.21",7965 "futures 0.3.21",
7978 "futures-timer",7966 "futures-timer",
7979 "lru 0.7.5",7967 "lru 0.7.6",
7980 "parity-util-mem",7968 "parity-util-mem",
7981 "parking_lot 0.12.0",7969 "parking_lot 0.12.0",
7982 "polkadot-node-metrics",7970 "polkadot-node-metrics",
8327 "kusama-runtime",8315 "kusama-runtime",
8328 "kvdb",8316 "kvdb",
8329 "kvdb-rocksdb",8317 "kvdb-rocksdb",
8330 "lru 0.7.5",8318 "lru 0.7.6",
8331 "pallet-babe",8319 "pallet-babe",
8332 "pallet-im-online",8320 "pallet-im-online",
8333 "pallet-staking",8321 "pallet-staking",
9933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9934dependencies = [9922dependencies = [
9935 "lazy_static",9923 "lazy_static",
9936 "lru 0.7.5",9924 "lru 0.7.6",
9937 "parity-scale-codec 3.1.2",9925 "parity-scale-codec 3.1.2",
9938 "parking_lot 0.12.0",9926 "parking_lot 0.12.0",
9939 "sc-executor-common",9927 "sc-executor-common",
10122 "linked-hash-map",10110 "linked-hash-map",
10123 "linked_hash_set",10111 "linked_hash_set",
10124 "log",10112 "log",
10125 "lru 0.7.5",10113 "lru 0.7.6",
10126 "parity-scale-codec 3.1.2",10114 "parity-scale-codec 3.1.2",
10127 "parking_lot 0.12.0",10115 "parking_lot 0.12.0",
10128 "pin-project 1.0.10",10116 "pin-project 1.0.10",
10160 "futures-timer",10148 "futures-timer",
10161 "libp2p",10149 "libp2p",
10162 "log",10150 "log",
10163 "lru 0.7.5",10151 "lru 0.7.6",
10164 "sc-network",10152 "sc-network",
10165 "sp-runtime",10153 "sp-runtime",
10166 "substrate-prometheus-endpoint",10154 "substrate-prometheus-endpoint",
11096dependencies = [11084dependencies = [
11097 "futures 0.3.21",11085 "futures 0.3.21",
11098 "log",11086 "log",
11099 "lru 0.7.5",11087 "lru 0.7.6",
11100 "parity-scale-codec 3.1.2",11088 "parity-scale-codec 3.1.2",
11101 "parking_lot 0.12.0",11089 "parking_lot 0.12.0",
11102 "sp-api",11090 "sp-api",
1171311701
11714[[package]]11702[[package]]
11715name = "ss58-registry"11703name = "ss58-registry"
11716version = "1.18.0"11704version = "1.20.0"
11717source = "registry+https://github.com/rust-lang/crates.io-index"11705source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"11706checksum = "5e1e7c268f5610088463d23188fc9e764cda491784360e5e4ea3a8ce1e0e2ac9"
11719dependencies = [11707dependencies = [
11720 "Inflector",11708 "Inflector",
11721 "num-format",11709 "num-format",
modifiedlaunch-config.jsondiffbeforeafterboth
10 "port": 30444,10 "port": 30444,
11 "flags": [11 "flags": [
12 "-lparachain::candidate_validation=debug",12 "-lparachain::candidate_validation=debug",
13 "-lxcm=trace"13 "-lxcm=trace",
14 "--rpc-cors=all",
15 "--unsafe-rpc-external",
16 "--unsafe-ws-external"
14 ]17 ]
15 },18 },
16 {19 {
20 "port": 30555,23 "port": 30555,
21 "flags": [24 "flags": [
22 "-lparachain::candidate_validation=debug",25 "-lparachain::candidate_validation=debug",
23 "-lxcm=trace"26 "-lxcm=trace",
27 "--rpc-cors=all",
28 "--unsafe-rpc-external",
29 "--unsafe-ws-external"
24 ]30 ]
25 },31 },
26 {32 {
29 "rpcPort": 9865,35 "rpcPort": 9865,
30 "port": 30666,36 "port": 30666,
31 "flags": [37 "flags": [
32 "-lparachain::candidate_validation=debug"38 "-lparachain::candidate_validation=debug",
39 "-lxcm=trace",
40 "--rpc-cors=all",
41 "--unsafe-rpc-external",
42 "--unsafe-ws-external"
33 ]43 ]
34 },44 },
35 {45 {
38 "rpcPort": 9876,48 "rpcPort": 9876,
39 "port": 30777,49 "port": 30777,
40 "flags": [50 "flags": [
41 "-lparachain::candidate_validation=debug"51 "-lparachain::candidate_validation=debug",
52 "-lxcm=trace",
53 "--rpc-cors=all",
54 "--unsafe-rpc-external",
55 "--unsafe-ws-external"
42 ]56 ]
43 },57 },
44 {58 {
47 "rpcPort": 9887,61 "rpcPort": 9887,
48 "port": 30888,62 "port": 30888,
49 "flags": [63 "flags": [
50 "-lparachain::candidate_validation=debug"64 "-lparachain::candidate_validation=debug",
65 "-lxcm=trace",
66 "--rpc-cors=all",
67 "--unsafe-rpc-external",
68 "--unsafe-ws-external"
51 ]69 ]
52 }70 }
53 ],71 ],
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
178 spec_name: create_runtime_str!(RUNTIME_NAME),178 spec_name: create_runtime_str!(RUNTIME_NAME),
179 impl_name: create_runtime_str!(RUNTIME_NAME),179 impl_name: create_runtime_str!(RUNTIME_NAME),
180 authoring_version: 1,180 authoring_version: 1,
181 spec_version: 921000,181 spec_version: 921080,
182 impl_version: 0,182 impl_version: 0,
183 apis: RUNTIME_API_VERSIONS,183 apis: RUNTIME_API_VERSIONS,
184 transaction_version: 1,184 transaction_version: 1,
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
163 spec_name: create_runtime_str!(RUNTIME_NAME),163 spec_name: create_runtime_str!(RUNTIME_NAME),
164 impl_name: create_runtime_str!(RUNTIME_NAME),164 impl_name: create_runtime_str!(RUNTIME_NAME),
165 authoring_version: 1,165 authoring_version: 1,
166 spec_version: 921000,166 spec_version: 921080,
167 impl_version: 0,167 impl_version: 0,
168 apis: RUNTIME_API_VERSIONS,168 apis: RUNTIME_API_VERSIONS,
169 transaction_version: 1,169 transaction_version: 1,
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
168 spec_name: create_runtime_str!(RUNTIME_NAME),168 spec_name: create_runtime_str!(RUNTIME_NAME),
169 impl_name: create_runtime_str!(RUNTIME_NAME),169 impl_name: create_runtime_str!(RUNTIME_NAME),
170 authoring_version: 1,170 authoring_version: 1,
171 spec_version: 921000,171 spec_version: 921080,
172 impl_version: 0,172 impl_version: 0,
173 apis: RUNTIME_API_VERSIONS,173 apis: RUNTIME_API_VERSIONS,
174 transaction_version: 1,174 transaction_version: 1,