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

difftreelog

build upgrade polkadot to v0.9.11

Yaroslav Bolyukin2021-10-08parent: #b255f4b.patch.diff
in: master

28 files changed

modified.envdiffbeforeafterboth
1RUST_TOOLCHAIN=nightly-2021-06-281RUST_TOOLCHAIN=nightly-2021-06-28
2RUST_C=1.55.0-nightly2RUST_C=1.55.0-nightly
3POLKA_VERSION=v0.9.103POLKA_VERSION=v0.9.11
4NFT_BRANCH=develop4NFT_BRANCH=develop
5USER=***5USER=***
6PASS=***6PASS=***
modifiedCargo.lockdiffbeforeafterboth
1414
15[[package]]15[[package]]
16name = "addr2line"16name = "addr2line"
17version = "0.14.1"17version = "0.16.0"
18source = "registry+https://github.com/rust-lang/crates.io-index"18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"19checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
20dependencies = [20dependencies = [
21 "gimli 0.23.0",21 "gimli",
22]22]
2323
24[[package]]24[[package]]
25name = "addr2line"
26version = "0.15.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"
29dependencies = [
30 "gimli 0.24.0",
31]
32
33[[package]]
34name = "adler"25name = "adler"
35version = "0.2.2"26version = "1.0.2"
36source = "registry+https://github.com/rust-lang/crates.io-index"27source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
3829
39[[package]]30[[package]]
40name = "aead"31name = "aead"
77source = "registry+https://github.com/rust-lang/crates.io-index"68source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"69checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
79dependencies = [70dependencies = [
80 "getrandom 0.2.1",71 "getrandom 0.2.3",
81 "once_cell",72 "once_cell",
82 "version_check",73 "version_check",
83]74]
8475
85[[package]]76[[package]]
86name = "aho-corasick"77name = "aho-corasick"
87version = "0.7.13"78version = "0.7.18"
88source = "registry+https://github.com/rust-lang/crates.io-index"79source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
90dependencies = [81dependencies = [
91 "memchr",82 "memchr",
92]83]
117108
118[[package]]109[[package]]
119name = "anyhow"110name = "anyhow"
120version = "1.0.39"111version = "1.0.44"
121source = "registry+https://github.com/rust-lang/crates.io-index"112source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767"113checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
123114
124[[package]]115[[package]]
125name = "approx"116name = "approx"
153144
154[[package]]145[[package]]
155name = "arrayvec"146name = "arrayvec"
156version = "0.7.0"147version = "0.7.1"
157source = "registry+https://github.com/rust-lang/crates.io-index"148source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"149checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
159150
160[[package]]151[[package]]
161name = "asn1_der"152name = "asn1_der"
162version = "0.7.4"153version = "0.7.5"
163source = "registry+https://github.com/rust-lang/crates.io-index"154source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3"155checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"
165156
166[[package]]157[[package]]
167name = "assert_matches"158name = "assert_matches"
181172
182[[package]]173[[package]]
183name = "async-channel"174name = "async-channel"
184version = "1.5.1"175version = "1.6.1"
185source = "registry+https://github.com/rust-lang/crates.io-index"176source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"177checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
187dependencies = [178dependencies = [
188 "concurrent-queue",179 "concurrent-queue",
189 "event-listener",180 "event-listener",
222213
223[[package]]214[[package]]
224name = "async-io"215name = "async-io"
225version = "1.3.1"216version = "1.6.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"217source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"218checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
228dependencies = [219dependencies = [
229 "concurrent-queue",220 "concurrent-queue",
230 "fastrand",
231 "futures-lite",221 "futures-lite",
232 "libc",222 "libc",
233 "log",223 "log",
234 "nb-connect",
235 "once_cell",224 "once_cell",
236 "parking",225 "parking",
237 "polling",226 "polling",
238 "vec-arena",227 "slab",
228 "socket2 0.4.2",
239 "waker-fn",229 "waker-fn",
240 "winapi 0.3.9",230 "winapi 0.3.9",
241]231]
260250
261[[package]]251[[package]]
262name = "async-process"252name = "async-process"
263version = "1.1.0"253version = "1.2.0"
264source = "registry+https://github.com/rust-lang/crates.io-index"254source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac"255checksum = "b21b63ab5a0db0369deb913540af2892750e42d949faacc7a61495ac418a1692"
266dependencies = [256dependencies = [
267 "async-io",257 "async-io",
268 "blocking",258 "blocking",
277267
278[[package]]268[[package]]
279name = "async-std"269name = "async-std"
280version = "1.9.0"270version = "1.10.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"271source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"272checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
283dependencies = [273dependencies = [
284 "async-attributes",274 "async-attributes",
285 "async-channel",275 "async-channel",
286 "async-global-executor",276 "async-global-executor",
287 "async-io",277 "async-io",
288 "async-lock",278 "async-lock",
289 "async-process",279 "async-process",
290 "crossbeam-utils 0.8.1",280 "crossbeam-utils",
291 "futures-channel",281 "futures-channel",
292 "futures-core",282 "futures-core",
293 "futures-io",283 "futures-io",
298 "memchr",288 "memchr",
299 "num_cpus",289 "num_cpus",
300 "once_cell",290 "once_cell",
301 "pin-project-lite 0.2.4",291 "pin-project-lite 0.2.7",
302 "pin-utils",292 "pin-utils",
303 "slab",293 "slab",
304 "wasm-bindgen-futures",294 "wasm-bindgen-futures",
305]295]
306296
307[[package]]297[[package]]
308name = "async-std-resolver"298name = "async-std-resolver"
309version = "0.20.1"299version = "0.20.3"
310source = "registry+https://github.com/rust-lang/crates.io-index"300source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "f665c56111e244fe38e7708ee10948a4356ad6a548997c21f5a63a0f4e0edc4d"301checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"
312dependencies = [302dependencies = [
313 "async-std",303 "async-std",
314 "async-trait",304 "async-trait",
326316
327[[package]]317[[package]]
328name = "async-trait"318name = "async-trait"
329version = "0.1.50"319version = "0.1.51"
330source = "registry+https://github.com/rust-lang/crates.io-index"320source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"321checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
332dependencies = [322dependencies = [
333 "proc-macro2",323 "proc-macro2",
334 "quote",324 "quote",
341source = "registry+https://github.com/rust-lang/crates.io-index"331source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"332checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"
343dependencies = [333dependencies = [
344 "bytes 1.0.1",334 "bytes 1.1.0",
345 "futures-sink",335 "futures-sink",
346 "futures-util",336 "futures-util",
347 "memchr",337 "memchr",
348 "pin-project-lite 0.2.4",338 "pin-project-lite 0.2.7",
349]339]
350340
351[[package]]341[[package]]
354source = "registry+https://github.com/rust-lang/crates.io-index"344source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"345checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
356dependencies = [346dependencies = [
357 "bytes 1.0.1",347 "bytes 1.1.0",
358 "futures-sink",348 "futures-sink",
359 "futures-util",349 "futures-util",
360 "memchr",350 "memchr",
361 "pin-project-lite 0.2.4",351 "pin-project-lite 0.2.7",
362]352]
363353
364[[package]]354[[package]]
389379
390[[package]]380[[package]]
391name = "autocfg"381name = "autocfg"
392version = "1.0.0"382version = "1.0.1"
393source = "registry+https://github.com/rust-lang/crates.io-index"383source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"384checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
395385
396[[package]]386[[package]]
397name = "backtrace"387name = "backtrace"
398version = "0.3.56"388version = "0.3.61"
399source = "registry+https://github.com/rust-lang/crates.io-index"389source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"390checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"
401dependencies = [391dependencies = [
402 "addr2line 0.14.1",392 "addr2line",
393 "cc",
403 "cfg-if 1.0.0",394 "cfg-if 1.0.0",
404 "libc",395 "libc",
405 "miniz_oxide",396 "miniz_oxide",
406 "object 0.23.0",397 "object",
407 "rustc-demangle",398 "rustc-demangle",
408]399]
409400
434425
435[[package]]426[[package]]
436name = "base64"427name = "base64"
437version = "0.11.0"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
440
441[[package]]
442name = "base64"
443version = "0.12.3"428version = "0.12.3"
444source = "registry+https://github.com/rust-lang/crates.io-index"429source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"430checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
452437
453[[package]]438[[package]]
454name = "beef"439name = "beef"
455version = "0.5.0"440version = "0.5.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"441source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"442checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"
458dependencies = [443dependencies = [
459 "serde",444 "serde",
460]445]
461446
462[[package]]447[[package]]
463name = "beefy-gadget"448name = "beefy-gadget"
464version = "0.1.0"449version = "4.0.0-dev"
465source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"450source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
466dependencies = [451dependencies = [
467 "beefy-primitives",452 "beefy-primitives",
468 "fnv",453 "fnv",
469 "futures 0.3.17",454 "futures 0.3.17",
470 "hex",
471 "log",455 "log",
472 "parity-scale-codec",456 "parity-scale-codec",
473 "parking_lot 0.11.2",457 "parking_lot 0.11.2",
474 "sc-client-api",458 "sc-client-api",
475 "sc-keystore",459 "sc-keystore",
476 "sc-network",460 "sc-network",
477 "sc-network-gossip",461 "sc-network-gossip",
462 "sc-utils",
478 "sp-api",463 "sp-api",
479 "sp-application-crypto",464 "sp-application-crypto",
480 "sp-arithmetic",465 "sp-arithmetic",
481 "sp-blockchain",466 "sp-blockchain",
482 "sp-consensus",
483 "sp-core",467 "sp-core",
484 "sp-keystore",468 "sp-keystore",
485 "sp-runtime",469 "sp-runtime",
486 "sp-utils",
487 "substrate-prometheus-endpoint",470 "substrate-prometheus-endpoint",
488 "thiserror",471 "thiserror",
489 "wasm-timer",472 "wasm-timer",
490]473]
491474
492[[package]]475[[package]]
493name = "beefy-gadget-rpc"476name = "beefy-gadget-rpc"
494version = "0.1.0"477version = "4.0.0-dev"
495source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"478source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
496dependencies = [479dependencies = [
497 "beefy-gadget",480 "beefy-gadget",
498 "beefy-primitives",481 "beefy-primitives",
499 "futures 0.3.17",482 "futures 0.3.17",
500 "jsonrpc-core 15.1.0",483 "jsonrpc-core",
501 "jsonrpc-core-client 15.1.0",484 "jsonrpc-core-client",
502 "jsonrpc-derive 15.1.0",485 "jsonrpc-derive",
503 "jsonrpc-pubsub 15.1.0",486 "jsonrpc-pubsub",
504 "log",487 "log",
505 "parity-scale-codec",488 "parity-scale-codec",
506 "sc-rpc",489 "sc-rpc",
507 "serde",490 "serde",
508 "serde_json",
509 "sp-core",491 "sp-core",
510 "sp-runtime",492 "sp-runtime",
511]493]
512494
513[[package]]495[[package]]
514name = "beefy-merkle-tree"496name = "beefy-merkle-tree"
515version = "0.1.0"497version = "4.0.0-dev"
516source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"498source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
517499
518[[package]]500[[package]]
519name = "beefy-primitives"501name = "beefy-primitives"
520version = "0.1.0"502version = "4.0.0-dev"
521source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"503source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
522dependencies = [504dependencies = [
523 "parity-scale-codec",505 "parity-scale-codec",
506 "scale-info",
524 "sp-api",507 "sp-api",
525 "sp-application-crypto",508 "sp-application-crypto",
526 "sp-core",509 "sp-core",
530513
531[[package]]514[[package]]
532name = "bincode"515name = "bincode"
533version = "1.3.1"516version = "1.3.3"
534source = "registry+https://github.com/rust-lang/crates.io-index"517source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"518checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
536dependencies = [519dependencies = [
537 "byteorder",
538 "serde",520 "serde",
539]521]
540522
559541
560[[package]]542[[package]]
561name = "bitflags"543name = "bitflags"
562version = "1.2.1"544version = "1.3.2"
563source = "registry+https://github.com/rust-lang/crates.io-index"545source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"546checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
565547
566[[package]]548[[package]]
567name = "bitvec"549name = "bitvec"
577559
578[[package]]560[[package]]
579name = "bitvec"561name = "bitvec"
580version = "0.20.1"562version = "0.20.4"
581source = "registry+https://github.com/rust-lang/crates.io-index"563source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d"564checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"
583dependencies = [565dependencies = [
584 "funty",566 "funty",
585 "radium 0.6.2",567 "radium 0.6.2",
589571
590[[package]]572[[package]]
591name = "blake2"573name = "blake2"
592version = "0.9.0"574version = "0.9.2"
593source = "registry+https://github.com/rust-lang/crates.io-index"575source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471"576checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"
595dependencies = [577dependencies = [
596 "byte-tools",
597 "byteorder",
598 "crypto-mac 0.8.0",578 "crypto-mac 0.8.0",
599 "digest 0.9.0",579 "digest 0.9.0",
600 "opaque-debug 0.2.3",580 "opaque-debug 0.3.0",
601]581]
602582
603[[package]]583[[package]]
612592
613[[package]]593[[package]]
614name = "blake2b_simd"594name = "blake2b_simd"
615version = "0.5.10"595version = "0.5.11"
616source = "registry+https://github.com/rust-lang/crates.io-index"596source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"597checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
618dependencies = [598dependencies = [
619 "arrayref",599 "arrayref",
620 "arrayvec 0.5.2",600 "arrayvec 0.5.2",
634614
635[[package]]615[[package]]
636name = "blake3"616name = "blake3"
637version = "0.3.7"617version = "0.3.8"
638source = "registry+https://github.com/rust-lang/crates.io-index"618source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"619checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
640dependencies = [620dependencies = [
641 "arrayref",621 "arrayref",
642 "arrayvec 0.5.2",622 "arrayvec 0.5.2",
656 "block-padding 0.1.5",636 "block-padding 0.1.5",
657 "byte-tools",637 "byte-tools",
658 "byteorder",638 "byteorder",
659 "generic-array 0.12.3",639 "generic-array 0.12.4",
660]640]
661641
662[[package]]642[[package]]
699]679]
700680
701[[package]]681[[package]]
682name = "bounded-vec"
683version = "0.4.0"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "afdd1dffefe5fc66262a524b91087c43b16e478b2e3dc49eb11b0e2fd6b6ec90"
686dependencies = [
687 "thiserror",
688]
689
690[[package]]
702name = "bp-header-chain"691name = "bp-header-chain"
703version = "0.1.0"692version = "0.1.0"
704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"693source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
705dependencies = [694dependencies = [
706 "finality-grandpa",695 "finality-grandpa",
707 "frame-support",696 "frame-support",
708 "parity-scale-codec",697 "parity-scale-codec",
698 "scale-info",
709 "serde",699 "serde",
710 "sp-core",700 "sp-core",
711 "sp-finality-grandpa",701 "sp-finality-grandpa",
716[[package]]706[[package]]
717name = "bp-message-dispatch"707name = "bp-message-dispatch"
718version = "0.1.0"708version = "0.1.0"
719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
720dependencies = [710dependencies = [
721 "bp-runtime",711 "bp-runtime",
722 "frame-support",712 "frame-support",
723 "parity-scale-codec",713 "parity-scale-codec",
714 "scale-info",
724 "sp-std",715 "sp-std",
725]716]
726717
727[[package]]718[[package]]
728name = "bp-messages"719name = "bp-messages"
729version = "0.1.0"720version = "0.1.0"
730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
731dependencies = [722dependencies = [
732 "bitvec 0.20.1",723 "bitvec 0.20.4",
733 "bp-runtime",724 "bp-runtime",
734 "frame-support",725 "frame-support",
735 "frame-system",726 "frame-system",
736 "impl-trait-for-tuples 0.2.1",727 "impl-trait-for-tuples 0.2.1",
737 "parity-scale-codec",728 "parity-scale-codec",
729 "scale-info",
738 "serde",730 "serde",
739 "sp-std",731 "sp-std",
740]732]
741733
742[[package]]734[[package]]
743name = "bp-polkadot-core"735name = "bp-polkadot-core"
744version = "0.1.0"736version = "0.1.0"
745source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
746dependencies = [738dependencies = [
747 "bp-messages",739 "bp-messages",
748 "bp-runtime",740 "bp-runtime",
749 "frame-support",741 "frame-support",
750 "frame-system",742 "frame-system",
751 "parity-scale-codec",743 "parity-scale-codec",
744 "scale-info",
752 "sp-api",745 "sp-api",
753 "sp-core",746 "sp-core",
754 "sp-runtime",747 "sp-runtime",
759[[package]]752[[package]]
760name = "bp-rialto"753name = "bp-rialto"
761version = "0.1.0"754version = "0.1.0"
762source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"755source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
763dependencies = [756dependencies = [
764 "bp-messages",757 "bp-messages",
765 "bp-runtime",758 "bp-runtime",
774[[package]]767[[package]]
775name = "bp-rococo"768name = "bp-rococo"
776version = "0.1.0"769version = "0.1.0"
777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"770source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
778dependencies = [771dependencies = [
779 "bp-messages",772 "bp-messages",
780 "bp-polkadot-core",773 "bp-polkadot-core",
781 "bp-runtime",774 "bp-runtime",
782 "frame-support",775 "frame-support",
783 "parity-scale-codec",776 "parity-scale-codec",
784 "smallvec 1.6.1",777 "smallvec",
785 "sp-api",778 "sp-api",
786 "sp-runtime",779 "sp-runtime",
787 "sp-std",780 "sp-std",
791[[package]]784[[package]]
792name = "bp-runtime"785name = "bp-runtime"
793version = "0.1.0"786version = "0.1.0"
794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"787source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
795dependencies = [788dependencies = [
796 "frame-support",789 "frame-support",
797 "hash-db",790 "hash-db",
798 "num-traits",791 "num-traits",
799 "parity-scale-codec",792 "parity-scale-codec",
793 "scale-info",
800 "sp-core",794 "sp-core",
801 "sp-io",795 "sp-io",
802 "sp-runtime",796 "sp-runtime",
808[[package]]802[[package]]
809name = "bp-test-utils"803name = "bp-test-utils"
810version = "0.1.0"804version = "0.1.0"
811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
812dependencies = [806dependencies = [
813 "bp-header-chain",807 "bp-header-chain",
814 "ed25519-dalek",808 "ed25519-dalek",
823[[package]]817[[package]]
824name = "bp-wococo"818name = "bp-wococo"
825version = "0.1.0"819version = "0.1.0"
826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
827dependencies = [821dependencies = [
828 "bp-messages",822 "bp-messages",
829 "bp-polkadot-core",823 "bp-polkadot-core",
838[[package]]832[[package]]
839name = "bridge-runtime-common"833name = "bridge-runtime-common"
840version = "0.1.0"834version = "0.1.0"
841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"835source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
842dependencies = [836dependencies = [
843 "bp-message-dispatch",837 "bp-message-dispatch",
844 "bp-messages",838 "bp-messages",
850 "pallet-bridge-messages",844 "pallet-bridge-messages",
851 "pallet-transaction-payment",845 "pallet-transaction-payment",
852 "parity-scale-codec",846 "parity-scale-codec",
847 "scale-info",
853 "sp-core",848 "sp-core",
854 "sp-runtime",849 "sp-runtime",
855 "sp-state-machine",850 "sp-state-machine",
865860
866[[package]]861[[package]]
867name = "bstr"862name = "bstr"
868version = "0.2.13"863version = "0.2.17"
869source = "registry+https://github.com/rust-lang/crates.io-index"864source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"865checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
871dependencies = [866dependencies = [
872 "memchr",867 "memchr",
873]868]
883878
884[[package]]879[[package]]
885name = "bumpalo"880name = "bumpalo"
886version = "3.4.0"881version = "3.7.1"
887source = "registry+https://github.com/rust-lang/crates.io-index"882source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"883checksum = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538"
889884
890[[package]]885[[package]]
891name = "byte-slice-cast"886name = "byte-slice-cast"
892version = "1.0.0"887version = "1.1.0"
893source = "registry+https://github.com/rust-lang/crates.io-index"888source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81"889checksum = "ca0796d76a983651b4a0ddda16203032759f2fd9103d9181f7c65c06ee8872e6"
895890
896[[package]]891[[package]]
897name = "byte-tools"892name = "byte-tools"
901896
902[[package]]897[[package]]
903name = "byteorder"898name = "byteorder"
904version = "1.3.4"899version = "1.4.3"
905source = "registry+https://github.com/rust-lang/crates.io-index"900source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"901checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
907902
908[[package]]903[[package]]
909name = "bytes"904name = "bytes"
912checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"907checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
913dependencies = [908dependencies = [
914 "byteorder",909 "byteorder",
915 "either",
916 "iovec",910 "iovec",
917]911]
918912
924918
925[[package]]919[[package]]
926name = "bytes"920name = "bytes"
927version = "1.0.1"921version = "1.1.0"
928source = "registry+https://github.com/rust-lang/crates.io-index"922source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"923checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
930924
931[[package]]925[[package]]
932name = "cache-padded"926name = "cache-padded"
936930
937[[package]]931[[package]]
938name = "camino"932name = "camino"
939version = "1.0.4"933version = "1.0.5"
940source = "registry+https://github.com/rust-lang/crates.io-index"934source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "d4648c6d00a709aa069a236adcaae4f605a6241c72bf5bee79331a4b625921a9"935checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
942dependencies = [936dependencies = [
943 "serde",937 "serde",
944]938]
945939
946[[package]]940[[package]]
947name = "cargo-platform"941name = "cargo-platform"
948version = "0.1.1"942version = "0.1.2"
949source = "registry+https://github.com/rust-lang/crates.io-index"943source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"944checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
951dependencies = [945dependencies = [
952 "serde",946 "serde",
953]947]
968962
969[[package]]963[[package]]
970name = "cc"964name = "cc"
971version = "1.0.67"965version = "1.0.71"
972source = "registry+https://github.com/rust-lang/crates.io-index"966source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"967checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
974dependencies = [968dependencies = [
975 "jobserver",969 "jobserver",
976]970]
1004998
1005[[package]]999[[package]]
1006name = "chacha20"1000name = "chacha20"
1007version = "0.7.3"1001version = "0.7.1"
1008source = "registry+https://github.com/rust-lang/crates.io-index"1002source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "f08493fa7707effc63254c66c6ea908675912493cd67952eda23c09fae2610b1"1003checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"
1010dependencies = [1004dependencies = [
1011 "cfg-if 1.0.0",1005 "cfg-if 1.0.0",
1012 "cipher",1006 "cipher",
1013 "cpufeatures 0.2.1",1007 "cpufeatures 0.1.5",
1014 "zeroize",1008 "zeroize",
1015]1009]
10161010
1017[[package]]1011[[package]]
1018name = "chacha20poly1305"1012name = "chacha20poly1305"
1019version = "0.8.2"1013version = "0.8.0"
1020source = "registry+https://github.com/rust-lang/crates.io-index"1014source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "b6547abe025f4027edacd9edaa357aded014eecec42a5070d9b885c3c334aba2"1015checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"
1022dependencies = [1016dependencies = [
1023 "aead",1017 "aead",
1024 "chacha20",1018 "chacha20",
10421036
1043[[package]]1037[[package]]
1044name = "cid"1038name = "cid"
1045version = "0.6.0"1039version = "0.6.1"
1046source = "registry+https://github.com/rust-lang/crates.io-index"1040source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e"1041checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"
1048dependencies = [1042dependencies = [
1049 "multibase",1043 "multibase",
1050 "multihash 0.13.1",1044 "multihash 0.13.2",
1051 "unsigned-varint 0.5.1",1045 "unsigned-varint 0.5.1",
1052]1046]
10531047
10621056
1063[[package]]1057[[package]]
1064name = "ckb-merkle-mountain-range"1058name = "ckb-merkle-mountain-range"
1065version = "0.3.1"1059version = "0.3.2"
1066source = "registry+https://github.com/rust-lang/crates.io-index"1060source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "e486fe53bb9f2ca0f58cb60e8679a5354fd6687a839942ef0a75967250289ca6"1061checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"
1068dependencies = [1062dependencies = [
1069 "cfg-if 0.1.10",1063 "cfg-if 0.1.10",
1070]1064]
10711065
1072[[package]]1066[[package]]
1073name = "clang-sys"1067name = "clang-sys"
1074version = "1.2.0"1068version = "1.2.2"
1075source = "registry+https://github.com/rust-lang/crates.io-index"1069source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"1070checksum = "10612c0ec0e0a1ff0e97980647cb058a6e7aedb913d01d009c406b8b7d0b26ee"
1077dependencies = [1071dependencies = [
1078 "glob",1072 "glob",
1079 "libc",1073 "libc",
11271121
1128[[package]]1122[[package]]
1129name = "core-foundation"1123name = "core-foundation"
1130version = "0.7.0"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
1133dependencies = [
1134 "core-foundation-sys 0.7.0",
1135 "libc",
1136]
1137
1138[[package]]
1139name = "core-foundation"
1140version = "0.9.1"1124version = "0.9.1"
1141source = "registry+https://github.com/rust-lang/crates.io-index"1125source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"1126checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
1143dependencies = [1127dependencies = [
1144 "core-foundation-sys 0.8.2",1128 "core-foundation-sys",
1145 "libc",1129 "libc",
1146]1130]
11471131
1148[[package]]1132[[package]]
1149name = "core-foundation-sys"1133name = "core-foundation-sys"
1150version = "0.7.0"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
1153
1154[[package]]
1155name = "core-foundation-sys"
1156version = "0.8.2"1134version = "0.8.2"
1157source = "registry+https://github.com/rust-lang/crates.io-index"1135source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"1136checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
11591137
1160[[package]]1138[[package]]
1161name = "cpp_demangle"1139name = "cpp_demangle"
1162version = "0.3.2"1140version = "0.3.3"
1163source = "registry+https://github.com/rust-lang/crates.io-index"1141source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390"1142checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a"
1165dependencies = [1143dependencies = [
1166 "cfg-if 1.0.0",1144 "cfg-if 1.0.0",
1167 "glob",
1168]1145]
11691146
1170[[package]]1147[[package]]
1171name = "cpufeatures"1148name = "cpufeatures"
1172version = "0.1.4"1149version = "0.1.5"
1173source = "registry+https://github.com/rust-lang/crates.io-index"1150source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"1151checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
1175dependencies = [1152dependencies = [
1176 "libc",1153 "libc",
1177]1154]
1186]1163]
11871164
1188[[package]]1165[[package]]
1189name = "cpuid-bool"
1190version = "0.1.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4"
1193
1194[[package]]
1195name = "cranelift-bforest"1166name = "cranelift-bforest"
1196version = "0.74.0"1167version = "0.76.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index"1168source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e"1169checksum = "7e6bea67967505247f54fa2c85cf4f6e0e31c4e5692c9b70e4ae58e339067333"
1199dependencies = [1170dependencies = [
1200 "cranelift-entity",1171 "cranelift-entity",
1201]1172]
12021173
1203[[package]]1174[[package]]
1204name = "cranelift-codegen"1175name = "cranelift-codegen"
1205version = "0.74.0"1176version = "0.76.0"
1206source = "registry+https://github.com/rust-lang/crates.io-index"1177source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276"1178checksum = "48194035d2752bdd5bdae429e3ab88676e95f52a2b1355a5d4e809f9e39b1d74"
1208dependencies = [1179dependencies = [
1209 "cranelift-bforest",1180 "cranelift-bforest",
1210 "cranelift-codegen-meta",1181 "cranelift-codegen-meta",
1211 "cranelift-codegen-shared",1182 "cranelift-codegen-shared",
1212 "cranelift-entity",1183 "cranelift-entity",
1213 "gimli 0.24.0",1184 "gimli",
1214 "log",1185 "log",
1215 "regalloc",1186 "regalloc",
1216 "serde",1187 "serde",
1217 "smallvec 1.6.1",1188 "smallvec",
1218 "target-lexicon",1189 "target-lexicon",
1219]1190]
12201191
1221[[package]]1192[[package]]
1222name = "cranelift-codegen-meta"1193name = "cranelift-codegen-meta"
1223version = "0.74.0"1194version = "0.76.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"1195source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821"1196checksum = "976efb22fcab4f2cd6bd4e9913764616a54d895c1a23530128d04e03633c555f"
1226dependencies = [1197dependencies = [
1227 "cranelift-codegen-shared",1198 "cranelift-codegen-shared",
1228 "cranelift-entity",1199 "cranelift-entity",
1229]1200]
12301201
1231[[package]]1202[[package]]
1232name = "cranelift-codegen-shared"1203name = "cranelift-codegen-shared"
1233version = "0.74.0"1204version = "0.76.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"1205source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b"1206checksum = "9dabb5fe66e04d4652e434195b45ae65b5c8172d520247b8f66d8df42b2b45dc"
1236dependencies = [1207dependencies = [
1237 "serde",1208 "serde",
1238]1209]
12391210
1240[[package]]1211[[package]]
1241name = "cranelift-entity"1212name = "cranelift-entity"
1242version = "0.74.0"1213version = "0.76.0"
1243source = "registry+https://github.com/rust-lang/crates.io-index"1214source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c"1215checksum = "3329733e4d4b8e91c809efcaa4faee80bf66f20164e3dd16d707346bd3494799"
1245dependencies = [1216dependencies = [
1246 "serde",1217 "serde",
1247]1218]
12481219
1249[[package]]1220[[package]]
1250name = "cranelift-frontend"1221name = "cranelift-frontend"
1251version = "0.74.0"1222version = "0.76.0"
1252source = "registry+https://github.com/rust-lang/crates.io-index"1223source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c"1224checksum = "279afcc0d3e651b773f94837c3d581177b348c8d69e928104b2e9fccb226f921"
1254dependencies = [1225dependencies = [
1255 "cranelift-codegen",1226 "cranelift-codegen",
1256 "log",1227 "log",
1257 "smallvec 1.6.1",1228 "smallvec",
1258 "target-lexicon",1229 "target-lexicon",
1259]1230]
12601231
1261[[package]]1232[[package]]
1262name = "cranelift-native"1233name = "cranelift-native"
1263version = "0.74.0"1234version = "0.76.0"
1264source = "registry+https://github.com/rust-lang/crates.io-index"1235source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a"1236checksum = "4c04d1fe6a5abb5bb0edc78baa8ef238370fb8e389cc88b6d153f7c3e9680425"
1266dependencies = [1237dependencies = [
1267 "cranelift-codegen",1238 "cranelift-codegen",
1239 "libc",
1268 "target-lexicon",1240 "target-lexicon",
1269]1241]
12701242
1271[[package]]1243[[package]]
1272name = "cranelift-wasm"1244name = "cranelift-wasm"
1273version = "0.74.0"1245version = "0.76.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"1246source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89"1247checksum = "e0d260ad44f6fd2c91f7f5097191a2a9e3edcbb36df1fb787b600dad5ea148ec"
1276dependencies = [1248dependencies = [
1277 "cranelift-codegen",1249 "cranelift-codegen",
1278 "cranelift-entity",1250 "cranelift-entity",
1279 "cranelift-frontend",1251 "cranelift-frontend",
1280 "itertools",1252 "itertools",
1281 "log",1253 "log",
1282 "serde",1254 "serde",
1283 "smallvec 1.6.1",1255 "smallvec",
1284 "thiserror",1256 "thiserror",
1285 "wasmparser",1257 "wasmparser",
1286]1258]
12871259
1288[[package]]1260[[package]]
1289name = "crc32fast"1261name = "crc32fast"
1290version = "1.2.0"1262version = "1.2.1"
1291source = "registry+https://github.com/rust-lang/crates.io-index"1263source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"1264checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
1293dependencies = [1265dependencies = [
1294 "cfg-if 0.1.10",1266 "cfg-if 1.0.0",
1295]1267]
12961268
1297[[package]]1269[[package]]
1298name = "crossbeam-deque"1270name = "crossbeam-channel"
1299version = "0.7.4"1271version = "0.5.1"
1300source = "registry+https://github.com/rust-lang/crates.io-index"1272source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"1273checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
1302dependencies = [1274dependencies = [
1303 "crossbeam-epoch",1275 "cfg-if 1.0.0",
1304 "crossbeam-utils 0.7.2",
1305 "maybe-uninit",1276 "crossbeam-utils",
1306]1277]
13071278
1308[[package]]1279[[package]]
1309name = "crossbeam-epoch"1280name = "crossbeam-deque"
1310version = "0.8.2"1281version = "0.8.1"
1311source = "registry+https://github.com/rust-lang/crates.io-index"1282source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"1283checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
1313dependencies = [1284dependencies = [
1314 "autocfg",1285 "cfg-if 1.0.0",
1315 "cfg-if 0.1.10",
1316 "crossbeam-utils 0.7.2",
1317 "lazy_static",1286 "crossbeam-epoch",
1318 "maybe-uninit",
1319 "memoffset 0.5.5",1287 "crossbeam-utils",
1320 "scopeguard",
1321]1288]
13221289
1323[[package]]1290[[package]]
1324name = "crossbeam-queue"1291name = "crossbeam-epoch"
1325version = "0.2.3"1292version = "0.9.5"
1326source = "registry+https://github.com/rust-lang/crates.io-index"1293source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"1294checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
1328dependencies = [1295dependencies = [
1329 "cfg-if 0.1.10",1296 "cfg-if 1.0.0",
1330 "crossbeam-utils 0.7.2",
1331 "maybe-uninit",1297 "crossbeam-utils",
1332]
1333
1334[[package]]
1335name = "crossbeam-utils"
1336version = "0.7.2"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
1339dependencies = [
1340 "autocfg",
1341 "cfg-if 0.1.10",
1342 "lazy_static",1298 "lazy_static",
1299 "memoffset",
1300 "scopeguard",
1343]1301]
13441302
1345[[package]]1303[[package]]
1346name = "crossbeam-utils"1304name = "crossbeam-utils"
1347version = "0.8.1"1305version = "0.8.5"
1348source = "registry+https://github.com/rust-lang/crates.io-index"1306source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"1307checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
1350dependencies = [1308dependencies = [
1351 "autocfg",
1352 "cfg-if 1.0.0",1309 "cfg-if 1.0.0",
1353 "lazy_static",1310 "lazy_static",
1354]1311]
1365source = "registry+https://github.com/rust-lang/crates.io-index"1322source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1323checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
1367dependencies = [1324dependencies = [
1368 "generic-array 0.12.3",1325 "generic-array 0.12.4",
1369 "subtle 1.0.0",1326 "subtle 1.0.0",
1370]1327]
13711328
1380]1337]
13811338
1382[[package]]1339[[package]]
1340name = "crypto-mac"
1341version = "0.11.1"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1344dependencies = [
1345 "generic-array 0.14.4",
1346 "subtle 2.4.1",
1347]
1348
1349[[package]]
1383name = "ct-logs"1350name = "ct-logs"
1384version = "0.7.0"1351version = "0.8.0"
1385source = "registry+https://github.com/rust-lang/crates.io-index"1352source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"1353checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"
1387dependencies = [1354dependencies = [
1388 "sct",1355 "sct",
1389]1356]
13901357
1391[[package]]1358[[package]]
1392name = "ctor"1359name = "ctor"
1393version = "0.1.16"1360version = "0.1.21"
1394source = "registry+https://github.com/rust-lang/crates.io-index"1361source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"1362checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
1396dependencies = [1363dependencies = [
1397 "quote",1364 "quote",
1398 "syn",1365 "syn",
1421[[package]]1388[[package]]
1422name = "cumulus-client-cli"1389name = "cumulus-client-cli"
1423version = "0.1.0"1390version = "0.1.0"
1424source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1391source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1425dependencies = [1392dependencies = [
1426 "sc-cli",1393 "sc-cli",
1427 "sc-service",1394 "sc-service",
1431[[package]]1398[[package]]
1432name = "cumulus-client-collator"1399name = "cumulus-client-collator"
1433version = "0.1.0"1400version = "0.1.0"
1434source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1401source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1435dependencies = [1402dependencies = [
1436 "cumulus-client-consensus-common",1403 "cumulus-client-consensus-common",
1437 "cumulus-client-network",1404 "cumulus-client-network",
1447 "sp-api",1414 "sp-api",
1448 "sp-consensus",1415 "sp-consensus",
1449 "sp-core",1416 "sp-core",
1450 "sp-io",
1451 "sp-runtime",1417 "sp-runtime",
1452 "tracing",1418 "tracing",
1453]1419]
14541420
1455[[package]]1421[[package]]
1456name = "cumulus-client-consensus-aura"1422name = "cumulus-client-consensus-aura"
1457version = "0.1.0"1423version = "0.1.0"
1458source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1424source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1459dependencies = [1425dependencies = [
1460 "async-trait",1426 "async-trait",
1461 "cumulus-client-consensus-common",1427 "cumulus-client-consensus-common",
1462 "cumulus-primitives-core",1428 "cumulus-primitives-core",
1463 "futures 0.3.17",1429 "futures 0.3.17",
1464 "parity-scale-codec",1430 "parity-scale-codec",
1465 "parking_lot 0.10.2",
1466 "polkadot-client",1431 "polkadot-client",
1467 "sc-client-api",1432 "sc-client-api",
1468 "sc-consensus",1433 "sc-consensus",
1486[[package]]1451[[package]]
1487name = "cumulus-client-consensus-common"1452name = "cumulus-client-consensus-common"
1488version = "0.1.0"1453version = "0.1.0"
1489source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1454source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1490dependencies = [1455dependencies = [
1491 "async-trait",1456 "async-trait",
1492 "dyn-clone",1457 "dyn-clone",
1493 "futures 0.3.17",1458 "futures 0.3.17",
1494 "parity-scale-codec",1459 "parity-scale-codec",
1495 "polkadot-primitives",1460 "polkadot-primitives",
1496 "polkadot-runtime",
1497 "sc-client-api",1461 "sc-client-api",
1498 "sc-consensus",1462 "sc-consensus",
1499 "sp-api",1463 "sp-api",
1500 "sp-block-builder",
1501 "sp-blockchain",1464 "sp-blockchain",
1502 "sp-consensus",1465 "sp-consensus",
1503 "sp-core",
1504 "sp-inherents",
1505 "sp-runtime",1466 "sp-runtime",
1506 "sp-trie",1467 "sp-trie",
1507 "substrate-prometheus-endpoint",
1508 "tracing",1468 "tracing",
1509]1469]
15101470
1511[[package]]1471[[package]]
1512name = "cumulus-client-network"1472name = "cumulus-client-network"
1513version = "0.1.0"1473version = "0.1.0"
1514source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1474source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1515dependencies = [1475dependencies = [
1516 "derive_more",1476 "derive_more",
1517 "futures 0.3.17",1477 "futures 0.3.17",
1522 "polkadot-node-primitives",1482 "polkadot-node-primitives",
1523 "polkadot-parachain",1483 "polkadot-parachain",
1524 "polkadot-primitives",1484 "polkadot-primitives",
1525 "polkadot-statement-table",
1526 "sc-client-api",1485 "sc-client-api",
1527 "sp-api",1486 "sp-api",
1528 "sp-blockchain",1487 "sp-blockchain",
1535[[package]]1494[[package]]
1536name = "cumulus-client-pov-recovery"1495name = "cumulus-client-pov-recovery"
1537version = "0.1.0"1496version = "0.1.0"
1538source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1497source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1539dependencies = [1498dependencies = [
1540 "cumulus-primitives-core",1499 "cumulus-primitives-core",
1541 "futures 0.3.17",1500 "futures 0.3.17",
1550 "sc-consensus",1509 "sc-consensus",
1551 "sp-api",1510 "sp-api",
1552 "sp-consensus",1511 "sp-consensus",
1553 "sp-core",
1554 "sp-maybe-compressed-blob",1512 "sp-maybe-compressed-blob",
1555 "sp-runtime",1513 "sp-runtime",
1556 "tracing",1514 "tracing",
1559[[package]]1517[[package]]
1560name = "cumulus-client-service"1518name = "cumulus-client-service"
1561version = "0.1.0"1519version = "0.1.0"
1562source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1520source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1563dependencies = [1521dependencies = [
1564 "cumulus-client-collator",1522 "cumulus-client-collator",
1565 "cumulus-client-consensus-common",1523 "cumulus-client-consensus-common",
1588[[package]]1546[[package]]
1589name = "cumulus-pallet-aura-ext"1547name = "cumulus-pallet-aura-ext"
1590version = "0.1.0"1548version = "0.1.0"
1591source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1549source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1592dependencies = [1550dependencies = [
1593 "frame-executive",1551 "frame-executive",
1594 "frame-support",1552 "frame-support",
1595 "frame-system",1553 "frame-system",
1596 "pallet-aura",1554 "pallet-aura",
1597 "parity-scale-codec",1555 "parity-scale-codec",
1556 "scale-info",
1598 "serde",1557 "serde",
1599 "sp-application-crypto",1558 "sp-application-crypto",
1600 "sp-consensus-aura",1559 "sp-consensus-aura",
1605[[package]]1564[[package]]
1606name = "cumulus-pallet-dmp-queue"1565name = "cumulus-pallet-dmp-queue"
1607version = "0.1.0"1566version = "0.1.0"
1608source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1567source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1609dependencies = [1568dependencies = [
1610 "cumulus-primitives-core",1569 "cumulus-primitives-core",
1611 "frame-support",1570 "frame-support",
1612 "frame-system",1571 "frame-system",
1613 "log",1572 "log",
1614 "parity-scale-codec",1573 "parity-scale-codec",
1615 "rand 0.8.4",1574 "scale-info",
1616 "rand_chacha 0.3.1",
1617 "sp-io",1575 "sp-io",
1618 "sp-runtime",1576 "sp-runtime",
1619 "sp-std",1577 "sp-std",
1624[[package]]1582[[package]]
1625name = "cumulus-pallet-parachain-system"1583name = "cumulus-pallet-parachain-system"
1626version = "0.1.0"1584version = "0.1.0"
1627source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1585source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1628dependencies = [1586dependencies = [
1629 "cumulus-pallet-parachain-system-proc-macro",1587 "cumulus-pallet-parachain-system-proc-macro",
1630 "cumulus-primitives-core",1588 "cumulus-primitives-core",
1636 "pallet-balances",1594 "pallet-balances",
1637 "parity-scale-codec",1595 "parity-scale-codec",
1638 "polkadot-parachain",1596 "polkadot-parachain",
1597 "scale-info",
1639 "serde",1598 "serde",
1640 "sp-core",1599 "sp-core",
1641 "sp-externalities",1600 "sp-externalities",
1652[[package]]1611[[package]]
1653name = "cumulus-pallet-parachain-system-proc-macro"1612name = "cumulus-pallet-parachain-system-proc-macro"
1654version = "0.1.0"1613version = "0.1.0"
1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1614source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1656dependencies = [1615dependencies = [
1657 "proc-macro-crate 1.0.0",1616 "proc-macro-crate 1.1.0",
1658 "proc-macro2",1617 "proc-macro2",
1659 "quote",1618 "quote",
1660 "syn",1619 "syn",
1663[[package]]1622[[package]]
1664name = "cumulus-pallet-xcm"1623name = "cumulus-pallet-xcm"
1665version = "0.1.0"1624version = "0.1.0"
1666source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1625source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1667dependencies = [1626dependencies = [
1668 "cumulus-primitives-core",1627 "cumulus-primitives-core",
1669 "frame-support",1628 "frame-support",
1670 "frame-system",1629 "frame-system",
1671 "parity-scale-codec",1630 "parity-scale-codec",
1631 "scale-info",
1672 "serde",1632 "serde",
1673 "sp-io",1633 "sp-io",
1674 "sp-runtime",1634 "sp-runtime",
1679[[package]]1639[[package]]
1680name = "cumulus-pallet-xcmp-queue"1640name = "cumulus-pallet-xcmp-queue"
1681version = "0.1.0"1641version = "0.1.0"
1682source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1642source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1683dependencies = [1643dependencies = [
1684 "cumulus-primitives-core",1644 "cumulus-primitives-core",
1685 "frame-support",1645 "frame-support",
1686 "frame-system",1646 "frame-system",
1687 "log",1647 "log",
1688 "parity-scale-codec",1648 "parity-scale-codec",
1689 "rand 0.8.4",
1690 "rand_chacha 0.3.1",1649 "rand_chacha 0.3.1",
1650 "scale-info",
1691 "sp-runtime",1651 "sp-runtime",
1692 "sp-std",1652 "sp-std",
1693 "xcm",1653 "xcm",
1697[[package]]1657[[package]]
1698name = "cumulus-primitives-core"1658name = "cumulus-primitives-core"
1699version = "0.1.0"1659version = "0.1.0"
1700source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1660source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1701dependencies = [1661dependencies = [
1702 "frame-support",1662 "frame-support",
1703 "impl-trait-for-tuples 0.2.1",1663 "impl-trait-for-tuples 0.2.1",
1709 "sp-runtime",1669 "sp-runtime",
1710 "sp-std",1670 "sp-std",
1711 "sp-trie",1671 "sp-trie",
1712 "xcm",
1713]1672]
17141673
1715[[package]]1674[[package]]
1716name = "cumulus-primitives-parachain-inherent"1675name = "cumulus-primitives-parachain-inherent"
1717version = "0.1.0"1676version = "0.1.0"
1718source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1677source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1719dependencies = [1678dependencies = [
1720 "async-trait",1679 "async-trait",
1721 "cumulus-primitives-core",1680 "cumulus-primitives-core",
1722 "cumulus-test-relay-sproof-builder",1681 "cumulus-test-relay-sproof-builder",
1723 "parity-scale-codec",1682 "parity-scale-codec",
1724 "polkadot-client",1683 "polkadot-client",
1725 "sc-client-api",1684 "sc-client-api",
1685 "scale-info",
1726 "sp-api",1686 "sp-api",
1727 "sp-core",1687 "sp-core",
1728 "sp-inherents",1688 "sp-inherents",
1736[[package]]1696[[package]]
1737name = "cumulus-primitives-timestamp"1697name = "cumulus-primitives-timestamp"
1738version = "0.1.0"1698version = "0.1.0"
1739source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1699source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1740dependencies = [1700dependencies = [
1741 "cumulus-primitives-core",1701 "cumulus-primitives-core",
1742 "sp-inherents",1702 "sp-inherents",
1747[[package]]1707[[package]]
1748name = "cumulus-primitives-utility"1708name = "cumulus-primitives-utility"
1749version = "0.1.0"1709version = "0.1.0"
1750source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1710source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1751dependencies = [1711dependencies = [
1752 "cumulus-primitives-core",1712 "cumulus-primitives-core",
1753 "frame-support",1713 "frame-support",
1754 "impl-trait-for-tuples 0.2.1",
1755 "parity-scale-codec",1714 "parity-scale-codec",
1756 "polkadot-core-primitives",1715 "polkadot-core-primitives",
1757 "polkadot-parachain",1716 "polkadot-parachain",
1765[[package]]1724[[package]]
1766name = "cumulus-test-relay-sproof-builder"1725name = "cumulus-test-relay-sproof-builder"
1767version = "0.1.0"1726version = "0.1.0"
1768source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1727source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
1769dependencies = [1728dependencies = [
1770 "cumulus-primitives-core",1729 "cumulus-primitives-core",
1771 "parity-scale-codec",1730 "parity-scale-codec",
17771736
1778[[package]]1737[[package]]
1779name = "curve25519-dalek"1738name = "curve25519-dalek"
1780version = "2.1.0"1739version = "2.1.3"
1781source = "registry+https://github.com/rust-lang/crates.io-index"1740source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"1741checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
1783dependencies = [1742dependencies = [
1784 "byteorder",1743 "byteorder",
1785 "digest 0.8.1",1744 "digest 0.8.1",
17901749
1791[[package]]1750[[package]]
1792name = "curve25519-dalek"1751name = "curve25519-dalek"
1793version = "3.0.0"1752version = "3.2.0"
1794source = "registry+https://github.com/rust-lang/crates.io-index"1753source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307"1754checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
1796dependencies = [1755dependencies = [
1797 "byteorder",1756 "byteorder",
1798 "digest 0.9.0",1757 "digest 0.9.0",
18441803
1845[[package]]1804[[package]]
1846name = "data-encoding-macro"1805name = "data-encoding-macro"
1847version = "0.1.10"1806version = "0.1.12"
1848source = "registry+https://github.com/rust-lang/crates.io-index"1807source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "0a94feec3d2ba66c0b6621bca8bc6f68415b1e5c69af3586fdd0af9fd9f29b17"1808checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"
1850dependencies = [1809dependencies = [
1851 "data-encoding",1810 "data-encoding",
1852 "data-encoding-macro-internal",1811 "data-encoding-macro-internal",
1853]1812]
18541813
1855[[package]]1814[[package]]
1856name = "data-encoding-macro-internal"1815name = "data-encoding-macro-internal"
1857version = "0.1.9"1816version = "0.1.10"
1858source = "registry+https://github.com/rust-lang/crates.io-index"1817source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a"1818checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
1860dependencies = [1819dependencies = [
1861 "data-encoding",1820 "data-encoding",
1862 "syn",1821 "syn",
18751834
1876[[package]]1835[[package]]
1877name = "derive_more"1836name = "derive_more"
1878version = "0.99.14"1837version = "0.99.16"
1879source = "registry+https://github.com/rust-lang/crates.io-index"1838source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320"1839checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"
1881dependencies = [1840dependencies = [
1882 "convert_case",1841 "convert_case",
1883 "proc-macro2",1842 "proc-macro2",
1884 "quote",1843 "quote",
1844 "rustc_version 0.3.3",
1885 "syn",1845 "syn",
1886]1846]
18871847
1891source = "registry+https://github.com/rust-lang/crates.io-index"1851source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1852checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1893dependencies = [1853dependencies = [
1894 "generic-array 0.12.3",1854 "generic-array 0.12.4",
1895]1855]
18961856
1897[[package]]1857[[package]]
19051865
1906[[package]]1866[[package]]
1907name = "directories"1867name = "directories"
1908version = "3.0.1"1868version = "3.0.2"
1909source = "registry+https://github.com/rust-lang/crates.io-index"1869source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"1870checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
1911dependencies = [1871dependencies = [
1912 "dirs-sys",1872 "dirs-sys",
1913]1873]
19241884
1925[[package]]1885[[package]]
1926name = "dirs-sys"1886name = "dirs-sys"
1927version = "0.3.5"1887version = "0.3.6"
1928source = "registry+https://github.com/rust-lang/crates.io-index"1888source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"1889checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
1930dependencies = [1890dependencies = [
1931 "libc",1891 "libc",
1932 "redox_users 0.3.4",1892 "redox_users",
1933 "winapi 0.3.9",1893 "winapi 0.3.9",
1934]1894]
19351895
1940checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1900checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1941dependencies = [1901dependencies = [
1942 "libc",1902 "libc",
1943 "redox_users 0.4.0",1903 "redox_users",
1944 "winapi 0.3.9",1904 "winapi 0.3.9",
1945]1905]
19461906
19891949
1990[[package]]1950[[package]]
1991name = "ed25519"1951name = "ed25519"
1992version = "1.0.1"1952version = "1.2.0"
1993source = "registry+https://github.com/rust-lang/crates.io-index"1953source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc"1954checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"
1995dependencies = [1955dependencies = [
1996 "signature",1956 "signature",
1997]1957]
2002source = "registry+https://github.com/rust-lang/crates.io-index"1962source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1963checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
2004dependencies = [1964dependencies = [
2005 "curve25519-dalek 3.0.0",1965 "curve25519-dalek 3.2.0",
2006 "ed25519",1966 "ed25519",
2007 "rand 0.7.3",1967 "rand 0.7.3",
2008 "serde",1968 "serde",
2009 "sha2 0.9.2",1969 "sha2 0.9.8",
2010 "zeroize",1970 "zeroize",
2011]1971]
20121972
2013[[package]]1973[[package]]
2014name = "either"1974name = "either"
2015version = "1.6.0"1975version = "1.6.1"
2016source = "registry+https://github.com/rust-lang/crates.io-index"1976source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"1977checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
20181978
2019[[package]]1979[[package]]
2020name = "enum-as-inner"1980name = "enum-as-inner"
20742034
2075[[package]]2035[[package]]
2076name = "env_logger"2036name = "env_logger"
2077version = "0.8.4"2037version = "0.9.0"
2078source = "registry+https://github.com/rust-lang/crates.io-index"2038source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"2039checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
2080dependencies = [2040dependencies = [
2081 "atty",2041 "atty",
2082 "humantime 2.0.1",2042 "humantime 2.1.0",
2083 "log",2043 "log",
2084 "regex",2044 "regex",
2085 "termcolor",2045 "termcolor",
20932053
2094[[package]]2054[[package]]
2095name = "erased-serde"2055name = "erased-serde"
2096version = "0.3.12"2056version = "0.3.16"
2097source = "registry+https://github.com/rust-lang/crates.io-index"2057source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38"2058checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa"
2099dependencies = [2059dependencies = [
2100 "serde",2060 "serde",
2101]2061]
21022062
2103[[package]]2063[[package]]
2104name = "errno"2064name = "errno"
2105version = "0.2.5"2065version = "0.2.7"
2106source = "registry+https://github.com/rust-lang/crates.io-index"2066source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"2067checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"
2108dependencies = [2068dependencies = [
2109 "errno-dragonfly",2069 "errno-dragonfly",
2110 "libc",2070 "libc",
21132073
2114[[package]]2074[[package]]
2115name = "errno-dragonfly"2075name = "errno-dragonfly"
2116version = "0.1.1"2076version = "0.1.2"
2117source = "registry+https://github.com/rust-lang/crates.io-index"2077source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"2078checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2119dependencies = [2079dependencies = [
2120 "gcc",2080 "cc",
2121 "libc",2081 "libc",
2122]2082]
21232083
2124[[package]]2084[[package]]
2125name = "ethbloom"2085name = "ethbloom"
2126version = "0.11.0"2086version = "0.11.1"
2127source = "registry+https://github.com/rust-lang/crates.io-index"2087source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"2088checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"
2129dependencies = [2089dependencies = [
2130 "crunchy",2090 "crunchy",
2131 "fixed-hash",2091 "fixed-hash",
2132 "impl-codec",2092 "impl-codec",
2133 "impl-rlp",2093 "impl-rlp",
2134 "impl-serde",2094 "impl-serde",
2095 "scale-info",
2135 "tiny-keccak",2096 "tiny-keccak",
2136]2097]
21372098
2138[[package]]2099[[package]]
2139name = "ethereum"2100name = "ethereum"
2140version = "0.9.0"2101version = "0.9.0"
2141source = "registry+https://github.com/rust-lang/crates.io-index"2102source = "git+https://github.com/purestake/ethereum?branch=joshy-scale-info#fab6ad1d9c388de2fe6ac137a71e39bdd699555c"
2142checksum = "4a67be3eaf296ef668733f54c637e84d0ca34eaf194f0077455135981ad464c3"
2143dependencies = [2103dependencies = [
2144 "bytes 1.0.1",2104 "bytes 1.1.0",
2145 "ethereum-types",2105 "ethereum-types",
2146 "hash-db",2106 "hash-db",
2147 "hash256-std-hasher",2107 "hash256-std-hasher",
2148 "parity-scale-codec",2108 "parity-scale-codec",
2149 "rlp",2109 "rlp",
2150 "rlp-derive",2110 "rlp-derive",
2111 "scale-info",
2151 "serde",2112 "serde",
2152 "sha3 0.9.1",2113 "sha3 0.9.1",
2153 "triehash",2114 "triehash",
2154]2115]
21552116
2156[[package]]2117[[package]]
2157name = "ethereum-types"2118name = "ethereum-types"
2158version = "0.12.0"2119version = "0.12.1"
2159source = "registry+https://github.com/rust-lang/crates.io-index"2120source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "0dd6bde671199089e601e8d47e153368b893ef885f11f365a3261ec58153c211"2121checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"
2161dependencies = [2122dependencies = [
2162 "ethbloom",2123 "ethbloom",
2163 "fixed-hash",2124 "fixed-hash",
2164 "impl-codec",2125 "impl-codec",
2165 "impl-rlp",2126 "impl-rlp",
2166 "impl-serde",2127 "impl-serde",
2167 "primitive-types 0.10.1",2128 "primitive-types 0.10.1",
2129 "scale-info",
2168 "uint",2130 "uint",
2169]2131]
21702132
2177[[package]]2139[[package]]
2178name = "evm"2140name = "evm"
2179version = "0.30.0"2141version = "0.30.0"
2180source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2142source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"
2181dependencies = [2143dependencies = [
2182 "environmental",2144 "environmental",
2183 "ethereum",2145 "ethereum",
2188 "parity-scale-codec",2150 "parity-scale-codec",
2189 "primitive-types 0.10.1",2151 "primitive-types 0.10.1",
2190 "rlp",2152 "rlp",
2153 "scale-info",
2191 "serde",2154 "serde",
2192 "sha3 0.8.2",2155 "sha3 0.8.2",
2193]2156]
2221[[package]]2184[[package]]
2222name = "evm-core"2185name = "evm-core"
2223version = "0.30.0"2186version = "0.30.0"
2224source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2187source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"
2225dependencies = [2188dependencies = [
2226 "funty",2189 "funty",
2227 "parity-scale-codec",2190 "parity-scale-codec",
2228 "primitive-types 0.10.1",2191 "primitive-types 0.10.1",
2192 "scale-info",
2229 "serde",2193 "serde",
2230]2194]
22312195
2232[[package]]2196[[package]]
2233name = "evm-gasometer"2197name = "evm-gasometer"
2234version = "0.30.0"2198version = "0.30.0"
2235source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2199source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"
2236dependencies = [2200dependencies = [
2237 "environmental",2201 "environmental",
2238 "evm-core",2202 "evm-core",
2243[[package]]2207[[package]]
2244name = "evm-runtime"2208name = "evm-runtime"
2245version = "0.30.0"2209version = "0.30.0"
2246source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2210source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"
2247dependencies = [2211dependencies = [
2248 "environmental",2212 "environmental",
2249 "evm-core",2213 "evm-core",
2261]2225]
22622226
2263[[package]]2227[[package]]
2264name = "failure"
2265version = "0.1.8"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2268dependencies = [
2269 "backtrace",
2270 "failure_derive",
2271]
2272
2273[[package]]
2274name = "failure_derive"
2275version = "0.1.8"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
2278dependencies = [
2279 "proc-macro2",
2280 "quote",
2281 "syn",
2282 "synstructure",
2283]
2284
2285[[package]]
2286name = "fake-simd"2228name = "fake-simd"
2287version = "0.1.2"2229version = "0.1.2"
2288source = "registry+https://github.com/rust-lang/crates.io-index"2230source = "registry+https://github.com/rust-lang/crates.io-index"
22962238
2297[[package]]2239[[package]]
2298name = "fastrand"2240name = "fastrand"
2299version = "1.4.0"2241version = "1.5.0"
2300source = "registry+https://github.com/rust-lang/crates.io-index"2242source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"2243checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
2302dependencies = [2244dependencies = [
2303 "instant",2245 "instant",
2304]2246]
23052247
2306[[package]]2248[[package]]
2307name = "fc-consensus"2249name = "fc-consensus"
2308version = "2.0.0-dev"2250version = "2.0.0-dev"
2309source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2251source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
2310dependencies = [2252dependencies = [
2311 "async-trait",2253 "async-trait",
2312 "derive_more",2254 "derive_more",
2333[[package]]2275[[package]]
2334name = "fc-db"2276name = "fc-db"
2335version = "2.0.0-dev"2277version = "2.0.0-dev"
2336source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2278source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
2337dependencies = [2279dependencies = [
2338 "fp-storage",2280 "fp-storage",
2339 "kvdb",2281 "kvdb",
2340 "kvdb-rocksdb 0.14.0",2282 "kvdb-rocksdb",
2341 "pallet-ethereum",2283 "pallet-ethereum",
2342 "parity-scale-codec",2284 "parity-scale-codec",
2343 "parking_lot 0.11.2",2285 "parking_lot 0.11.2",
2349[[package]]2291[[package]]
2350name = "fc-mapping-sync"2292name = "fc-mapping-sync"
2351version = "2.0.0-dev"2293version = "2.0.0-dev"
2352source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2294source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
2353dependencies = [2295dependencies = [
2354 "fc-consensus",2296 "fc-consensus",
2355 "fc-db",2297 "fc-db",
2367[[package]]2309[[package]]
2368name = "fc-rpc"2310name = "fc-rpc"
2369version = "2.0.0-dev"2311version = "2.0.0-dev"
2370source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2312source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
2371dependencies = [2313dependencies = [
2372 "ethereum",2314 "ethereum",
2373 "ethereum-types",2315 "ethereum-types",
2381 "fp-storage",2323 "fp-storage",
2382 "futures 0.3.17",2324 "futures 0.3.17",
2383 "futures-util",2325 "futures-util",
2384 "jsonrpc-core 15.1.0",2326 "jsonrpc-core",
2385 "jsonrpc-pubsub 15.1.0",2327 "jsonrpc-pubsub",
2386 "libsecp256k1 0.3.5",2328 "libsecp256k1 0.3.5",
2387 "log",2329 "log",
2388 "pallet-ethereum",2330 "pallet-ethereum",
2408[[package]]2350[[package]]
2409name = "fc-rpc-core"2351name = "fc-rpc-core"
2410version = "1.1.0-dev"2352version = "1.1.0-dev"
2411source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2353source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
2412dependencies = [2354dependencies = [
2413 "ethereum-types",2355 "ethereum-types",
2414 "jsonrpc-core 15.1.0",2356 "jsonrpc-core",
2415 "jsonrpc-core-client 14.2.0",2357 "jsonrpc-core-client",
2416 "jsonrpc-derive 14.2.2",2358 "jsonrpc-derive",
2417 "jsonrpc-pubsub 15.1.0",2359 "jsonrpc-pubsub",
2418 "rustc-hex",2360 "rustc-hex",
2419 "serde",2361 "serde",
2420 "serde_json",2362 "serde_json",
24312373
2432[[package]]2374[[package]]
2433name = "file-per-thread-logger"2375name = "file-per-thread-logger"
2434version = "0.1.3"2376version = "0.1.4"
2435source = "registry+https://github.com/rust-lang/crates.io-index"2377source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1"2378checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"
2437dependencies = [2379dependencies = [
2438 "env_logger 0.7.1",2380 "env_logger 0.7.1",
2439 "log",2381 "log",
2440]2382]
24412383
2442[[package]]2384[[package]]
2443name = "finality-grandpa"2385name = "finality-grandpa"
2444version = "0.14.1"2386version = "0.14.4"
2445source = "registry+https://github.com/rust-lang/crates.io-index"2387source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9"2388checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"
2447dependencies = [2389dependencies = [
2448 "either",2390 "either",
2449 "futures 0.3.17",2391 "futures 0.3.17",
2452 "num-traits",2394 "num-traits",
2453 "parity-scale-codec",2395 "parity-scale-codec",
2454 "parking_lot 0.11.2",2396 "parking_lot 0.11.2",
2397 "scale-info",
2455]2398]
24562399
2457[[package]]2400[[package]]
24742417
2475[[package]]2418[[package]]
2476name = "flate2"2419name = "flate2"
2477version = "1.0.16"2420version = "1.0.22"
2478source = "registry+https://github.com/rust-lang/crates.io-index"2421source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"2422checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2480dependencies = [2423dependencies = [
2481 "cfg-if 0.1.10",2424 "cfg-if 1.0.0",
2482 "crc32fast",2425 "crc32fast",
2483 "libc",2426 "libc",
2484 "libz-sys",2427 "libz-sys",
2510[[package]]2453[[package]]
2511name = "fork-tree"2454name = "fork-tree"
2512version = "3.0.0"2455version = "3.0.0"
2513source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2456source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2514dependencies = [2457dependencies = [
2515 "parity-scale-codec",2458 "parity-scale-codec",
2516]2459]
25172460
2518[[package]]2461[[package]]
2519name = "form_urlencoded"2462name = "form_urlencoded"
2520version = "1.0.0"2463version = "1.0.1"
2521source = "registry+https://github.com/rust-lang/crates.io-index"2464source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"2465checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2523dependencies = [2466dependencies = [
2524 "matches",2467 "matches",
2525 "percent-encoding 2.1.0",2468 "percent-encoding 2.1.0",
2528[[package]]2471[[package]]
2529name = "fp-consensus"2472name = "fp-consensus"
2530version = "2.0.0-dev"2473version = "2.0.0-dev"
2531source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2474source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
2532dependencies = [2475dependencies = [
2533 "ethereum",2476 "ethereum",
2534 "parity-scale-codec",2477 "parity-scale-codec",
2542[[package]]2485[[package]]
2543name = "fp-evm"2486name = "fp-evm"
2544version = "3.0.0-dev"2487version = "3.0.0-dev"
2545source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2488source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
2546dependencies = [2489dependencies = [
2547 "evm",2490 "evm",
2548 "impl-trait-for-tuples 0.1.3",2491 "impl-trait-for-tuples 0.1.3",
2549 "parity-scale-codec",2492 "parity-scale-codec",
2493 "scale-info",
2550 "serde",2494 "serde",
2551 "sp-core",2495 "sp-core",
2552 "sp-std",2496 "sp-std",
2555[[package]]2499[[package]]
2556name = "fp-rpc"2500name = "fp-rpc"
2557version = "3.0.0-dev"2501version = "3.0.0-dev"
2558source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2502source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
2559dependencies = [2503dependencies = [
2560 "ethereum",2504 "ethereum",
2561 "ethereum-types",2505 "ethereum-types",
2562 "fp-evm",2506 "fp-evm",
2563 "parity-scale-codec",2507 "parity-scale-codec",
2508 "scale-info",
2564 "sp-api",2509 "sp-api",
2565 "sp-core",2510 "sp-core",
2566 "sp-io",2511 "sp-io",
2571[[package]]2516[[package]]
2572name = "fp-storage"2517name = "fp-storage"
2573version = "2.0.0"2518version = "2.0.0"
2574source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2519source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
25752520
2576[[package]]2521[[package]]
2577name = "frame-benchmarking"2522name = "frame-benchmarking"
2578version = "4.0.0-dev"2523version = "4.0.0-dev"
2579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2524source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2580dependencies = [2525dependencies = [
2581 "frame-support",2526 "frame-support",
2582 "frame-system",2527 "frame-system",
2583 "linregress",2528 "linregress",
2584 "log",2529 "log",
2585 "parity-scale-codec",2530 "parity-scale-codec",
2586 "paste",2531 "paste",
2532 "scale-info",
2587 "sp-api",2533 "sp-api",
2588 "sp-io",2534 "sp-io",
2589 "sp-runtime",2535 "sp-runtime",
2595[[package]]2541[[package]]
2596name = "frame-benchmarking-cli"2542name = "frame-benchmarking-cli"
2597version = "4.0.0-dev"2543version = "4.0.0-dev"
2598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2544source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2599dependencies = [2545dependencies = [
2600 "Inflector",2546 "Inflector",
2601 "chrono",2547 "chrono",
2621[[package]]2567[[package]]
2622name = "frame-election-provider-support"2568name = "frame-election-provider-support"
2623version = "4.0.0-dev"2569version = "4.0.0-dev"
2624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2625dependencies = [2571dependencies = [
2626 "frame-support",2572 "frame-support",
2627 "frame-system",2573 "frame-system",
2628 "parity-scale-codec",2574 "parity-scale-codec",
2575 "scale-info",
2629 "sp-arithmetic",2576 "sp-arithmetic",
2630 "sp-npos-elections",2577 "sp-npos-elections",
2631 "sp-std",2578 "sp-std",
2634[[package]]2581[[package]]
2635name = "frame-executive"2582name = "frame-executive"
2636version = "4.0.0-dev"2583version = "4.0.0-dev"
2637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2584source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2638dependencies = [2585dependencies = [
2639 "frame-support",2586 "frame-support",
2640 "frame-system",2587 "frame-system",
2641 "parity-scale-codec",2588 "parity-scale-codec",
2589 "scale-info",
2642 "sp-core",2590 "sp-core",
2643 "sp-io",2591 "sp-io",
2644 "sp-runtime",2592 "sp-runtime",
26482596
2649[[package]]2597[[package]]
2650name = "frame-metadata"2598name = "frame-metadata"
2651version = "14.0.0-dev"2599version = "14.0.0"
2652source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "96616f82e069102b95a72c87de4c84d2f87ef7f0f20630e78ce3824436483110"
2653dependencies = [2602dependencies = [
2603 "cfg-if 1.0.0",
2654 "parity-scale-codec",2604 "parity-scale-codec",
2605 "scale-info",
2655 "serde",2606 "serde",
2656 "sp-core",
2657 "sp-std",
2658]2607]
26592608
2660[[package]]2609[[package]]
2661name = "frame-support"2610name = "frame-support"
2662version = "4.0.0-dev"2611version = "4.0.0-dev"
2663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2612source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2664dependencies = [2613dependencies = [
2665 "bitflags",2614 "bitflags",
2666 "frame-metadata",2615 "frame-metadata",
2670 "once_cell",2619 "once_cell",
2671 "parity-scale-codec",2620 "parity-scale-codec",
2672 "paste",2621 "paste",
2622 "scale-info",
2673 "serde",2623 "serde",
2674 "smallvec 1.6.1",2624 "smallvec",
2675 "sp-arithmetic",2625 "sp-arithmetic",
2676 "sp-core",2626 "sp-core",
2677 "sp-inherents",2627 "sp-inherents",
2686[[package]]2636[[package]]
2687name = "frame-support-procedural"2637name = "frame-support-procedural"
2688version = "4.0.0-dev"2638version = "4.0.0-dev"
2689source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2639source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2690dependencies = [2640dependencies = [
2691 "Inflector",2641 "Inflector",
2692 "frame-support-procedural-tools",2642 "frame-support-procedural-tools",
2698[[package]]2648[[package]]
2699name = "frame-support-procedural-tools"2649name = "frame-support-procedural-tools"
2700version = "4.0.0-dev"2650version = "4.0.0-dev"
2701source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2651source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2702dependencies = [2652dependencies = [
2703 "frame-support-procedural-tools-derive",2653 "frame-support-procedural-tools-derive",
2704 "proc-macro-crate 1.0.0",2654 "proc-macro-crate 1.1.0",
2705 "proc-macro2",2655 "proc-macro2",
2706 "quote",2656 "quote",
2707 "syn",2657 "syn",
2710[[package]]2660[[package]]
2711name = "frame-support-procedural-tools-derive"2661name = "frame-support-procedural-tools-derive"
2712version = "3.0.0"2662version = "3.0.0"
2713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2714dependencies = [2664dependencies = [
2715 "proc-macro2",2665 "proc-macro2",
2716 "quote",2666 "quote",
2720[[package]]2670[[package]]
2721name = "frame-system"2671name = "frame-system"
2722version = "4.0.0-dev"2672version = "4.0.0-dev"
2723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2724dependencies = [2674dependencies = [
2725 "frame-support",2675 "frame-support",
2726 "impl-trait-for-tuples 0.2.1",
2727 "log",2676 "log",
2728 "parity-scale-codec",2677 "parity-scale-codec",
2678 "scale-info",
2729 "serde",2679 "serde",
2730 "sp-core",2680 "sp-core",
2731 "sp-io",2681 "sp-io",
2737[[package]]2687[[package]]
2738name = "frame-system-benchmarking"2688name = "frame-system-benchmarking"
2739version = "4.0.0-dev"2689version = "4.0.0-dev"
2740source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2690source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2741dependencies = [2691dependencies = [
2742 "frame-benchmarking",2692 "frame-benchmarking",
2743 "frame-support",2693 "frame-support",
2744 "frame-system",2694 "frame-system",
2745 "parity-scale-codec",2695 "parity-scale-codec",
2696 "scale-info",
2746 "sp-core",2697 "sp-core",
2747 "sp-runtime",2698 "sp-runtime",
2748 "sp-std",2699 "sp-std",
2751[[package]]2702[[package]]
2752name = "frame-system-rpc-runtime-api"2703name = "frame-system-rpc-runtime-api"
2753version = "4.0.0-dev"2704version = "4.0.0-dev"
2754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2705source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2755dependencies = [2706dependencies = [
2756 "parity-scale-codec",2707 "parity-scale-codec",
2757 "sp-api",2708 "sp-api",
2760[[package]]2711[[package]]
2761name = "frame-try-runtime"2712name = "frame-try-runtime"
2762version = "0.10.0-dev"2713version = "0.10.0-dev"
2763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
2764dependencies = [2715dependencies = [
2765 "frame-support",2716 "frame-support",
2766 "parity-scale-codec",
2767 "sp-api",2717 "sp-api",
2768 "sp-runtime",2718 "sp-runtime",
2769 "sp-std",2719 "sp-std",
2770]2720]
27712721
2772[[package]]2722[[package]]
2773name = "fs-err"2723name = "fs-err"
2774version = "2.5.0"2724version = "2.6.0"
2775source = "registry+https://github.com/rust-lang/crates.io-index"2725source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"2726checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"
27772727
2778[[package]]2728[[package]]
2779name = "fs-swap"2729name = "fs-swap"
2798]2748]
27992749
2800[[package]]2750[[package]]
2801name = "fuchsia-cprng"
2802version = "0.1.1"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2805
2806[[package]]
2807name = "fuchsia-zircon"2751name = "fuchsia-zircon"
2808version = "0.3.3"2752version = "0.3.3"
2809source = "registry+https://github.com/rust-lang/crates.io-index"2753source = "registry+https://github.com/rust-lang/crates.io-index"
28272771
2828[[package]]2772[[package]]
2829name = "futures"2773name = "futures"
2830version = "0.1.29"2774version = "0.1.31"
2831source = "registry+https://github.com/rust-lang/crates.io-index"2775source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"2776checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
28332777
2834[[package]]2778[[package]]
2835name = "futures"2779name = "futures"
2863checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"2807checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
28642808
2865[[package]]2809[[package]]
2866name = "futures-cpupool"
2867version = "0.1.8"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2870dependencies = [
2871 "futures 0.1.29",
2872 "num_cpus",
2873]
2874
2875[[package]]
2876name = "futures-executor"2810name = "futures-executor"
2877version = "0.3.17"2811version = "0.3.17"
2878source = "registry+https://github.com/rust-lang/crates.io-index"2812source = "registry+https://github.com/rust-lang/crates.io-index"
28922826
2893[[package]]2827[[package]]
2894name = "futures-lite"2828name = "futures-lite"
2895version = "1.11.3"2829version = "1.12.0"
2896source = "registry+https://github.com/rust-lang/crates.io-index"2830source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"2831checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
2898dependencies = [2832dependencies = [
2899 "fastrand",2833 "fastrand",
2900 "futures-core",2834 "futures-core",
2901 "futures-io",2835 "futures-io",
2902 "memchr",2836 "memchr",
2903 "parking",2837 "parking",
2904 "pin-project-lite 0.2.4",2838 "pin-project-lite 0.2.7",
2905 "waker-fn",2839 "waker-fn",
2906]2840]
29072841
2925checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2859checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"
2926dependencies = [2860dependencies = [
2927 "futures-io",2861 "futures-io",
2928 "rustls 0.19.1",2862 "rustls",
2929 "webpki",2863 "webpki",
2930]2864]
29312865
2960checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"2894checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2961dependencies = [2895dependencies = [
2962 "autocfg",2896 "autocfg",
2963 "futures 0.1.29",2897 "futures 0.1.31",
2964 "futures-channel",2898 "futures-channel",
2965 "futures-core",2899 "futures-core",
2966 "futures-io",2900 "futures-io",
2967 "futures-macro",2901 "futures-macro",
2968 "futures-sink",2902 "futures-sink",
2969 "futures-task",2903 "futures-task",
2970 "memchr",2904 "memchr",
2971 "pin-project-lite 0.2.4",2905 "pin-project-lite 0.2.7",
2972 "pin-utils",2906 "pin-utils",
2973 "proc-macro-hack",2907 "proc-macro-hack",
2974 "proc-macro-nested",2908 "proc-macro-nested",
2975 "slab",2909 "slab",
2976]2910]
29772911
2978[[package]]2912[[package]]
2979name = "gcc"
2980version = "0.3.55"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2983
2984[[package]]
2985name = "generator"
2986version = "0.6.23"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
2989dependencies = [
2990 "cc",
2991 "libc",
2992 "log",
2993 "rustc_version 0.2.3",
2994 "winapi 0.3.9",
2995]
2996
2997[[package]]
2998name = "generic-array"2913name = "generic-array"
2999version = "0.12.3"2914version = "0.12.4"
3000source = "registry+https://github.com/rust-lang/crates.io-index"2915source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"2916checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
3002dependencies = [2917dependencies = [
3003 "typenum",2918 "typenum",
3004]2919]
30152930
3016[[package]]2931[[package]]
3017name = "getrandom"2932name = "getrandom"
3018version = "0.1.14"2933version = "0.1.16"
3019source = "registry+https://github.com/rust-lang/crates.io-index"2934source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"2935checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
3021dependencies = [2936dependencies = [
3022 "cfg-if 0.1.10",2937 "cfg-if 1.0.0",
2938 "js-sys",
3023 "libc",2939 "libc",
3024 "wasi 0.9.0+wasi-snapshot-preview1",2940 "wasi 0.9.0+wasi-snapshot-preview1",
2941 "wasm-bindgen",
3025]2942]
30262943
3027[[package]]2944[[package]]
3028name = "getrandom"2945name = "getrandom"
3029version = "0.2.1"2946version = "0.2.3"
3030source = "registry+https://github.com/rust-lang/crates.io-index"2947source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"2948checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
3032dependencies = [2949dependencies = [
3033 "cfg-if 1.0.0",2950 "cfg-if 1.0.0",
3034 "libc",2951 "libc",
30472964
3048[[package]]2965[[package]]
3049name = "gimli"2966name = "gimli"
3050version = "0.23.0"2967version = "0.25.0"
3051source = "registry+https://github.com/rust-lang/crates.io-index"2968source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"2969checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
3053
3054[[package]]
3055name = "gimli"
3056version = "0.24.0"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
3059dependencies = [2970dependencies = [
3060 "fallible-iterator",2971 "fallible-iterator",
3061 "indexmap",2972 "indexmap",
30702981
3071[[package]]2982[[package]]
3072name = "globset"2983name = "globset"
3073version = "0.4.5"2984version = "0.4.8"
3074source = "registry+https://github.com/rust-lang/crates.io-index"2985source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"2986checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
3076dependencies = [2987dependencies = [
3077 "aho-corasick",2988 "aho-corasick",
3078 "bstr",2989 "bstr",
3095]3006]
30963007
3097[[package]]3008[[package]]
3098name = "h2"
3099version = "0.1.26"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
3102dependencies = [
3103 "byteorder",
3104 "bytes 0.4.12",
3105 "fnv",
3106 "futures 0.1.29",
3107 "http 0.1.21",
3108 "indexmap",
3109 "log",
3110 "slab",
3111 "string",
3112 "tokio-io",
3113]
3114
3115[[package]]
3116name = "h2"
3117version = "0.2.5"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
3120dependencies = [
3121 "bytes 0.5.6",
3122 "fnv",
3123 "futures-core",
3124 "futures-sink",
3125 "futures-util",
3126 "http 0.2.1",
3127 "indexmap",
3128 "log",
3129 "slab",
3130 "tokio 0.2.25",
3131 "tokio-util",
3132]
3133
3134[[package]]
3135name = "handlebars"3009name = "handlebars"
3136version = "3.5.1"3010version = "3.5.5"
3137source = "registry+https://github.com/rust-lang/crates.io-index"3011source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9"3012checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
3139dependencies = [3013dependencies = [
3140 "log",3014 "log",
3141 "pest",3015 "pest",
3142 "pest_derive",3016 "pest_derive",
3143 "quick-error 2.0.0",3017 "quick-error 2.0.1",
3144 "serde",3018 "serde",
3145 "serde_json",3019 "serde_json",
3146]3020]
31713045
3172[[package]]3046[[package]]
3173name = "heck"3047name = "heck"
3174version = "0.3.1"3048version = "0.3.3"
3175source = "registry+https://github.com/rust-lang/crates.io-index"3049source = "registry+https://github.com/rust-lang/crates.io-index"
3176checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"3050checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
3177dependencies = [3051dependencies = [
3178 "unicode-segmentation",3052 "unicode-segmentation",
3179]3053]
31803054
3181[[package]]3055[[package]]
3182name = "hermit-abi"3056name = "hermit-abi"
3183version = "0.1.15"3057version = "0.1.19"
3184source = "registry+https://github.com/rust-lang/crates.io-index"3058source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"3059checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
3186dependencies = [3060dependencies = [
3187 "libc",3061 "libc",
3188]3062]
3226]3100]
32273101
3228[[package]]3102[[package]]
3103name = "hmac"
3104version = "0.11.0"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
3107dependencies = [
3108 "crypto-mac 0.11.1",
3109 "digest 0.9.0",
3110]
3111
3112[[package]]
3229name = "hmac-drbg"3113name = "hmac-drbg"
3230version = "0.2.0"3114version = "0.2.0"
3231source = "registry+https://github.com/rust-lang/crates.io-index"3115source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3116checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
3233dependencies = [3117dependencies = [
3234 "digest 0.8.1",3118 "digest 0.8.1",
3235 "generic-array 0.12.3",3119 "generic-array 0.12.4",
3236 "hmac 0.7.1",3120 "hmac 0.7.1",
3237]3121]
32383122
32603144
3261[[package]]3145[[package]]
3262name = "http"3146name = "http"
3263version = "0.1.21"3147version = "0.2.5"
3264source = "registry+https://github.com/rust-lang/crates.io-index"3148source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"3149checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
3266dependencies = [3150dependencies = [
3267 "bytes 0.4.12",3151 "bytes 1.1.0",
3268 "fnv",3152 "fnv",
3269 "itoa",3153 "itoa",
3270]3154]
32713155
3272[[package]]3156[[package]]
3273name = "http"
3274version = "0.2.1"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
3277dependencies = [
3278 "bytes 0.5.6",
3279 "fnv",
3280 "itoa",
3281]
3282
3283[[package]]
3284name = "http-body"3157name = "http-body"
3285version = "0.1.0"3158version = "0.4.3"
3286source = "registry+https://github.com/rust-lang/crates.io-index"3159source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"3160checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5"
3288dependencies = [3161dependencies = [
3289 "bytes 0.4.12",3162 "bytes 1.1.0",
3290 "futures 0.1.29",3163 "http",
3291 "http 0.1.21",3164 "pin-project-lite 0.2.7",
3292 "tokio-buf",
3293]3165]
32943166
3295[[package]]3167[[package]]
3296name = "http-body"
3297version = "0.3.1"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
3300dependencies = [
3301 "bytes 0.5.6",
3302 "http 0.2.1",
3303]
3304
3305[[package]]
3306name = "http-body"
3307version = "0.4.2"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
3310dependencies = [
3311 "bytes 1.0.1",
3312 "http 0.2.1",
3313 "pin-project-lite 0.2.4",
3314]
3315
3316[[package]]
3317name = "httparse"3168name = "httparse"
3318version = "1.3.4"3169version = "1.5.1"
3319source = "registry+https://github.com/rust-lang/crates.io-index"3170source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"3171checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
33213172
3322[[package]]3173[[package]]
3323name = "httpdate"3174name = "httpdate"
3324version = "0.3.2"3175version = "1.0.1"
3325source = "registry+https://github.com/rust-lang/crates.io-index"3176source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"3177checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
33273178
3328[[package]]3179[[package]]
3329name = "humantime"3180name = "humantime"
33363187
3337[[package]]3188[[package]]
3338name = "humantime"3189name = "humantime"
3339version = "2.0.1"3190version = "2.1.0"
3340source = "registry+https://github.com/rust-lang/crates.io-index"3191source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"3192checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
33423193
3343[[package]]3194[[package]]
3344name = "hyper"3195name = "hyper"
3345version = "0.12.35"3196version = "0.14.13"
3346source = "registry+https://github.com/rust-lang/crates.io-index"3197source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"3198checksum = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593"
3348dependencies = [3199dependencies = [
3349 "bytes 0.4.12",3200 "bytes 1.1.0",
3350 "futures 0.1.29",
3351 "futures-cpupool",
3352 "h2 0.1.26",
3353 "http 0.1.21",
3354 "http-body 0.1.0",
3355 "httparse",
3356 "iovec",
3357 "itoa",
3358 "log",
3359 "net2",
3360 "rustc_version 0.2.3",
3361 "time",
3362 "tokio 0.1.22",
3363 "tokio-buf",
3364 "tokio-executor",
3365 "tokio-io",
3366 "tokio-reactor",
3367 "tokio-tcp",
3368 "tokio-threadpool",
3369 "tokio-timer",
3370 "want 0.2.0",
3371]
3372
3373[[package]]
3374name = "hyper"
3375version = "0.13.9"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
3378dependencies = [
3379 "bytes 0.5.6",
3380 "futures-channel",3201 "futures-channel",
3381 "futures-core",3202 "futures-core",
3382 "futures-util",3203 "futures-util",
3383 "h2 0.2.5",3204 "http",
3384 "http 0.2.1",
3385 "http-body 0.3.1",3205 "http-body",
3386 "httparse",3206 "httparse",
3387 "httpdate",3207 "httpdate",
3388 "itoa",3208 "itoa",
3389 "pin-project 1.0.7",3209 "pin-project-lite 0.2.7",
3390 "socket2 0.3.17",3210 "socket2 0.4.2",
3391 "tokio 0.2.25",3211 "tokio 1.12.0",
3392 "tower-service",3212 "tower-service",
3393 "tracing",3213 "tracing",
3394 "want 0.3.0",3214 "want",
3395]3215]
33963216
3397[[package]]3217[[package]]
3398name = "hyper"
3399version = "0.14.5"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"
3402dependencies = [
3403 "bytes 1.0.1",
3404 "futures-channel",
3405 "futures-core",
3406 "futures-util",
3407 "http 0.2.1",
3408 "http-body 0.4.2",
3409 "httparse",
3410 "httpdate",
3411 "itoa",
3412 "pin-project 1.0.7",
3413 "tokio 1.6.1",
3414 "tower-service",
3415 "tracing",
3416 "want 0.3.0",
3417]
3418
3419[[package]]
3420name = "hyper-rustls"3218name = "hyper-rustls"
3421version = "0.21.0"3219version = "0.22.1"
3422source = "registry+https://github.com/rust-lang/crates.io-index"3220source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"3221checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
3424dependencies = [3222dependencies = [
3425 "bytes 0.5.6",
3426 "ct-logs",3223 "ct-logs",
3427 "futures-util",3224 "futures-util",
3428 "hyper 0.13.9",3225 "hyper",
3429 "log",3226 "log",
3430 "rustls 0.18.0",3227 "rustls",
3431 "rustls-native-certs 0.4.0",3228 "rustls-native-certs",
3432 "tokio 0.2.25",3229 "tokio 1.12.0",
3433 "tokio-rustls 0.14.0",3230 "tokio-rustls",
3434 "webpki",3231 "webpki",
3435]3232]
34363233
34533250
3454[[package]]3251[[package]]
3455name = "idna"3252name = "idna"
3456version = "0.2.0"3253version = "0.2.3"
3457source = "registry+https://github.com/rust-lang/crates.io-index"3254source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"3255checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
3459dependencies = [3256dependencies = [
3460 "matches",3257 "matches",
3461 "unicode-bidi",3258 "unicode-bidi",
34643261
3465[[package]]3262[[package]]
3466name = "if-addrs"3263name = "if-addrs"
3467version = "0.6.5"3264version = "0.6.6"
3468source = "registry+https://github.com/rust-lang/crates.io-index"3265source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"3266checksum = "c9a83ec4af652890ac713ffd8dc859e650420a5ef47f7b9be29b6664ab50fbc8"
3470dependencies = [3267dependencies = [
3471 "if-addrs-sys",3268 "if-addrs-sys",
3472 "libc",3269 "libc",
34853282
3486[[package]]3283[[package]]
3487name = "if-watch"3284name = "if-watch"
3488version = "0.2.0"3285version = "0.2.2"
3489source = "registry+https://github.com/rust-lang/crates.io-index"3286source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6"3287checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"
3491dependencies = [3288dependencies = [
3492 "async-io",3289 "async-io",
3493 "futures 0.3.17",3290 "futures 0.3.17",
35703367
3571[[package]]3368[[package]]
3572name = "integer-encoding"3369name = "integer-encoding"
3573version = "1.1.5"3370version = "1.1.7"
3574source = "registry+https://github.com/rust-lang/crates.io-index"3371source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625"3372checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"
35763373
3577[[package]]3374[[package]]
3578name = "integer-sqrt"3375name = "integer-sqrt"
3579version = "0.1.3"3376version = "0.1.5"
3580source = "registry+https://github.com/rust-lang/crates.io-index"3377source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"3378checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"
3379dependencies = [
3380 "num-traits",
3381]
35823382
3583[[package]]3383[[package]]
3584name = "intervalier"3384name = "intervalier"
36013401
3602[[package]]3402[[package]]
3603name = "ip_network"3403name = "ip_network"
3604version = "0.3.4"3404version = "0.4.0"
3605source = "registry+https://github.com/rust-lang/crates.io-index"3405source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"3406checksum = "09b746553d2f4a1ca26fab939943ddfb217a091f34f53571620a8e3d30691303"
36073407
3608[[package]]3408[[package]]
3609name = "ipconfig"3409name = "ipconfig"
3610version = "0.2.2"3410version = "0.2.2"
3611source = "registry+https://github.com/rust-lang/crates.io-index"3411source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3412checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
3613dependencies = [3413dependencies = [
3614 "socket2 0.3.17",3414 "socket2 0.3.19",
3615 "widestring",3415 "widestring",
3616 "winapi 0.3.9",3416 "winapi 0.3.9",
3617 "winreg",3417 "winreg",
3618]3418]
36193419
3620[[package]]3420[[package]]
3621name = "ipnet"3421name = "ipnet"
3622version = "2.3.0"3422version = "2.3.1"
3623source = "registry+https://github.com/rust-lang/crates.io-index"3423source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"3424checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
36253425
3626[[package]]3426[[package]]
3627name = "itertools"3427name = "itertools"
3628version = "0.10.0"3428version = "0.10.1"
3629source = "registry+https://github.com/rust-lang/crates.io-index"3429source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"3430checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
3631dependencies = [3431dependencies = [
3632 "either",3432 "either",
3633]3433]
36343434
3635[[package]]3435[[package]]
3636name = "itoa"3436name = "itoa"
3637version = "0.4.6"3437version = "0.4.8"
3638source = "registry+https://github.com/rust-lang/crates.io-index"3438source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"3439checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
36403440
3641[[package]]3441[[package]]
3642name = "jobserver"3442name = "jobserver"
3643version = "0.1.21"3443version = "0.1.24"
3644source = "registry+https://github.com/rust-lang/crates.io-index"3444source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"3445checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
3646dependencies = [3446dependencies = [
3647 "libc",3447 "libc",
3648]3448]
36493449
3650[[package]]3450[[package]]
3651name = "js-sys"3451name = "js-sys"
3652version = "0.3.52"3452version = "0.3.55"
3653source = "registry+https://github.com/rust-lang/crates.io-index"3453source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752"3454checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
3655dependencies = [3455dependencies = [
3656 "wasm-bindgen",3456 "wasm-bindgen",
3657]3457]
36583458
3659[[package]]3459[[package]]
3660name = "jsonrpc-client-transports"3460name = "jsonrpc-client-transports"
3661version = "14.2.1"3461version = "18.0.0"
3662source = "registry+https://github.com/rust-lang/crates.io-index"3462source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"3463checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
3664dependencies = [3464dependencies = [
3665 "failure",3465 "derive_more",
3666 "futures 0.1.29",3466 "futures 0.3.17",
3667 "jsonrpc-core 14.2.0",3467 "jsonrpc-core",
3668 "jsonrpc-pubsub 14.2.0",3468 "jsonrpc-pubsub",
3669 "log",3469 "log",
3670 "serde",3470 "serde",
3671 "serde_json",3471 "serde_json",
3672 "url 1.7.2",3472 "url 1.7.2",
3673]3473]
36743474
3675[[package]]3475[[package]]
3676name = "jsonrpc-client-transports"
3677version = "15.1.0"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"
3680dependencies = [
3681 "failure",
3682 "futures 0.1.29",
3683 "jsonrpc-core 15.1.0",
3684 "jsonrpc-pubsub 15.1.0",
3685 "log",
3686 "serde",
3687 "serde_json",
3688 "url 1.7.2",
3689]
3690
3691[[package]]
3692name = "jsonrpc-core"3476name = "jsonrpc-core"
3693version = "14.2.0"3477version = "18.0.0"
3694source = "registry+https://github.com/rust-lang/crates.io-index"3478source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"3479checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
3696dependencies = [3480dependencies = [
3697 "futures 0.1.29",3481 "futures 0.3.17",
3482 "futures-executor",
3483 "futures-util",
3698 "log",3484 "log",
3699 "serde",3485 "serde",
3700 "serde_derive",3486 "serde_derive",
3701 "serde_json",3487 "serde_json",
3702]3488]
37033489
3704[[package]]3490[[package]]
3705name = "jsonrpc-core"
3706version = "15.1.0"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"
3709dependencies = [
3710 "futures 0.1.29",
3711 "log",
3712 "serde",
3713 "serde_derive",
3714 "serde_json",
3715]
3716
3717[[package]]
3718name = "jsonrpc-core-client"3491name = "jsonrpc-core-client"
3719version = "14.2.0"3492version = "18.0.0"
3720source = "registry+https://github.com/rust-lang/crates.io-index"3493source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"3494checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
3722dependencies = [3495dependencies = [
3723 "jsonrpc-client-transports 14.2.1",3496 "futures 0.3.17",
3497 "jsonrpc-client-transports",
3724]3498]
37253499
3726[[package]]3500[[package]]
3727name = "jsonrpc-core-client"
3728version = "15.1.0"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"
3731dependencies = [
3732 "jsonrpc-client-transports 15.1.0",
3733]
3734
3735[[package]]
3736name = "jsonrpc-derive"3501name = "jsonrpc-derive"
3737version = "14.2.2"3502version = "18.0.0"
3738source = "registry+https://github.com/rust-lang/crates.io-index"3503source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc"3504checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
3740dependencies = [3505dependencies = [
3741 "proc-macro-crate 0.1.5",3506 "proc-macro-crate 0.1.5",
3742 "proc-macro2",3507 "proc-macro2",
3745]3510]
37463511
3747[[package]]3512[[package]]
3748name = "jsonrpc-derive"
3749version = "15.1.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"
3752dependencies = [
3753 "proc-macro-crate 0.1.5",
3754 "proc-macro2",
3755 "quote",
3756 "syn",
3757]
3758
3759[[package]]
3760name = "jsonrpc-http-server"3513name = "jsonrpc-http-server"
3761version = "15.1.0"3514version = "18.0.0"
3762source = "registry+https://github.com/rust-lang/crates.io-index"3515source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3516checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
3764dependencies = [3517dependencies = [
3765 "hyper 0.12.35",3518 "futures 0.3.17",
3766 "jsonrpc-core 15.1.0",3519 "hyper",
3520 "jsonrpc-core",
3767 "jsonrpc-server-utils",3521 "jsonrpc-server-utils",
3768 "log",3522 "log",
3769 "net2",3523 "net2",
3770 "parking_lot 0.10.2",3524 "parking_lot 0.11.2",
3771 "unicase",3525 "unicase",
3772]3526]
37733527
3774[[package]]3528[[package]]
3775name = "jsonrpc-ipc-server"3529name = "jsonrpc-ipc-server"
3776version = "15.1.0"3530version = "18.0.0"
3777source = "registry+https://github.com/rust-lang/crates.io-index"3531source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"3532checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
3779dependencies = [3533dependencies = [
3780 "jsonrpc-core 15.1.0",3534 "futures 0.3.17",
3535 "jsonrpc-core",
3781 "jsonrpc-server-utils",3536 "jsonrpc-server-utils",
3782 "log",3537 "log",
3783 "parity-tokio-ipc",3538 "parity-tokio-ipc",
3784 "parking_lot 0.10.2",3539 "parking_lot 0.11.2",
3785 "tokio-service",3540 "tower-service",
3786]3541]
37873542
3788[[package]]3543[[package]]
3789name = "jsonrpc-pubsub"3544name = "jsonrpc-pubsub"
3790version = "14.2.0"3545version = "18.0.0"
3791source = "registry+https://github.com/rust-lang/crates.io-index"3546source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"3547checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
3793dependencies = [3548dependencies = [
3794 "jsonrpc-core 14.2.0",3549 "futures 0.3.17",
3550 "jsonrpc-core",
3551 "lazy_static",
3795 "log",3552 "log",
3796 "parking_lot 0.10.2",3553 "parking_lot 0.11.2",
3797 "rand 0.7.3",3554 "rand 0.7.3",
3798 "serde",3555 "serde",
3799]3556]
38003557
3801[[package]]3558[[package]]
3802name = "jsonrpc-pubsub"
3803version = "15.1.0"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"
3806dependencies = [
3807 "jsonrpc-core 15.1.0",
3808 "log",
3809 "parking_lot 0.10.2",
3810 "rand 0.7.3",
3811 "serde",
3812]
3813
3814[[package]]
3815name = "jsonrpc-server-utils"3559name = "jsonrpc-server-utils"
3816version = "15.1.0"3560version = "18.0.0"
3817source = "registry+https://github.com/rust-lang/crates.io-index"3561source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"3562checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
3819dependencies = [3563dependencies = [
3820 "bytes 0.4.12",3564 "bytes 1.1.0",
3565 "futures 0.3.17",
3821 "globset",3566 "globset",
3822 "jsonrpc-core 15.1.0",3567 "jsonrpc-core",
3823 "lazy_static",3568 "lazy_static",
3824 "log",3569 "log",
3825 "tokio 0.1.22",3570 "tokio 1.12.0",
3571 "tokio-stream",
3826 "tokio-codec",3572 "tokio-util",
3827 "unicase",3573 "unicase",
3828]3574]
38293575
3830[[package]]3576[[package]]
3831name = "jsonrpc-ws-server"3577name = "jsonrpc-ws-server"
3832version = "15.1.0"3578version = "18.0.0"
3833source = "registry+https://github.com/rust-lang/crates.io-index"3579source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"3580checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"
3835dependencies = [3581dependencies = [
3836 "jsonrpc-core 15.1.0",3582 "futures 0.3.17",
3583 "jsonrpc-core",
3837 "jsonrpc-server-utils",3584 "jsonrpc-server-utils",
3838 "log",3585 "log",
3839 "parity-ws",3586 "parity-ws",
3840 "parking_lot 0.10.2",3587 "parking_lot 0.11.2",
3841 "slab",3588 "slab",
3842]3589]
38433590
3844[[package]]3591[[package]]
3845name = "jsonrpsee-proc-macros"3592name = "jsonrpsee-proc-macros"
3846version = "0.3.0"3593version = "0.3.1"
3847source = "registry+https://github.com/rust-lang/crates.io-index"3594source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "f37924e16300e249a52a22cabb5632f846dc9760b39355f5e8bc70cd23dc6300"3595checksum = "8edb341d35279b59c79d7fe9e060a51aec29d45af99cc7c72ea7caa350fa71a4"
3849dependencies = [3596dependencies = [
3850 "Inflector",3597 "Inflector",
3851 "bae",3598 "bae",
3852 "proc-macro-crate 1.0.0",3599 "proc-macro-crate 1.1.0",
3853 "proc-macro2",3600 "proc-macro2",
3854 "quote",3601 "quote",
3855 "syn",3602 "syn",
3856]3603]
38573604
3858[[package]]3605[[package]]
3859name = "jsonrpsee-types"3606name = "jsonrpsee-types"
3860version = "0.3.0"3607version = "0.3.1"
3861source = "registry+https://github.com/rust-lang/crates.io-index"3608source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "d67724d368c59e08b557a516cf8fcc51100e7a708850f502e1044b151fe89788"3609checksum = "4cc738fd55b676ada3271ef7c383a14a0867a2a88b0fa941311bf5fc0a29d498"
3863dependencies = [3610dependencies = [
3864 "async-trait",3611 "async-trait",
3865 "beef",3612 "beef",
3866 "futures-channel",3613 "futures-channel",
3867 "futures-util",3614 "futures-util",
3868 "hyper 0.14.5",3615 "hyper",
3869 "log",3616 "log",
3870 "serde",3617 "serde",
3871 "serde_json",3618 "serde_json",
38753622
3876[[package]]3623[[package]]
3877name = "jsonrpsee-ws-client"3624name = "jsonrpsee-ws-client"
3878version = "0.3.0"3625version = "0.3.1"
3879source = "registry+https://github.com/rust-lang/crates.io-index"3626source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "8e2834b6e7f57ce9a4412ed4d6dc95125d2c8612e68f86b9d9a07369164e4198"3627checksum = "9841352dbecf4c2ed5dc71698df9f1660262ae4e0b610e968602529bdbcf7b30"
3881dependencies = [3628dependencies = [
3882 "async-trait",3629 "async-trait",
3883 "fnv",3630 "fnv",
3884 "futures 0.3.17",3631 "futures 0.3.17",
3885 "jsonrpsee-types",3632 "jsonrpsee-types",
3886 "log",3633 "log",
3887 "pin-project 1.0.7",3634 "pin-project 1.0.8",
3888 "rustls 0.19.1",3635 "rustls",
3889 "rustls-native-certs 0.5.0",3636 "rustls-native-certs",
3890 "serde",3637 "serde",
3891 "serde_json",3638 "serde_json",
3892 "soketto 0.6.0",3639 "soketto 0.6.0",
3893 "thiserror",3640 "thiserror",
3894 "tokio 0.2.25",3641 "tokio 1.12.0",
3895 "tokio-rustls 0.15.0",3642 "tokio-rustls",
3896 "tokio-util",3643 "tokio-util",
3897 "url 2.2.0",3644 "url 2.2.2",
3898]3645]
38993646
3900[[package]]3647[[package]]
39153662
3916[[package]]3663[[package]]
3917name = "kusama-runtime"3664name = "kusama-runtime"
3918version = "0.9.10"3665version = "0.9.11"
3919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"3666source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
3920dependencies = [3667dependencies = [
3921 "beefy-primitives",3668 "beefy-primitives",
3922 "bitvec 0.20.1",3669 "bitvec 0.20.4",
3923 "frame-benchmarking",3670 "frame-benchmarking",
3924 "frame-election-provider-support",3671 "frame-election-provider-support",
3925 "frame-executive",3672 "frame-executive",
3933 "pallet-authority-discovery",3680 "pallet-authority-discovery",
3934 "pallet-authorship",3681 "pallet-authorship",
3935 "pallet-babe",3682 "pallet-babe",
3683 "pallet-bags-list",
3936 "pallet-balances",3684 "pallet-balances",
3937 "pallet-bounties",3685 "pallet-bounties",
3938 "pallet-collective",3686 "pallet-collective",
3971 "polkadot-runtime-common",3719 "polkadot-runtime-common",
3972 "polkadot-runtime-parachains",3720 "polkadot-runtime-parachains",
3973 "rustc-hex",3721 "rustc-hex",
3722 "scale-info",
3974 "serde",3723 "serde",
3975 "serde_derive",3724 "serde_derive",
3976 "smallvec 1.6.1",3725 "smallvec",
3977 "sp-api",3726 "sp-api",
3978 "sp-arithmetic",3727 "sp-arithmetic",
3979 "sp-authority-discovery",3728 "sp-authority-discovery",
4013checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"3762checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"
4014dependencies = [3763dependencies = [
4015 "parity-util-mem",3764 "parity-util-mem",
4016 "smallvec 1.6.1",3765 "smallvec",
4017]3766]
40183767
4019[[package]]3768[[package]]
40293778
4030[[package]]3779[[package]]
4031name = "kvdb-rocksdb"3780name = "kvdb-rocksdb"
4032version = "0.12.0"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "431ca65516efab86e65d96281f750ebb54277dec656fcf6c027f3d1c0cb69e4c"
4035dependencies = [
4036 "fs-swap",
4037 "kvdb",
4038 "log",
4039 "num_cpus",
4040 "owning_ref",
4041 "parity-util-mem",
4042 "parking_lot 0.11.2",
4043 "regex",
4044 "rocksdb 0.16.0",
4045 "smallvec 1.6.1",
4046]
4047
4048[[package]]
4049name = "kvdb-rocksdb"
4050version = "0.14.0"3781version = "0.14.0"
4051source = "registry+https://github.com/rust-lang/crates.io-index"3782source = "registry+https://github.com/rust-lang/crates.io-index"
4052checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"3783checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"
4059 "parity-util-mem",3790 "parity-util-mem",
4060 "parking_lot 0.11.2",3791 "parking_lot 0.11.2",
4061 "regex",3792 "regex",
4062 "rocksdb 0.17.0",3793 "rocksdb",
4063 "smallvec 1.6.1",3794 "smallvec",
4064]3795]
40653796
4066[[package]]3797[[package]]
40713802
4072[[package]]3803[[package]]
4073name = "lazycell"3804name = "lazycell"
4074version = "1.2.1"3805version = "1.3.0"
4075source = "registry+https://github.com/rust-lang/crates.io-index"3806source = "registry+https://github.com/rust-lang/crates.io-index"
4076checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"3807checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
40773808
4078[[package]]3809[[package]]
4079name = "libc"3810name = "libc"
4114checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"3845checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"
4115dependencies = [3846dependencies = [
4116 "atomic",3847 "atomic",
4117 "bytes 1.0.1",3848 "bytes 1.1.0",
4118 "futures 0.3.17",3849 "futures 0.3.17",
4119 "lazy_static",3850 "lazy_static",
4120 "libp2p-core",3851 "libp2p-core",
4141 "libp2p-yamux",3872 "libp2p-yamux",
4142 "multiaddr",3873 "multiaddr",
4143 "parking_lot 0.11.2",3874 "parking_lot 0.11.2",
4144 "pin-project 1.0.7",3875 "pin-project 1.0.8",
4145 "smallvec 1.6.1",3876 "smallvec",
4146 "wasm-timer",3877 "wasm-timer",
4147]3878]
41483879
4166 "multihash 0.14.0",3897 "multihash 0.14.0",
4167 "multistream-select",3898 "multistream-select",
4168 "parking_lot 0.11.2",3899 "parking_lot 0.11.2",
4169 "pin-project 1.0.7",3900 "pin-project 1.0.8",
4170 "prost",3901 "prost",
4171 "prost-build",3902 "prost-build",
4172 "rand 0.7.3",3903 "rand 0.7.3",
4173 "ring",3904 "ring",
4174 "rw-stream-sink",3905 "rw-stream-sink",
4175 "sha2 0.9.2",3906 "sha2 0.9.8",
4176 "smallvec 1.6.1",3907 "smallvec",
4177 "thiserror",3908 "thiserror",
4178 "unsigned-varint 0.7.0",3909 "unsigned-varint 0.7.0",
4179 "void",3910 "void",
4201 "futures 0.3.17",3932 "futures 0.3.17",
4202 "libp2p-core",3933 "libp2p-core",
4203 "log",3934 "log",
4204 "smallvec 1.6.1",3935 "smallvec",
4205 "trust-dns-resolver",3936 "trust-dns-resolver",
4206]3937]
42073938
4220 "prost",3951 "prost",
4221 "prost-build",3952 "prost-build",
4222 "rand 0.7.3",3953 "rand 0.7.3",
4223 "smallvec 1.6.1",3954 "smallvec",
4224]3955]
42253956
4226[[package]]3957[[package]]
4232 "asynchronous-codec 0.6.0",3963 "asynchronous-codec 0.6.0",
4233 "base64 0.13.0",3964 "base64 0.13.0",
4234 "byteorder",3965 "byteorder",
4235 "bytes 1.0.1",3966 "bytes 1.1.0",
4236 "fnv",3967 "fnv",
4237 "futures 0.3.17",3968 "futures 0.3.17",
4238 "hex_fmt",3969 "hex_fmt",
4243 "prost-build",3974 "prost-build",
4244 "rand 0.7.3",3975 "rand 0.7.3",
4245 "regex",3976 "regex",
4246 "sha2 0.9.2",3977 "sha2 0.9.8",
4247 "smallvec 1.6.1",3978 "smallvec",
4248 "unsigned-varint 0.7.0",3979 "unsigned-varint 0.7.0",
4249 "wasm-timer",3980 "wasm-timer",
4250]3981]
4261 "log",3992 "log",
4262 "prost",3993 "prost",
4263 "prost-build",3994 "prost-build",
4264 "smallvec 1.6.1",3995 "smallvec",
4265 "wasm-timer",3996 "wasm-timer",
4266]3997]
42673998
4273dependencies = [4004dependencies = [
4274 "arrayvec 0.5.2",4005 "arrayvec 0.5.2",
4275 "asynchronous-codec 0.6.0",4006 "asynchronous-codec 0.6.0",
4276 "bytes 1.0.1",4007 "bytes 1.1.0",
4277 "either",4008 "either",
4278 "fnv",4009 "fnv",
4279 "futures 0.3.17",4010 "futures 0.3.17",
4283 "prost",4014 "prost",
4284 "prost-build",4015 "prost-build",
4285 "rand 0.7.3",4016 "rand 0.7.3",
4286 "sha2 0.9.2",4017 "sha2 0.9.8",
4287 "smallvec 1.6.1",4018 "smallvec",
4288 "uint",4019 "uint",
4289 "unsigned-varint 0.7.0",4020 "unsigned-varint 0.7.0",
4290 "void",4021 "void",
4307 "libp2p-swarm",4038 "libp2p-swarm",
4308 "log",4039 "log",
4309 "rand 0.8.4",4040 "rand 0.8.4",
4310 "smallvec 1.6.1",4041 "smallvec",
4311 "socket2 0.4.0",4042 "socket2 0.4.2",
4312 "void",4043 "void",
4313]4044]
43144045
4319checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"4050checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"
4320dependencies = [4051dependencies = [
4321 "asynchronous-codec 0.6.0",4052 "asynchronous-codec 0.6.0",
4322 "bytes 1.0.1",4053 "bytes 1.1.0",
4323 "futures 0.3.17",4054 "futures 0.3.17",
4324 "libp2p-core",4055 "libp2p-core",
4325 "log",4056 "log",
4326 "nohash-hasher",4057 "nohash-hasher",
4327 "parking_lot 0.11.2",4058 "parking_lot 0.11.2",
4328 "rand 0.7.3",4059 "rand 0.7.3",
4329 "smallvec 1.6.1",4060 "smallvec",
4330 "unsigned-varint 0.7.0",4061 "unsigned-varint 0.7.0",
4331]4062]
43324063
4336source = "registry+https://github.com/rust-lang/crates.io-index"4067source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"4068checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"
4338dependencies = [4069dependencies = [
4339 "bytes 1.0.1",4070 "bytes 1.1.0",
4340 "curve25519-dalek 3.0.0",4071 "curve25519-dalek 3.2.0",
4341 "futures 0.3.17",4072 "futures 0.3.17",
4342 "lazy_static",4073 "lazy_static",
4343 "libp2p-core",4074 "libp2p-core",
4344 "log",4075 "log",
4345 "prost",4076 "prost",
4346 "prost-build",4077 "prost-build",
4347 "rand 0.8.4",4078 "rand 0.8.4",
4348 "sha2 0.9.2",4079 "sha2 0.9.8",
4349 "snow",4080 "snow",
4350 "static_assertions",4081 "static_assertions",
4351 "x25519-dalek",4082 "x25519-dalek",
4374checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"4105checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"
4375dependencies = [4106dependencies = [
4376 "asynchronous-codec 0.6.0",4107 "asynchronous-codec 0.6.0",
4377 "bytes 1.0.1",4108 "bytes 1.1.0",
4378 "futures 0.3.17",4109 "futures 0.3.17",
4379 "libp2p-core",4110 "libp2p-core",
4380 "log",4111 "log",
4392dependencies = [4123dependencies = [
4393 "futures 0.3.17",4124 "futures 0.3.17",
4394 "log",4125 "log",
4395 "pin-project 1.0.7",4126 "pin-project 1.0.8",
4396 "rand 0.7.3",4127 "rand 0.7.3",
4397 "salsa20",4128 "salsa20",
4398 "sha3 0.9.1",4129 "sha3 0.9.1",
4405checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"4136checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"
4406dependencies = [4137dependencies = [
4407 "asynchronous-codec 0.6.0",4138 "asynchronous-codec 0.6.0",
4408 "bytes 1.0.1",4139 "bytes 1.1.0",
4409 "futures 0.3.17",4140 "futures 0.3.17",
4410 "futures-timer 3.0.2",4141 "futures-timer 3.0.2",
4411 "libp2p-core",4142 "libp2p-core",
4412 "libp2p-swarm",4143 "libp2p-swarm",
4413 "log",4144 "log",
4414 "pin-project 1.0.7",4145 "pin-project 1.0.8",
4415 "prost",4146 "prost",
4416 "prost-build",4147 "prost-build",
4417 "rand 0.7.3",4148 "rand 0.7.3",
4418 "smallvec 1.6.1",4149 "smallvec",
4419 "unsigned-varint 0.7.0",4150 "unsigned-varint 0.7.0",
4420 "void",4151 "void",
4421 "wasm-timer",4152 "wasm-timer",
4428checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"4159checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"
4429dependencies = [4160dependencies = [
4430 "async-trait",4161 "async-trait",
4431 "bytes 1.0.1",4162 "bytes 1.1.0",
4432 "futures 0.3.17",4163 "futures 0.3.17",
4433 "libp2p-core",4164 "libp2p-core",
4434 "libp2p-swarm",4165 "libp2p-swarm",
4435 "log",4166 "log",
4436 "lru",4167 "lru",
4437 "minicbor",4168 "minicbor",
4438 "rand 0.7.3",4169 "rand 0.7.3",
4439 "smallvec 1.6.1",4170 "smallvec",
4440 "unsigned-varint 0.7.0",4171 "unsigned-varint 0.7.0",
4441 "wasm-timer",4172 "wasm-timer",
4442]4173]
4452 "libp2p-core",4183 "libp2p-core",
4453 "log",4184 "log",
4454 "rand 0.7.3",4185 "rand 0.7.3",
4455 "smallvec 1.6.1",4186 "smallvec",
4456 "void",4187 "void",
4457 "wasm-timer",4188 "wasm-timer",
4458]4189]
4481 "libc",4212 "libc",
4482 "libp2p-core",4213 "libp2p-core",
4483 "log",4214 "log",
4484 "socket2 0.4.0",4215 "socket2 0.4.2",
4485]4216]
44864217
4487[[package]]4218[[package]]
4523 "log",4254 "log",
4524 "quicksink",4255 "quicksink",
4525 "rw-stream-sink",4256 "rw-stream-sink",
4526 "soketto 0.4.1",4257 "soketto 0.4.2",
4527 "url 2.2.0",4258 "url 2.2.2",
4528 "webpki-roots",4259 "webpki-roots",
4529]4260]
45304261
4579 "base64 0.12.3",4310 "base64 0.12.3",
4580 "digest 0.9.0",4311 "digest 0.9.0",
4581 "hmac-drbg 0.3.0",4312 "hmac-drbg 0.3.0",
4582 "libsecp256k1-core",4313 "libsecp256k1-core 0.2.2",
4583 "libsecp256k1-gen-ecmult",4314 "libsecp256k1-gen-ecmult 0.2.1",
4584 "libsecp256k1-gen-genmult",4315 "libsecp256k1-gen-genmult 0.2.1",
4585 "rand 0.7.3",4316 "rand 0.7.3",
4586 "serde",4317 "serde",
4587 "sha2 0.9.2",4318 "sha2 0.9.8",
4588 "typenum",4319 "typenum",
4589]4320]
45904321
4598 "base64 0.12.3",4329 "base64 0.12.3",
4599 "digest 0.9.0",4330 "digest 0.9.0",
4600 "hmac-drbg 0.3.0",4331 "hmac-drbg 0.3.0",
4601 "libsecp256k1-core",4332 "libsecp256k1-core 0.2.2",
4602 "libsecp256k1-gen-ecmult",4333 "libsecp256k1-gen-ecmult 0.2.1",
4603 "libsecp256k1-gen-genmult",4334 "libsecp256k1-gen-genmult 0.2.1",
4604 "rand 0.7.3",4335 "rand 0.7.3",
4605 "serde",4336 "serde",
4606 "sha2 0.9.2",4337 "sha2 0.9.8",
4607 "typenum",4338 "typenum",
4608]4339]
46094340
4610[[package]]4341[[package]]
4342name = "libsecp256k1"
4343version = "0.7.0"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"
4346dependencies = [
4347 "arrayref",
4348 "base64 0.13.0",
4349 "digest 0.9.0",
4350 "hmac-drbg 0.3.0",
4351 "libsecp256k1-core 0.3.0",
4352 "libsecp256k1-gen-ecmult 0.3.0",
4353 "libsecp256k1-gen-genmult 0.3.0",
4354 "rand 0.8.4",
4355 "serde",
4356 "sha2 0.9.8",
4357 "typenum",
4358]
4359
4360[[package]]
4611name = "libsecp256k1-core"4361name = "libsecp256k1-core"
4612version = "0.2.2"4362version = "0.2.2"
4613source = "registry+https://github.com/rust-lang/crates.io-index"4363source = "registry+https://github.com/rust-lang/crates.io-index"
4619]4369]
46204370
4621[[package]]4371[[package]]
4372name = "libsecp256k1-core"
4373version = "0.3.0"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
4376dependencies = [
4377 "crunchy",
4378 "digest 0.9.0",
4379 "subtle 2.4.1",
4380]
4381
4382[[package]]
4622name = "libsecp256k1-gen-ecmult"4383name = "libsecp256k1-gen-ecmult"
4623version = "0.2.1"4384version = "0.2.1"
4624source = "registry+https://github.com/rust-lang/crates.io-index"4385source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"4386checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
4626dependencies = [4387dependencies = [
4627 "libsecp256k1-core",4388 "libsecp256k1-core 0.2.2",
4628]4389]
46294390
4630[[package]]4391[[package]]
4392name = "libsecp256k1-gen-ecmult"
4393version = "0.3.0"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
4396dependencies = [
4397 "libsecp256k1-core 0.3.0",
4398]
4399
4400[[package]]
4631name = "libsecp256k1-gen-genmult"4401name = "libsecp256k1-gen-genmult"
4632version = "0.2.1"4402version = "0.2.1"
4633source = "registry+https://github.com/rust-lang/crates.io-index"4403source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"4404checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
4635dependencies = [4405dependencies = [
4636 "libsecp256k1-core",4406 "libsecp256k1-core 0.2.2",
4637]4407]
46384408
4639[[package]]4409[[package]]
4410name = "libsecp256k1-gen-genmult"
4411version = "0.3.0"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
4414dependencies = [
4415 "libsecp256k1-core 0.3.0",
4416]
4417
4418[[package]]
4640name = "libz-sys"4419name = "libz-sys"
4641version = "1.0.25"4420version = "1.1.3"
4642source = "registry+https://github.com/rust-lang/crates.io-index"4421source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"4422checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
4644dependencies = [4423dependencies = [
4645 "cc",4424 "cc",
4646 "libc",
4647 "pkg-config",4425 "pkg-config",
4648 "vcpkg",4426 "vcpkg",
4649]4427]
46564434
4657[[package]]4435[[package]]
4658name = "linked_hash_set"4436name = "linked_hash_set"
4659version = "0.1.3"4437version = "0.1.4"
4660source = "registry+https://github.com/rust-lang/crates.io-index"4438source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"4439checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
4662dependencies = [4440dependencies = [
4663 "linked-hash-map",4441 "linked-hash-map",
4664]4442]
46654443
4666[[package]]4444[[package]]
4667name = "linregress"4445name = "linregress"
4668version = "0.4.3"4446version = "0.4.4"
4669source = "registry+https://github.com/rust-lang/crates.io-index"4447source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "1e6e407dadb4ca4b31bc69c27aff00e7ca4534fdcee855159b039a7cebb5f395"4448checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"
4671dependencies = [4449dependencies = [
4672 "nalgebra",4450 "nalgebra",
4673 "statrs",4451 "statrs",
4702]4480]
47034481
4704[[package]]4482[[package]]
4705name = "loom"
4706version = "0.3.6"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
4709dependencies = [
4710 "cfg-if 0.1.10",
4711 "generator",
4712 "scoped-tls",
4713 "serde",
4714 "serde_json",
4715]
4716
4717[[package]]
4718name = "lru"4483name = "lru"
4719version = "0.6.6"4484version = "0.6.6"
4720source = "registry+https://github.com/rust-lang/crates.io-index"4485source = "registry+https://github.com/rust-lang/crates.io-index"
4733]4498]
47344499
4735[[package]]4500[[package]]
4501name = "lz4"
4502version = "1.23.2"
4503source = "registry+https://github.com/rust-lang/crates.io-index"
4504checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"
4505dependencies = [
4506 "libc",
4507 "lz4-sys",
4508]
4509
4510[[package]]
4511name = "lz4-sys"
4512version = "1.9.2"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"
4515dependencies = [
4516 "cc",
4517 "libc",
4518]
4519
4520[[package]]
4736name = "mach"4521name = "mach"
4737version = "0.3.2"4522version = "0.3.2"
4738source = "registry+https://github.com/rust-lang/crates.io-index"4523source = "registry+https://github.com/rust-lang/crates.io-index"
47644549
4765[[package]]4550[[package]]
4766name = "matches"4551name = "matches"
4767version = "0.1.8"4552version = "0.1.9"
4768source = "registry+https://github.com/rust-lang/crates.io-index"4553source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"4554checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
47704555
4771[[package]]4556[[package]]
4772name = "matrixmultiply"4557name = "matrixmultiply"
4778]4563]
47794564
4780[[package]]4565[[package]]
4781name = "maybe-uninit"
4782version = "2.0.0"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
4785
4786[[package]]
4787name = "memchr"4566name = "memchr"
4788version = "2.3.3"4567version = "2.4.1"
4789source = "registry+https://github.com/rust-lang/crates.io-index"4568source = "registry+https://github.com/rust-lang/crates.io-index"
4790checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"4569checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
47914570
4792[[package]]4571[[package]]
4793name = "memmap2"4572name = "memmap2"
4794version = "0.2.0"4573version = "0.2.3"
4795source = "registry+https://github.com/rust-lang/crates.io-index"4574source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee"4575checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
4797dependencies = [4576dependencies = [
4798 "libc",4577 "libc",
4799]4578]
48004579
4801[[package]]4580[[package]]
4802name = "memoffset"4581name = "memoffset"
4803version = "0.5.5"4582version = "0.6.4"
4804source = "registry+https://github.com/rust-lang/crates.io-index"4583source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"4584checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
4806dependencies = [4585dependencies = [
4807 "autocfg",4586 "autocfg",
4808]4587]
48094588
4810[[package]]4589[[package]]
4811name = "memoffset"
4812version = "0.6.1"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
4815dependencies = [
4816 "autocfg",
4817]
4818
4819[[package]]
4820name = "memory-db"4590name = "memory-db"
4821version = "0.27.0"4591version = "0.27.0"
4822source = "registry+https://github.com/rust-lang/crates.io-index"4592source = "registry+https://github.com/rust-lang/crates.io-index"
48444614
4845[[package]]4615[[package]]
4846name = "merlin"4616name = "merlin"
4847version = "2.0.0"4617version = "2.0.1"
4848source = "registry+https://github.com/rust-lang/crates.io-index"4618source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"4619checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"
4850dependencies = [4620dependencies = [
4851 "byteorder",4621 "byteorder",
4852 "keccak",4622 "keccak",
48564626
4857[[package]]4627[[package]]
4858name = "metered-channel"4628name = "metered-channel"
4859version = "0.9.10"4629version = "0.9.11"
4860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"4630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
4861dependencies = [4631dependencies = [
4862 "derive_more",4632 "derive_more",
4863 "futures 0.3.17",4633 "futures 0.3.17",
4864 "futures-timer 3.0.2",4634 "futures-timer 3.0.2",
4635 "thiserror",
4636 "tracing",
4865]4637]
48664638
4867[[package]]4639[[package]]
48774649
4878[[package]]4650[[package]]
4879name = "minicbor"4651name = "minicbor"
4880version = "0.8.0"4652version = "0.8.1"
4881source = "registry+https://github.com/rust-lang/crates.io-index"4653source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "ea79ce4ab9f445ec6b71833a2290ac0a29c9dde0fa7cae4c481eecae021d9bd9"4654checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"
4883dependencies = [4655dependencies = [
4884 "minicbor-derive",4656 "minicbor-derive",
4885]4657]
48864658
4887[[package]]4659[[package]]
4888name = "minicbor-derive"4660name = "minicbor-derive"
4889version = "0.6.2"4661version = "0.6.4"
4890source = "registry+https://github.com/rust-lang/crates.io-index"4662source = "registry+https://github.com/rust-lang/crates.io-index"
4891checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068"4663checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788"
4892dependencies = [4664dependencies = [
4893 "proc-macro2",4665 "proc-macro2",
4894 "quote",4666 "quote",
48974669
4898[[package]]4670[[package]]
4899name = "miniz_oxide"4671name = "miniz_oxide"
4900version = "0.4.0"4672version = "0.4.4"
4901source = "registry+https://github.com/rust-lang/crates.io-index"4673source = "registry+https://github.com/rust-lang/crates.io-index"
4902checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"4674checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
4903dependencies = [4675dependencies = [
4904 "adler",4676 "adler",
4677 "autocfg",
4905]4678]
49064679
4907[[package]]4680[[package]]
4924]4697]
49254698
4926[[package]]4699[[package]]
4927name = "mio-extras"4700name = "mio"
4928version = "2.0.6"4701version = "0.7.13"
4929source = "registry+https://github.com/rust-lang/crates.io-index"4702source = "registry+https://github.com/rust-lang/crates.io-index"
4930checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4703checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
4931dependencies = [4704dependencies = [
4932 "lazycell",4705 "libc",
4933 "log",4706 "log",
4934 "mio",4707 "miow 0.3.7",
4935 "slab",4708 "ntapi",
4709 "winapi 0.3.9",
4936]4710]
49374711
4938[[package]]4712[[package]]
4939name = "mio-named-pipes"4713name = "mio-extras"
4940version = "0.1.7"4714version = "2.0.6"
4941source = "registry+https://github.com/rust-lang/crates.io-index"4715source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"4716checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
4943dependencies = [4717dependencies = [
4718 "lazycell",
4944 "log",4719 "log",
4945 "mio",4720 "mio 0.6.23",
4946 "miow 0.3.5",
4947 "winapi 0.3.9",4721 "slab",
4948]4722]
49494723
4950[[package]]4724[[package]]
4951name = "mio-uds"
4952version = "0.6.8"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
4955dependencies = [
4956 "iovec",
4957 "libc",
4958 "mio",
4959]
4960
4961[[package]]
4962name = "miow"4725name = "miow"
4963version = "0.2.2"4726version = "0.2.2"
4964source = "registry+https://github.com/rust-lang/crates.io-index"4727source = "registry+https://github.com/rust-lang/crates.io-index"
49724735
4973[[package]]4736[[package]]
4974name = "miow"4737name = "miow"
4975version = "0.3.5"4738version = "0.3.7"
4976source = "registry+https://github.com/rust-lang/crates.io-index"4739source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"4740checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
4978dependencies = [4741dependencies = [
4979 "socket2 0.3.17",
4980 "winapi 0.3.9",4742 "winapi 0.3.9",
4981]4743]
49824744
5001 "serde",4763 "serde",
5002 "static_assertions",4764 "static_assertions",
5003 "unsigned-varint 0.7.0",4765 "unsigned-varint 0.7.0",
5004 "url 2.2.0",4766 "url 2.2.2",
5005]4767]
50064768
5007[[package]]4769[[package]]
50174779
5018[[package]]4780[[package]]
5019name = "multihash"4781name = "multihash"
5020version = "0.13.1"4782version = "0.13.2"
5021source = "registry+https://github.com/rust-lang/crates.io-index"4783source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe"4784checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"
5023dependencies = [4785dependencies = [
5024 "blake2b_simd",4786 "blake2b_simd",
5025 "blake2s_simd",4787 "blake2s_simd",
5026 "blake3",4788 "blake3",
5027 "digest 0.9.0",4789 "digest 0.9.0",
5028 "generic-array 0.14.4",4790 "generic-array 0.14.4",
5029 "multihash-derive",4791 "multihash-derive",
5030 "sha2 0.9.2",4792 "sha2 0.9.8",
5031 "sha3 0.9.1",4793 "sha3 0.9.1",
5032 "unsigned-varint 0.5.1",4794 "unsigned-varint 0.5.1",
5033]4795]
5041 "digest 0.9.0",4803 "digest 0.9.0",
5042 "generic-array 0.14.4",4804 "generic-array 0.14.4",
5043 "multihash-derive",4805 "multihash-derive",
5044 "sha2 0.9.2",4806 "sha2 0.9.8",
5045 "unsigned-varint 0.7.0",4807 "unsigned-varint 0.7.0",
5046]4808]
50474809
5051source = "registry+https://github.com/rust-lang/crates.io-index"4813source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4814checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"
5053dependencies = [4815dependencies = [
5054 "proc-macro-crate 1.0.0",4816 "proc-macro-crate 1.1.0",
5055 "proc-macro-error 1.0.4",4817 "proc-macro-error 1.0.4",
5056 "proc-macro2",4818 "proc-macro2",
5057 "quote",4819 "quote",
50614823
5062[[package]]4824[[package]]
5063name = "multimap"4825name = "multimap"
5064version = "0.8.1"4826version = "0.8.3"
5065source = "registry+https://github.com/rust-lang/crates.io-index"4827source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"4828checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
50674829
5068[[package]]4830[[package]]
5069name = "multistream-select"4831name = "multistream-select"
5070version = "0.10.0"4832version = "0.10.2"
5071source = "registry+https://github.com/rust-lang/crates.io-index"4833source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"4834checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"
5073dependencies = [4835dependencies = [
5074 "bytes 1.0.1",4836 "bytes 1.1.0",
5075 "futures 0.3.17",4837 "futures 0.3.17",
5076 "log",4838 "log",
5077 "pin-project 1.0.7",4839 "pin-project 1.0.8",
5078 "smallvec 1.6.1",4840 "smallvec",
5079 "unsigned-varint 0.6.0",4841 "unsigned-varint 0.7.0",
5080]4842]
50814843
5082[[package]]4844[[package]]
51104872
5111[[package]]4873[[package]]
5112name = "names"4874name = "names"
5113version = "0.11.0"4875version = "0.12.0"
5114source = "registry+https://github.com/rust-lang/crates.io-index"4876source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"4877checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"
5116dependencies = [4878dependencies = [
5117 "rand 0.3.23",4879 "rand 0.8.4",
5118]4880]
51194881
5120[[package]]4882[[package]]
5121name = "nb-connect"
5122version = "1.0.2"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
5125dependencies = [
5126 "libc",
5127 "winapi 0.3.9",
5128]
5129
5130[[package]]
5131name = "net2"4883name = "net2"
5132version = "0.2.37"4884version = "0.2.37"
5133source = "registry+https://github.com/rust-lang/crates.io-index"4885source = "registry+https://github.com/rust-lang/crates.io-index"
5160 "frame-benchmarking",4912 "frame-benchmarking",
5161 "frame-benchmarking-cli",4913 "frame-benchmarking-cli",
5162 "futures 0.3.17",4914 "futures 0.3.17",
5163 "jsonrpc-core 15.1.0",4915 "jsonrpc-core",
5164 "jsonrpc-pubsub 15.1.0",4916 "jsonrpc-pubsub",
5165 "log",4917 "log",
5166 "nft-data-structs",4918 "nft-data-structs",
5167 "nft-rpc",4919 "nft-rpc",
5222 "frame-support",4974 "frame-support",
5223 "frame-system",4975 "frame-system",
5224 "parity-scale-codec",4976 "parity-scale-codec",
4977 "scale-info",
5225 "serde",4978 "serde",
5226 "sp-core",4979 "sp-core",
5227 "sp-runtime",4980 "sp-runtime",
5238 "fc-rpc-core",4991 "fc-rpc-core",
5239 "fp-rpc",4992 "fp-rpc",
5240 "futures 0.3.17",4993 "futures 0.3.17",
5241 "jsonrpc-core 15.1.0",4994 "jsonrpc-core",
5242 "jsonrpc-pubsub 15.1.0",4995 "jsonrpc-pubsub",
5243 "nft-runtime",4996 "nft-runtime",
5244 "pallet-ethereum",4997 "pallet-ethereum",
5245 "pallet-nft",4998 "pallet-nft",
5317 "parachain-info",5070 "parachain-info",
5318 "parity-scale-codec",5071 "parity-scale-codec",
5319 "polkadot-parachain",5072 "polkadot-parachain",
5073 "scale-info",
5320 "serde",5074 "serde",
5321 "smallvec 1.6.1",5075 "smallvec",
5322 "sp-api",5076 "sp-api",
5323 "sp-arithmetic",5077 "sp-arithmetic",
5324 "sp-block-builder",5078 "sp-block-builder",
53525106
5353[[package]]5107[[package]]
5354name = "nom"5108name = "nom"
5355version = "6.2.1"5109version = "6.1.2"
5356source = "registry+https://github.com/rust-lang/crates.io-index"5110source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"5111checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
5358dependencies = [5112dependencies = [
5359 "bitvec 0.19.5",5113 "bitvec 0.19.5",
5360 "funty",5114 "funty",
5363]5117]
53645118
5365[[package]]5119[[package]]
5120name = "ntapi"
5121version = "0.3.6"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
5124dependencies = [
5125 "winapi 0.3.9",
5126]
5127
5128[[package]]
5366name = "num-bigint"5129name = "num-bigint"
5367version = "0.2.6"5130version = "0.2.6"
5368source = "registry+https://github.com/rust-lang/crates.io-index"5131source = "registry+https://github.com/rust-lang/crates.io-index"
53845147
5385[[package]]5148[[package]]
5386name = "num-integer"5149name = "num-integer"
5387version = "0.1.43"5150version = "0.1.44"
5388source = "registry+https://github.com/rust-lang/crates.io-index"5151source = "registry+https://github.com/rust-lang/crates.io-index"
5389checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"5152checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
5390dependencies = [5153dependencies = [
5391 "autocfg",5154 "autocfg",
5392 "num-traits",5155 "num-traits",
54375200
5438[[package]]5201[[package]]
5439name = "object"5202name = "object"
5440version = "0.23.0"5203version = "0.26.2"
5441source = "registry+https://github.com/rust-lang/crates.io-index"5204source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"5205checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
5443
5444[[package]]
5445name = "object"
5446version = "0.24.0"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
5449dependencies = [5206dependencies = [
5450 "crc32fast",5207 "crc32fast",
5451 "indexmap",5208 "indexmap",
5209 "memchr",
5452]5210]
54535211
5454[[package]]5212[[package]]
5455name = "once_cell"5213name = "once_cell"
5456version = "1.6.0"5214version = "1.8.0"
5457source = "registry+https://github.com/rust-lang/crates.io-index"5215source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"5216checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
5459dependencies = [
5460 "parking_lot 0.11.2",
5461]
54625217
5463[[package]]5218[[package]]
5464name = "opaque-debug"5219name = "opaque-debug"
54745229
5475[[package]]5230[[package]]
5476name = "openssl-probe"5231name = "openssl-probe"
5477version = "0.1.2"5232version = "0.1.4"
5478source = "registry+https://github.com/rust-lang/crates.io-index"5233source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"5234checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
54805235
5481[[package]]5236[[package]]
5482name = "ordered-float"5237name = "ordered-float"
5483version = "1.1.0"5238version = "1.1.1"
5484source = "registry+https://github.com/rust-lang/crates.io-index"5239source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"5240checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
5486dependencies = [5241dependencies = [
5487 "num-traits",5242 "num-traits",
5488]5243]
5499[[package]]5254[[package]]
5500name = "pallet-aura"5255name = "pallet-aura"
5501version = "4.0.0-dev"5256version = "4.0.0-dev"
5502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5257source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5503dependencies = [5258dependencies = [
5504 "frame-support",5259 "frame-support",
5505 "frame-system",5260 "frame-system",
5506 "pallet-session",
5507 "pallet-timestamp",5261 "pallet-timestamp",
5508 "parity-scale-codec",5262 "parity-scale-codec",
5263 "scale-info",
5509 "sp-application-crypto",5264 "sp-application-crypto",
5510 "sp-consensus-aura",5265 "sp-consensus-aura",
5511 "sp-runtime",5266 "sp-runtime",
5515[[package]]5270[[package]]
5516name = "pallet-authority-discovery"5271name = "pallet-authority-discovery"
5517version = "4.0.0-dev"5272version = "4.0.0-dev"
5518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5273source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5519dependencies = [5274dependencies = [
5520 "frame-support",5275 "frame-support",
5521 "frame-system",5276 "frame-system",
5522 "pallet-session",5277 "pallet-session",
5523 "parity-scale-codec",5278 "parity-scale-codec",
5279 "scale-info",
5524 "sp-application-crypto",5280 "sp-application-crypto",
5525 "sp-authority-discovery",5281 "sp-authority-discovery",
5526 "sp-runtime",5282 "sp-runtime",
5530[[package]]5286[[package]]
5531name = "pallet-authorship"5287name = "pallet-authorship"
5532version = "4.0.0-dev"5288version = "4.0.0-dev"
5533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5534dependencies = [5290dependencies = [
5535 "frame-support",5291 "frame-support",
5536 "frame-system",5292 "frame-system",
5537 "impl-trait-for-tuples 0.2.1",5293 "impl-trait-for-tuples 0.2.1",
5538 "parity-scale-codec",5294 "parity-scale-codec",
5295 "scale-info",
5539 "sp-authorship",5296 "sp-authorship",
5540 "sp-runtime",5297 "sp-runtime",
5541 "sp-std",5298 "sp-std",
5544[[package]]5301[[package]]
5545name = "pallet-babe"5302name = "pallet-babe"
5546version = "4.0.0-dev"5303version = "4.0.0-dev"
5547source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5304source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5548dependencies = [5305dependencies = [
5549 "frame-benchmarking",5306 "frame-benchmarking",
5550 "frame-support",5307 "frame-support",
5554 "pallet-session",5311 "pallet-session",
5555 "pallet-timestamp",5312 "pallet-timestamp",
5556 "parity-scale-codec",5313 "parity-scale-codec",
5314 "scale-info",
5557 "sp-application-crypto",5315 "sp-application-crypto",
5558 "sp-consensus-babe",5316 "sp-consensus-babe",
5559 "sp-consensus-vrf",5317 "sp-consensus-vrf",
5565]5323]
55665324
5567[[package]]5325[[package]]
5326name = "pallet-bags-list"
5327version = "4.0.0-dev"
5328source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5329dependencies = [
5330 "frame-benchmarking",
5331 "frame-election-provider-support",
5332 "frame-support",
5333 "frame-system",
5334 "log",
5335 "pallet-balances",
5336 "parity-scale-codec",
5337 "scale-info",
5338 "sp-core",
5339 "sp-io",
5340 "sp-runtime",
5341 "sp-std",
5342 "sp-tracing",
5343]
5344
5345[[package]]
5568name = "pallet-balances"5346name = "pallet-balances"
5569version = "4.0.0-dev"5347version = "4.0.0-dev"
5570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5348source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5571dependencies = [5349dependencies = [
5572 "frame-benchmarking",5350 "frame-benchmarking",
5573 "frame-support",5351 "frame-support",
5574 "frame-system",5352 "frame-system",
5575 "log",5353 "log",
5576 "parity-scale-codec",5354 "parity-scale-codec",
5355 "scale-info",
5577 "sp-runtime",5356 "sp-runtime",
5578 "sp-std",5357 "sp-std",
5579]5358]
55805359
5581[[package]]5360[[package]]
5582name = "pallet-beefy"5361name = "pallet-beefy"
5583version = "0.1.0"5362version = "4.0.0-dev"
5584source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"5363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5585dependencies = [5364dependencies = [
5586 "beefy-primitives",5365 "beefy-primitives",
5587 "frame-support",5366 "frame-support",
55965375
5597[[package]]5376[[package]]
5598name = "pallet-beefy-mmr"5377name = "pallet-beefy-mmr"
5599version = "0.1.0"5378version = "4.0.0-dev"
5600source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"5379source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5601dependencies = [5380dependencies = [
5602 "beefy-merkle-tree",5381 "beefy-merkle-tree",
5603 "beefy-primitives",5382 "beefy-primitives",
5604 "frame-support",5383 "frame-support",
5605 "frame-system",5384 "frame-system",
5606 "hex",5385 "hex",
5607 "libsecp256k1 0.6.0",5386 "libsecp256k1 0.7.0",
5608 "log",5387 "log",
5609 "pallet-beefy",5388 "pallet-beefy",
5610 "pallet-mmr",5389 "pallet-mmr",
5622[[package]]5401[[package]]
5623name = "pallet-bounties"5402name = "pallet-bounties"
5624version = "4.0.0-dev"5403version = "4.0.0-dev"
5625source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5404source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5626dependencies = [5405dependencies = [
5627 "frame-benchmarking",5406 "frame-benchmarking",
5628 "frame-support",5407 "frame-support",
5629 "frame-system",5408 "frame-system",
5409 "log",
5630 "pallet-treasury",5410 "pallet-treasury",
5631 "parity-scale-codec",5411 "parity-scale-codec",
5412 "scale-info",
5413 "sp-core",
5414 "sp-io",
5632 "sp-runtime",5415 "sp-runtime",
5633 "sp-std",5416 "sp-std",
5634]5417]
56355418
5636[[package]]5419[[package]]
5637name = "pallet-bridge-dispatch"5420name = "pallet-bridge-dispatch"
5638version = "0.1.0"5421version = "0.1.0"
5639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
5640dependencies = [5423dependencies = [
5641 "bp-message-dispatch",5424 "bp-message-dispatch",
5642 "bp-runtime",5425 "bp-runtime",
5643 "frame-support",5426 "frame-support",
5644 "frame-system",5427 "frame-system",
5645 "log",5428 "log",
5646 "parity-scale-codec",5429 "parity-scale-codec",
5430 "scale-info",
5647 "sp-core",5431 "sp-core",
5648 "sp-runtime",5432 "sp-runtime",
5649 "sp-std",5433 "sp-std",
5652[[package]]5436[[package]]
5653name = "pallet-bridge-grandpa"5437name = "pallet-bridge-grandpa"
5654version = "0.1.0"5438version = "0.1.0"
5655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5439source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
5656dependencies = [5440dependencies = [
5657 "bp-header-chain",5441 "bp-header-chain",
5658 "bp-runtime",5442 "bp-runtime",
5663 "log",5447 "log",
5664 "num-traits",5448 "num-traits",
5665 "parity-scale-codec",5449 "parity-scale-codec",
5450 "scale-info",
5666 "serde",5451 "serde",
5667 "sp-finality-grandpa",5452 "sp-finality-grandpa",
5668 "sp-runtime",5453 "sp-runtime",
5673[[package]]5458[[package]]
5674name = "pallet-bridge-messages"5459name = "pallet-bridge-messages"
5675version = "0.1.0"5460version = "0.1.0"
5676source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
5677dependencies = [5462dependencies = [
5678 "bitvec 0.20.1",5463 "bitvec 0.20.4",
5679 "bp-message-dispatch",5464 "bp-message-dispatch",
5680 "bp-messages",5465 "bp-messages",
5681 "bp-rialto",5466 "bp-rialto",
5685 "log",5470 "log",
5686 "num-traits",5471 "num-traits",
5687 "parity-scale-codec",5472 "parity-scale-codec",
5473 "scale-info",
5688 "serde",5474 "serde",
5689 "sp-core",5475 "sp-core",
5690 "sp-runtime",5476 "sp-runtime",
5694[[package]]5480[[package]]
5695name = "pallet-collective"5481name = "pallet-collective"
5696version = "4.0.0-dev"5482version = "4.0.0-dev"
5697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5483source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5698dependencies = [5484dependencies = [
5699 "frame-benchmarking",5485 "frame-benchmarking",
5700 "frame-support",5486 "frame-support",
5701 "frame-system",5487 "frame-system",
5702 "log",5488 "log",
5703 "parity-scale-codec",5489 "parity-scale-codec",
5490 "scale-info",
5704 "sp-core",5491 "sp-core",
5705 "sp-io",5492 "sp-io",
5706 "sp-runtime",5493 "sp-runtime",
5715 "frame-system",5502 "frame-system",
5716 "pallet-contracts",5503 "pallet-contracts",
5717 "parity-scale-codec",5504 "parity-scale-codec",
5505 "scale-info",
5718 "sp-runtime",5506 "sp-runtime",
5719 "sp-std",5507 "sp-std",
5720 "up-sponsorship",5508 "up-sponsorship",
5723[[package]]5511[[package]]
5724name = "pallet-contracts"5512name = "pallet-contracts"
5725version = "4.0.0-dev"5513version = "4.0.0-dev"
5726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5514source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5727dependencies = [5515dependencies = [
5728 "bitflags",5516 "bitflags",
5517 "frame-benchmarking",
5729 "frame-support",5518 "frame-support",
5730 "frame-system",5519 "frame-system",
5520 "libsecp256k1 0.3.5",
5731 "log",5521 "log",
5732 "pallet-contracts-primitives",5522 "pallet-contracts-primitives",
5733 "pallet-contracts-proc-macro",5523 "pallet-contracts-proc-macro",
5734 "parity-scale-codec",5524 "parity-scale-codec",
5735 "pwasm-utils",5525 "pwasm-utils",
5526 "rand 0.7.3",
5527 "scale-info",
5736 "serde",5528 "serde",
5737 "smallvec 1.6.1",5529 "smallvec",
5738 "sp-core",5530 "sp-core",
5739 "sp-io",5531 "sp-io",
5740 "sp-runtime",5532 "sp-runtime",
5746[[package]]5538[[package]]
5747name = "pallet-contracts-primitives"5539name = "pallet-contracts-primitives"
5748version = "4.0.0-dev"5540version = "4.0.0-dev"
5749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5541source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5750dependencies = [5542dependencies = [
5751 "bitflags",5543 "bitflags",
5752 "parity-scale-codec",5544 "parity-scale-codec",
5545 "scale-info",
5753 "serde",5546 "serde",
5754 "sp-core",5547 "sp-core",
5755 "sp-runtime",5548 "sp-runtime",
5759[[package]]5552[[package]]
5760name = "pallet-contracts-proc-macro"5553name = "pallet-contracts-proc-macro"
5761version = "4.0.0-dev"5554version = "4.0.0-dev"
5762source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5555source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5763dependencies = [5556dependencies = [
5764 "proc-macro2",5557 "proc-macro2",
5765 "quote",5558 "quote",
5769[[package]]5562[[package]]
5770name = "pallet-democracy"5563name = "pallet-democracy"
5771version = "4.0.0-dev"5564version = "4.0.0-dev"
5772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5565source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5773dependencies = [5566dependencies = [
5774 "frame-benchmarking",5567 "frame-benchmarking",
5775 "frame-support",5568 "frame-support",
5776 "frame-system",5569 "frame-system",
5777 "parity-scale-codec",5570 "parity-scale-codec",
5571 "scale-info",
5778 "serde",5572 "serde",
5779 "sp-io",5573 "sp-io",
5780 "sp-runtime",5574 "sp-runtime",
5784[[package]]5578[[package]]
5785name = "pallet-election-provider-multi-phase"5579name = "pallet-election-provider-multi-phase"
5786version = "4.0.0-dev"5580version = "4.0.0-dev"
5787source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5581source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5788dependencies = [5582dependencies = [
5789 "frame-benchmarking",5583 "frame-benchmarking",
5790 "frame-election-provider-support",5584 "frame-election-provider-support",
5793 "log",5587 "log",
5794 "parity-scale-codec",5588 "parity-scale-codec",
5795 "rand 0.7.3",5589 "rand 0.7.3",
5590 "scale-info",
5796 "sp-arithmetic",5591 "sp-arithmetic",
5797 "sp-core",5592 "sp-core",
5798 "sp-io",5593 "sp-io",
5799 "sp-npos-elections",5594 "sp-npos-elections",
5800 "sp-runtime",5595 "sp-runtime",
5801 "sp-std",5596 "sp-std",
5802 "static_assertions",5597 "static_assertions",
5598 "strum 0.21.0",
5599 "strum_macros 0.21.1",
5803]5600]
58045601
5805[[package]]5602[[package]]
5806name = "pallet-elections-phragmen"5603name = "pallet-elections-phragmen"
5807version = "5.0.0-dev"5604version = "5.0.0-dev"
5808source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5605source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5809dependencies = [5606dependencies = [
5810 "frame-benchmarking",5607 "frame-benchmarking",
5811 "frame-support",5608 "frame-support",
5812 "frame-system",5609 "frame-system",
5813 "log",5610 "log",
5814 "parity-scale-codec",5611 "parity-scale-codec",
5612 "scale-info",
5815 "sp-core",5613 "sp-core",
5816 "sp-io",5614 "sp-io",
5817 "sp-npos-elections",5615 "sp-npos-elections",
5822[[package]]5620[[package]]
5823name = "pallet-ethereum"5621name = "pallet-ethereum"
5824version = "4.0.0-dev"5622version = "4.0.0-dev"
5825source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"5623source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
5826dependencies = [5624dependencies = [
5827 "ethereum",5625 "ethereum",
5828 "ethereum-types",5626 "ethereum-types",
5840 "parity-scale-codec",5638 "parity-scale-codec",
5841 "rlp",5639 "rlp",
5842 "rustc-hex",5640 "rustc-hex",
5641 "scale-info",
5843 "serde",5642 "serde",
5844 "sha3 0.8.2",5643 "sha3 0.8.2",
5845 "sp-io",5644 "sp-io",
5850[[package]]5649[[package]]
5851name = "pallet-evm"5650name = "pallet-evm"
5852version = "6.0.0-dev"5651version = "6.0.0-dev"
5853source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"5652source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"
5854dependencies = [5653dependencies = [
5855 "evm",5654 "evm",
5856 "evm-gasometer",5655 "evm-gasometer",
5867 "parity-scale-codec",5666 "parity-scale-codec",
5868 "primitive-types 0.9.1",5667 "primitive-types 0.9.1",
5869 "rlp",5668 "rlp",
5669 "scale-info",
5870 "serde",5670 "serde",
5871 "sha3 0.8.2",5671 "sha3 0.8.2",
5872 "sp-core",5672 "sp-core",
5886 "pallet-ethereum",5686 "pallet-ethereum",
5887 "pallet-evm",5687 "pallet-evm",
5888 "parity-scale-codec",5688 "parity-scale-codec",
5689 "scale-info",
5889 "sp-core",5690 "sp-core",
5890 "sp-std",5691 "sp-std",
5891]5692]
5901 "pallet-evm",5702 "pallet-evm",
5902 "pallet-evm-coder-substrate",5703 "pallet-evm-coder-substrate",
5903 "parity-scale-codec",5704 "parity-scale-codec",
5705 "scale-info",
5904 "sp-core",5706 "sp-core",
5905 "sp-runtime",5707 "sp-runtime",
5906 "sp-std",5708 "sp-std",
5917 "frame-system",5719 "frame-system",
5918 "pallet-evm",5720 "pallet-evm",
5919 "parity-scale-codec",5721 "parity-scale-codec",
5722 "scale-info",
5920 "sp-core",5723 "sp-core",
5921 "sp-io",5724 "sp-io",
5922 "sp-runtime",5725 "sp-runtime",
5933 "pallet-ethereum",5736 "pallet-ethereum",
5934 "pallet-evm",5737 "pallet-evm",
5935 "parity-scale-codec",5738 "parity-scale-codec",
5739 "scale-info",
5936 "sp-core",5740 "sp-core",
5937 "sp-io",5741 "sp-io",
5938 "sp-runtime",5742 "sp-runtime",
5943[[package]]5747[[package]]
5944name = "pallet-gilt"5748name = "pallet-gilt"
5945version = "4.0.0-dev"5749version = "4.0.0-dev"
5946source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5750source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5947dependencies = [5751dependencies = [
5948 "frame-benchmarking",5752 "frame-benchmarking",
5949 "frame-support",5753 "frame-support",
5950 "frame-system",5754 "frame-system",
5951 "parity-scale-codec",5755 "parity-scale-codec",
5756 "scale-info",
5952 "sp-arithmetic",5757 "sp-arithmetic",
5953 "sp-runtime",5758 "sp-runtime",
5954 "sp-std",5759 "sp-std",
5957[[package]]5762[[package]]
5958name = "pallet-grandpa"5763name = "pallet-grandpa"
5959version = "4.0.0-dev"5764version = "4.0.0-dev"
5960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5961dependencies = [5766dependencies = [
5962 "frame-benchmarking",5767 "frame-benchmarking",
5963 "frame-support",5768 "frame-support",
5966 "pallet-authorship",5771 "pallet-authorship",
5967 "pallet-session",5772 "pallet-session",
5968 "parity-scale-codec",5773 "parity-scale-codec",
5774 "scale-info",
5969 "sp-application-crypto",5775 "sp-application-crypto",
5970 "sp-core",5776 "sp-core",
5971 "sp-finality-grandpa",5777 "sp-finality-grandpa",
5979[[package]]5785[[package]]
5980name = "pallet-identity"5786name = "pallet-identity"
5981version = "4.0.0-dev"5787version = "4.0.0-dev"
5982source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5983dependencies = [5789dependencies = [
5984 "enumflags2",5790 "enumflags2",
5985 "frame-benchmarking",5791 "frame-benchmarking",
5986 "frame-support",5792 "frame-support",
5987 "frame-system",5793 "frame-system",
5988 "parity-scale-codec",5794 "parity-scale-codec",
5795 "scale-info",
5989 "sp-io",5796 "sp-io",
5990 "sp-runtime",5797 "sp-runtime",
5991 "sp-std",5798 "sp-std",
5994[[package]]5801[[package]]
5995name = "pallet-im-online"5802name = "pallet-im-online"
5996version = "4.0.0-dev"5803version = "4.0.0-dev"
5997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
5998dependencies = [5805dependencies = [
5999 "frame-benchmarking",5806 "frame-benchmarking",
6000 "frame-support",5807 "frame-support",
6001 "frame-system",5808 "frame-system",
6002 "log",5809 "log",
6003 "pallet-authorship",5810 "pallet-authorship",
6004 "parity-scale-codec",5811 "parity-scale-codec",
5812 "scale-info",
6005 "sp-application-crypto",5813 "sp-application-crypto",
6006 "sp-core",5814 "sp-core",
6007 "sp-io",5815 "sp-io",
6013[[package]]5821[[package]]
6014name = "pallet-indices"5822name = "pallet-indices"
6015version = "4.0.0-dev"5823version = "4.0.0-dev"
6016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5824source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6017dependencies = [5825dependencies = [
6018 "frame-benchmarking",5826 "frame-benchmarking",
6019 "frame-support",5827 "frame-support",
6020 "frame-system",5828 "frame-system",
6021 "parity-scale-codec",5829 "parity-scale-codec",
5830 "scale-info",
6022 "sp-core",5831 "sp-core",
6023 "sp-io",5832 "sp-io",
6024 "sp-keyring",5833 "sp-keyring",
6037 "pallet-randomness-collective-flip",5846 "pallet-randomness-collective-flip",
6038 "pallet-timestamp",5847 "pallet-timestamp",
6039 "parity-scale-codec",5848 "parity-scale-codec",
5849 "scale-info",
6040 "serde",5850 "serde",
6041 "sp-core",5851 "sp-core",
6042 "sp-io",5852 "sp-io",
6047[[package]]5857[[package]]
6048name = "pallet-membership"5858name = "pallet-membership"
6049version = "4.0.0-dev"5859version = "4.0.0-dev"
6050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5860source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6051dependencies = [5861dependencies = [
6052 "frame-benchmarking",5862 "frame-benchmarking",
6053 "frame-support",5863 "frame-support",
6054 "frame-system",5864 "frame-system",
6055 "log",5865 "log",
6056 "parity-scale-codec",5866 "parity-scale-codec",
5867 "scale-info",
5868 "sp-core",
6057 "sp-io",5869 "sp-io",
6058 "sp-runtime",5870 "sp-runtime",
6059 "sp-std",5871 "sp-std",
6062[[package]]5874[[package]]
6063name = "pallet-mmr"5875name = "pallet-mmr"
6064version = "4.0.0-dev"5876version = "4.0.0-dev"
6065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5877source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6066dependencies = [5878dependencies = [
6067 "ckb-merkle-mountain-range",5879 "ckb-merkle-mountain-range",
6068 "frame-benchmarking",5880 "frame-benchmarking",
6069 "frame-support",5881 "frame-support",
6070 "frame-system",5882 "frame-system",
6071 "pallet-mmr-primitives",5883 "pallet-mmr-primitives",
6072 "parity-scale-codec",5884 "parity-scale-codec",
5885 "scale-info",
6073 "sp-core",5886 "sp-core",
6074 "sp-io",5887 "sp-io",
6075 "sp-runtime",5888 "sp-runtime",
6079[[package]]5892[[package]]
6080name = "pallet-mmr-primitives"5893name = "pallet-mmr-primitives"
6081version = "4.0.0-dev"5894version = "4.0.0-dev"
6082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5895source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6083dependencies = [5896dependencies = [
6084 "frame-support",5897 "frame-support",
6085 "frame-system",5898 "frame-system",
6095[[package]]5908[[package]]
6096name = "pallet-mmr-rpc"5909name = "pallet-mmr-rpc"
6097version = "3.0.0"5910version = "3.0.0"
6098source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5911source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6099dependencies = [5912dependencies = [
6100 "jsonrpc-core 15.1.0",5913 "jsonrpc-core",
6101 "jsonrpc-core-client 15.1.0",5914 "jsonrpc-core-client",
6102 "jsonrpc-derive 15.1.0",5915 "jsonrpc-derive",
6103 "pallet-mmr-primitives",5916 "pallet-mmr-primitives",
6104 "parity-scale-codec",5917 "parity-scale-codec",
6105 "serde",5918 "serde",
6106 "sp-api",5919 "sp-api",
6107 "sp-blockchain",5920 "sp-blockchain",
6108 "sp-core",5921 "sp-core",
6109 "sp-rpc",
6110 "sp-runtime",5922 "sp-runtime",
6111]5923]
61125924
6113[[package]]5925[[package]]
6114name = "pallet-multisig"5926name = "pallet-multisig"
6115version = "4.0.0-dev"5927version = "4.0.0-dev"
6116source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5928source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6117dependencies = [5929dependencies = [
6118 "frame-benchmarking",5930 "frame-benchmarking",
6119 "frame-support",5931 "frame-support",
6120 "frame-system",5932 "frame-system",
6121 "parity-scale-codec",5933 "parity-scale-codec",
6122 "sp-core",5934 "scale-info",
6123 "sp-io",5935 "sp-io",
6124 "sp-runtime",5936 "sp-runtime",
6125 "sp-std",5937 "sp-std",
6147 "parity-scale-codec",5959 "parity-scale-codec",
6148 "primitive-types 0.10.1",5960 "primitive-types 0.10.1",
6149 "rlp",5961 "rlp",
5962 "scale-info",
6150 "serde",5963 "serde",
6151 "sp-api",5964 "sp-api",
6152 "sp-core",5965 "sp-core",
6167 "pallet-nft-transaction-payment",5980 "pallet-nft-transaction-payment",
6168 "pallet-transaction-payment",5981 "pallet-transaction-payment",
6169 "parity-scale-codec",5982 "parity-scale-codec",
5983 "scale-info",
6170 "serde",5984 "serde",
6171 "sp-core",5985 "sp-core",
6172 "sp-io",5986 "sp-io",
6183 "frame-system",5997 "frame-system",
6184 "pallet-transaction-payment",5998 "pallet-transaction-payment",
6185 "parity-scale-codec",5999 "parity-scale-codec",
6000 "scale-info",
6186 "serde",6001 "serde",
6187 "sp-core",6002 "sp-core",
6188 "sp-io",6003 "sp-io",
6194[[package]]6009[[package]]
6195name = "pallet-nicks"6010name = "pallet-nicks"
6196version = "4.0.0-dev"6011version = "4.0.0-dev"
6197source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6012source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6198dependencies = [6013dependencies = [
6199 "frame-support",6014 "frame-support",
6200 "frame-system",6015 "frame-system",
6201 "parity-scale-codec",6016 "parity-scale-codec",
6017 "scale-info",
6202 "sp-io",6018 "sp-io",
6203 "sp-runtime",6019 "sp-runtime",
6204 "sp-std",6020 "sp-std",
6207[[package]]6023[[package]]
6208name = "pallet-offences"6024name = "pallet-offences"
6209version = "4.0.0-dev"6025version = "4.0.0-dev"
6210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6026source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6211dependencies = [6027dependencies = [
6212 "frame-support",6028 "frame-support",
6213 "frame-system",6029 "frame-system",
6214 "log",6030 "log",
6215 "pallet-balances",6031 "pallet-balances",
6216 "parity-scale-codec",6032 "parity-scale-codec",
6033 "scale-info",
6217 "serde",6034 "serde",
6218 "sp-runtime",6035 "sp-runtime",
6219 "sp-staking",6036 "sp-staking",
6223[[package]]6040[[package]]
6224name = "pallet-offences-benchmarking"6041name = "pallet-offences-benchmarking"
6225version = "4.0.0-dev"6042version = "4.0.0-dev"
6226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6227dependencies = [6044dependencies = [
6228 "frame-benchmarking",6045 "frame-benchmarking",
6229 "frame-election-provider-support",6046 "frame-election-provider-support",
6237 "pallet-session",6054 "pallet-session",
6238 "pallet-staking",6055 "pallet-staking",
6239 "parity-scale-codec",6056 "parity-scale-codec",
6057 "scale-info",
6240 "sp-runtime",6058 "sp-runtime",
6241 "sp-staking",6059 "sp-staking",
6242 "sp-std",6060 "sp-std",
6245[[package]]6063[[package]]
6246name = "pallet-proxy"6064name = "pallet-proxy"
6247version = "4.0.0-dev"6065version = "4.0.0-dev"
6248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6066source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6249dependencies = [6067dependencies = [
6250 "frame-benchmarking",6068 "frame-benchmarking",
6251 "frame-support",6069 "frame-support",
6252 "frame-system",6070 "frame-system",
6253 "parity-scale-codec",6071 "parity-scale-codec",
6254 "sp-core",6072 "scale-info",
6255 "sp-io",6073 "sp-io",
6256 "sp-runtime",6074 "sp-runtime",
6257 "sp-std",6075 "sp-std",
6260[[package]]6078[[package]]
6261name = "pallet-randomness-collective-flip"6079name = "pallet-randomness-collective-flip"
6262version = "4.0.0-dev"6080version = "4.0.0-dev"
6263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6081source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6264dependencies = [6082dependencies = [
6265 "frame-support",6083 "frame-support",
6266 "frame-system",6084 "frame-system",
6267 "parity-scale-codec",6085 "parity-scale-codec",
6268 "safe-mix",6086 "safe-mix",
6087 "scale-info",
6269 "sp-runtime",6088 "sp-runtime",
6270 "sp-std",6089 "sp-std",
6271]6090]
62726091
6273[[package]]6092[[package]]
6274name = "pallet-recovery"6093name = "pallet-recovery"
6275version = "4.0.0-dev"6094version = "4.0.0-dev"
6276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6277dependencies = [6096dependencies = [
6278 "enumflags2",
6279 "frame-support",6097 "frame-support",
6280 "frame-system",6098 "frame-system",
6281 "parity-scale-codec",6099 "parity-scale-codec",
6100 "scale-info",
6282 "sp-io",6101 "sp-io",
6283 "sp-runtime",6102 "sp-runtime",
6284 "sp-std",6103 "sp-std",
6293 "frame-system",6112 "frame-system",
6294 "log",6113 "log",
6295 "parity-scale-codec",6114 "parity-scale-codec",
6115 "scale-info",
6296 "serde",6116 "serde",
6297 "sp-core",6117 "sp-core",
6298 "sp-io",6118 "sp-io",
6305[[package]]6125[[package]]
6306name = "pallet-scheduler"6126name = "pallet-scheduler"
6307version = "4.0.0-dev"6127version = "4.0.0-dev"
6308source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6309dependencies = [6129dependencies = [
6310 "frame-benchmarking",6130 "frame-benchmarking",
6311 "frame-support",6131 "frame-support",
6312 "frame-system",6132 "frame-system",
6313 "log",6133 "log",
6314 "parity-scale-codec",6134 "parity-scale-codec",
6135 "scale-info",
6315 "sp-io",6136 "sp-io",
6316 "sp-runtime",6137 "sp-runtime",
6317 "sp-std",6138 "sp-std",
6320[[package]]6141[[package]]
6321name = "pallet-session"6142name = "pallet-session"
6322version = "4.0.0-dev"6143version = "4.0.0-dev"
6323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6324dependencies = [6145dependencies = [
6325 "frame-support",6146 "frame-support",
6326 "frame-system",6147 "frame-system",
6327 "impl-trait-for-tuples 0.2.1",6148 "impl-trait-for-tuples 0.2.1",
6328 "log",6149 "log",
6329 "pallet-timestamp",6150 "pallet-timestamp",
6330 "parity-scale-codec",6151 "parity-scale-codec",
6152 "scale-info",
6331 "sp-core",6153 "sp-core",
6332 "sp-io",6154 "sp-io",
6333 "sp-runtime",6155 "sp-runtime",
6340[[package]]6162[[package]]
6341name = "pallet-session-benchmarking"6163name = "pallet-session-benchmarking"
6342version = "4.0.0-dev"6164version = "4.0.0-dev"
6343source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6165source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6344dependencies = [6166dependencies = [
6345 "frame-benchmarking",6167 "frame-benchmarking",
6346 "frame-support",6168 "frame-support",
6356[[package]]6178[[package]]
6357name = "pallet-society"6179name = "pallet-society"
6358version = "4.0.0-dev"6180version = "4.0.0-dev"
6359source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6181source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6360dependencies = [6182dependencies = [
6361 "frame-support",6183 "frame-support",
6362 "frame-system",6184 "frame-system",
6363 "parity-scale-codec",6185 "parity-scale-codec",
6364 "rand_chacha 0.2.2",6186 "rand_chacha 0.2.2",
6187 "scale-info",
6365 "sp-runtime",6188 "sp-runtime",
6366 "sp-std",6189 "sp-std",
6367]6190]
63686191
6369[[package]]6192[[package]]
6370name = "pallet-staking"6193name = "pallet-staking"
6371version = "4.0.0-dev"6194version = "4.0.0-dev"
6372source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6195source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6373dependencies = [6196dependencies = [
6374 "frame-benchmarking",6197 "frame-benchmarking",
6375 "frame-election-provider-support",6198 "frame-election-provider-support",
6379 "pallet-authorship",6202 "pallet-authorship",
6380 "pallet-session",6203 "pallet-session",
6381 "parity-scale-codec",6204 "parity-scale-codec",
6382 "paste",
6383 "rand_chacha 0.2.2",6205 "rand_chacha 0.2.2",
6206 "scale-info",
6384 "serde",6207 "serde",
6385 "sp-application-crypto",6208 "sp-application-crypto",
6386 "sp-io",6209 "sp-io",
6387 "sp-runtime",6210 "sp-runtime",
6388 "sp-staking",6211 "sp-staking",
6389 "sp-std",6212 "sp-std",
6390 "static_assertions",
6391]6213]
63926214
6393[[package]]6215[[package]]
6394name = "pallet-staking-reward-curve"6216name = "pallet-staking-reward-curve"
6395version = "4.0.0-dev"6217version = "4.0.0-dev"
6396source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6218source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6397dependencies = [6219dependencies = [
6398 "proc-macro-crate 1.0.0",6220 "proc-macro-crate 1.1.0",
6399 "proc-macro2",6221 "proc-macro2",
6400 "quote",6222 "quote",
6401 "syn",6223 "syn",
6404[[package]]6226[[package]]
6405name = "pallet-staking-reward-fn"6227name = "pallet-staking-reward-fn"
6406version = "4.0.0-dev"6228version = "4.0.0-dev"
6407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6408dependencies = [6230dependencies = [
6409 "log",6231 "log",
6410 "sp-arithmetic",6232 "sp-arithmetic",
6413[[package]]6235[[package]]
6414name = "pallet-sudo"6236name = "pallet-sudo"
6415version = "4.0.0-dev"6237version = "4.0.0-dev"
6416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6238source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6417dependencies = [6239dependencies = [
6418 "frame-support",6240 "frame-support",
6419 "frame-system",6241 "frame-system",
6420 "parity-scale-codec",6242 "parity-scale-codec",
6243 "scale-info",
6421 "sp-io",6244 "sp-io",
6422 "sp-runtime",6245 "sp-runtime",
6423 "sp-std",6246 "sp-std",
6426[[package]]6249[[package]]
6427name = "pallet-timestamp"6250name = "pallet-timestamp"
6428version = "4.0.0-dev"6251version = "4.0.0-dev"
6429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6430dependencies = [6253dependencies = [
6431 "frame-benchmarking",6254 "frame-benchmarking",
6432 "frame-support",6255 "frame-support",
6433 "frame-system",6256 "frame-system",
6434 "impl-trait-for-tuples 0.2.1",
6435 "log",6257 "log",
6436 "parity-scale-codec",6258 "parity-scale-codec",
6259 "scale-info",
6437 "sp-inherents",6260 "sp-inherents",
6438 "sp-io",6261 "sp-io",
6439 "sp-runtime",6262 "sp-runtime",
6444[[package]]6267[[package]]
6445name = "pallet-tips"6268name = "pallet-tips"
6446version = "4.0.0-dev"6269version = "4.0.0-dev"
6447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6270source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6448dependencies = [6271dependencies = [
6449 "frame-benchmarking",6272 "frame-benchmarking",
6450 "frame-support",6273 "frame-support",
6451 "frame-system",6274 "frame-system",
6275 "log",
6452 "pallet-treasury",6276 "pallet-treasury",
6453 "parity-scale-codec",6277 "parity-scale-codec",
6278 "scale-info",
6454 "serde",6279 "serde",
6280 "sp-core",
6281 "sp-io",
6455 "sp-runtime",6282 "sp-runtime",
6456 "sp-std",6283 "sp-std",
6457]6284]
64586285
6459[[package]]6286[[package]]
6460name = "pallet-transaction-payment"6287name = "pallet-transaction-payment"
6461version = "4.0.0-dev"6288version = "4.0.0-dev"
6462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6463dependencies = [6290dependencies = [
6464 "frame-support",6291 "frame-support",
6465 "frame-system",6292 "frame-system",
6466 "parity-scale-codec",6293 "parity-scale-codec",
6294 "scale-info",
6467 "serde",6295 "serde",
6468 "smallvec 1.6.1",6296 "smallvec",
6469 "sp-core",6297 "sp-core",
6470 "sp-io",6298 "sp-io",
6471 "sp-runtime",6299 "sp-runtime",
6475[[package]]6303[[package]]
6476name = "pallet-transaction-payment-rpc"6304name = "pallet-transaction-payment-rpc"
6477version = "4.0.0-dev"6305version = "4.0.0-dev"
6478source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6306source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6479dependencies = [6307dependencies = [
6480 "jsonrpc-core 15.1.0",6308 "jsonrpc-core",
6481 "jsonrpc-core-client 15.1.0",6309 "jsonrpc-core-client",
6482 "jsonrpc-derive 15.1.0",6310 "jsonrpc-derive",
6483 "pallet-transaction-payment-rpc-runtime-api",6311 "pallet-transaction-payment-rpc-runtime-api",
6484 "parity-scale-codec",6312 "parity-scale-codec",
6485 "sp-api",6313 "sp-api",
6492[[package]]6320[[package]]
6493name = "pallet-transaction-payment-rpc-runtime-api"6321name = "pallet-transaction-payment-rpc-runtime-api"
6494version = "4.0.0-dev"6322version = "4.0.0-dev"
6495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6496dependencies = [6324dependencies = [
6497 "pallet-transaction-payment",6325 "pallet-transaction-payment",
6498 "parity-scale-codec",6326 "parity-scale-codec",
6503[[package]]6331[[package]]
6504name = "pallet-treasury"6332name = "pallet-treasury"
6505version = "4.0.0-dev"6333version = "4.0.0-dev"
6506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6507dependencies = [6335dependencies = [
6508 "frame-benchmarking",6336 "frame-benchmarking",
6509 "frame-support",6337 "frame-support",
6510 "frame-system",6338 "frame-system",
6511 "impl-trait-for-tuples 0.2.1",6339 "impl-trait-for-tuples 0.2.1",
6512 "pallet-balances",6340 "pallet-balances",
6513 "parity-scale-codec",6341 "parity-scale-codec",
6342 "scale-info",
6514 "serde",6343 "serde",
6515 "sp-runtime",6344 "sp-runtime",
6516 "sp-std",6345 "sp-std",
6519[[package]]6348[[package]]
6520name = "pallet-utility"6349name = "pallet-utility"
6521version = "4.0.0-dev"6350version = "4.0.0-dev"
6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6523dependencies = [6352dependencies = [
6524 "frame-benchmarking",6353 "frame-benchmarking",
6525 "frame-support",6354 "frame-support",
6526 "frame-system",6355 "frame-system",
6527 "parity-scale-codec",6356 "parity-scale-codec",
6357 "scale-info",
6528 "sp-core",6358 "sp-core",
6529 "sp-io",6359 "sp-io",
6530 "sp-runtime",6360 "sp-runtime",
6534[[package]]6364[[package]]
6535name = "pallet-vesting"6365name = "pallet-vesting"
6536version = "4.0.0-dev"6366version = "4.0.0-dev"
6537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6367source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
6538dependencies = [6368dependencies = [
6539 "enumflags2",
6540 "frame-benchmarking",6369 "frame-benchmarking",
6541 "frame-support",6370 "frame-support",
6542 "frame-system",6371 "frame-system",
6372 "log",
6543 "parity-scale-codec",6373 "parity-scale-codec",
6374 "scale-info",
6544 "sp-runtime",6375 "sp-runtime",
6545 "sp-std",6376 "sp-std",
6546]6377]
65476378
6548[[package]]6379[[package]]
6549name = "pallet-xcm"6380name = "pallet-xcm"
6550version = "0.9.10"6381version = "0.9.11"
6551source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
6552dependencies = [6383dependencies = [
6553 "frame-support",6384 "frame-support",
6554 "frame-system",6385 "frame-system",
6555 "log",6386 "log",
6556 "parity-scale-codec",6387 "parity-scale-codec",
6388 "scale-info",
6557 "serde",6389 "serde",
6390 "sp-core",
6558 "sp-runtime",6391 "sp-runtime",
6559 "sp-std",6392 "sp-std",
6560 "xcm",6393 "xcm",
6561 "xcm-executor",6394 "xcm-executor",
6562]6395]
65636396
6564[[package]]6397[[package]]
6398name = "pallet-xcm-benchmarks"
6399version = "0.9.8"
6400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
6401dependencies = [
6402 "frame-benchmarking",
6403 "frame-support",
6404 "frame-system",
6405 "log",
6406 "parity-scale-codec",
6407 "scale-info",
6408 "sp-runtime",
6409 "sp-std",
6410 "xcm",
6411 "xcm-executor",
6412]
6413
6414[[package]]
6565name = "parachain-info"6415name = "parachain-info"
6566version = "0.1.0"6416version = "0.1.0"
6567source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"6417source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"
6568dependencies = [6418dependencies = [
6569 "cumulus-primitives-core",6419 "cumulus-primitives-core",
6570 "frame-support",6420 "frame-support",
6571 "frame-system",6421 "frame-system",
6572 "parity-scale-codec",6422 "parity-scale-codec",
6423 "scale-info",
6573 "serde",6424 "serde",
6574]6425]
65756426
6576[[package]]6427[[package]]
6577name = "parity-db"6428name = "parity-db"
6578version = "0.2.4"6429version = "0.3.2"
6579source = "registry+https://github.com/rust-lang/crates.io-index"6430source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47"6431checksum = "91b679c6acc14fac74382942e2b73bea441686a33430b951ea03b5aeb6a7f254"
6581dependencies = [6432dependencies = [
6582 "blake2-rfc",6433 "blake2-rfc",
6583 "crc32fast",6434 "crc32fast",
6584 "fs2",6435 "fs2",
6585 "hex",6436 "hex",
6586 "libc",6437 "libc",
6587 "log",6438 "log",
6439 "lz4",
6588 "memmap2",6440 "memmap2",
6589 "parking_lot 0.11.2",6441 "parking_lot 0.11.2",
6590 "rand 0.8.4",6442 "rand 0.8.4",
6443 "snap",
6591]6444]
65926445
6593[[package]]6446[[package]]
6596source = "registry+https://github.com/rust-lang/crates.io-index"6449source = "registry+https://github.com/rust-lang/crates.io-index"
6597checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6450checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"
6598dependencies = [6451dependencies = [
6599 "arrayvec 0.7.0",6452 "arrayvec 0.7.1",
6600 "bitvec 0.20.1",6453 "bitvec 0.20.4",
6601 "byte-slice-cast",6454 "byte-slice-cast",
6602 "impl-trait-for-tuples 0.2.1",6455 "impl-trait-for-tuples 0.2.1",
6603 "parity-scale-codec-derive",6456 "parity-scale-codec-derive",
6610source = "registry+https://github.com/rust-lang/crates.io-index"6463source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6464checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"
6612dependencies = [6465dependencies = [
6613 "proc-macro-crate 1.0.0",6466 "proc-macro-crate 1.1.0",
6614 "proc-macro2",6467 "proc-macro2",
6615 "quote",6468 "quote",
6616 "syn",6469 "syn",
66246477
6625[[package]]6478[[package]]
6626name = "parity-tokio-ipc"6479name = "parity-tokio-ipc"
6627version = "0.4.0"6480version = "0.9.0"
6628source = "registry+https://github.com/rust-lang/crates.io-index"6481source = "registry+https://github.com/rust-lang/crates.io-index"
6629checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"6482checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
6630dependencies = [6483dependencies = [
6631 "bytes 0.4.12",6484 "futures 0.3.17",
6632 "futures 0.1.29",
6633 "libc",6485 "libc",
6634 "log",6486 "log",
6635 "mio-named-pipes",
6636 "miow 0.3.5",
6637 "rand 0.7.3",6487 "rand 0.7.3",
6638 "tokio 0.1.22",6488 "tokio 1.12.0",
6639 "tokio-named-pipes",
6640 "tokio-uds",
6641 "winapi 0.3.9",6489 "winapi 0.3.9",
6642]6490]
66436491
6644[[package]]6492[[package]]
6645name = "parity-util-mem"6493name = "parity-util-mem"
6646version = "0.10.0"6494version = "0.10.2"
6647source = "registry+https://github.com/rust-lang/crates.io-index"6495source = "registry+https://github.com/rust-lang/crates.io-index"
6648checksum = "7ad6f1acec69b95caf435bbd158d486e5a0a44fcf51531e84922c59ff09e8457"6496checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"
6649dependencies = [6497dependencies = [
6650 "cfg-if 1.0.0",6498 "cfg-if 1.0.0",
6651 "ethereum-types",6499 "ethereum-types",
6655 "parity-util-mem-derive",6503 "parity-util-mem-derive",
6656 "parking_lot 0.11.2",6504 "parking_lot 0.11.2",
6657 "primitive-types 0.10.1",6505 "primitive-types 0.10.1",
6658 "smallvec 1.6.1",6506 "smallvec",
6659 "winapi 0.3.9",6507 "winapi 0.3.9",
6660]6508]
66616509
66876535
6688[[package]]6536[[package]]
6689name = "parity-ws"6537name = "parity-ws"
6690version = "0.10.1"6538version = "0.11.0"
6691source = "registry+https://github.com/rust-lang/crates.io-index"6539source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "322d72dfe461b8b9e367d057ceace105379d64d5b03907d23c481ccf3fbf8aa4"6540checksum = "d0ab8a461779bd022964cae2b4989fa9c99deb270bec162da2125ec03c09fcaa"
6693dependencies = [6541dependencies = [
6694 "byteorder",6542 "byteorder",
6695 "bytes 0.4.12",6543 "bytes 0.4.12",
6696 "httparse",6544 "httparse",
6697 "log",6545 "log",
6698 "mio",6546 "mio 0.6.23",
6699 "mio-extras",6547 "mio-extras",
6700 "rand 0.7.3",6548 "rand 0.7.3",
6701 "sha-1 0.8.2",6549 "sha-1 0.8.2",
6702 "slab",6550 "slab",
6703 "url 2.2.0",6551 "url 2.2.2",
6704]6552]
67056553
6706[[package]]6554[[package]]
67116559
6712[[package]]6560[[package]]
6713name = "parking_lot"6561name = "parking_lot"
6714version = "0.9.0"
6715source = "registry+https://github.com/rust-lang/crates.io-index"
6716checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
6717dependencies = [
6718 "lock_api 0.3.4",
6719 "parking_lot_core 0.6.2",
6720 "rustc_version 0.2.3",
6721]
6722
6723[[package]]
6724name = "parking_lot"
6725version = "0.10.2"6562version = "0.10.2"
6726source = "registry+https://github.com/rust-lang/crates.io-index"6563source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6564checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
67436580
6744[[package]]6581[[package]]
6745name = "parking_lot_core"6582name = "parking_lot_core"
6746version = "0.6.2"
6747source = "registry+https://github.com/rust-lang/crates.io-index"
6748checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
6749dependencies = [
6750 "cfg-if 0.1.10",
6751 "cloudabi",
6752 "libc",
6753 "redox_syscall 0.1.56",
6754 "rustc_version 0.2.3",
6755 "smallvec 0.6.13",
6756 "winapi 0.3.9",
6757]
6758
6759[[package]]
6760name = "parking_lot_core"
6761version = "0.7.2"6583version = "0.7.2"
6762source = "registry+https://github.com/rust-lang/crates.io-index"6584source = "registry+https://github.com/rust-lang/crates.io-index"
6763checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6585checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
6764dependencies = [6586dependencies = [
6765 "cfg-if 0.1.10",6587 "cfg-if 0.1.10",
6766 "cloudabi",6588 "cloudabi",
6767 "libc",6589 "libc",
6768 "redox_syscall 0.1.56",6590 "redox_syscall 0.1.57",
6769 "smallvec 1.6.1",6591 "smallvec",
6770 "winapi 0.3.9",6592 "winapi 0.3.9",
6771]6593]
67726594
6780 "instant",6602 "instant",
6781 "libc",6603 "libc",
6782 "redox_syscall 0.2.10",6604 "redox_syscall 0.2.10",
6783 "smallvec 1.6.1",6605 "smallvec",
6784 "winapi 0.3.9",6606 "winapi 0.3.9",
6785]6607]
67866608
67926614
6793[[package]]6615[[package]]
6794name = "pbkdf2"6616name = "pbkdf2"
6795version = "0.3.0"6617version = "0.4.0"
6796source = "registry+https://github.com/rust-lang/crates.io-index"6618source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"6619checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
6798dependencies = [6620dependencies = [
6799 "byteorder",6621 "crypto-mac 0.8.0",
6800 "crypto-mac 0.7.0",
6801]6622]
68026623
6803[[package]]6624[[package]]
6804name = "pbkdf2"6625name = "pbkdf2"
6805version = "0.4.0"6626version = "0.8.0"
6806source = "registry+https://github.com/rust-lang/crates.io-index"6627source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6628checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
6808dependencies = [6629dependencies = [
6809 "crypto-mac 0.8.0",6630 "crypto-mac 0.11.1",
6810]6631]
68116632
6812[[package]]6633[[package]]
6813name = "pdqselect"
6814version = "0.1.0"
6815source = "registry+https://github.com/rust-lang/crates.io-index"
6816checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
6817
6818[[package]]
6819name = "peeking_take_while"6634name = "peeking_take_while"
6820version = "0.1.2"6635version = "0.1.2"
6821source = "registry+https://github.com/rust-lang/crates.io-index"6636source = "registry+https://github.com/rust-lang/crates.io-index"
68886703
6889[[package]]6704[[package]]
6890name = "pin-project"6705name = "pin-project"
6891version = "0.4.23"6706version = "0.4.28"
6892source = "registry+https://github.com/rust-lang/crates.io-index"6707source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"6708checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"
6894dependencies = [6709dependencies = [
6895 "pin-project-internal 0.4.23",6710 "pin-project-internal 0.4.28",
6896]6711]
68976712
6898[[package]]6713[[package]]
6899name = "pin-project"6714name = "pin-project"
6900version = "1.0.7"6715version = "1.0.8"
6901source = "registry+https://github.com/rust-lang/crates.io-index"6716source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"6717checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
6903dependencies = [6718dependencies = [
6904 "pin-project-internal 1.0.7",6719 "pin-project-internal 1.0.8",
6905]6720]
69066721
6907[[package]]6722[[package]]
6908name = "pin-project-internal"6723name = "pin-project-internal"
6909version = "0.4.23"6724version = "0.4.28"
6910source = "registry+https://github.com/rust-lang/crates.io-index"6725source = "registry+https://github.com/rust-lang/crates.io-index"
6911checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"6726checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"
6912dependencies = [6727dependencies = [
6913 "proc-macro2",6728 "proc-macro2",
6914 "quote",6729 "quote",
69176732
6918[[package]]6733[[package]]
6919name = "pin-project-internal"6734name = "pin-project-internal"
6920version = "1.0.7"6735version = "1.0.8"
6921source = "registry+https://github.com/rust-lang/crates.io-index"6736source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"6737checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
6923dependencies = [6738dependencies = [
6924 "proc-macro2",6739 "proc-macro2",
6925 "quote",6740 "quote",
69286743
6929[[package]]6744[[package]]
6930name = "pin-project-lite"6745name = "pin-project-lite"
6931version = "0.1.7"6746version = "0.1.12"
6932source = "registry+https://github.com/rust-lang/crates.io-index"6747source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"6748checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
69346749
6935[[package]]6750[[package]]
6936name = "pin-project-lite"6751name = "pin-project-lite"
6937version = "0.2.4"6752version = "0.2.7"
6938source = "registry+https://github.com/rust-lang/crates.io-index"6753source = "registry+https://github.com/rust-lang/crates.io-index"
6939checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"6754checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
69406755
6941[[package]]6756[[package]]
6942name = "pin-utils"6757name = "pin-utils"
69466761
6947[[package]]6762[[package]]
6948name = "pkg-config"6763name = "pkg-config"
6949version = "0.3.17"6764version = "0.3.20"
6950source = "registry+https://github.com/rust-lang/crates.io-index"6765source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"6766checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb"
69526767
6953[[package]]6768[[package]]
6954name = "platforms"6769name = "platforms"
69586773
6959[[package]]6774[[package]]
6960name = "polkadot-approval-distribution"6775name = "polkadot-approval-distribution"
6961version = "0.9.10"6776version = "0.9.11"
6962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
6963dependencies = [6778dependencies = [
6964 "futures 0.3.17",6779 "futures 0.3.17",
6965 "polkadot-node-network-protocol",6780 "polkadot-node-network-protocol",
69726787
6973[[package]]6788[[package]]
6974name = "polkadot-availability-bitfield-distribution"6789name = "polkadot-availability-bitfield-distribution"
6975version = "0.9.10"6790version = "0.9.11"
6976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
6977dependencies = [6792dependencies = [
6978 "futures 0.3.17",6793 "futures 0.3.17",
6979 "polkadot-node-network-protocol",6794 "polkadot-node-network-protocol",
69856800
6986[[package]]6801[[package]]
6987name = "polkadot-availability-distribution"6802name = "polkadot-availability-distribution"
6988version = "0.9.10"6803version = "0.9.11"
6989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
6990dependencies = [6805dependencies = [
6991 "derive_more",6806 "derive_more",
6992 "futures 0.3.17",6807 "futures 0.3.17",
6993 "lru",6808 "lru",
6994 "parity-scale-codec",6809 "parity-scale-codec",
6995 "polkadot-erasure-coding",6810 "polkadot-erasure-coding",
6996 "polkadot-node-core-runtime-api",
6997 "polkadot-node-network-protocol",6811 "polkadot-node-network-protocol",
6998 "polkadot-node-primitives",6812 "polkadot-node-primitives",
6999 "polkadot-node-subsystem",6813 "polkadot-node-subsystem",
7000 "polkadot-node-subsystem-util",6814 "polkadot-node-subsystem-util",
7001 "polkadot-primitives",6815 "polkadot-primitives",
7002 "rand 0.8.4",6816 "rand 0.8.4",
7003 "sp-application-crypto",
7004 "sp-core",6817 "sp-core",
7005 "sp-keystore",6818 "sp-keystore",
7006 "thiserror",6819 "thiserror",
70096822
7010[[package]]6823[[package]]
7011name = "polkadot-availability-recovery"6824name = "polkadot-availability-recovery"
7012version = "0.9.10"6825version = "0.9.11"
7013source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7014dependencies = [6827dependencies = [
7015 "futures 0.3.17",6828 "futures 0.3.17",
7016 "lru",6829 "lru",
7022 "polkadot-node-subsystem-util",6835 "polkadot-node-subsystem-util",
7023 "polkadot-primitives",6836 "polkadot-primitives",
7024 "rand 0.8.4",6837 "rand 0.8.4",
6838 "sc-network",
7025 "thiserror",6839 "thiserror",
7026 "tracing",6840 "tracing",
7027]6841]
70286842
7029[[package]]6843[[package]]
7030name = "polkadot-cli"6844name = "polkadot-cli"
7031version = "0.9.10"6845version = "0.9.11"
7032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6846source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7033dependencies = [6847dependencies = [
7034 "frame-benchmarking-cli",6848 "frame-benchmarking-cli",
7035 "futures 0.3.17",6849 "futures 0.3.17",
70486862
7049[[package]]6863[[package]]
7050name = "polkadot-client"6864name = "polkadot-client"
7051version = "0.9.10"6865version = "0.9.11"
7052source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7053dependencies = [6867dependencies = [
7054 "beefy-primitives",6868 "beefy-primitives",
7055 "frame-benchmarking",6869 "frame-benchmarking",
70786892
7079[[package]]6893[[package]]
7080name = "polkadot-collator-protocol"6894name = "polkadot-collator-protocol"
7081version = "0.9.10"6895version = "0.9.11"
7082source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6896source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7083dependencies = [6897dependencies = [
7084 "always-assert",6898 "always-assert",
7085 "derive_more",6899 "derive_more",
70996913
7100[[package]]6914[[package]]
7101name = "polkadot-core-primitives"6915name = "polkadot-core-primitives"
7102version = "0.9.10"6916version = "0.9.11"
7103source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6917source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7104dependencies = [6918dependencies = [
7105 "parity-scale-codec",6919 "parity-scale-codec",
7106 "parity-util-mem",6920 "parity-util-mem",
6921 "scale-info",
7107 "sp-core",6922 "sp-core",
7108 "sp-runtime",6923 "sp-runtime",
7109 "sp-std",6924 "sp-std",
7110]6925]
71116926
7112[[package]]6927[[package]]
7113name = "polkadot-dispute-distribution"6928name = "polkadot-dispute-distribution"
7114version = "0.9.10"6929version = "0.9.11"
7115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6930source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7116dependencies = [6931dependencies = [
7117 "derive_more",6932 "derive_more",
7118 "futures 0.3.17",6933 "futures 0.3.17",
7119 "lru",6934 "lru",
7120 "parity-scale-codec",6935 "parity-scale-codec",
7121 "polkadot-erasure-coding",6936 "polkadot-erasure-coding",
7122 "polkadot-node-core-runtime-api",
7123 "polkadot-node-network-protocol",6937 "polkadot-node-network-protocol",
7124 "polkadot-node-primitives",6938 "polkadot-node-primitives",
7125 "polkadot-node-subsystem",6939 "polkadot-node-subsystem",
7126 "polkadot-node-subsystem-util",6940 "polkadot-node-subsystem-util",
7127 "polkadot-primitives",6941 "polkadot-primitives",
7128 "rand 0.8.4",
7129 "sc-network",6942 "sc-network",
7130 "sp-application-crypto",6943 "sp-application-crypto",
7131 "sp-core",
7132 "sp-keystore",6944 "sp-keystore",
7133 "thiserror",6945 "thiserror",
7134 "tracing",6946 "tracing",
7135]6947]
71366948
7137[[package]]6949[[package]]
7138name = "polkadot-erasure-coding"6950name = "polkadot-erasure-coding"
7139version = "0.9.10"6951version = "0.9.11"
7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7141dependencies = [6953dependencies = [
7142 "parity-scale-codec",6954 "parity-scale-codec",
7143 "polkadot-node-primitives",6955 "polkadot-node-primitives",
71506962
7151[[package]]6963[[package]]
7152name = "polkadot-gossip-support"6964name = "polkadot-gossip-support"
7153version = "0.9.10"6965version = "0.9.11"
7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7155dependencies = [6967dependencies = [
7156 "futures 0.3.17",6968 "futures 0.3.17",
6969 "futures-timer 3.0.2",
7157 "polkadot-node-network-protocol",6970 "polkadot-node-network-protocol",
7158 "polkadot-node-subsystem",6971 "polkadot-node-subsystem",
7159 "polkadot-node-subsystem-util",6972 "polkadot-node-subsystem-util",
7160 "polkadot-primitives",6973 "polkadot-primitives",
7161 "rand 0.8.4",6974 "rand 0.8.4",
7162 "rand_chacha 0.3.1",6975 "rand_chacha 0.3.1",
6976 "sc-network",
7163 "sp-application-crypto",6977 "sp-application-crypto",
7164 "sp-core",6978 "sp-core",
7165 "sp-keystore",6979 "sp-keystore",
71686982
7169[[package]]6983[[package]]
7170name = "polkadot-network-bridge"6984name = "polkadot-network-bridge"
7171version = "0.9.10"6985version = "0.9.11"
7172source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6986source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7173dependencies = [6987dependencies = [
7174 "async-trait",6988 "async-trait",
7175 "futures 0.3.17",6989 "futures 0.3.17",
71877001
7188[[package]]7002[[package]]
7189name = "polkadot-node-collation-generation"7003name = "polkadot-node-collation-generation"
7190version = "0.9.10"7004version = "0.9.11"
7191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7005source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7192dependencies = [7006dependencies = [
7193 "futures 0.3.17",7007 "futures 0.3.17",
7194 "parity-scale-codec",7008 "parity-scale-codec",
72057019
7206[[package]]7020[[package]]
7207name = "polkadot-node-core-approval-voting"7021name = "polkadot-node-core-approval-voting"
7208version = "0.9.10"7022version = "0.9.11"
7209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7210dependencies = [7024dependencies = [
7211 "bitvec 0.20.1",7025 "bitvec 0.20.4",
7212 "derive_more",7026 "derive_more",
7213 "futures 0.3.17",7027 "futures 0.3.17",
7214 "futures-timer 3.0.2",7028 "futures-timer 3.0.2",
7222 "polkadot-node-subsystem-util",7036 "polkadot-node-subsystem-util",
7223 "polkadot-overseer",7037 "polkadot-overseer",
7224 "polkadot-primitives",7038 "polkadot-primitives",
7225 "sc-client-api",
7226 "sc-keystore",7039 "sc-keystore",
7227 "schnorrkel",7040 "schnorrkel",
7228 "sp-application-crypto",7041 "sp-application-crypto",
7229 "sp-blockchain",
7230 "sp-consensus",7042 "sp-consensus",
7231 "sp-consensus-slots",7043 "sp-consensus-slots",
7232 "sp-runtime",7044 "sp-runtime",
72357047
7236[[package]]7048[[package]]
7237name = "polkadot-node-core-av-store"7049name = "polkadot-node-core-av-store"
7238version = "0.9.10"7050version = "0.9.11"
7239source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7240dependencies = [7052dependencies = [
7241 "bitvec 0.20.1",7053 "bitvec 0.20.4",
7242 "futures 0.3.17",7054 "futures 0.3.17",
7243 "futures-timer 3.0.2",7055 "futures-timer 3.0.2",
7244 "kvdb",7056 "kvdb",
72557067
7256[[package]]7068[[package]]
7257name = "polkadot-node-core-backing"7069name = "polkadot-node-core-backing"
7258version = "0.9.10"7070version = "0.9.11"
7259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7260dependencies = [7072dependencies = [
7261 "bitvec 0.20.1",7073 "bitvec 0.20.4",
7262 "futures 0.3.17",7074 "futures 0.3.17",
7263 "polkadot-erasure-coding",7075 "polkadot-erasure-coding",
7264 "polkadot-node-primitives",7076 "polkadot-node-primitives",
72737085
7274[[package]]7086[[package]]
7275name = "polkadot-node-core-bitfield-signing"7087name = "polkadot-node-core-bitfield-signing"
7276version = "0.9.10"7088version = "0.9.11"
7277source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7278dependencies = [7090dependencies = [
7279 "futures 0.3.17",7091 "futures 0.3.17",
7280 "polkadot-node-subsystem",7092 "polkadot-node-subsystem",
72887100
7289[[package]]7101[[package]]
7290name = "polkadot-node-core-candidate-validation"7102name = "polkadot-node-core-candidate-validation"
7291version = "0.9.10"7103version = "0.9.11"
7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7104source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7293dependencies = [7105dependencies = [
7294 "async-trait",7106 "async-trait",
7295 "futures 0.3.17",7107 "futures 0.3.17",
73067118
7307[[package]]7119[[package]]
7308name = "polkadot-node-core-chain-api"7120name = "polkadot-node-core-chain-api"
7309version = "0.9.10"7121version = "0.9.11"
7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7122source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7311dependencies = [7123dependencies = [
7312 "futures 0.3.17",7124 "futures 0.3.17",
7313 "polkadot-node-subsystem",7125 "polkadot-node-subsystem",
73217133
7322[[package]]7134[[package]]
7323name = "polkadot-node-core-chain-selection"7135name = "polkadot-node-core-chain-selection"
7324version = "0.9.10"7136version = "0.9.11"
7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7137source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7326dependencies = [7138dependencies = [
7327 "futures 0.3.17",7139 "futures 0.3.17",
7328 "futures-timer 3.0.2",7140 "futures-timer 3.0.2",
73387150
7339[[package]]7151[[package]]
7340name = "polkadot-node-core-dispute-coordinator"7152name = "polkadot-node-core-dispute-coordinator"
7341version = "0.9.10"7153version = "0.9.11"
7342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7343dependencies = [7155dependencies = [
7344 "bitvec 0.20.1",7156 "bitvec 0.20.4",
7345 "derive_more",7157 "derive_more",
7346 "futures 0.3.17",7158 "futures 0.3.17",
7347 "kvdb",7159 "kvdb",
73577169
7358[[package]]7170[[package]]
7359name = "polkadot-node-core-dispute-participation"7171name = "polkadot-node-core-dispute-participation"
7360version = "0.9.10"7172version = "0.9.11"
7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7173source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7362dependencies = [7174dependencies = [
7363 "futures 0.3.17",7175 "futures 0.3.17",
7364 "polkadot-node-primitives",7176 "polkadot-node-primitives",
73707182
7371[[package]]7183[[package]]
7372name = "polkadot-node-core-parachains-inherent"7184name = "polkadot-node-core-parachains-inherent"
7373version = "0.9.10"7185version = "0.9.11"
7374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7186source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7375dependencies = [7187dependencies = [
7376 "async-trait",7188 "async-trait",
7377 "futures 0.3.17",7189 "futures 0.3.17",
73877199
7388[[package]]7200[[package]]
7389name = "polkadot-node-core-provisioner"7201name = "polkadot-node-core-provisioner"
7390version = "0.9.10"7202version = "0.9.11"
7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7203source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7392dependencies = [7204dependencies = [
7393 "bitvec 0.20.1",7205 "bitvec 0.20.4",
7394 "futures 0.3.17",7206 "futures 0.3.17",
7395 "futures-timer 3.0.2",7207 "futures-timer 3.0.2",
7396 "polkadot-node-subsystem",7208 "polkadot-node-subsystem",
74027214
7403[[package]]7215[[package]]
7404name = "polkadot-node-core-pvf"7216name = "polkadot-node-core-pvf"
7405version = "0.9.10"7217version = "0.9.11"
7406source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7407dependencies = [7219dependencies = [
7408 "always-assert",7220 "always-assert",
7409 "assert_matches",7221 "assert_matches",
7413 "futures-timer 3.0.2",7225 "futures-timer 3.0.2",
7414 "libc",7226 "libc",
7415 "parity-scale-codec",7227 "parity-scale-codec",
7416 "pin-project 1.0.7",7228 "pin-project 1.0.8",
7417 "polkadot-core-primitives",7229 "polkadot-core-primitives",
7230 "polkadot-node-subsystem-util",
7418 "polkadot-parachain",7231 "polkadot-parachain",
7419 "rand 0.8.4",7232 "rand 0.8.4",
7420 "sc-executor",7233 "sc-executor",
74327245
7433[[package]]7246[[package]]
7434name = "polkadot-node-core-runtime-api"7247name = "polkadot-node-core-runtime-api"
7435version = "0.9.10"7248version = "0.9.11"
7436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7249source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7437dependencies = [7250dependencies = [
7438 "futures 0.3.17",7251 "futures 0.3.17",
7439 "memory-lru",7252 "memory-lru",
74507263
7451[[package]]7264[[package]]
7452name = "polkadot-node-jaeger"7265name = "polkadot-node-jaeger"
7453version = "0.9.10"7266version = "0.9.11"
7454source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7455dependencies = [7268dependencies = [
7456 "async-std",7269 "async-std",
7457 "lazy_static",7270 "lazy_static",
74687281
7469[[package]]7282[[package]]
7470name = "polkadot-node-metrics"7283name = "polkadot-node-metrics"
7471version = "0.9.10"7284version = "0.9.11"
7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7473dependencies = [7286dependencies = [
7474 "async-trait",
7475 "futures 0.3.17",7287 "futures 0.3.17",
7476 "futures-timer 3.0.2",7288 "futures-timer 3.0.2",
7477 "metered-channel",7289 "metered-channel",
7478 "sc-network",
7479 "sp-application-crypto",
7480 "sp-core",
7481 "sp-keystore",
7482 "substrate-prometheus-endpoint",7290 "substrate-prometheus-endpoint",
7483]7291]
74847292
7485[[package]]7293[[package]]
7486name = "polkadot-node-network-protocol"7294name = "polkadot-node-network-protocol"
7487version = "0.9.10"7295version = "0.9.11"
7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7296source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7489dependencies = [7297dependencies = [
7490 "async-trait",7298 "async-trait",
7491 "derive_more",7299 "derive_more",
7496 "polkadot-primitives",7304 "polkadot-primitives",
7497 "sc-authority-discovery",7305 "sc-authority-discovery",
7498 "sc-network",7306 "sc-network",
7499 "strum",7307 "strum 0.21.0",
7500 "thiserror",7308 "thiserror",
7501]7309]
75027310
7503[[package]]7311[[package]]
7504name = "polkadot-node-primitives"7312name = "polkadot-node-primitives"
7505version = "0.9.10"7313version = "0.9.11"
7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7507dependencies = [7315dependencies = [
7316 "bounded-vec",
7508 "futures 0.3.17",7317 "futures 0.3.17",
7509 "parity-scale-codec",7318 "parity-scale-codec",
7510 "polkadot-parachain",7319 "polkadot-parachain",
7511 "polkadot-primitives",7320 "polkadot-primitives",
7512 "polkadot-statement-table",
7513 "schnorrkel",7321 "schnorrkel",
7514 "serde",7322 "serde",
7515 "sp-application-crypto",7323 "sp-application-crypto",
7518 "sp-core",7326 "sp-core",
7519 "sp-keystore",7327 "sp-keystore",
7520 "sp-maybe-compressed-blob",7328 "sp-maybe-compressed-blob",
7521 "sp-runtime",
7522 "thiserror",7329 "thiserror",
7523 "tracing",
7524 "zstd",7330 "zstd",
7525]7331]
75267332
7527[[package]]7333[[package]]
7528name = "polkadot-node-subsystem"7334name = "polkadot-node-subsystem"
7529version = "0.9.10"7335version = "0.9.11"
7530source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7336source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7531dependencies = [7337dependencies = [
7532 "polkadot-node-jaeger",7338 "polkadot-node-jaeger",
7533 "polkadot-node-subsystem-types",7339 "polkadot-node-subsystem-types",
75367342
7537[[package]]7343[[package]]
7538name = "polkadot-node-subsystem-types"7344name = "polkadot-node-subsystem-types"
7539version = "0.9.10"7345version = "0.9.11"
7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7541dependencies = [7347dependencies = [
7542 "async-std",
7543 "async-trait",
7544 "derive_more",7348 "derive_more",
7545 "futures 0.3.17",7349 "futures 0.3.17",
7546 "futures-timer 3.0.2",
7547 "lazy_static",
7548 "log",
7549 "mick-jaeger",
7550 "parity-scale-codec",
7551 "parking_lot 0.11.2",
7552 "pin-project 1.0.7",
7553 "polkadot-node-jaeger",7350 "polkadot-node-jaeger",
7554 "polkadot-node-network-protocol",7351 "polkadot-node-network-protocol",
7555 "polkadot-node-primitives",7352 "polkadot-node-primitives",
7556 "polkadot-overseer-gen",7353 "polkadot-overseer-gen",
7557 "polkadot-primitives",7354 "polkadot-primitives",
7558 "polkadot-statement-table",7355 "polkadot-statement-table",
7559 "sc-network",7356 "sc-network",
7560 "smallvec 1.6.1",7357 "smallvec",
7561 "sp-core",
7562 "substrate-prometheus-endpoint",7358 "substrate-prometheus-endpoint",
7563 "thiserror",7359 "thiserror",
7564 "tracing",
7565]7360]
75667361
7567[[package]]7362[[package]]
7568name = "polkadot-node-subsystem-util"7363name = "polkadot-node-subsystem-util"
7569version = "0.9.10"7364version = "0.9.11"
7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7365source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7571dependencies = [7366dependencies = [
7572 "async-trait",7367 "async-trait",
7573 "derive_more",7368 "derive_more",
7574 "futures 0.3.17",7369 "futures 0.3.17",
7575 "futures-timer 3.0.2",
7576 "itertools",7370 "itertools",
7577 "lru",7371 "lru",
7578 "metered-channel",7372 "metered-channel",
7579 "parity-scale-codec",7373 "parity-scale-codec",
7580 "pin-project 1.0.7",7374 "pin-project 1.0.8",
7581 "polkadot-node-jaeger",7375 "polkadot-node-jaeger",
7582 "polkadot-node-metrics",7376 "polkadot-node-metrics",
7583 "polkadot-node-network-protocol",7377 "polkadot-node-network-protocol",
7584 "polkadot-node-primitives",
7585 "polkadot-node-subsystem",7378 "polkadot-node-subsystem",
7586 "polkadot-overseer",7379 "polkadot-overseer",
7587 "polkadot-primitives",7380 "polkadot-primitives",
7588 "rand 0.8.4",7381 "rand 0.8.4",
7589 "sc-network",
7590 "sp-application-crypto",7382 "sp-application-crypto",
7591 "sp-core",7383 "sp-core",
7592 "sp-keystore",7384 "sp-keystore",
7593 "substrate-prometheus-endpoint",
7594 "thiserror",7385 "thiserror",
7595 "tracing",7386 "tracing",
7596]7387]
75977388
7598[[package]]7389[[package]]
7599name = "polkadot-overseer"7390name = "polkadot-overseer"
7600version = "0.9.10"7391version = "0.9.11"
7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7602dependencies = [7393dependencies = [
7603 "async-trait",
7604 "futures 0.3.17",7394 "futures 0.3.17",
7605 "futures-timer 3.0.2",7395 "futures-timer 3.0.2",
7606 "lru",7396 "lru",
7397 "parity-util-mem",
7607 "parking_lot 0.11.2",7398 "parking_lot 0.11.2",
7608 "polkadot-node-metrics",7399 "polkadot-node-metrics",
7609 "polkadot-node-network-protocol",7400 "polkadot-node-network-protocol",
7610 "polkadot-node-primitives",7401 "polkadot-node-primitives",
7611 "polkadot-node-subsystem-types",7402 "polkadot-node-subsystem-types",
7612 "polkadot-overseer-all-subsystems-gen",
7613 "polkadot-overseer-gen",7403 "polkadot-overseer-gen",
7614 "polkadot-primitives",7404 "polkadot-primitives",
7615 "sc-client-api",7405 "sc-client-api",
7618]7408]
76197409
7620[[package]]7410[[package]]
7621name = "polkadot-overseer-all-subsystems-gen"
7622version = "0.9.10"
7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"
7624dependencies = [
7625 "assert_matches",
7626 "proc-macro2",
7627 "quote",
7628 "syn",
7629]
7630
7631[[package]]
7632name = "polkadot-overseer-gen"7411name = "polkadot-overseer-gen"
7633version = "0.9.10"7412version = "0.9.11"
7634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7635dependencies = [7414dependencies = [
7636 "async-trait",7415 "async-trait",
7637 "futures 0.3.17",7416 "futures 0.3.17",
7638 "futures-timer 3.0.2",7417 "futures-timer 3.0.2",
7639 "metered-channel",7418 "metered-channel",
7640 "pin-project 1.0.7",7419 "pin-project 1.0.8",
7641 "polkadot-node-network-protocol",7420 "polkadot-node-network-protocol",
7642 "polkadot-node-primitives",7421 "polkadot-node-primitives",
7643 "polkadot-overseer-gen-proc-macro",7422 "polkadot-overseer-gen-proc-macro",
76477426
7648[[package]]7427[[package]]
7649name = "polkadot-overseer-gen-proc-macro"7428name = "polkadot-overseer-gen-proc-macro"
7650version = "0.9.10"7429version = "0.9.11"
7651source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7652dependencies = [7431dependencies = [
7653 "proc-macro-crate 1.0.0",7432 "proc-macro-crate 1.1.0",
7654 "proc-macro2",7433 "proc-macro2",
7655 "quote",7434 "quote",
7656 "syn",7435 "syn",
7657]7436]
76587437
7659[[package]]7438[[package]]
7660name = "polkadot-parachain"7439name = "polkadot-parachain"
7661version = "0.9.10"7440version = "0.9.11"
7662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7663dependencies = [7442dependencies = [
7664 "derive_more",7443 "derive_more",
7665 "frame-support",7444 "frame-support",
7666 "parity-scale-codec",7445 "parity-scale-codec",
7667 "parity-util-mem",7446 "parity-util-mem",
7668 "polkadot-core-primitives",7447 "polkadot-core-primitives",
7448 "scale-info",
7669 "serde",7449 "serde",
7670 "sp-core",7450 "sp-core",
7671 "sp-runtime",7451 "sp-runtime",
76747454
7675[[package]]7455[[package]]
7676name = "polkadot-primitives"7456name = "polkadot-primitives"
7677version = "0.9.10"7457version = "0.9.11"
7678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7679dependencies = [7459dependencies = [
7680 "bitvec 0.20.1",7460 "bitvec 0.20.4",
7681 "frame-system",7461 "frame-system",
7682 "hex-literal",7462 "hex-literal",
7683 "parity-scale-codec",7463 "parity-scale-codec",
7684 "parity-util-mem",7464 "parity-util-mem",
7685 "polkadot-core-primitives",7465 "polkadot-core-primitives",
7686 "polkadot-parachain",7466 "polkadot-parachain",
7467 "scale-info",
7687 "serde",7468 "serde",
7688 "sp-api",7469 "sp-api",
7689 "sp-application-crypto",7470 "sp-application-crypto",
7699 "sp-std",7480 "sp-std",
7700 "sp-trie",7481 "sp-trie",
7701 "sp-version",7482 "sp-version",
7702 "thiserror",
7703]7483]
77047484
7705[[package]]7485[[package]]
7706name = "polkadot-rpc"7486name = "polkadot-rpc"
7707version = "0.9.10"7487version = "0.9.11"
7708source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7709dependencies = [7489dependencies = [
7710 "beefy-gadget",7490 "beefy-gadget",
7711 "beefy-gadget-rpc",7491 "beefy-gadget-rpc",
7712 "jsonrpc-core 15.1.0",7492 "jsonrpc-core",
7713 "pallet-mmr-rpc",7493 "pallet-mmr-rpc",
7714 "pallet-transaction-payment-rpc",7494 "pallet-transaction-payment-rpc",
7715 "parity-scale-codec",
7716 "polkadot-primitives",7495 "polkadot-primitives",
7717 "sc-chain-spec",7496 "sc-chain-spec",
7718 "sc-client-api",7497 "sc-client-api",
7721 "sc-consensus-epochs",7500 "sc-consensus-epochs",
7722 "sc-finality-grandpa",7501 "sc-finality-grandpa",
7723 "sc-finality-grandpa-rpc",7502 "sc-finality-grandpa-rpc",
7724 "sc-keystore",
7725 "sc-rpc",7503 "sc-rpc",
7726 "sc-sync-state-rpc",7504 "sc-sync-state-rpc",
7727 "sc-transaction-pool-api",7505 "sc-transaction-pool-api",
77377515
7738[[package]]7516[[package]]
7739name = "polkadot-runtime"7517name = "polkadot-runtime"
7740version = "0.9.10"7518version = "0.9.11"
7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7742dependencies = [7520dependencies = [
7743 "beefy-primitives",7521 "beefy-primitives",
7744 "bitvec 0.20.1",7522 "bitvec 0.20.4",
7745 "frame-benchmarking",7523 "frame-benchmarking",
7746 "frame-election-provider-support",7524 "frame-election-provider-support",
7747 "frame-executive",7525 "frame-executive",
7787 "parity-scale-codec",7565 "parity-scale-codec",
7788 "polkadot-primitives",7566 "polkadot-primitives",
7789 "polkadot-runtime-common",7567 "polkadot-runtime-common",
7568 "polkadot-runtime-parachains",
7790 "rustc-hex",7569 "rustc-hex",
7570 "scale-info",
7791 "serde",7571 "serde",
7792 "serde_derive",7572 "serde_derive",
7793 "smallvec 1.6.1",7573 "smallvec",
7794 "sp-api",7574 "sp-api",
7795 "sp-authority-discovery",7575 "sp-authority-discovery",
7796 "sp-block-builder",7576 "sp-block-builder",
78127592
7813[[package]]7593[[package]]
7814name = "polkadot-runtime-common"7594name = "polkadot-runtime-common"
7815version = "0.9.10"7595version = "0.9.11"
7816source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7817dependencies = [7597dependencies = [
7818 "bitvec 0.20.1",7598 "beefy-primitives",
7599 "bitvec 0.20.4",
7819 "frame-benchmarking",7600 "frame-benchmarking",
7601 "frame-election-provider-support",
7820 "frame-support",7602 "frame-support",
7821 "frame-system",7603 "frame-system",
7822 "impl-trait-for-tuples 0.2.1",7604 "impl-trait-for-tuples 0.2.1",
7823 "libsecp256k1 0.6.0",7605 "libsecp256k1 0.7.0",
7824 "log",7606 "log",
7825 "pallet-authorship",7607 "pallet-authorship",
7826 "pallet-babe",7608 "pallet-babe",
7609 "pallet-bags-list",
7827 "pallet-balances",7610 "pallet-balances",
7828 "pallet-beefy-mmr",7611 "pallet-beefy-mmr",
7829 "pallet-election-provider-multi-phase",7612 "pallet-election-provider-multi-phase",
7830 "pallet-offences",
7831 "pallet-session",7613 "pallet-session",
7832 "pallet-staking",7614 "pallet-staking",
7833 "pallet-timestamp",7615 "pallet-timestamp",
7838 "polkadot-primitives",7620 "polkadot-primitives",
7839 "polkadot-runtime-parachains",7621 "polkadot-runtime-parachains",
7840 "rustc-hex",7622 "rustc-hex",
7623 "scale-info",
7841 "serde",7624 "serde",
7842 "serde_derive",7625 "serde_derive",
7843 "slot-range-helper",7626 "slot-range-helper",
7844 "sp-api",7627 "sp-api",
7845 "sp-core",7628 "sp-core",
7846 "sp-inherents",7629 "sp-inherents",
7847 "sp-io",7630 "sp-io",
7631 "sp-npos-elections",
7848 "sp-runtime",7632 "sp-runtime",
7849 "sp-session",7633 "sp-session",
7850 "sp-staking",7634 "sp-staking",
78557639
7856[[package]]7640[[package]]
7857name = "polkadot-runtime-parachains"7641name = "polkadot-runtime-parachains"
7858version = "0.9.10"7642version = "0.9.11"
7859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7643source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7860dependencies = [7644dependencies = [
7861 "bitflags",7645 "bitflags",
7862 "bitvec 0.20.1",7646 "bitvec 0.20.4",
7863 "derive_more",7647 "derive_more",
7864 "frame-benchmarking",7648 "frame-benchmarking",
7865 "frame-support",7649 "frame-support",
7868 "pallet-authority-discovery",7652 "pallet-authority-discovery",
7869 "pallet-authorship",7653 "pallet-authorship",
7870 "pallet-balances",7654 "pallet-balances",
7871 "pallet-offences",
7872 "pallet-session",7655 "pallet-session",
7873 "pallet-staking",7656 "pallet-staking",
7874 "pallet-timestamp",7657 "pallet-timestamp",
7878 "rand 0.8.4",7661 "rand 0.8.4",
7879 "rand_chacha 0.3.1",7662 "rand_chacha 0.3.1",
7880 "rustc-hex",7663 "rustc-hex",
7664 "scale-info",
7881 "serde",7665 "serde",
7882 "sp-api",7666 "sp-api",
7883 "sp-core",7667 "sp-core",
78947678
7895[[package]]7679[[package]]
7896name = "polkadot-service"7680name = "polkadot-service"
7897version = "0.9.10"7681version = "0.9.11"
7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7682source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7899dependencies = [7683dependencies = [
7900 "async-trait",7684 "async-trait",
7901 "beefy-gadget",7685 "beefy-gadget",
7905 "hex-literal",7689 "hex-literal",
7906 "kusama-runtime",7690 "kusama-runtime",
7907 "kvdb",7691 "kvdb",
7908 "kvdb-rocksdb 0.12.0",7692 "kvdb-rocksdb",
7693 "lru",
7909 "pallet-babe",7694 "pallet-babe",
7910 "pallet-im-online",7695 "pallet-im-online",
7911 "pallet-mmr-primitives",7696 "pallet-mmr-primitives",
79917776
7992[[package]]7777[[package]]
7993name = "polkadot-statement-distribution"7778name = "polkadot-statement-distribution"
7994version = "0.9.10"7779version = "0.9.11"
7995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7780source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
7996dependencies = [7781dependencies = [
7997 "arrayvec 0.5.2",7782 "arrayvec 0.5.2",
7998 "derive_more",7783 "derive_more",
80127797
8013[[package]]7798[[package]]
8014name = "polkadot-statement-table"7799name = "polkadot-statement-table"
8015version = "0.9.10"7800version = "0.9.11"
8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
8017dependencies = [7802dependencies = [
8018 "parity-scale-codec",7803 "parity-scale-codec",
8019 "polkadot-primitives",7804 "polkadot-primitives",
80227807
8023[[package]]7808[[package]]
8024name = "polkadot-test-runtime"7809name = "polkadot-test-runtime"
8025version = "0.9.10"7810version = "0.9.11"
8026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
8027dependencies = [7812dependencies = [
8028 "beefy-primitives",7813 "beefy-primitives",
8029 "bitvec 0.20.1",7814 "bitvec 0.20.4",
8030 "frame-election-provider-support",7815 "frame-election-provider-support",
8031 "frame-executive",7816 "frame-executive",
8032 "frame-support",7817 "frame-support",
8057 "polkadot-runtime-common",7842 "polkadot-runtime-common",
8058 "polkadot-runtime-parachains",7843 "polkadot-runtime-parachains",
8059 "rustc-hex",7844 "rustc-hex",
7845 "scale-info",
8060 "serde",7846 "serde",
8061 "serde_derive",7847 "serde_derive",
8062 "smallvec 1.6.1",7848 "smallvec",
8063 "sp-api",7849 "sp-api",
8064 "sp-authority-discovery",7850 "sp-authority-discovery",
8065 "sp-block-builder",7851 "sp-block-builder",
80827868
8083[[package]]7869[[package]]
8084name = "polkadot-test-service"7870name = "polkadot-test-service"
8085version = "0.9.10"7871version = "0.9.11"
8086source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7872source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
8087dependencies = [7873dependencies = [
8088 "frame-benchmarking",7874 "frame-benchmarking",
8089 "frame-system",7875 "frame-system",
8090 "futures 0.1.29",7876 "futures 0.1.31",
8091 "futures 0.3.17",7877 "futures 0.3.17",
8092 "hex",7878 "hex",
8093 "pallet-balances",7879 "pallet-balances",
8129 "sp-state-machine",7915 "sp-state-machine",
8130 "substrate-test-client",7916 "substrate-test-client",
8131 "tempfile",7917 "tempfile",
7918 "tokio 1.12.0",
8132 "tracing",7919 "tracing",
8133]7920]
81347921
8135[[package]]7922[[package]]
8136name = "polling"7923name = "polling"
8137version = "2.0.2"7924version = "2.1.0"
8138source = "registry+https://github.com/rust-lang/crates.io-index"7925source = "registry+https://github.com/rust-lang/crates.io-index"
8139checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"7926checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
8140dependencies = [7927dependencies = [
8141 "cfg-if 0.1.10",7928 "cfg-if 1.0.0",
8142 "libc",7929 "libc",
8143 "log",7930 "log",
8144 "wepoll-sys",7931 "wepoll-ffi",
8145 "winapi 0.3.9",7932 "winapi 0.3.9",
8146]7933]
81477934
81707957
8171[[package]]7958[[package]]
8172name = "ppv-lite86"7959name = "ppv-lite86"
8173version = "0.2.8"7960version = "0.2.10"
8174source = "registry+https://github.com/rust-lang/crates.io-index"7961source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"7962checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
81767963
8177[[package]]7964[[package]]
8178name = "primitive-types"7965name = "primitive-types"
8196 "impl-codec",7983 "impl-codec",
8197 "impl-rlp",7984 "impl-rlp",
8198 "impl-serde",7985 "impl-serde",
7986 "scale-info",
8199 "uint",7987 "uint",
8200]7988]
82017989
82107998
8211[[package]]7999[[package]]
8212name = "proc-macro-crate"8000name = "proc-macro-crate"
8213version = "1.0.0"8001version = "1.1.0"
8214source = "registry+https://github.com/rust-lang/crates.io-index"8002source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"8003checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
8216dependencies = [8004dependencies = [
8217 "thiserror",8005 "thiserror",
8218 "toml",8006 "toml",
82768064
8277[[package]]8065[[package]]
8278name = "proc-macro-nested"8066name = "proc-macro-nested"
8279version = "0.1.6"8067version = "0.1.7"
8280source = "registry+https://github.com/rust-lang/crates.io-index"8068source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"8069checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
82828070
8283[[package]]8071[[package]]
8284name = "proc-macro2"8072name = "proc-macro2"
8285version = "1.0.28"8073version = "1.0.29"
8286source = "registry+https://github.com/rust-lang/crates.io-index"8074source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"8075checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
8288dependencies = [8076dependencies = [
8289 "unicode-xid",8077 "unicode-xid",
8290]8078]
8309source = "registry+https://github.com/rust-lang/crates.io-index"8097source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"8098checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
8311dependencies = [8099dependencies = [
8312 "bytes 1.0.1",8100 "bytes 1.1.0",
8313 "prost-derive",8101 "prost-derive",
8314]8102]
83158103
8319source = "registry+https://github.com/rust-lang/crates.io-index"8107source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"8108checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"
8321dependencies = [8109dependencies = [
8322 "bytes 1.0.1",8110 "bytes 1.1.0",
8323 "heck",8111 "heck",
8324 "itertools",8112 "itertools",
8325 "log",8113 "log",
8350source = "registry+https://github.com/rust-lang/crates.io-index"8138source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"8139checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
8352dependencies = [8140dependencies = [
8353 "bytes 1.0.1",8141 "bytes 1.1.0",
8354 "prost",8142 "prost",
8355]8143]
83568144
8357[[package]]8145[[package]]
8358name = "psm"8146name = "psm"
8359version = "0.1.12"8147version = "0.1.16"
8360source = "registry+https://github.com/rust-lang/crates.io-index"8148source = "registry+https://github.com/rust-lang/crates.io-index"
8361checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a"8149checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
8362dependencies = [8150dependencies = [
8363 "cc",8151 "cc",
8364]8152]
83658153
8366[[package]]8154[[package]]
8367name = "pwasm-utils"8155name = "pwasm-utils"
8368version = "0.18.0"8156version = "0.18.2"
8369source = "registry+https://github.com/rust-lang/crates.io-index"8157source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481"8158checksum = "880b3384fb00b8f6ecccd5d358b93bd2201900ae3daad213791d1864f6441f5c"
8371dependencies = [8159dependencies = [
8372 "byteorder",8160 "byteorder",
8373 "log",8161 "log",
83828170
8383[[package]]8171[[package]]
8384name = "quick-error"8172name = "quick-error"
8385version = "2.0.0"8173version = "2.0.1"
8386source = "registry+https://github.com/rust-lang/crates.io-index"8174source = "registry+https://github.com/rust-lang/crates.io-index"
8387checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"8175checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
83888176
8389[[package]]8177[[package]]
8390name = "quicksink"8178name = "quicksink"
8394dependencies = [8182dependencies = [
8395 "futures-core",8183 "futures-core",
8396 "futures-sink",8184 "futures-sink",
8397 "pin-project-lite 0.1.7",8185 "pin-project-lite 0.1.12",
8398]8186]
83998187
8400[[package]]8188[[package]]
8401name = "quote"8189name = "quote"
8402version = "1.0.9"8190version = "1.0.10"
8403source = "registry+https://github.com/rust-lang/crates.io-index"8191source = "registry+https://github.com/rust-lang/crates.io-index"
8404checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"8192checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
8405dependencies = [8193dependencies = [
8406 "proc-macro2",8194 "proc-macro2",
8407]8195]
84208208
8421[[package]]8209[[package]]
8422name = "rand"8210name = "rand"
8423version = "0.3.23"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
8426dependencies = [
8427 "libc",
8428 "rand 0.4.6",
8429]
8430
8431[[package]]
8432name = "rand"
8433version = "0.4.6"
8434source = "registry+https://github.com/rust-lang/crates.io-index"
8435checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
8436dependencies = [
8437 "fuchsia-cprng",
8438 "libc",
8439 "rand_core 0.3.1",
8440 "rdrand",
8441 "winapi 0.3.9",
8442]
8443
8444[[package]]
8445name = "rand"
8446version = "0.7.3"8211version = "0.7.3"
8447source = "registry+https://github.com/rust-lang/crates.io-index"8212source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8213checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
8449dependencies = [8214dependencies = [
8450 "getrandom 0.1.14",8215 "getrandom 0.1.16",
8451 "libc",8216 "libc",
8452 "rand_chacha 0.2.2",8217 "rand_chacha 0.2.2",
8453 "rand_core 0.5.1",8218 "rand_core 0.5.1",
8463dependencies = [8228dependencies = [
8464 "libc",8229 "libc",
8465 "rand_chacha 0.3.1",8230 "rand_chacha 0.3.1",
8466 "rand_core 0.6.1",8231 "rand_core 0.6.3",
8467 "rand_hc 0.3.0",8232 "rand_hc 0.3.1",
8468]8233]
84698234
8470[[package]]8235[[package]]
8484checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8249checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8485dependencies = [8250dependencies = [
8486 "ppv-lite86",8251 "ppv-lite86",
8487 "rand_core 0.6.1",8252 "rand_core 0.6.3",
8488]8253]
84898254
8490[[package]]8255[[package]]
8491name = "rand_core"8256name = "rand_core"
8492version = "0.3.1"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
8495dependencies = [
8496 "rand_core 0.4.2",
8497]
8498
8499[[package]]
8500name = "rand_core"
8501version = "0.4.2"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
8504
8505[[package]]
8506name = "rand_core"
8507version = "0.5.1"8257version = "0.5.1"
8508source = "registry+https://github.com/rust-lang/crates.io-index"8258source = "registry+https://github.com/rust-lang/crates.io-index"
8509checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8259checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
8510dependencies = [8260dependencies = [
8511 "getrandom 0.1.14",8261 "getrandom 0.1.16",
8512]8262]
85138263
8514[[package]]8264[[package]]
8515name = "rand_core"8265name = "rand_core"
8516version = "0.6.1"8266version = "0.6.3"
8517source = "registry+https://github.com/rust-lang/crates.io-index"8267source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"8268checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
8519dependencies = [8269dependencies = [
8520 "getrandom 0.2.1",8270 "getrandom 0.2.3",
8521]8271]
85228272
8523[[package]]8273[[package]]
8524name = "rand_distr"8274name = "rand_distr"
8525version = "0.4.1"8275version = "0.4.2"
8526source = "registry+https://github.com/rust-lang/crates.io-index"8276source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"8277checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"
8528dependencies = [8278dependencies = [
8529 "num-traits",8279 "num-traits",
8530 "rand 0.8.4",8280 "rand 0.8.4",
85418291
8542[[package]]8292[[package]]
8543name = "rand_hc"8293name = "rand_hc"
8544version = "0.3.0"8294version = "0.3.1"
8545source = "registry+https://github.com/rust-lang/crates.io-index"8295source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"8296checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
8547dependencies = [8297dependencies = [
8548 "rand_core 0.6.1",8298 "rand_core 0.6.3",
8549]8299]
85508300
8551[[package]]8301[[package]]
85658315
8566[[package]]8316[[package]]
8567name = "rayon"8317name = "rayon"
8568version = "1.3.1"8318version = "1.5.1"
8569source = "registry+https://github.com/rust-lang/crates.io-index"8319source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"8320checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
8571dependencies = [8321dependencies = [
8572 "autocfg",8322 "autocfg",
8573 "crossbeam-deque",8323 "crossbeam-deque",
85778327
8578[[package]]8328[[package]]
8579name = "rayon-core"8329name = "rayon-core"
8580version = "1.7.1"8330version = "1.9.1"
8581source = "registry+https://github.com/rust-lang/crates.io-index"8331source = "registry+https://github.com/rust-lang/crates.io-index"
8582checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"8332checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
8583dependencies = [8333dependencies = [
8334 "crossbeam-channel",
8584 "crossbeam-deque",8335 "crossbeam-deque",
8585 "crossbeam-queue",8336 "crossbeam-utils",
8586 "crossbeam-utils 0.7.2",
8587 "lazy_static",8337 "lazy_static",
8588 "num_cpus",8338 "num_cpus",
8589]8339]
85908340
8591[[package]]8341[[package]]
8592name = "rdrand"
8593version = "0.4.0"
8594source = "registry+https://github.com/rust-lang/crates.io-index"
8595checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
8596dependencies = [
8597 "rand_core 0.3.1",
8598]
8599
8600[[package]]
8601name = "redox_syscall"8342name = "redox_syscall"
8602version = "0.1.56"8343version = "0.1.57"
8603source = "registry+https://github.com/rust-lang/crates.io-index"8344source = "registry+https://github.com/rust-lang/crates.io-index"
8604checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"8345checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
86058346
8606[[package]]8347[[package]]
8607name = "redox_syscall"8348name = "redox_syscall"
86148355
8615[[package]]8356[[package]]
8616name = "redox_users"8357name = "redox_users"
8617version = "0.3.4"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
8620dependencies = [
8621 "getrandom 0.1.14",
8622 "redox_syscall 0.1.56",
8623 "rust-argon2",
8624]
8625
8626[[package]]
8627name = "redox_users"
8628version = "0.4.0"8358version = "0.4.0"
8629source = "registry+https://github.com/rust-lang/crates.io-index"8359source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8360checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
8631dependencies = [8361dependencies = [
8632 "getrandom 0.2.1",8362 "getrandom 0.2.3",
8633 "redox_syscall 0.2.10",8363 "redox_syscall 0.2.10",
8634]8364]
86358365
86488378
8649[[package]]8379[[package]]
8650name = "ref-cast"8380name = "ref-cast"
8651version = "1.0.2"8381version = "1.0.6"
8652source = "registry+https://github.com/rust-lang/crates.io-index"8382source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"8383checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"
8654dependencies = [8384dependencies = [
8655 "ref-cast-impl",8385 "ref-cast-impl",
8656]8386]
86578387
8658[[package]]8388[[package]]
8659name = "ref-cast-impl"8389name = "ref-cast-impl"
8660version = "1.0.2"8390version = "1.0.6"
8661source = "registry+https://github.com/rust-lang/crates.io-index"8391source = "registry+https://github.com/rust-lang/crates.io-index"
8662checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"8392checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"
8663dependencies = [8393dependencies = [
8664 "proc-macro2",8394 "proc-macro2",
8665 "quote",8395 "quote",
8675 "log",8405 "log",
8676 "rustc-hash",8406 "rustc-hash",
8677 "serde",8407 "serde",
8678 "smallvec 1.6.1",8408 "smallvec",
8679]8409]
86808410
8681[[package]]8411[[package]]
8682name = "regex"8412name = "regex"
8683version = "1.4.2"8413version = "1.5.4"
8684source = "registry+https://github.com/rust-lang/crates.io-index"8414source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"8415checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
8686dependencies = [8416dependencies = [
8687 "aho-corasick",8417 "aho-corasick",
8688 "memchr",8418 "memchr",
8689 "regex-syntax",8419 "regex-syntax",
8690 "thread_local",
8691]8420]
86928421
8693[[package]]8422[[package]]
8694name = "regex-automata"8423name = "regex-automata"
8695version = "0.1.9"8424version = "0.1.10"
8696source = "registry+https://github.com/rust-lang/crates.io-index"8425source = "registry+https://github.com/rust-lang/crates.io-index"
8697checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"8426checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8698dependencies = [8427dependencies = [
8699 "byteorder",
8700 "regex-syntax",8428 "regex-syntax",
8701]8429]
87028430
8703[[package]]8431[[package]]
8704name = "regex-syntax"8432name = "regex-syntax"
8705version = "0.6.21"8433version = "0.6.25"
8706source = "registry+https://github.com/rust-lang/crates.io-index"8434source = "registry+https://github.com/rust-lang/crates.io-index"
8707checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"8435checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
87088436
8709[[package]]8437[[package]]
8710name = "region"8438name = "region"
8721[[package]]8449[[package]]
8722name = "remote-externalities"8450name = "remote-externalities"
8723version = "0.10.0-dev"8451version = "0.10.0-dev"
8724source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
8725dependencies = [8453dependencies = [
8726 "env_logger 0.8.4",8454 "env_logger 0.9.0",
8727 "hex",
8728 "jsonrpsee-proc-macros",8455 "jsonrpsee-proc-macros",
8729 "jsonrpsee-ws-client",8456 "jsonrpsee-ws-client",
8730 "log",8457 "log",
8734 "sp-core",8461 "sp-core",
8735 "sp-io",8462 "sp-io",
8736 "sp-runtime",8463 "sp-runtime",
8464 "sp-version",
8737]8465]
87388466
8739[[package]]8467[[package]]
87578485
8758[[package]]8486[[package]]
8759name = "retain_mut"8487name = "retain_mut"
8760version = "0.1.3"8488version = "0.1.4"
8761source = "registry+https://github.com/rust-lang/crates.io-index"8489source = "registry+https://github.com/rust-lang/crates.io-index"
8762checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"8490checksum = "448296241d034b96c11173591deaa1302f2c17b56092106c1f92c1bc0183a8c9"
87638491
8764[[package]]8492[[package]]
8765name = "ring"8493name = "ring"
87788506
8779[[package]]8507[[package]]
8780name = "rlp"8508name = "rlp"
8781version = "0.5.0"8509version = "0.5.1"
8782source = "registry+https://github.com/rust-lang/crates.io-index"8510source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8"8511checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"
8784dependencies = [8512dependencies = [
8785 "bytes 1.0.1",8513 "bytes 1.1.0",
8786 "rustc-hex",8514 "rustc-hex",
8787]8515]
87888516
87998527
8800[[package]]8528[[package]]
8801name = "rocksdb"8529name = "rocksdb"
8802version = "0.16.0"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3"
8805dependencies = [
8806 "libc",
8807 "librocksdb-sys",
8808]
8809
8810[[package]]
8811name = "rocksdb"
8812version = "0.17.0"8530version = "0.17.0"
8813source = "registry+https://github.com/rust-lang/crates.io-index"8531source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8532checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"
88198537
8820[[package]]8538[[package]]
8821name = "rococo-runtime"8539name = "rococo-runtime"
8822version = "0.9.10"8540version = "0.9.11"
8823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
8824dependencies = [8542dependencies = [
8825 "beefy-primitives",8543 "beefy-primitives",
8826 "bp-messages",8544 "bp-messages",
8827 "bp-rococo",8545 "bp-rococo",
8828 "bp-runtime",8546 "bp-runtime",
8829 "bp-wococo",8547 "bp-wococo",
8830 "bridge-runtime-common",8548 "bridge-runtime-common",
8549 "frame-benchmarking",
8831 "frame-executive",8550 "frame-executive",
8832 "frame-support",8551 "frame-support",
8833 "frame-system",8552 "frame-system",
8850 "pallet-membership",8569 "pallet-membership",
8851 "pallet-mmr",8570 "pallet-mmr",
8852 "pallet-mmr-primitives",8571 "pallet-mmr-primitives",
8572 "pallet-multisig",
8853 "pallet-offences",8573 "pallet-offences",
8854 "pallet-proxy",8574 "pallet-proxy",
8855 "pallet-session",8575 "pallet-session",
8856 "pallet-staking",8576 "pallet-staking",
8857 "pallet-staking-reward-curve",
8858 "pallet-sudo",8577 "pallet-sudo",
8859 "pallet-timestamp",8578 "pallet-timestamp",
8860 "pallet-transaction-payment",8579 "pallet-transaction-payment",
8866 "polkadot-primitives",8585 "polkadot-primitives",
8867 "polkadot-runtime-common",8586 "polkadot-runtime-common",
8868 "polkadot-runtime-parachains",8587 "polkadot-runtime-parachains",
8588 "scale-info",
8869 "serde",8589 "serde",
8870 "serde_derive",8590 "serde_derive",
8871 "smallvec 1.6.1",8591 "smallvec",
8872 "sp-api",8592 "sp-api",
8873 "sp-authority-discovery",8593 "sp-authority-discovery",
8874 "sp-block-builder",8594 "sp-block-builder",
88918611
8892[[package]]8612[[package]]
8893name = "rpassword"8613name = "rpassword"
8894version = "5.0.0"8614version = "5.0.1"
8895source = "registry+https://github.com/rust-lang/crates.io-index"8615source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9"8616checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
8897dependencies = [8617dependencies = [
8898 "libc",8618 "libc",
8899 "winapi 0.3.9",8619 "winapi 0.3.9",
8900]8620]
89018621
8902[[package]]8622[[package]]
8903name = "rust-argon2"
8904version = "0.7.0"
8905source = "registry+https://github.com/rust-lang/crates.io-index"
8906checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
8907dependencies = [
8908 "base64 0.11.0",
8909 "blake2b_simd",
8910 "constant_time_eq",
8911 "crossbeam-utils 0.7.2",
8912]
8913
8914[[package]]
8915name = "rustc-demangle"8623name = "rustc-demangle"
8916version = "0.1.16"8624version = "0.1.21"
8917source = "registry+https://github.com/rust-lang/crates.io-index"8625source = "registry+https://github.com/rust-lang/crates.io-index"
8918checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"8626checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
89198627
8920[[package]]8628[[package]]
8921name = "rustc-hash"8629name = "rustc-hash"
89498657
8950[[package]]8658[[package]]
8951name = "rustls"8659name = "rustls"
8952version = "0.18.0"
8953source = "registry+https://github.com/rust-lang/crates.io-index"
8954checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693"
8955dependencies = [
8956 "base64 0.12.3",
8957 "log",
8958 "ring",
8959 "sct",
8960 "webpki",
8961]
8962
8963[[package]]
8964name = "rustls"
8965version = "0.19.1"8660version = "0.19.1"
8966source = "registry+https://github.com/rust-lang/crates.io-index"8661source = "registry+https://github.com/rust-lang/crates.io-index"
8967checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8662checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
89758670
8976[[package]]8671[[package]]
8977name = "rustls-native-certs"8672name = "rustls-native-certs"
8978version = "0.4.0"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
8981dependencies = [
8982 "openssl-probe",
8983 "rustls 0.18.0",
8984 "schannel",
8985 "security-framework 1.0.0",
8986]
8987
8988[[package]]
8989name = "rustls-native-certs"
8990version = "0.5.0"8673version = "0.5.0"
8991source = "registry+https://github.com/rust-lang/crates.io-index"8674source = "registry+https://github.com/rust-lang/crates.io-index"
8992checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8675checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
8993dependencies = [8676dependencies = [
8994 "openssl-probe",8677 "openssl-probe",
8995 "rustls 0.19.1",8678 "rustls",
8996 "schannel",8679 "schannel",
8997 "security-framework 2.2.0",8680 "security-framework",
8998]8681]
89998682
9000[[package]]8683[[package]]
9001name = "ruzstd"
9002version = "0.2.2"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00"
9005dependencies = [
9006 "byteorder",
9007 "twox-hash",
9008]
9009
9010[[package]]
9011name = "rw-stream-sink"8684name = "rw-stream-sink"
9012version = "0.2.1"8685version = "0.2.1"
9013source = "registry+https://github.com/rust-lang/crates.io-index"8686source = "registry+https://github.com/rust-lang/crates.io-index"
9014checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8687checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
9015dependencies = [8688dependencies = [
9016 "futures 0.3.17",8689 "futures 0.3.17",
9017 "pin-project 0.4.23",8690 "pin-project 0.4.28",
9018 "static_assertions",8691 "static_assertions",
9019]8692]
90208693
9054[[package]]8727[[package]]
9055name = "sc-allocator"8728name = "sc-allocator"
9056version = "4.0.0-dev"8729version = "4.0.0-dev"
9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8730source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9058dependencies = [8731dependencies = [
9059 "log",8732 "log",
9060 "sp-core",8733 "sp-core",
9065[[package]]8738[[package]]
9066name = "sc-authority-discovery"8739name = "sc-authority-discovery"
9067version = "0.10.0-dev"8740version = "0.10.0-dev"
9068source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9069dependencies = [8742dependencies = [
9070 "async-trait",8743 "async-trait",
9071 "derive_more",8744 "derive_more",
9072 "either",
9073 "futures 0.3.17",8745 "futures 0.3.17",
9074 "futures-timer 3.0.2",8746 "futures-timer 3.0.2",
9075 "ip_network",8747 "ip_network",
9081 "rand 0.7.3",8753 "rand 0.7.3",
9082 "sc-client-api",8754 "sc-client-api",
9083 "sc-network",8755 "sc-network",
9084 "serde_json",
9085 "sp-api",8756 "sp-api",
9086 "sp-authority-discovery",8757 "sp-authority-discovery",
9087 "sp-blockchain",8758 "sp-blockchain",
9094[[package]]8765[[package]]
9095name = "sc-basic-authorship"8766name = "sc-basic-authorship"
9096version = "0.10.0-dev"8767version = "0.10.0-dev"
9097source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9098dependencies = [8769dependencies = [
9099 "futures 0.3.17",8770 "futures 0.3.17",
9100 "futures-timer 3.0.2",8771 "futures-timer 3.0.2",
9117[[package]]8788[[package]]
9118name = "sc-block-builder"8789name = "sc-block-builder"
9119version = "0.10.0-dev"8790version = "0.10.0-dev"
9120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8791source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9121dependencies = [8792dependencies = [
9122 "parity-scale-codec",8793 "parity-scale-codec",
9123 "sc-client-api",8794 "sc-client-api",
9133[[package]]8804[[package]]
9134name = "sc-chain-spec"8805name = "sc-chain-spec"
9135version = "4.0.0-dev"8806version = "4.0.0-dev"
9136source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8807source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9137dependencies = [8808dependencies = [
9138 "impl-trait-for-tuples 0.2.1",8809 "impl-trait-for-tuples 0.2.1",
9139 "parity-scale-codec",8810 "parity-scale-codec",
9149[[package]]8820[[package]]
9150name = "sc-chain-spec-derive"8821name = "sc-chain-spec-derive"
9151version = "4.0.0-dev"8822version = "4.0.0-dev"
9152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8823source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9153dependencies = [8824dependencies = [
9154 "proc-macro-crate 1.0.0",8825 "proc-macro-crate 1.1.0",
9155 "proc-macro2",8826 "proc-macro2",
9156 "quote",8827 "quote",
9157 "syn",8828 "syn",
9160[[package]]8831[[package]]
9161name = "sc-cli"8832name = "sc-cli"
9162version = "0.10.0-dev"8833version = "0.10.0-dev"
9163source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8834source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9164dependencies = [8835dependencies = [
9165 "chrono",8836 "chrono",
9166 "fdlimit",8837 "fdlimit",
9179 "sc-service",8850 "sc-service",
9180 "sc-telemetry",8851 "sc-telemetry",
9181 "sc-tracing",8852 "sc-tracing",
8853 "sc-utils",
9182 "serde",8854 "serde",
9183 "serde_json",8855 "serde_json",
9184 "sp-blockchain",8856 "sp-blockchain",
9187 "sp-keystore",8859 "sp-keystore",
9188 "sp-panic-handler",8860 "sp-panic-handler",
9189 "sp-runtime",8861 "sp-runtime",
9190 "sp-utils",
9191 "sp-version",8862 "sp-version",
9192 "structopt",8863 "structopt",
9193 "thiserror",8864 "thiserror",
9194 "tiny-bip39",8865 "tiny-bip39",
9195 "tokio 0.2.25",8866 "tokio 1.12.0",
9196]8867]
91978868
9198[[package]]8869[[package]]
9199name = "sc-client-api"8870name = "sc-client-api"
9200version = "4.0.0-dev"8871version = "4.0.0-dev"
9201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9202dependencies = [8873dependencies = [
9203 "derive_more",
9204 "fnv",8874 "fnv",
9205 "futures 0.3.17",8875 "futures 0.3.17",
9206 "hash-db",8876 "hash-db",
9207 "kvdb",
9208 "lazy_static",
9209 "log",8877 "log",
9210 "parity-scale-codec",8878 "parity-scale-codec",
9211 "parking_lot 0.11.2",8879 "parking_lot 0.11.2",
9212 "sc-executor",8880 "sc-executor",
9213 "sc-transaction-pool-api",8881 "sc-transaction-pool-api",
8882 "sc-utils",
9214 "sp-api",8883 "sp-api",
9215 "sp-blockchain",8884 "sp-blockchain",
9216 "sp-consensus",8885 "sp-consensus",
9217 "sp-core",8886 "sp-core",
9218 "sp-database",8887 "sp-database",
9219 "sp-externalities",8888 "sp-externalities",
9220 "sp-inherents",
9221 "sp-keystore",8889 "sp-keystore",
9222 "sp-runtime",8890 "sp-runtime",
9223 "sp-state-machine",8891 "sp-state-machine",
9224 "sp-std",
9225 "sp-storage",8892 "sp-storage",
9226 "sp-trie",8893 "sp-trie",
9227 "sp-utils",
9228 "sp-version",
9229 "substrate-prometheus-endpoint",8894 "substrate-prometheus-endpoint",
9230]8895]
92318896
9232[[package]]8897[[package]]
9233name = "sc-client-db"8898name = "sc-client-db"
9234version = "0.10.0-dev"8899version = "0.10.0-dev"
9235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9236dependencies = [8901dependencies = [
9237 "blake2-rfc",
9238 "hash-db",8902 "hash-db",
9239 "kvdb",8903 "kvdb",
9240 "kvdb-memorydb",8904 "kvdb-memorydb",
9241 "kvdb-rocksdb 0.12.0",8905 "kvdb-rocksdb",
9242 "linked-hash-map",8906 "linked-hash-map",
9243 "log",8907 "log",
9244 "parity-db",8908 "parity-db",
9245 "parity-scale-codec",8909 "parity-scale-codec",
9246 "parity-util-mem",
9247 "parking_lot 0.11.2",8910 "parking_lot 0.11.2",
9248 "sc-client-api",8911 "sc-client-api",
9249 "sc-executor",
9250 "sc-state-db",8912 "sc-state-db",
9251 "sp-arithmetic",8913 "sp-arithmetic",
9252 "sp-blockchain",8914 "sp-blockchain",
9255 "sp-runtime",8917 "sp-runtime",
9256 "sp-state-machine",8918 "sp-state-machine",
9257 "sp-trie",8919 "sp-trie",
9258 "substrate-prometheus-endpoint",
9259]8920]
92608921
9261[[package]]8922[[package]]
9262name = "sc-consensus"8923name = "sc-consensus"
9263version = "0.10.0-dev"8924version = "0.10.0-dev"
9264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8925source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9265dependencies = [8926dependencies = [
9266 "async-trait",8927 "async-trait",
9267 "futures 0.3.17",8928 "futures 0.3.17",
9270 "log",8931 "log",
9271 "parking_lot 0.11.2",8932 "parking_lot 0.11.2",
9272 "sc-client-api",8933 "sc-client-api",
8934 "sc-utils",
9273 "serde",8935 "serde",
9274 "sp-api",8936 "sp-api",
9275 "sp-blockchain",8937 "sp-blockchain",
9276 "sp-consensus",8938 "sp-consensus",
9277 "sp-core",8939 "sp-core",
9278 "sp-runtime",8940 "sp-runtime",
9279 "sp-state-machine",8941 "sp-state-machine",
9280 "sp-utils",
9281 "substrate-prometheus-endpoint",8942 "substrate-prometheus-endpoint",
9282 "thiserror",8943 "thiserror",
9283 "wasm-timer",
9284]8944]
92858945
9286[[package]]8946[[package]]
9287name = "sc-consensus-aura"8947name = "sc-consensus-aura"
9288version = "0.10.0-dev"8948version = "0.10.0-dev"
9289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8949source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9290dependencies = [8950dependencies = [
9291 "async-trait",8951 "async-trait",
9292 "derive_more",8952 "derive_more",
9293 "futures 0.3.17",8953 "futures 0.3.17",
9294 "futures-timer 3.0.2",
9295 "log",8954 "log",
9296 "parity-scale-codec",8955 "parity-scale-codec",
9297 "sc-block-builder",8956 "sc-block-builder",
9308 "sp-consensus-slots",8967 "sp-consensus-slots",
9309 "sp-core",8968 "sp-core",
9310 "sp-inherents",8969 "sp-inherents",
9311 "sp-io",
9312 "sp-keystore",8970 "sp-keystore",
9313 "sp-runtime",8971 "sp-runtime",
9314 "sp-version",
9315 "substrate-prometheus-endpoint",8972 "substrate-prometheus-endpoint",
9316]8973]
93178974
9318[[package]]8975[[package]]
9319name = "sc-consensus-babe"8976name = "sc-consensus-babe"
9320version = "0.10.0-dev"8977version = "0.10.0-dev"
9321source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9322dependencies = [8979dependencies = [
9323 "async-trait",8980 "async-trait",
9324 "derive_more",8981 "derive_more",
9325 "fork-tree",8982 "fork-tree",
9326 "futures 0.3.17",8983 "futures 0.3.17",
9327 "futures-timer 3.0.2",
9328 "log",8984 "log",
9329 "merlin",8985 "merlin",
9330 "num-bigint",8986 "num-bigint",
9331 "num-rational 0.2.4",8987 "num-rational 0.2.4",
9332 "num-traits",8988 "num-traits",
9333 "parity-scale-codec",8989 "parity-scale-codec",
9334 "parking_lot 0.11.2",8990 "parking_lot 0.11.2",
9335 "pdqselect",
9336 "rand 0.7.3",8991 "rand 0.7.3",
9337 "retain_mut",8992 "retain_mut",
9338 "sc-client-api",8993 "sc-client-api",
9339 "sc-consensus",8994 "sc-consensus",
9340 "sc-consensus-epochs",8995 "sc-consensus-epochs",
9341 "sc-consensus-slots",8996 "sc-consensus-slots",
9342 "sc-consensus-uncles",
9343 "sc-keystore",8997 "sc-keystore",
9344 "sc-telemetry",8998 "sc-telemetry",
9345 "schnorrkel",8999 "schnorrkel",
9357 "sp-io",9011 "sp-io",
9358 "sp-keystore",9012 "sp-keystore",
9359 "sp-runtime",9013 "sp-runtime",
9360 "sp-utils",
9361 "sp-version",9014 "sp-version",
9362 "substrate-prometheus-endpoint",9015 "substrate-prometheus-endpoint",
9363]9016]
93649017
9365[[package]]9018[[package]]
9366name = "sc-consensus-babe-rpc"9019name = "sc-consensus-babe-rpc"
9367version = "0.10.0-dev"9020version = "0.10.0-dev"
9368source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9369dependencies = [9022dependencies = [
9370 "derive_more",9023 "derive_more",
9371 "futures 0.3.17",9024 "futures 0.3.17",
9372 "jsonrpc-core 15.1.0",9025 "jsonrpc-core",
9373 "jsonrpc-core-client 15.1.0",9026 "jsonrpc-core-client",
9374 "jsonrpc-derive 15.1.0",9027 "jsonrpc-derive",
9375 "sc-consensus-babe",9028 "sc-consensus-babe",
9376 "sc-consensus-epochs",9029 "sc-consensus-epochs",
9377 "sc-rpc-api",9030 "sc-rpc-api",
9389[[package]]9042[[package]]
9390name = "sc-consensus-epochs"9043name = "sc-consensus-epochs"
9391version = "0.10.0-dev"9044version = "0.10.0-dev"
9392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9045source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9393dependencies = [9046dependencies = [
9394 "fork-tree",9047 "fork-tree",
9395 "parity-scale-codec",9048 "parity-scale-codec",
9402[[package]]9055[[package]]
9403name = "sc-consensus-slots"9056name = "sc-consensus-slots"
9404version = "0.10.0-dev"9057version = "0.10.0-dev"
9405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9058source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9406dependencies = [9059dependencies = [
9407 "async-trait",9060 "async-trait",
9408 "futures 0.3.17",9061 "futures 0.3.17",
9409 "futures-timer 3.0.2",9062 "futures-timer 3.0.2",
9410 "impl-trait-for-tuples 0.2.1",
9411 "log",9063 "log",
9412 "parity-scale-codec",9064 "parity-scale-codec",
9413 "sc-client-api",9065 "sc-client-api",
9414 "sc-consensus",9066 "sc-consensus",
9415 "sc-telemetry",9067 "sc-telemetry",
9416 "sp-api",9068 "sp-api",
9417 "sp-application-crypto",
9418 "sp-arithmetic",9069 "sp-arithmetic",
9419 "sp-blockchain",9070 "sp-blockchain",
9420 "sp-consensus",9071 "sp-consensus",
9424 "sp-runtime",9075 "sp-runtime",
9425 "sp-state-machine",9076 "sp-state-machine",
9426 "sp-timestamp",9077 "sp-timestamp",
9427 "sp-trie",
9428 "thiserror",9078 "thiserror",
9429]9079]
94309080
9431[[package]]9081[[package]]
9432name = "sc-consensus-uncles"9082name = "sc-consensus-uncles"
9433version = "0.10.0-dev"9083version = "0.10.0-dev"
9434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9435dependencies = [9085dependencies = [
9436 "sc-client-api",9086 "sc-client-api",
9437 "sp-authorship",9087 "sp-authorship",
9442[[package]]9092[[package]]
9443name = "sc-executor"9093name = "sc-executor"
9444version = "0.10.0-dev"9094version = "0.10.0-dev"
9445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9446dependencies = [9096dependencies = [
9447 "derive_more",
9448 "lazy_static",9097 "lazy_static",
9449 "libsecp256k1 0.6.0",9098 "libsecp256k1 0.6.0",
9450 "log",9099 "log",
9451 "parity-scale-codec",9100 "parity-scale-codec",
9452 "parity-wasm 0.42.2",
9453 "parking_lot 0.11.2",9101 "parking_lot 0.11.2",
9454 "sc-executor-common",9102 "sc-executor-common",
9455 "sc-executor-wasmi",9103 "sc-executor-wasmi",
9460 "sp-io",9108 "sp-io",
9461 "sp-panic-handler",9109 "sp-panic-handler",
9462 "sp-runtime-interface",9110 "sp-runtime-interface",
9463 "sp-serializer",
9464 "sp-tasks",9111 "sp-tasks",
9465 "sp-trie",9112 "sp-trie",
9466 "sp-version",9113 "sp-version",
9471[[package]]9118[[package]]
9472name = "sc-executor-common"9119name = "sc-executor-common"
9473version = "0.10.0-dev"9120version = "0.10.0-dev"
9474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9475dependencies = [9122dependencies = [
9476 "derive_more",9123 "derive_more",
9124 "environmental",
9477 "parity-scale-codec",9125 "parity-scale-codec",
9478 "pwasm-utils",9126 "pwasm-utils",
9479 "sc-allocator",9127 "sc-allocator",
9488[[package]]9136[[package]]
9489name = "sc-executor-wasmi"9137name = "sc-executor-wasmi"
9490version = "0.10.0-dev"9138version = "0.10.0-dev"
9491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9492dependencies = [9140dependencies = [
9493 "log",9141 "log",
9494 "parity-scale-codec",9142 "parity-scale-codec",
9495 "sc-allocator",9143 "sc-allocator",
9496 "sc-executor-common",9144 "sc-executor-common",
9145 "scoped-tls",
9497 "sp-core",9146 "sp-core",
9498 "sp-runtime-interface",9147 "sp-runtime-interface",
9499 "sp-wasm-interface",9148 "sp-wasm-interface",
9503[[package]]9152[[package]]
9504name = "sc-executor-wasmtime"9153name = "sc-executor-wasmtime"
9505version = "0.10.0-dev"9154version = "0.10.0-dev"
9506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9155source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9507dependencies = [9156dependencies = [
9508 "cfg-if 1.0.0",9157 "cfg-if 1.0.0",
9509 "libc",9158 "libc",
9510 "log",9159 "log",
9511 "parity-scale-codec",9160 "parity-scale-codec",
9512 "parity-wasm 0.42.2",9161 "parity-wasm 0.42.2",
9513 "pwasm-utils",
9514 "sc-allocator",9162 "sc-allocator",
9515 "sc-executor-common",9163 "sc-executor-common",
9516 "scoped-tls",
9517 "sp-core",9164 "sp-core",
9518 "sp-runtime-interface",9165 "sp-runtime-interface",
9519 "sp-wasm-interface",9166 "sp-wasm-interface",
9523[[package]]9170[[package]]
9524name = "sc-finality-grandpa"9171name = "sc-finality-grandpa"
9525version = "0.10.0-dev"9172version = "0.10.0-dev"
9526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9173source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9527dependencies = [9174dependencies = [
9528 "async-trait",9175 "async-trait",
9529 "derive_more",9176 "derive_more",
9532 "fork-tree",9179 "fork-tree",
9533 "futures 0.3.17",9180 "futures 0.3.17",
9534 "futures-timer 3.0.2",9181 "futures-timer 3.0.2",
9535 "linked-hash-map",
9536 "log",9182 "log",
9537 "parity-scale-codec",9183 "parity-scale-codec",
9538 "parking_lot 0.11.2",9184 "parking_lot 0.11.2",
9539 "pin-project 1.0.7",
9540 "rand 0.8.4",9185 "rand 0.8.4",
9541 "sc-block-builder",9186 "sc-block-builder",
9542 "sc-client-api",9187 "sc-client-api",
9545 "sc-network",9190 "sc-network",
9546 "sc-network-gossip",9191 "sc-network-gossip",
9547 "sc-telemetry",9192 "sc-telemetry",
9193 "sc-utils",
9548 "serde_json",9194 "serde_json",
9549 "sp-api",9195 "sp-api",
9550 "sp-application-crypto",9196 "sp-application-crypto",
9553 "sp-consensus",9199 "sp-consensus",
9554 "sp-core",9200 "sp-core",
9555 "sp-finality-grandpa",9201 "sp-finality-grandpa",
9556 "sp-inherents",
9557 "sp-keystore",9202 "sp-keystore",
9558 "sp-runtime",9203 "sp-runtime",
9559 "sp-utils",
9560 "substrate-prometheus-endpoint",9204 "substrate-prometheus-endpoint",
9561 "wasm-timer",
9562]9205]
95639206
9564[[package]]9207[[package]]
9565name = "sc-finality-grandpa-rpc"9208name = "sc-finality-grandpa-rpc"
9566version = "0.10.0-dev"9209version = "0.10.0-dev"
9567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9568dependencies = [9211dependencies = [
9569 "derive_more",9212 "derive_more",
9570 "finality-grandpa",9213 "finality-grandpa",
9571 "futures 0.3.17",9214 "futures 0.3.17",
9572 "jsonrpc-core 15.1.0",9215 "jsonrpc-core",
9573 "jsonrpc-core-client 15.1.0",9216 "jsonrpc-core-client",
9574 "jsonrpc-derive 15.1.0",9217 "jsonrpc-derive",
9575 "jsonrpc-pubsub 15.1.0",9218 "jsonrpc-pubsub",
9576 "log",9219 "log",
9577 "parity-scale-codec",9220 "parity-scale-codec",
9578 "sc-client-api",9221 "sc-client-api",
9588[[package]]9231[[package]]
9589name = "sc-informant"9232name = "sc-informant"
9590version = "0.10.0-dev"9233version = "0.10.0-dev"
9591source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9234source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9592dependencies = [9235dependencies = [
9593 "ansi_term 0.12.1",9236 "ansi_term 0.12.1",
9594 "futures 0.3.17",9237 "futures 0.3.17",
9600 "sc-transaction-pool-api",9243 "sc-transaction-pool-api",
9601 "sp-blockchain",9244 "sp-blockchain",
9602 "sp-runtime",9245 "sp-runtime",
9603 "wasm-timer",
9604]9246]
96059247
9606[[package]]9248[[package]]
9607name = "sc-keystore"9249name = "sc-keystore"
9608version = "4.0.0-dev"9250version = "4.0.0-dev"
9609source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9251source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9610dependencies = [9252dependencies = [
9611 "async-trait",9253 "async-trait",
9612 "derive_more",9254 "derive_more",
9613 "futures 0.3.17",
9614 "futures-util",
9615 "hex",9255 "hex",
9616 "merlin",
9617 "parking_lot 0.11.2",9256 "parking_lot 0.11.2",
9618 "rand 0.7.3",
9619 "serde_json",9257 "serde_json",
9620 "sp-application-crypto",9258 "sp-application-crypto",
9621 "sp-core",9259 "sp-core",
9622 "sp-keystore",9260 "sp-keystore",
9623 "subtle 2.4.1",
9624]9261]
96259262
9626[[package]]9263[[package]]
9627name = "sc-light"9264name = "sc-light"
9628version = "4.0.0-dev"9265version = "4.0.0-dev"
9629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9266source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9630dependencies = [9267dependencies = [
9631 "hash-db",9268 "hash-db",
9632 "lazy_static",
9633 "parity-scale-codec",9269 "parity-scale-codec",
9634 "parking_lot 0.11.2",9270 "parking_lot 0.11.2",
9635 "sc-client-api",9271 "sc-client-api",
9645[[package]]9281[[package]]
9646name = "sc-network"9282name = "sc-network"
9647version = "0.10.0-dev"9283version = "0.10.0-dev"
9648source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9649dependencies = [9285dependencies = [
9650 "async-std",9286 "async-std",
9651 "async-trait",9287 "async-trait",
9652 "asynchronous-codec 0.5.0",9288 "asynchronous-codec 0.5.0",
9653 "bitflags",9289 "bitflags",
9654 "bs58",9290 "bytes 1.1.0",
9655 "bytes 1.0.1",
9656 "cid",9291 "cid",
9657 "derive_more",9292 "derive_more",
9658 "either",9293 "either",
9659 "erased-serde",
9660 "fnv",9294 "fnv",
9661 "fork-tree",9295 "fork-tree",
9662 "futures 0.3.17",9296 "futures 0.3.17",
9668 "linked_hash_set",9302 "linked_hash_set",
9669 "log",9303 "log",
9670 "lru",9304 "lru",
9671 "nohash-hasher",
9672 "parity-scale-codec",9305 "parity-scale-codec",
9673 "parking_lot 0.11.2",9306 "parking_lot 0.11.2",
9674 "pin-project 1.0.7",9307 "pin-project 1.0.8",
9675 "prost",9308 "prost",
9676 "prost-build",9309 "prost-build",
9677 "rand 0.7.3",9310 "rand 0.7.3",
9678 "sc-block-builder",9311 "sc-block-builder",
9679 "sc-client-api",9312 "sc-client-api",
9680 "sc-consensus",9313 "sc-consensus",
9681 "sc-peerset",9314 "sc-peerset",
9315 "sc-utils",
9682 "serde",9316 "serde",
9683 "serde_json",9317 "serde_json",
9684 "smallvec 1.6.1",9318 "smallvec",
9685 "sp-arithmetic",9319 "sp-arithmetic",
9686 "sp-blockchain",9320 "sp-blockchain",
9687 "sp-consensus",9321 "sp-consensus",
9688 "sp-core",9322 "sp-core",
9689 "sp-finality-grandpa",9323 "sp-finality-grandpa",
9690 "sp-runtime",9324 "sp-runtime",
9691 "sp-utils",
9692 "substrate-prometheus-endpoint",9325 "substrate-prometheus-endpoint",
9693 "thiserror",9326 "thiserror",
9694 "unsigned-varint 0.6.0",9327 "unsigned-varint 0.6.0",
9695 "void",9328 "void",
9696 "wasm-timer",
9697 "zeroize",9329 "zeroize",
9698]9330]
96999331
9700[[package]]9332[[package]]
9701name = "sc-network-gossip"9333name = "sc-network-gossip"
9702version = "0.10.0-dev"9334version = "0.10.0-dev"
9703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9335source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9704dependencies = [9336dependencies = [
9705 "futures 0.3.17",9337 "futures 0.3.17",
9706 "futures-timer 3.0.2",9338 "futures-timer 3.0.2",
9711 "sp-runtime",9343 "sp-runtime",
9712 "substrate-prometheus-endpoint",9344 "substrate-prometheus-endpoint",
9713 "tracing",9345 "tracing",
9714 "wasm-timer",
9715]9346]
97169347
9717[[package]]9348[[package]]
9718name = "sc-offchain"9349name = "sc-offchain"
9719version = "4.0.0-dev"9350version = "4.0.0-dev"
9720source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9721dependencies = [9352dependencies = [
9722 "bytes 0.5.6",9353 "bytes 1.1.0",
9723 "fnv",9354 "fnv",
9724 "futures 0.3.17",9355 "futures 0.3.17",
9725 "futures-timer 3.0.2",9356 "futures-timer 3.0.2",
9726 "hex",9357 "hex",
9727 "hyper 0.13.9",9358 "hyper",
9728 "hyper-rustls",9359 "hyper-rustls",
9729 "log",9360 "log",
9730 "num_cpus",9361 "num_cpus",
9731 "parity-scale-codec",9362 "parity-scale-codec",
9732 "parking_lot 0.11.2",9363 "parking_lot 0.11.2",
9733 "rand 0.7.3",9364 "rand 0.7.3",
9734 "sc-client-api",9365 "sc-client-api",
9735 "sc-keystore",
9736 "sc-network",9366 "sc-network",
9367 "sc-utils",
9737 "sp-api",9368 "sp-api",
9738 "sp-core",9369 "sp-core",
9739 "sp-offchain",9370 "sp-offchain",
9740 "sp-runtime",9371 "sp-runtime",
9741 "sp-utils",
9742 "threadpool",9372 "threadpool",
9743]9373]
97449374
9745[[package]]9375[[package]]
9746name = "sc-peerset"9376name = "sc-peerset"
9747version = "4.0.0-dev"9377version = "4.0.0-dev"
9748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9749dependencies = [9379dependencies = [
9750 "futures 0.3.17",9380 "futures 0.3.17",
9751 "libp2p",9381 "libp2p",
9752 "log",9382 "log",
9383 "sc-utils",
9753 "serde_json",9384 "serde_json",
9754 "sp-utils",
9755 "wasm-timer",9385 "wasm-timer",
9756]9386]
97579387
9758[[package]]9388[[package]]
9759name = "sc-proposer-metrics"9389name = "sc-proposer-metrics"
9760version = "0.9.0"9390version = "0.9.0"
9761source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9391source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9762dependencies = [9392dependencies = [
9763 "log",9393 "log",
9764 "substrate-prometheus-endpoint",9394 "substrate-prometheus-endpoint",
9767[[package]]9397[[package]]
9768name = "sc-rpc"9398name = "sc-rpc"
9769version = "4.0.0-dev"9399version = "4.0.0-dev"
9770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9400source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9771dependencies = [9401dependencies = [
9772 "futures 0.3.17",9402 "futures 0.3.17",
9773 "hash-db",9403 "hash-db",
9774 "jsonrpc-core 15.1.0",9404 "jsonrpc-core",
9775 "jsonrpc-pubsub 15.1.0",9405 "jsonrpc-pubsub",
9776 "log",9406 "log",
9777 "parity-scale-codec",9407 "parity-scale-codec",
9778 "parking_lot 0.11.2",9408 "parking_lot 0.11.2",
9779 "sc-block-builder",9409 "sc-block-builder",
9780 "sc-chain-spec",9410 "sc-chain-spec",
9781 "sc-client-api",9411 "sc-client-api",
9782 "sc-executor",
9783 "sc-keystore",
9784 "sc-rpc-api",9412 "sc-rpc-api",
9785 "sc-tracing",9413 "sc-tracing",
9786 "sc-transaction-pool-api",9414 "sc-transaction-pool-api",
9415 "sc-utils",
9787 "serde_json",9416 "serde_json",
9788 "sp-api",9417 "sp-api",
9789 "sp-blockchain",9418 "sp-blockchain",
9793 "sp-rpc",9422 "sp-rpc",
9794 "sp-runtime",9423 "sp-runtime",
9795 "sp-session",9424 "sp-session",
9796 "sp-state-machine",
9797 "sp-tracing",
9798 "sp-utils",
9799 "sp-version",9425 "sp-version",
9800]9426]
98019427
9802[[package]]9428[[package]]
9803name = "sc-rpc-api"9429name = "sc-rpc-api"
9804version = "0.10.0-dev"9430version = "0.10.0-dev"
9805source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9431source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9806dependencies = [9432dependencies = [
9807 "derive_more",
9808 "futures 0.3.17",9433 "futures 0.3.17",
9809 "jsonrpc-core 15.1.0",9434 "jsonrpc-core",
9810 "jsonrpc-core-client 15.1.0",9435 "jsonrpc-core-client",
9811 "jsonrpc-derive 15.1.0",9436 "jsonrpc-derive",
9812 "jsonrpc-pubsub 15.1.0",9437 "jsonrpc-pubsub",
9813 "log",9438 "log",
9814 "parity-scale-codec",9439 "parity-scale-codec",
9815 "parking_lot 0.11.2",9440 "parking_lot 0.11.2",
9822 "sp-runtime",9447 "sp-runtime",
9823 "sp-tracing",9448 "sp-tracing",
9824 "sp-version",9449 "sp-version",
9450 "thiserror",
9825]9451]
98269452
9827[[package]]9453[[package]]
9828name = "sc-rpc-server"9454name = "sc-rpc-server"
9829version = "4.0.0-dev"9455version = "4.0.0-dev"
9830source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9456source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9831dependencies = [9457dependencies = [
9832 "futures 0.1.29",9458 "futures 0.3.17",
9833 "jsonrpc-core 15.1.0",9459 "jsonrpc-core",
9834 "jsonrpc-http-server",9460 "jsonrpc-http-server",
9835 "jsonrpc-ipc-server",9461 "jsonrpc-ipc-server",
9836 "jsonrpc-pubsub 15.1.0",9462 "jsonrpc-pubsub",
9837 "jsonrpc-ws-server",9463 "jsonrpc-ws-server",
9838 "log",9464 "log",
9839 "serde",
9840 "serde_json",9465 "serde_json",
9841 "sp-runtime",
9842 "substrate-prometheus-endpoint",9466 "substrate-prometheus-endpoint",
9467 "tokio 1.12.0",
9843]9468]
98449469
9845[[package]]9470[[package]]
9846name = "sc-service"9471name = "sc-service"
9847version = "0.10.0-dev"9472version = "0.10.0-dev"
9848source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9849dependencies = [9474dependencies = [
9850 "async-trait",9475 "async-trait",
9851 "directories",9476 "directories",
9852 "exit-future",9477 "exit-future",
9853 "futures 0.1.29",
9854 "futures 0.3.17",9478 "futures 0.3.17",
9855 "futures-timer 3.0.2",9479 "futures-timer 3.0.2",
9856 "hash-db",9480 "hash-db",
9857 "jsonrpc-core 15.1.0",9481 "jsonrpc-core",
9858 "jsonrpc-pubsub 15.1.0",9482 "jsonrpc-pubsub",
9859 "lazy_static",
9860 "log",9483 "log",
9861 "parity-scale-codec",9484 "parity-scale-codec",
9862 "parity-util-mem",9485 "parity-util-mem",
9863 "parking_lot 0.11.2",9486 "parking_lot 0.11.2",
9864 "pin-project 1.0.7",9487 "pin-project 1.0.8",
9865 "rand 0.7.3",9488 "rand 0.7.3",
9866 "sc-block-builder",9489 "sc-block-builder",
9867 "sc-chain-spec",9490 "sc-chain-spec",
9880 "sc-tracing",9503 "sc-tracing",
9881 "sc-transaction-pool",9504 "sc-transaction-pool",
9882 "sc-transaction-pool-api",9505 "sc-transaction-pool-api",
9506 "sc-utils",
9883 "serde",9507 "serde",
9884 "serde_json",9508 "serde_json",
9885 "sp-api",9509 "sp-api",
9890 "sp-core",9514 "sp-core",
9891 "sp-externalities",9515 "sp-externalities",
9892 "sp-inherents",9516 "sp-inherents",
9893 "sp-io",
9894 "sp-keystore",9517 "sp-keystore",
9895 "sp-runtime",9518 "sp-runtime",
9896 "sp-session",9519 "sp-session",
9900 "sp-transaction-pool",9523 "sp-transaction-pool",
9901 "sp-transaction-storage-proof",9524 "sp-transaction-storage-proof",
9902 "sp-trie",9525 "sp-trie",
9903 "sp-utils",
9904 "sp-version",9526 "sp-version",
9905 "substrate-prometheus-endpoint",9527 "substrate-prometheus-endpoint",
9906 "tempfile",9528 "tempfile",
9907 "thiserror",9529 "thiserror",
9530 "tokio 1.12.0",
9908 "tracing",9531 "tracing",
9909 "tracing-futures",9532 "tracing-futures",
9910 "wasm-timer",
9911]9533]
99129534
9913[[package]]9535[[package]]
9914name = "sc-state-db"9536name = "sc-state-db"
9915version = "0.10.0-dev"9537version = "0.10.0-dev"
9916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9538source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9917dependencies = [9539dependencies = [
9918 "log",9540 "log",
9919 "parity-scale-codec",9541 "parity-scale-codec",
9922 "parking_lot 0.11.2",9544 "parking_lot 0.11.2",
9923 "sc-client-api",9545 "sc-client-api",
9924 "sp-core",9546 "sp-core",
9925 "thiserror",
9926]9547]
99279548
9928[[package]]9549[[package]]
9929name = "sc-sync-state-rpc"9550name = "sc-sync-state-rpc"
9930version = "0.10.0-dev"9551version = "0.10.0-dev"
9931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9932dependencies = [9553dependencies = [
9933 "jsonrpc-core 15.1.0",9554 "jsonrpc-core",
9934 "jsonrpc-core-client 15.1.0",9555 "jsonrpc-core-client",
9935 "jsonrpc-derive 15.1.0",9556 "jsonrpc-derive",
9936 "parity-scale-codec",9557 "parity-scale-codec",
9937 "sc-chain-spec",9558 "sc-chain-spec",
9938 "sc-client-api",9559 "sc-client-api",
9950[[package]]9571[[package]]
9951name = "sc-telemetry"9572name = "sc-telemetry"
9952version = "4.0.0-dev"9573version = "4.0.0-dev"
9953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9954dependencies = [9575dependencies = [
9955 "chrono",9576 "chrono",
9956 "futures 0.3.17",9577 "futures 0.3.17",
9957 "libp2p",9578 "libp2p",
9958 "log",9579 "log",
9959 "parking_lot 0.11.2",9580 "parking_lot 0.11.2",
9960 "pin-project 1.0.7",9581 "pin-project 1.0.8",
9961 "rand 0.7.3",9582 "rand 0.7.3",
9962 "serde",9583 "serde",
9963 "serde_json",9584 "serde_json",
9964 "take_mut",
9965 "thiserror",9585 "thiserror",
9966 "void",
9967 "wasm-timer",9586 "wasm-timer",
9968]9587]
99699588
9970[[package]]9589[[package]]
9971name = "sc-tracing"9590name = "sc-tracing"
9972version = "4.0.0-dev"9591version = "4.0.0-dev"
9973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9592source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9974dependencies = [9593dependencies = [
9975 "ansi_term 0.12.1",9594 "ansi_term 0.12.1",
9976 "atty",9595 "atty",
9977 "erased-serde",
9978 "lazy_static",9596 "lazy_static",
9979 "log",9597 "log",
9980 "once_cell",9598 "once_cell",
9983 "rustc-hash",9601 "rustc-hash",
9984 "sc-client-api",9602 "sc-client-api",
9985 "sc-rpc-server",9603 "sc-rpc-server",
9986 "sc-telemetry",
9987 "sc-tracing-proc-macro",9604 "sc-tracing-proc-macro",
9988 "serde",9605 "serde",
9989 "serde_json",
9990 "sp-api",9606 "sp-api",
9991 "sp-block-builder",
9992 "sp-blockchain",9607 "sp-blockchain",
9993 "sp-core",9608 "sp-core",
9994 "sp-rpc",9609 "sp-rpc",
9995 "sp-runtime",9610 "sp-runtime",
9996 "sp-storage",
9997 "sp-tracing",9611 "sp-tracing",
9998 "thiserror",9612 "thiserror",
9999 "tracing",9613 "tracing",
10000 "tracing-log",9614 "tracing-log",
10001 "tracing-subscriber",9615 "tracing-subscriber",
10002 "wasm-bindgen",
10003 "wasm-timer",
10004 "web-sys",
10005]9616]
100069617
10007[[package]]9618[[package]]
10008name = "sc-tracing-proc-macro"9619name = "sc-tracing-proc-macro"
10009version = "4.0.0-dev"9620version = "4.0.0-dev"
10010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9621source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10011dependencies = [9622dependencies = [
10012 "proc-macro-crate 1.0.0",9623 "proc-macro-crate 1.1.0",
10013 "proc-macro2",9624 "proc-macro2",
10014 "quote",9625 "quote",
10015 "syn",9626 "syn",
10018[[package]]9629[[package]]
10019name = "sc-transaction-pool"9630name = "sc-transaction-pool"
10020version = "4.0.0-dev"9631version = "4.0.0-dev"
10021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9632source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10022dependencies = [9633dependencies = [
10023 "derive_more",
10024 "futures 0.3.17",9634 "futures 0.3.17",
10025 "intervalier",9635 "intervalier",
10026 "linked-hash-map",9636 "linked-hash-map",
10031 "retain_mut",9641 "retain_mut",
10032 "sc-client-api",9642 "sc-client-api",
10033 "sc-transaction-pool-api",9643 "sc-transaction-pool-api",
9644 "sc-utils",
10034 "serde",9645 "serde",
10035 "sp-api",9646 "sp-api",
10036 "sp-blockchain",9647 "sp-blockchain",
10037 "sp-core",9648 "sp-core",
10038 "sp-runtime",9649 "sp-runtime",
10039 "sp-tracing",9650 "sp-tracing",
10040 "sp-transaction-pool",9651 "sp-transaction-pool",
10041 "sp-utils",
10042 "substrate-prometheus-endpoint",9652 "substrate-prometheus-endpoint",
10043 "thiserror",9653 "thiserror",
10044 "wasm-timer",
10045]9654]
100469655
10047[[package]]9656[[package]]
10048name = "sc-transaction-pool-api"9657name = "sc-transaction-pool-api"
10049version = "4.0.0-dev"9658version = "4.0.0-dev"
10050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9659source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10051dependencies = [9660dependencies = [
10052 "derive_more",9661 "derive_more",
10053 "futures 0.3.17",9662 "futures 0.3.17",
10054 "log",9663 "log",
10055 "parity-scale-codec",
10056 "serde",9664 "serde",
10057 "sp-blockchain",9665 "sp-blockchain",
10058 "sp-runtime",9666 "sp-runtime",
10059 "thiserror",9667 "thiserror",
10060]9668]
100619669
10062[[package]]9670[[package]]
9671name = "sc-utils"
9672version = "4.0.0-dev"
9673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
9674dependencies = [
9675 "futures 0.3.17",
9676 "futures-timer 3.0.2",
9677 "lazy_static",
9678 "prometheus",
9679]
9680
9681[[package]]
10063name = "scale-info"9682name = "scale-info"
10064version = "0.10.0"9683version = "1.0.0"
10065source = "registry+https://github.com/rust-lang/crates.io-index"9684source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "d2e62ff266e136db561a007c84569985805f84a1d5a08278e52c36aacb6e061b"9685checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"
10067dependencies = [9686dependencies = [
10068 "bitvec 0.20.1",9687 "bitvec 0.20.4",
10069 "cfg-if 1.0.0",9688 "cfg-if 1.0.0",
10070 "derive_more",9689 "derive_more",
10071 "parity-scale-codec",9690 "parity-scale-codec",
10072 "scale-info-derive",9691 "scale-info-derive",
9692 "serde",
10073]9693]
100749694
10075[[package]]9695[[package]]
10076name = "scale-info-derive"9696name = "scale-info-derive"
10077version = "0.7.0"9697version = "1.0.0"
10078source = "registry+https://github.com/rust-lang/crates.io-index"9698source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "b648fa291891a4c80187a25532f6a7d96b82c70353e30b868b14632b8fe043d6"9699checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"
10080dependencies = [9700dependencies = [
10081 "proc-macro-crate 1.0.0",9701 "proc-macro-crate 1.1.0",
10082 "proc-macro2",9702 "proc-macro2",
10083 "quote",9703 "quote",
10084 "syn",9704 "syn",
10102dependencies = [9722dependencies = [
10103 "arrayref",9723 "arrayref",
10104 "arrayvec 0.5.2",9724 "arrayvec 0.5.2",
10105 "curve25519-dalek 2.1.0",9725 "curve25519-dalek 2.1.3",
10106 "getrandom 0.1.14",9726 "getrandom 0.1.16",
10107 "merlin",9727 "merlin",
10108 "rand 0.7.3",9728 "rand 0.7.3",
10109 "rand_core 0.5.1",9729 "rand_core 0.5.1",
10125checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"9745checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
101269746
10127[[package]]9747[[package]]
10128name = "sct"9748name = "scroll"
10129version = "0.6.0"9749version = "0.10.2"
10130source = "registry+https://github.com/rust-lang/crates.io-index"9750source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"9751checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"
10132dependencies = [9752dependencies = [
10133 "ring",9753 "scroll_derive",
10134 "untrusted",
10135]9754]
101369755
10137[[package]]9756[[package]]
10138name = "secrecy"9757name = "scroll_derive"
10139version = "0.7.0"9758version = "0.10.5"
10140source = "registry+https://github.com/rust-lang/crates.io-index"9759source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"9760checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"
10142dependencies = [9761dependencies = [
10143 "zeroize",9762 "proc-macro2",
9763 "quote",
9764 "syn",
10144]9765]
101459766
10146[[package]]9767[[package]]
10147name = "security-framework"9768name = "sct"
10148version = "1.0.0"9769version = "0.6.1"
10149source = "registry+https://github.com/rust-lang/crates.io-index"9770source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"9771checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
10151dependencies = [9772dependencies = [
10152 "bitflags",9773 "ring",
10153 "core-foundation 0.7.0",9774 "untrusted",
10154 "core-foundation-sys 0.7.0",
10155 "libc",
10156 "security-framework-sys 1.0.0",
10157]9775]
101589776
10159[[package]]9777[[package]]
10160name = "security-framework"9778name = "secrecy"
10161version = "2.2.0"9779version = "0.7.0"
10162source = "registry+https://github.com/rust-lang/crates.io-index"9780source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84"9781checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"
10164dependencies = [9782dependencies = [
10165 "bitflags",9783 "zeroize",
10166 "core-foundation 0.9.1",
10167 "core-foundation-sys 0.8.2",
10168 "libc",
10169 "security-framework-sys 2.2.0",
10170]9784]
101719785
10172[[package]]9786[[package]]
10173name = "security-framework-sys"9787name = "security-framework"
10174version = "1.0.0"9788version = "2.4.2"
10175source = "registry+https://github.com/rust-lang/crates.io-index"9789source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"9790checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
10177dependencies = [9791dependencies = [
10178 "core-foundation-sys 0.7.0",9792 "bitflags",
9793 "core-foundation",
9794 "core-foundation-sys",
10179 "libc",9795 "libc",
9796 "security-framework-sys",
10180]9797]
101819798
10182[[package]]9799[[package]]
10183name = "security-framework-sys"9800name = "security-framework-sys"
10184version = "2.2.0"9801version = "2.4.2"
10185source = "registry+https://github.com/rust-lang/crates.io-index"9802source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339"9803checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
10187dependencies = [9804dependencies = [
10188 "core-foundation-sys 0.8.2",9805 "core-foundation-sys",
10189 "libc",9806 "libc",
10190]9807]
101919808
102779894
10278[[package]]9895[[package]]
10279name = "sha-1"9896name = "sha-1"
10280version = "0.9.6"9897version = "0.9.8"
10281source = "registry+https://github.com/rust-lang/crates.io-index"9898source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"9899checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
10283dependencies = [9900dependencies = [
10284 "block-buffer 0.9.0",9901 "block-buffer 0.9.0",
10285 "cfg-if 1.0.0",9902 "cfg-if 1.0.0",
10286 "cpufeatures 0.1.4",9903 "cpufeatures 0.2.1",
10287 "digest 0.9.0",9904 "digest 0.9.0",
10288 "opaque-debug 0.3.0",9905 "opaque-debug 0.3.0",
10289]9906]
103029919
10303[[package]]9920[[package]]
10304name = "sha2"9921name = "sha2"
10305version = "0.9.2"9922version = "0.9.8"
10306source = "registry+https://github.com/rust-lang/crates.io-index"9923source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"9924checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
10308dependencies = [9925dependencies = [
10309 "block-buffer 0.9.0",9926 "block-buffer 0.9.0",
10310 "cfg-if 1.0.0",9927 "cfg-if 1.0.0",
10311 "cpuid-bool",9928 "cpufeatures 0.2.1",
10312 "digest 0.9.0",9929 "digest 0.9.0",
10313 "opaque-debug 0.3.0",9930 "opaque-debug 0.3.0",
10314]9931]
103409957
10341[[package]]9958[[package]]
10342name = "sharded-slab"9959name = "sharded-slab"
10343version = "0.1.0"9960version = "0.1.3"
10344source = "registry+https://github.com/rust-lang/crates.io-index"9961source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127"9962checksum = "740223c51853f3145fe7c90360d2d4232f2b62e3449489c207eccde818979982"
10346dependencies = [9963dependencies = [
10347 "lazy_static",9964 "lazy_static",
10348 "loom",
10349]9965]
103509966
10351[[package]]9967[[package]]
103569972
10357[[package]]9973[[package]]
10358name = "signal-hook"9974name = "signal-hook"
10359version = "0.3.9"9975version = "0.3.10"
10360source = "registry+https://github.com/rust-lang/crates.io-index"9976source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"9977checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"
10362dependencies = [9978dependencies = [
10363 "libc",9979 "libc",
10364 "signal-hook-registry",9980 "signal-hook-registry",
103759991
10376[[package]]9992[[package]]
10377name = "signature"9993name = "signature"
10378version = "1.1.0"9994version = "1.3.1"
10379source = "registry+https://github.com/rust-lang/crates.io-index"9995source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852"9996checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"
103819997
10382[[package]]9998[[package]]
10383name = "simba"9999name = "simba"
1039310009
10394[[package]]10010[[package]]
10395name = "slab"10011name = "slab"
10396version = "0.4.2"10012version = "0.4.4"
10397source = "registry+https://github.com/rust-lang/crates.io-index"10013source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"10014checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
1039910015
10400[[package]]10016[[package]]
10401name = "slog"10017name = "slog"
1040810024
10409[[package]]10025[[package]]
10410name = "slot-range-helper"10026name = "slot-range-helper"
10411version = "0.9.10"10027version = "0.9.11"
10412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"10028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
10413dependencies = [10029dependencies = [
10414 "enumn",10030 "enumn",
10415 "parity-scale-codec",10031 "parity-scale-codec",
1042010036
10421[[package]]10037[[package]]
10422name = "slotmap"10038name = "slotmap"
10423version = "1.0.5"10039version = "1.0.6"
10424source = "registry+https://github.com/rust-lang/crates.io-index"10040source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "a952280edbecfb1d4bd3cf2dbc309dc6ab523e53487c438ae21a6df09fe84bc4"10041checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
10426dependencies = [10042dependencies = [
10427 "version_check",10043 "version_check",
10428]10044]
1042910045
10430[[package]]10046[[package]]
10431name = "smallvec"10047name = "smallvec"
10432version = "0.6.13"10048version = "1.7.0"
10433source = "registry+https://github.com/rust-lang/crates.io-index"10049source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"10050checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
10435dependencies = [
10436 "maybe-uninit",
10437]
1043810051
10439[[package]]10052[[package]]
10440name = "smallvec"10053name = "snap"
10441version = "1.6.1"10054version = "1.0.5"
10442source = "registry+https://github.com/rust-lang/crates.io-index"10055source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"10056checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"
1044410057
10445[[package]]10058[[package]]
10446name = "snow"10059name = "snow"
10452 "blake2",10065 "blake2",
10453 "chacha20poly1305",10066 "chacha20poly1305",
10454 "rand 0.8.4",10067 "rand 0.8.4",
10455 "rand_core 0.6.1",10068 "rand_core 0.6.3",
10456 "ring",10069 "ring",
10457 "rustc_version 0.3.3",10070 "rustc_version 0.3.3",
10458 "sha2 0.9.2",10071 "sha2 0.9.8",
10459 "subtle 2.4.1",10072 "subtle 2.4.1",
10460 "x25519-dalek",10073 "x25519-dalek",
10461]10074]
1046210075
10463[[package]]10076[[package]]
10464name = "socket2"10077name = "socket2"
10465version = "0.3.17"10078version = "0.3.19"
10466source = "registry+https://github.com/rust-lang/crates.io-index"10079source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"10080checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
10468dependencies = [10081dependencies = [
10469 "cfg-if 1.0.0",10082 "cfg-if 1.0.0",
10470 "libc",10083 "libc",
10471 "redox_syscall 0.1.56",
10472 "winapi 0.3.9",10084 "winapi 0.3.9",
10473]10085]
1047410086
10475[[package]]10087[[package]]
10476name = "socket2"10088name = "socket2"
10477version = "0.4.0"10089version = "0.4.2"
10478source = "registry+https://github.com/rust-lang/crates.io-index"10090source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"10091checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
10480dependencies = [10092dependencies = [
10481 "libc",10093 "libc",
10482 "winapi 0.3.9",10094 "winapi 0.3.9",
10483]10095]
1048410096
10485[[package]]10097[[package]]
10486name = "soketto"10098name = "soketto"
10487version = "0.4.1"10099version = "0.4.2"
10488source = "registry+https://github.com/rust-lang/crates.io-index"10100source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0"10101checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"
10490dependencies = [10102dependencies = [
10491 "base64 0.12.3",10103 "base64 0.12.3",
10492 "bytes 0.5.6",10104 "bytes 0.5.6",
10495 "httparse",10107 "httparse",
10496 "log",10108 "log",
10497 "rand 0.7.3",10109 "rand 0.7.3",
10498 "sha-1 0.8.2",10110 "sha-1 0.9.8",
10499]10111]
1050010112
10501[[package]]10113[[package]]
10505checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"10117checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"
10506dependencies = [10118dependencies = [
10507 "base64 0.13.0",10119 "base64 0.13.0",
10508 "bytes 1.0.1",10120 "bytes 1.1.0",
10509 "futures 0.3.17",10121 "futures 0.3.17",
10510 "httparse",10122 "httparse",
10511 "log",10123 "log",
10512 "rand 0.8.4",10124 "rand 0.8.4",
10513 "sha-1 0.9.6",10125 "sha-1 0.9.8",
10514]10126]
1051510127
10516[[package]]10128[[package]]
10517name = "sp-api"10129name = "sp-api"
10518version = "4.0.0-dev"10130version = "4.0.0-dev"
10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10131source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10520dependencies = [10132dependencies = [
10521 "hash-db",10133 "hash-db",
10522 "log",10134 "log",
10533[[package]]10145[[package]]
10534name = "sp-api-proc-macro"10146name = "sp-api-proc-macro"
10535version = "4.0.0-dev"10147version = "4.0.0-dev"
10536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10537dependencies = [10149dependencies = [
10538 "blake2-rfc",10150 "blake2-rfc",
10539 "proc-macro-crate 1.0.0",10151 "proc-macro-crate 1.1.0",
10540 "proc-macro2",10152 "proc-macro2",
10541 "quote",10153 "quote",
10542 "syn",10154 "syn",
10545[[package]]10157[[package]]
10546name = "sp-application-crypto"10158name = "sp-application-crypto"
10547version = "4.0.0-dev"10159version = "4.0.0-dev"
10548source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10160source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10549dependencies = [10161dependencies = [
10550 "parity-scale-codec",10162 "parity-scale-codec",
10163 "scale-info",
10551 "serde",10164 "serde",
10552 "sp-core",10165 "sp-core",
10553 "sp-io",10166 "sp-io",
10557[[package]]10170[[package]]
10558name = "sp-arithmetic"10171name = "sp-arithmetic"
10559version = "4.0.0-dev"10172version = "4.0.0-dev"
10560source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10173source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10561dependencies = [10174dependencies = [
10562 "integer-sqrt",10175 "integer-sqrt",
10563 "num-traits",10176 "num-traits",
10564 "parity-scale-codec",10177 "parity-scale-codec",
10178 "scale-info",
10565 "serde",10179 "serde",
10566 "sp-debug-derive",10180 "sp-debug-derive",
10567 "sp-std",10181 "sp-std",
10571[[package]]10185[[package]]
10572name = "sp-authority-discovery"10186name = "sp-authority-discovery"
10573version = "4.0.0-dev"10187version = "4.0.0-dev"
10574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10188source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10575dependencies = [10189dependencies = [
10576 "parity-scale-codec",10190 "parity-scale-codec",
10191 "scale-info",
10577 "sp-api",10192 "sp-api",
10578 "sp-application-crypto",10193 "sp-application-crypto",
10579 "sp-runtime",10194 "sp-runtime",
10583[[package]]10198[[package]]
10584name = "sp-authorship"10199name = "sp-authorship"
10585version = "4.0.0-dev"10200version = "4.0.0-dev"
10586source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10587dependencies = [10202dependencies = [
10588 "async-trait",10203 "async-trait",
10589 "parity-scale-codec",10204 "parity-scale-codec",
10595[[package]]10210[[package]]
10596name = "sp-block-builder"10211name = "sp-block-builder"
10597version = "4.0.0-dev"10212version = "4.0.0-dev"
10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10213source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10599dependencies = [10214dependencies = [
10600 "parity-scale-codec",10215 "parity-scale-codec",
10601 "sp-api",10216 "sp-api",
10607[[package]]10222[[package]]
10608name = "sp-blockchain"10223name = "sp-blockchain"
10609version = "4.0.0-dev"10224version = "4.0.0-dev"
10610source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10225source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10611dependencies = [10226dependencies = [
10612 "futures 0.3.17",10227 "futures 0.3.17",
10613 "log",10228 "log",
10625[[package]]10240[[package]]
10626name = "sp-consensus"10241name = "sp-consensus"
10627version = "0.10.0-dev"10242version = "0.10.0-dev"
10628source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10243source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10629dependencies = [10244dependencies = [
10630 "async-trait",10245 "async-trait",
10631 "futures 0.3.17",10246 "futures 0.3.17",
10632 "futures-timer 3.0.2",10247 "futures-timer 3.0.2",
10633 "log",10248 "log",
10634 "parity-scale-codec",10249 "parity-scale-codec",
10635 "parking_lot 0.11.2",
10636 "serde",
10637 "sp-api",
10638 "sp-core",10250 "sp-core",
10639 "sp-inherents",10251 "sp-inherents",
10640 "sp-runtime",10252 "sp-runtime",
10641 "sp-state-machine",10253 "sp-state-machine",
10642 "sp-std",10254 "sp-std",
10643 "sp-trie",
10644 "sp-utils",
10645 "sp-version",10255 "sp-version",
10646 "substrate-prometheus-endpoint",
10647 "thiserror",10256 "thiserror",
10648 "wasm-timer",
10649]10257]
1065010258
10651[[package]]10259[[package]]
10652name = "sp-consensus-aura"10260name = "sp-consensus-aura"
10653version = "0.10.0-dev"10261version = "0.10.0-dev"
10654source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10655dependencies = [10263dependencies = [
10656 "async-trait",10264 "async-trait",
10657 "parity-scale-codec",10265 "parity-scale-codec",
10266 "scale-info",
10658 "sp-api",10267 "sp-api",
10659 "sp-application-crypto",10268 "sp-application-crypto",
10660 "sp-consensus",10269 "sp-consensus",
10668[[package]]10277[[package]]
10669name = "sp-consensus-babe"10278name = "sp-consensus-babe"
10670version = "0.10.0-dev"10279version = "0.10.0-dev"
10671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10672dependencies = [10281dependencies = [
10673 "async-trait",10282 "async-trait",
10674 "merlin",10283 "merlin",
10675 "parity-scale-codec",10284 "parity-scale-codec",
10285 "scale-info",
10676 "serde",10286 "serde",
10677 "sp-api",10287 "sp-api",
10678 "sp-application-crypto",10288 "sp-application-crypto",
10690[[package]]10300[[package]]
10691name = "sp-consensus-slots"10301name = "sp-consensus-slots"
10692version = "0.10.0-dev"10302version = "0.10.0-dev"
10693source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10303source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10694dependencies = [10304dependencies = [
10695 "parity-scale-codec",10305 "parity-scale-codec",
10306 "scale-info",
10696 "sp-arithmetic",10307 "sp-arithmetic",
10697 "sp-runtime",10308 "sp-runtime",
10698]10309]
1069910310
10700[[package]]10311[[package]]
10701name = "sp-consensus-vrf"10312name = "sp-consensus-vrf"
10702version = "0.10.0-dev"10313version = "0.10.0-dev"
10703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10314source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10704dependencies = [10315dependencies = [
10705 "parity-scale-codec",10316 "parity-scale-codec",
10706 "schnorrkel",10317 "schnorrkel",
10712[[package]]10323[[package]]
10713name = "sp-core"10324name = "sp-core"
10714version = "4.0.0-dev"10325version = "4.0.0-dev"
10715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10326source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10716dependencies = [10327dependencies = [
10717 "base58",10328 "base58",
10718 "blake2-rfc",10329 "blake2-rfc",
10735 "primitive-types 0.10.1",10346 "primitive-types 0.10.1",
10736 "rand 0.7.3",10347 "rand 0.7.3",
10737 "regex",10348 "regex",
10349 "scale-info",
10738 "schnorrkel",10350 "schnorrkel",
10739 "secrecy",10351 "secrecy",
10740 "serde",10352 "serde",
10741 "sha2 0.9.2",10353 "sha2 0.9.8",
10742 "sp-debug-derive",10354 "sp-debug-derive",
10743 "sp-externalities",10355 "sp-externalities",
10744 "sp-runtime-interface",10356 "sp-runtime-interface",
10756[[package]]10368[[package]]
10757name = "sp-database"10369name = "sp-database"
10758version = "4.0.0-dev"10370version = "4.0.0-dev"
10759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10760dependencies = [10372dependencies = [
10761 "kvdb",10373 "kvdb",
10762 "parking_lot 0.11.2",10374 "parking_lot 0.11.2",
10765[[package]]10377[[package]]
10766name = "sp-debug-derive"10378name = "sp-debug-derive"
10767version = "3.0.0"10379version = "3.0.0"
10768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10380source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10769dependencies = [10381dependencies = [
10770 "proc-macro2",10382 "proc-macro2",
10771 "quote",10383 "quote",
10775[[package]]10387[[package]]
10776name = "sp-externalities"10388name = "sp-externalities"
10777version = "0.10.0-dev"10389version = "0.10.0-dev"
10778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10779dependencies = [10391dependencies = [
10780 "environmental",10392 "environmental",
10781 "parity-scale-codec",10393 "parity-scale-codec",
10786[[package]]10398[[package]]
10787name = "sp-finality-grandpa"10399name = "sp-finality-grandpa"
10788version = "4.0.0-dev"10400version = "4.0.0-dev"
10789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10401source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10790dependencies = [10402dependencies = [
10791 "finality-grandpa",10403 "finality-grandpa",
10792 "log",10404 "log",
10793 "parity-scale-codec",10405 "parity-scale-codec",
10406 "scale-info",
10794 "serde",10407 "serde",
10795 "sp-api",10408 "sp-api",
10796 "sp-application-crypto",10409 "sp-application-crypto",
10803[[package]]10416[[package]]
10804name = "sp-inherents"10417name = "sp-inherents"
10805version = "4.0.0-dev"10418version = "4.0.0-dev"
10806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10419source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10807dependencies = [10420dependencies = [
10808 "async-trait",10421 "async-trait",
10809 "impl-trait-for-tuples 0.2.1",10422 "impl-trait-for-tuples 0.2.1",
10817[[package]]10430[[package]]
10818name = "sp-io"10431name = "sp-io"
10819version = "4.0.0-dev"10432version = "4.0.0-dev"
10820source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10433source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10821dependencies = [10434dependencies = [
10822 "futures 0.3.17",10435 "futures 0.3.17",
10823 "hash-db",10436 "hash-db",
10828 "sp-core",10441 "sp-core",
10829 "sp-externalities",10442 "sp-externalities",
10830 "sp-keystore",10443 "sp-keystore",
10831 "sp-maybe-compressed-blob",
10832 "sp-runtime-interface",10444 "sp-runtime-interface",
10833 "sp-state-machine",10445 "sp-state-machine",
10834 "sp-std",10446 "sp-std",
10842[[package]]10454[[package]]
10843name = "sp-keyring"10455name = "sp-keyring"
10844version = "4.0.0-dev"10456version = "4.0.0-dev"
10845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10457source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10846dependencies = [10458dependencies = [
10847 "lazy_static",10459 "lazy_static",
10848 "sp-core",10460 "sp-core",
10849 "sp-runtime",10461 "sp-runtime",
10850 "strum",10462 "strum 0.20.0",
10851]10463]
1085210464
10853[[package]]10465[[package]]
10854name = "sp-keystore"10466name = "sp-keystore"
10855version = "0.10.0-dev"10467version = "0.10.0-dev"
10856source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10857dependencies = [10469dependencies = [
10858 "async-trait",10470 "async-trait",
10859 "derive_more",10471 "derive_more",
10870[[package]]10482[[package]]
10871name = "sp-maybe-compressed-blob"10483name = "sp-maybe-compressed-blob"
10872version = "4.0.0-dev"10484version = "4.0.0-dev"
10873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10485source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10874dependencies = [10486dependencies = [
10875 "ruzstd",
10876 "zstd",10487 "zstd",
10877]10488]
1087810489
10879[[package]]10490[[package]]
10880name = "sp-npos-elections"10491name = "sp-npos-elections"
10881version = "4.0.0-dev"10492version = "4.0.0-dev"
10882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10493source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10883dependencies = [10494dependencies = [
10884 "parity-scale-codec",10495 "parity-scale-codec",
10496 "scale-info",
10885 "serde",10497 "serde",
10886 "sp-arithmetic",10498 "sp-arithmetic",
10887 "sp-core",10499 "sp-core",
10888 "sp-npos-elections-solution-type",10500 "sp-npos-elections-solution-type",
10501 "sp-runtime",
10889 "sp-std",10502 "sp-std",
10890]10503]
1089110504
10892[[package]]10505[[package]]
10893name = "sp-npos-elections-solution-type"10506name = "sp-npos-elections-solution-type"
10894version = "4.0.0-dev"10507version = "4.0.0-dev"
10895source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10896dependencies = [10509dependencies = [
10897 "proc-macro-crate 1.0.0",10510 "proc-macro-crate 1.1.0",
10898 "proc-macro2",10511 "proc-macro2",
10899 "quote",10512 "quote",
10900 "syn",10513 "syn",
10903[[package]]10516[[package]]
10904name = "sp-offchain"10517name = "sp-offchain"
10905version = "4.0.0-dev"10518version = "4.0.0-dev"
10906source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10907dependencies = [10520dependencies = [
10908 "sp-api",10521 "sp-api",
10909 "sp-core",10522 "sp-core",
10913[[package]]10526[[package]]
10914name = "sp-panic-handler"10527name = "sp-panic-handler"
10915version = "3.0.0"10528version = "3.0.0"
10916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10529source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10917dependencies = [10530dependencies = [
10918 "backtrace",10531 "backtrace",
10919]10532]
1092010533
10921[[package]]10534[[package]]
10922name = "sp-rpc"10535name = "sp-rpc"
10923version = "4.0.0-dev"10536version = "4.0.0-dev"
10924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10925dependencies = [10538dependencies = [
10926 "rustc-hash",10539 "rustc-hash",
10927 "serde",10540 "serde",
10928 "sp-core",10541 "sp-core",
10929 "tracing-core",
10930]10542]
1093110543
10932[[package]]10544[[package]]
10933name = "sp-runtime"10545name = "sp-runtime"
10934version = "4.0.0-dev"10546version = "4.0.0-dev"
10935source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10547source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10936dependencies = [10548dependencies = [
10937 "either",10549 "either",
10938 "hash256-std-hasher",10550 "hash256-std-hasher",
10942 "parity-util-mem",10554 "parity-util-mem",
10943 "paste",10555 "paste",
10944 "rand 0.7.3",10556 "rand 0.7.3",
10557 "scale-info",
10945 "serde",10558 "serde",
10946 "sp-application-crypto",10559 "sp-application-crypto",
10947 "sp-arithmetic",10560 "sp-arithmetic",
10953[[package]]10566[[package]]
10954name = "sp-runtime-interface"10567name = "sp-runtime-interface"
10955version = "4.0.0-dev"10568version = "4.0.0-dev"
10956source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10569source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10957dependencies = [10570dependencies = [
10958 "impl-trait-for-tuples 0.2.1",10571 "impl-trait-for-tuples 0.2.1",
10959 "parity-scale-codec",10572 "parity-scale-codec",
10970[[package]]10583[[package]]
10971name = "sp-runtime-interface-proc-macro"10584name = "sp-runtime-interface-proc-macro"
10972version = "4.0.0-dev"10585version = "4.0.0-dev"
10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10586source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10974dependencies = [10587dependencies = [
10975 "Inflector",10588 "Inflector",
10976 "proc-macro-crate 1.0.0",10589 "proc-macro-crate 1.1.0",
10977 "proc-macro2",10590 "proc-macro2",
10978 "quote",10591 "quote",
10979 "syn",10592 "syn",
10982[[package]]10595[[package]]
10983name = "sp-sandbox"10596name = "sp-sandbox"
10984version = "0.10.0-dev"10597version = "0.10.0-dev"
10985source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10986dependencies = [10599dependencies = [
10600 "log",
10987 "parity-scale-codec",10601 "parity-scale-codec",
10988 "sp-core",10602 "sp-core",
10989 "sp-io",10603 "sp-io",
10995[[package]]10609[[package]]
10996name = "sp-serializer"10610name = "sp-serializer"
10997version = "3.0.0"10611version = "3.0.0"
10998source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10612source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
10999dependencies = [10613dependencies = [
11000 "serde",10614 "serde",
11001 "serde_json",10615 "serde_json",
11004[[package]]10618[[package]]
11005name = "sp-session"10619name = "sp-session"
11006version = "4.0.0-dev"10620version = "4.0.0-dev"
11007source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10621source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11008dependencies = [10622dependencies = [
11009 "parity-scale-codec",10623 "parity-scale-codec",
10624 "scale-info",
11010 "sp-api",10625 "sp-api",
11011 "sp-core",10626 "sp-core",
11012 "sp-runtime",10627 "sp-runtime",
11017[[package]]10632[[package]]
11018name = "sp-staking"10633name = "sp-staking"
11019version = "4.0.0-dev"10634version = "4.0.0-dev"
11020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10635source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11021dependencies = [10636dependencies = [
11022 "parity-scale-codec",10637 "parity-scale-codec",
10638 "scale-info",
11023 "sp-runtime",10639 "sp-runtime",
11024 "sp-std",10640 "sp-std",
11025]10641]
1102610642
11027[[package]]10643[[package]]
11028name = "sp-state-machine"10644name = "sp-state-machine"
11029version = "0.10.0-dev"10645version = "0.10.0-dev"
11030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10646source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11031dependencies = [10647dependencies = [
11032 "hash-db",10648 "hash-db",
11033 "log",10649 "log",
11034 "num-traits",10650 "num-traits",
11035 "parity-scale-codec",10651 "parity-scale-codec",
11036 "parking_lot 0.11.2",10652 "parking_lot 0.11.2",
11037 "rand 0.7.3",10653 "rand 0.7.3",
11038 "smallvec 1.6.1",10654 "smallvec",
11039 "sp-core",10655 "sp-core",
11040 "sp-externalities",10656 "sp-externalities",
11041 "sp-panic-handler",10657 "sp-panic-handler",
11050[[package]]10666[[package]]
11051name = "sp-std"10667name = "sp-std"
11052version = "4.0.0-dev"10668version = "4.0.0-dev"
11053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10669source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
1105410670
11055[[package]]10671[[package]]
11056name = "sp-storage"10672name = "sp-storage"
11057version = "4.0.0-dev"10673version = "4.0.0-dev"
11058source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11059dependencies = [10675dependencies = [
11060 "impl-serde",10676 "impl-serde",
11061 "parity-scale-codec",10677 "parity-scale-codec",
11068[[package]]10684[[package]]
11069name = "sp-tasks"10685name = "sp-tasks"
11070version = "4.0.0-dev"10686version = "4.0.0-dev"
11071source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10687source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11072dependencies = [10688dependencies = [
11073 "log",10689 "log",
11074 "sp-core",10690 "sp-core",
11081[[package]]10697[[package]]
11082name = "sp-timestamp"10698name = "sp-timestamp"
11083version = "4.0.0-dev"10699version = "4.0.0-dev"
11084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10700source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11085dependencies = [10701dependencies = [
11086 "async-trait",10702 "async-trait",
11087 "futures-timer 3.0.2",10703 "futures-timer 3.0.2",
11092 "sp-runtime",10708 "sp-runtime",
11093 "sp-std",10709 "sp-std",
11094 "thiserror",10710 "thiserror",
11095 "wasm-timer",
11096]10711]
1109710712
11098[[package]]10713[[package]]
11099name = "sp-tracing"10714name = "sp-tracing"
11100version = "4.0.0-dev"10715version = "4.0.0-dev"
11101source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11102dependencies = [10717dependencies = [
11103 "erased-serde",10718 "erased-serde",
11104 "log",10719 "log",
11116[[package]]10731[[package]]
11117name = "sp-transaction-pool"10732name = "sp-transaction-pool"
11118version = "4.0.0-dev"10733version = "4.0.0-dev"
11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10734source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11120dependencies = [10735dependencies = [
11121 "sp-api",10736 "sp-api",
11122 "sp-runtime",10737 "sp-runtime",
11125[[package]]10740[[package]]
11126name = "sp-transaction-storage-proof"10741name = "sp-transaction-storage-proof"
11127version = "4.0.0-dev"10742version = "4.0.0-dev"
11128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10743source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11129dependencies = [10744dependencies = [
11130 "async-trait",10745 "async-trait",
11131 "log",10746 "log",
11132 "parity-scale-codec",10747 "parity-scale-codec",
10748 "scale-info",
11133 "sp-core",10749 "sp-core",
11134 "sp-inherents",10750 "sp-inherents",
11135 "sp-runtime",10751 "sp-runtime",
11140[[package]]10756[[package]]
11141name = "sp-trie"10757name = "sp-trie"
11142version = "4.0.0-dev"10758version = "4.0.0-dev"
11143source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11144dependencies = [10760dependencies = [
11145 "hash-db",10761 "hash-db",
11146 "memory-db",10762 "memory-db",
11147 "parity-scale-codec",10763 "parity-scale-codec",
10764 "scale-info",
11148 "sp-core",10765 "sp-core",
11149 "sp-std",10766 "sp-std",
11150 "trie-db",10767 "trie-db",
11151 "trie-root",10768 "trie-root",
11152]10769]
1115310770
11154[[package]]10771[[package]]
11155name = "sp-utils"
11156version = "4.0.0-dev"
11157source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"
11158dependencies = [
11159 "futures 0.3.17",
11160 "futures-core",
11161 "futures-timer 3.0.2",
11162 "lazy_static",
11163 "prometheus",
11164]
11165
11166[[package]]
11167name = "sp-version"10772name = "sp-version"
11168version = "4.0.0-dev"10773version = "4.0.0-dev"
11169source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10774source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11170dependencies = [10775dependencies = [
11171 "impl-serde",10776 "impl-serde",
11172 "parity-scale-codec",10777 "parity-scale-codec",
11173 "parity-wasm 0.42.2",10778 "parity-wasm 0.42.2",
10779 "scale-info",
11174 "serde",10780 "serde",
11175 "sp-runtime",10781 "sp-runtime",
11176 "sp-std",10782 "sp-std",
11181[[package]]10787[[package]]
11182name = "sp-version-proc-macro"10788name = "sp-version-proc-macro"
11183version = "4.0.0-dev"10789version = "4.0.0-dev"
11184source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11185dependencies = [10791dependencies = [
11186 "parity-scale-codec",10792 "parity-scale-codec",
11187 "proc-macro-crate 1.0.0",
11188 "proc-macro2",10793 "proc-macro2",
11189 "quote",10794 "quote",
11190 "syn",10795 "syn",
11193[[package]]10798[[package]]
11194name = "sp-wasm-interface"10799name = "sp-wasm-interface"
11195version = "4.0.0-dev"10800version = "4.0.0-dev"
11196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11197dependencies = [10802dependencies = [
11198 "impl-trait-for-tuples 0.2.1",10803 "impl-trait-for-tuples 0.2.1",
11199 "parity-scale-codec",10804 "parity-scale-codec",
1120910814
11210[[package]]10815[[package]]
11211name = "stable_deref_trait"10816name = "stable_deref_trait"
11212version = "1.1.1"10817version = "1.2.0"
11213source = "registry+https://github.com/rust-lang/crates.io-index"10818source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"10819checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1121510820
11216[[package]]10821[[package]]
11217name = "static_assertions"10822name = "static_assertions"
11258]10863]
1125910864
11260[[package]]10865[[package]]
11261name = "string"
11262version = "0.2.1"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
11265dependencies = [
11266 "bytes 0.4.12",
11267]
11268
11269[[package]]
11270name = "strsim"10866name = "strsim"
11271version = "0.8.0"10867version = "0.8.0"
11272source = "registry+https://github.com/rust-lang/crates.io-index"10868source = "registry+https://github.com/rust-lang/crates.io-index"
11308source = "registry+https://github.com/rust-lang/crates.io-index"10904source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"10905checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
11310dependencies = [10906dependencies = [
11311 "strum_macros",10907 "strum_macros 0.20.1",
11312]10908]
1131310909
11314[[package]]10910[[package]]
10911name = "strum"
10912version = "0.21.0"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
10915dependencies = [
10916 "strum_macros 0.21.1",
10917]
10918
10919[[package]]
11315name = "strum_macros"10920name = "strum_macros"
11316version = "0.20.1"10921version = "0.20.1"
11317source = "registry+https://github.com/rust-lang/crates.io-index"10922source = "registry+https://github.com/rust-lang/crates.io-index"
11324]10929]
1132510930
11326[[package]]10931[[package]]
10932name = "strum_macros"
10933version = "0.21.1"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
10936dependencies = [
10937 "heck",
10938 "proc-macro2",
10939 "quote",
10940 "syn",
10941]
10942
10943[[package]]
11327name = "substrate-bip39"10944name = "substrate-bip39"
11328version = "0.4.2"10945version = "0.4.4"
11329source = "registry+https://github.com/rust-lang/crates.io-index"10946source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"10947checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"
11331dependencies = [10948dependencies = [
11332 "hmac 0.7.1",10949 "hmac 0.11.0",
11333 "pbkdf2 0.3.0",10950 "pbkdf2 0.8.0",
11334 "schnorrkel",10951 "schnorrkel",
11335 "sha2 0.8.2",10952 "sha2 0.9.8",
11336 "zeroize",10953 "zeroize",
11337]10954]
1133810955
11339[[package]]10956[[package]]
11340name = "substrate-build-script-utils"10957name = "substrate-build-script-utils"
11341version = "3.0.0"10958version = "3.0.0"
11342source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10959source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11343dependencies = [10960dependencies = [
11344 "platforms",10961 "platforms",
11345]10962]
1134610963
11347[[package]]10964[[package]]
11348name = "substrate-frame-rpc-system"10965name = "substrate-frame-rpc-system"
11349version = "4.0.0-dev"10966version = "4.0.0-dev"
11350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11351dependencies = [10968dependencies = [
11352 "frame-system-rpc-runtime-api",10969 "frame-system-rpc-runtime-api",
11353 "futures 0.3.17",10970 "futures 0.3.17",
11354 "jsonrpc-core 15.1.0",10971 "jsonrpc-core",
11355 "jsonrpc-core-client 15.1.0",10972 "jsonrpc-core-client",
11356 "jsonrpc-derive 15.1.0",10973 "jsonrpc-derive",
11357 "log",10974 "log",
11358 "parity-scale-codec",10975 "parity-scale-codec",
11359 "sc-client-api",10976 "sc-client-api",
11360 "sc-rpc-api",10977 "sc-rpc-api",
11361 "sc-transaction-pool-api",10978 "sc-transaction-pool-api",
11362 "serde",
11363 "sp-api",10979 "sp-api",
11364 "sp-block-builder",10980 "sp-block-builder",
11365 "sp-blockchain",10981 "sp-blockchain",
11370[[package]]10986[[package]]
11371name = "substrate-prometheus-endpoint"10987name = "substrate-prometheus-endpoint"
11372version = "0.9.0"10988version = "0.9.0"
11373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11374dependencies = [10990dependencies = [
11375 "async-std",10991 "async-std",
11376 "derive_more",10992 "derive_more",
11377 "futures-util",10993 "futures-util",
11378 "hyper 0.13.9",10994 "hyper",
11379 "log",10995 "log",
11380 "prometheus",10996 "prometheus",
11381 "tokio 0.2.25",10997 "tokio 1.12.0",
11382]10998]
1138310999
11384[[package]]11000[[package]]
11385name = "substrate-test-client"11001name = "substrate-test-client"
11386version = "2.0.1"11002version = "2.0.1"
11387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11003source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11388dependencies = [11004dependencies = [
11389 "async-trait",11005 "async-trait",
11390 "futures 0.1.29",
11391 "futures 0.3.17",11006 "futures 0.3.17",
11392 "hash-db",
11393 "hex",11007 "hex",
11394 "parity-scale-codec",11008 "parity-scale-codec",
11395 "sc-client-api",11009 "sc-client-api",
11413[[package]]11027[[package]]
11414name = "substrate-test-utils"11028name = "substrate-test-utils"
11415version = "4.0.0-dev"11029version = "4.0.0-dev"
11416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11417dependencies = [11031dependencies = [
11418 "futures 0.3.17",11032 "futures 0.3.17",
11419 "substrate-test-utils-derive",11033 "substrate-test-utils-derive",
11420 "tokio 0.2.25",11034 "tokio 1.12.0",
11421]11035]
1142211036
11423[[package]]11037[[package]]
11424name = "substrate-test-utils-derive"11038name = "substrate-test-utils-derive"
11425version = "0.10.0-dev"11039version = "0.10.0-dev"
11426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11040source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11427dependencies = [11041dependencies = [
11428 "proc-macro-crate 1.0.0",11042 "proc-macro-crate 1.1.0",
11043 "proc-macro2",
11429 "quote",11044 "quote",
11430 "syn",11045 "syn",
11431]11046]
1143211047
11433[[package]]11048[[package]]
11434name = "substrate-wasm-builder"11049name = "substrate-wasm-builder"
11435version = "5.0.0-dev"11050version = "5.0.0-dev"
11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11051source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
11437dependencies = [11052dependencies = [
11438 "ansi_term 0.12.1",11053 "ansi_term 0.12.1",
11439 "atty",
11440 "build-helper",11054 "build-helper",
11441 "cargo_metadata",11055 "cargo_metadata",
11442 "sp-maybe-compressed-blob",11056 "sp-maybe-compressed-blob",
1146011074
11461[[package]]11075[[package]]
11462name = "syn"11076name = "syn"
11463version = "1.0.74"11077version = "1.0.80"
11464source = "registry+https://github.com/rust-lang/crates.io-index"11078source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"11079checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
11466dependencies = [11080dependencies = [
11467 "proc-macro2",11081 "proc-macro2",
11468 "quote",11082 "quote",
1148211096
11483[[package]]11097[[package]]
11484name = "synstructure"11098name = "synstructure"
11485version = "0.12.4"11099version = "0.12.5"
11486source = "registry+https://github.com/rust-lang/crates.io-index"11100source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"11101checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
11488dependencies = [11102dependencies = [
11489 "proc-macro2",11103 "proc-macro2",
11490 "quote",11104 "quote",
11493]11107]
1149411108
11495[[package]]11109[[package]]
11496name = "take_mut"
11497version = "0.2.2"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
11500
11501[[package]]
11502name = "tap"11110name = "tap"
11503version = "1.0.0"11111version = "1.0.1"
11504source = "registry+https://github.com/rust-lang/crates.io-index"11112source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"11113checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1150611114
11507[[package]]11115[[package]]
11508name = "target-lexicon"11116name = "target-lexicon"
11509version = "0.12.0"11117version = "0.12.2"
11510source = "registry+https://github.com/rust-lang/crates.io-index"11118source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"11119checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"
1151211120
11513[[package]]11121[[package]]
11514name = "tempfile"11122name = "tempfile"
1152611134
11527[[package]]11135[[package]]
11528name = "termcolor"11136name = "termcolor"
11529version = "1.1.0"11137version = "1.1.2"
11530source = "registry+https://github.com/rust-lang/crates.io-index"11138source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"11139checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
11532dependencies = [11140dependencies = [
11533 "winapi-util",11141 "winapi-util",
11534]11142]
1154411152
11545[[package]]11153[[package]]
11546name = "thiserror"11154name = "thiserror"
11547version = "1.0.26"11155version = "1.0.29"
11548source = "registry+https://github.com/rust-lang/crates.io-index"11156source = "registry+https://github.com/rust-lang/crates.io-index"
11549checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"11157checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
11550dependencies = [11158dependencies = [
11551 "thiserror-impl",11159 "thiserror-impl",
11552]11160]
1155311161
11554[[package]]11162[[package]]
11555name = "thiserror-impl"11163name = "thiserror-impl"
11556version = "1.0.26"11164version = "1.0.29"
11557source = "registry+https://github.com/rust-lang/crates.io-index"11165source = "registry+https://github.com/rust-lang/crates.io-index"
11558checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"11166checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
11559dependencies = [11167dependencies = [
11560 "proc-macro2",11168 "proc-macro2",
11561 "quote",11169 "quote",
1159511203
11596[[package]]11204[[package]]
11597name = "time"11205name = "time"
11598version = "0.1.43"11206version = "0.1.44"
11599source = "registry+https://github.com/rust-lang/crates.io-index"11207source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"11208checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
11601dependencies = [11209dependencies = [
11602 "libc",11210 "libc",
11211 "wasi 0.10.0+wasi-snapshot-preview1",
11603 "winapi 0.3.9",11212 "winapi 0.3.9",
11604]11213]
1160511214
11606[[package]]11215[[package]]
11607name = "tiny-bip39"11216name = "tiny-bip39"
11608version = "0.8.0"11217version = "0.8.2"
11609source = "registry+https://github.com/rust-lang/crates.io-index"11218source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"11219checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
11611dependencies = [11220dependencies = [
11612 "anyhow",11221 "anyhow",
11613 "hmac 0.8.1",11222 "hmac 0.8.1",
11614 "once_cell",11223 "once_cell",
11615 "pbkdf2 0.4.0",11224 "pbkdf2 0.4.0",
11616 "rand 0.7.3",11225 "rand 0.7.3",
11617 "rustc-hash",11226 "rustc-hash",
11618 "sha2 0.9.2",11227 "sha2 0.9.8",
11619 "thiserror",11228 "thiserror",
11620 "unicode-normalization",11229 "unicode-normalization",
11230 "wasm-bindgen",
11621 "zeroize",11231 "zeroize",
11622]11232]
1162311233
1163211242
11633[[package]]11243[[package]]
11634name = "tinyvec"11244name = "tinyvec"
11635version = "0.3.3"11245version = "1.5.0"
11636source = "registry+https://github.com/rust-lang/crates.io-index"11246source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"11247checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
11638
11639[[package]]
11640name = "tinyvec"
11641version = "1.1.1"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
11644dependencies = [11248dependencies = [
11645 "tinyvec_macros",11249 "tinyvec_macros",
11646]11250]
1165311257
11654[[package]]11258[[package]]
11655name = "tokio"11259name = "tokio"
11656version = "0.1.22"11260version = "0.2.25"
11657source = "registry+https://github.com/rust-lang/crates.io-index"11261source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"11262checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
11659dependencies = [11263dependencies = [
11660 "bytes 0.4.12",11264 "bytes 0.5.6",
11661 "futures 0.1.29",11265 "fnv",
11662 "mio",11266 "pin-project-lite 0.1.12",
11663 "num_cpus",
11664 "tokio-codec",
11665 "tokio-current-thread",
11666 "tokio-executor",
11667 "tokio-fs",11267 "tokio-macros 0.2.6",
11668 "tokio-io",
11669 "tokio-reactor",
11670 "tokio-sync",
11671 "tokio-tcp",
11672 "tokio-threadpool",
11673 "tokio-timer",
11674 "tokio-udp",
11675 "tokio-uds",
11676]11268]
1167711269
11678[[package]]11270[[package]]
11679name = "tokio"11271name = "tokio"
11680version = "0.2.25"11272version = "1.12.0"
11681source = "registry+https://github.com/rust-lang/crates.io-index"11273source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11274checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
11683dependencies = [11275dependencies = [
11684 "bytes 0.5.6",11276 "autocfg",
11685 "fnv",11277 "bytes 1.1.0",
11686 "futures-core",
11687 "iovec",
11688 "lazy_static",
11689 "libc",11278 "libc",
11690 "memchr",11279 "memchr",
11691 "mio",11280 "mio 0.7.13",
11692 "mio-uds",
11693 "num_cpus",11281 "num_cpus",
11694 "pin-project-lite 0.1.7",11282 "once_cell",
11283 "pin-project-lite 0.2.7",
11695 "signal-hook-registry",11284 "signal-hook-registry",
11696 "slab",11285 "tokio-macros 1.4.1",
11697 "tokio-macros",
11698 "winapi 0.3.9",11286 "winapi 0.3.9",
11699]11287]
1170011288
11701[[package]]11289[[package]]
11702name = "tokio"
11703version = "1.6.1"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"
11706dependencies = [
11707 "autocfg",
11708 "pin-project-lite 0.2.4",
11709]
11710
11711[[package]]
11712name = "tokio-buf"
11713version = "0.1.1"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
11716dependencies = [
11717 "bytes 0.4.12",
11718 "either",
11719 "futures 0.1.29",
11720]
11721
11722[[package]]
11723name = "tokio-codec"
11724version = "0.1.2"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
11727dependencies = [
11728 "bytes 0.4.12",
11729 "futures 0.1.29",
11730 "tokio-io",
11731]
11732
11733[[package]]
11734name = "tokio-current-thread"
11735version = "0.1.7"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
11738dependencies = [
11739 "futures 0.1.29",
11740 "tokio-executor",
11741]
11742
11743[[package]]
11744name = "tokio-executor"
11745version = "0.1.10"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
11748dependencies = [
11749 "crossbeam-utils 0.7.2",
11750 "futures 0.1.29",
11751]
11752
11753[[package]]
11754name = "tokio-fs"
11755version = "0.1.7"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
11758dependencies = [
11759 "futures 0.1.29",
11760 "tokio-io",
11761 "tokio-threadpool",
11762]
11763
11764[[package]]
11765name = "tokio-io"
11766version = "0.1.13"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11769dependencies = [
11770 "bytes 0.4.12",
11771 "futures 0.1.29",
11772 "log",
11773]
11774
11775[[package]]
11776name = "tokio-macros"11290name = "tokio-macros"
11777version = "0.2.6"11291version = "0.2.6"
11778source = "registry+https://github.com/rust-lang/crates.io-index"11292source = "registry+https://github.com/rust-lang/crates.io-index"
11784]11298]
1178511299
11786[[package]]11300[[package]]
11787name = "tokio-named-pipes"11301name = "tokio-macros"
11788version = "0.1.0"11302version = "1.4.1"
11789source = "registry+https://github.com/rust-lang/crates.io-index"11303source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"11304checksum = "154794c8f499c2619acd19e839294703e9e32e7630ef5f46ea80d4ef0fbee5eb"
11791dependencies = [11305dependencies = [
11792 "bytes 0.4.12",11306 "proc-macro2",
11793 "futures 0.1.29",11307 "quote",
11794 "mio",11308 "syn",
11795 "mio-named-pipes",
11796 "tokio 0.1.22",
11797]11309]
1179811310
11799[[package]]11311[[package]]
11800name = "tokio-reactor"
11801version = "0.1.12"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
11804dependencies = [
11805 "crossbeam-utils 0.7.2",
11806 "futures 0.1.29",
11807 "lazy_static",
11808 "log",
11809 "mio",
11810 "num_cpus",
11811 "parking_lot 0.9.0",
11812 "slab",
11813 "tokio-executor",
11814 "tokio-io",
11815 "tokio-sync",
11816]
11817
11818[[package]]
11819name = "tokio-rustls"11312name = "tokio-rustls"
11820version = "0.14.0"11313version = "0.22.0"
11821source = "registry+https://github.com/rust-lang/crates.io-index"11314source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9"11315checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
11823dependencies = [11316dependencies = [
11824 "futures-core",11317 "rustls",
11825 "rustls 0.18.0",
11826 "tokio 0.2.25",11318 "tokio 1.12.0",
11827 "webpki",11319 "webpki",
11828]11320]
1182911321
11830[[package]]11322[[package]]
11831name = "tokio-rustls"11323name = "tokio-stream"
11832version = "0.15.0"11324version = "0.1.7"
11833source = "registry+https://github.com/rust-lang/crates.io-index"11325source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736"11326checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
11835dependencies = [11327dependencies = [
11836 "futures-core",11328 "futures-core",
11837 "rustls 0.19.1",11329 "pin-project-lite 0.2.7",
11838 "tokio 0.2.25",11330 "tokio 1.12.0",
11839 "webpki",
11840]11331]
1184111332
11842[[package]]11333[[package]]
11843name = "tokio-service"
11844version = "0.1.0"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
11847dependencies = [
11848 "futures 0.1.29",
11849]
11850
11851[[package]]
11852name = "tokio-sync"
11853version = "0.1.8"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
11856dependencies = [
11857 "fnv",
11858 "futures 0.1.29",
11859]
11860
11861[[package]]
11862name = "tokio-tcp"
11863version = "0.1.4"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
11866dependencies = [
11867 "bytes 0.4.12",
11868 "futures 0.1.29",
11869 "iovec",
11870 "mio",
11871 "tokio-io",
11872 "tokio-reactor",
11873]
11874
11875[[package]]
11876name = "tokio-threadpool"
11877version = "0.1.18"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
11880dependencies = [
11881 "crossbeam-deque",
11882 "crossbeam-queue",
11883 "crossbeam-utils 0.7.2",
11884 "futures 0.1.29",
11885 "lazy_static",
11886 "log",
11887 "num_cpus",
11888 "slab",
11889 "tokio-executor",
11890]
11891
11892[[package]]
11893name = "tokio-timer"
11894version = "0.2.13"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
11897dependencies = [
11898 "crossbeam-utils 0.7.2",
11899 "futures 0.1.29",
11900 "slab",
11901 "tokio-executor",
11902]
11903
11904[[package]]
11905name = "tokio-udp"
11906version = "0.1.6"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
11909dependencies = [
11910 "bytes 0.4.12",
11911 "futures 0.1.29",
11912 "log",
11913 "mio",
11914 "tokio-codec",
11915 "tokio-io",
11916 "tokio-reactor",
11917]
11918
11919[[package]]
11920name = "tokio-uds"
11921version = "0.2.7"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
11924dependencies = [
11925 "bytes 0.4.12",
11926 "futures 0.1.29",
11927 "iovec",
11928 "libc",
11929 "log",
11930 "mio",
11931 "mio-uds",
11932 "tokio-codec",
11933 "tokio-io",
11934 "tokio-reactor",
11935]
11936
11937[[package]]
11938name = "tokio-util"11334name = "tokio-util"
11939version = "0.3.1"11335version = "0.6.8"
11940source = "registry+https://github.com/rust-lang/crates.io-index"11336source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"11337checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd"
11942dependencies = [11338dependencies = [
11943 "bytes 0.5.6",11339 "bytes 1.1.0",
11944 "futures-core",11340 "futures-core",
11945 "futures-io",11341 "futures-io",
11946 "futures-sink",11342 "futures-sink",
11947 "log",11343 "log",
11948 "pin-project-lite 0.1.7",11344 "pin-project-lite 0.2.7",
11949 "tokio 0.2.25",11345 "tokio 1.12.0",
11950]11346]
1195111347
11952[[package]]11348[[package]]
11953name = "toml"11349name = "toml"
11954version = "0.5.6"11350version = "0.5.8"
11955source = "registry+https://github.com/rust-lang/crates.io-index"11351source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"11352checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
11957dependencies = [11353dependencies = [
11958 "serde",11354 "serde",
11959]11355]
1196011356
11961[[package]]11357[[package]]
11962name = "tower-service"11358name = "tower-service"
11963version = "0.3.0"11359version = "0.3.1"
11964source = "registry+https://github.com/rust-lang/crates.io-index"11360source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"11361checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
1196611362
11967[[package]]11363[[package]]
11968name = "tracing"11364name = "tracing"
11969version = "0.1.26"11365version = "0.1.29"
11970source = "registry+https://github.com/rust-lang/crates.io-index"11366source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"11367checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
11972dependencies = [11368dependencies = [
11973 "cfg-if 1.0.0",11369 "cfg-if 1.0.0",
11974 "log",11370 "pin-project-lite 0.2.7",
11975 "pin-project-lite 0.2.4",
11976 "tracing-attributes",11371 "tracing-attributes",
11977 "tracing-core",11372 "tracing-core",
11978]11373]
1197911374
11980[[package]]11375[[package]]
11981name = "tracing-attributes"11376name = "tracing-attributes"
11982version = "0.1.15"11377version = "0.1.18"
11983source = "registry+https://github.com/rust-lang/crates.io-index"11378source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"11379checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
11985dependencies = [11380dependencies = [
11986 "proc-macro2",11381 "proc-macro2",
11987 "quote",11382 "quote",
1199011385
11991[[package]]11386[[package]]
11992name = "tracing-core"11387name = "tracing-core"
11993version = "0.1.18"11388version = "0.1.21"
11994source = "registry+https://github.com/rust-lang/crates.io-index"11389source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"11390checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
11996dependencies = [11391dependencies = [
11997 "lazy_static",11392 "lazy_static",
11998]11393]
1199911394
12000[[package]]11395[[package]]
12001name = "tracing-futures"11396name = "tracing-futures"
12002version = "0.2.4"11397version = "0.2.5"
12003source = "registry+https://github.com/rust-lang/crates.io-index"11398source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"11399checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
12005dependencies = [11400dependencies = [
12006 "pin-project 0.4.23",11401 "pin-project 1.0.8",
12007 "tracing",11402 "tracing",
12008]11403]
1200911404
1203011425
12031[[package]]11426[[package]]
12032name = "tracing-subscriber"11427name = "tracing-subscriber"
12033version = "0.2.18"11428version = "0.2.25"
12034source = "registry+https://github.com/rust-lang/crates.io-index"11429source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"11430checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
12036dependencies = [11431dependencies = [
12037 "ansi_term 0.12.1",11432 "ansi_term 0.12.1",
12038 "chrono",11433 "chrono",
12042 "serde",11437 "serde",
12043 "serde_json",11438 "serde_json",
12044 "sharded-slab",11439 "sharded-slab",
12045 "smallvec 1.6.1",11440 "smallvec",
12046 "thread_local",11441 "thread_local",
12047 "tracing",11442 "tracing",
12048 "tracing-core",11443 "tracing-core",
12060 "hashbrown",11455 "hashbrown",
12061 "log",11456 "log",
12062 "rustc-hex",11457 "rustc-hex",
12063 "smallvec 1.6.1",11458 "smallvec",
12064]11459]
1206511460
12066[[package]]11461[[package]]
1208411479
12085[[package]]11480[[package]]
12086name = "trust-dns-proto"11481name = "trust-dns-proto"
12087version = "0.20.1"11482version = "0.20.3"
12088source = "registry+https://github.com/rust-lang/crates.io-index"11483source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c"11484checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"
12090dependencies = [11485dependencies = [
12091 "async-trait",11486 "async-trait",
12092 "cfg-if 1.0.0",11487 "cfg-if 1.0.0",
12095 "futures-channel",11490 "futures-channel",
12096 "futures-io",11491 "futures-io",
12097 "futures-util",11492 "futures-util",
12098 "idna 0.2.0",11493 "idna 0.2.3",
12099 "ipnet",11494 "ipnet",
12100 "lazy_static",11495 "lazy_static",
12101 "log",11496 "log",
12102 "rand 0.8.4",11497 "rand 0.8.4",
12103 "smallvec 1.6.1",11498 "smallvec",
12104 "thiserror",11499 "thiserror",
12105 "tinyvec 1.1.1",11500 "tinyvec",
12106 "url 2.2.0",11501 "url 2.2.2",
12107]11502]
1210811503
12109[[package]]11504[[package]]
12110name = "trust-dns-resolver"11505name = "trust-dns-resolver"
12111version = "0.20.1"11506version = "0.20.3"
12112source = "registry+https://github.com/rust-lang/crates.io-index"11507source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "b0437eea3a6da51acc1e946545ff53d5b8fb2611ff1c3bed58522dde100536ae"11508checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"
12114dependencies = [11509dependencies = [
12115 "cfg-if 1.0.0",11510 "cfg-if 1.0.0",
12116 "futures-util",11511 "futures-util",
12120 "lru-cache",11515 "lru-cache",
12121 "parking_lot 0.11.2",11516 "parking_lot 0.11.2",
12122 "resolv-conf",11517 "resolv-conf",
12123 "smallvec 1.6.1",11518 "smallvec",
12124 "thiserror",11519 "thiserror",
12125 "trust-dns-proto",11520 "trust-dns-proto",
12126]11521]
1212711522
12128[[package]]11523[[package]]
12129name = "try-lock"11524name = "try-lock"
12130version = "0.2.2"11525version = "0.2.3"
12131source = "registry+https://github.com/rust-lang/crates.io-index"11526source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"11527checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1213311528
12134[[package]]11529[[package]]
12135name = "try-runtime-cli"11530name = "try-runtime-cli"
12136version = "0.10.0-dev"11531version = "0.10.0-dev"
12137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11532source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"
12138dependencies = [11533dependencies = [
12139 "frame-try-runtime",11534 "jsonrpsee-ws-client",
12140 "log",11535 "log",
12141 "parity-scale-codec",11536 "parity-scale-codec",
12142 "remote-externalities",11537 "remote-externalities",
12143 "sc-chain-spec",11538 "sc-chain-spec",
12144 "sc-cli",11539 "sc-cli",
12145 "sc-client-api",
12146 "sc-executor",11540 "sc-executor",
12147 "sc-service",11541 "sc-service",
12148 "serde",11542 "serde",
12149 "sp-api",
12150 "sp-blockchain",
12151 "sp-core",11543 "sp-core",
12152 "sp-externalities",11544 "sp-externalities",
11545 "sp-io",
12153 "sp-keystore",11546 "sp-keystore",
12154 "sp-runtime",11547 "sp-runtime",
12155 "sp-state-machine",11548 "sp-state-machine",
11549 "sp-version",
12156 "structopt",11550 "structopt",
12157]11551]
1215811552
12159[[package]]11553[[package]]
12160name = "twox-hash"11554name = "twox-hash"
12161version = "1.6.0"11555version = "1.6.1"
12162source = "registry+https://github.com/rust-lang/crates.io-index"11556source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"11557checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"
12164dependencies = [11558dependencies = [
12165 "cfg-if 0.1.10",11559 "cfg-if 1.0.0",
12166 "rand 0.7.3",11560 "rand 0.8.4",
12167 "static_assertions",11561 "static_assertions",
12168]11562]
1216911563
12170[[package]]11564[[package]]
12171name = "typenum"11565name = "typenum"
12172version = "1.12.0"11566version = "1.14.0"
12173source = "registry+https://github.com/rust-lang/crates.io-index"11567source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"11568checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
1217511569
12176[[package]]11570[[package]]
12177name = "ucd-trie"11571name = "ucd-trie"
1218111575
12182[[package]]11576[[package]]
12183name = "uint"11577name = "uint"
12184version = "0.9.0"11578version = "0.9.1"
12185source = "registry+https://github.com/rust-lang/crates.io-index"11579source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"11580checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"
12187dependencies = [11581dependencies = [
12188 "byteorder",11582 "byteorder",
12189 "crunchy",11583 "crunchy",
1220211596
12203[[package]]11597[[package]]
12204name = "unicode-bidi"11598name = "unicode-bidi"
12205version = "0.3.4"11599version = "0.3.7"
12206source = "registry+https://github.com/rust-lang/crates.io-index"11600source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"11601checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
12208dependencies = [
12209 "matches",
12210]
1221111602
12212[[package]]11603[[package]]
12213name = "unicode-normalization"11604name = "unicode-normalization"
12214version = "0.1.13"11605version = "0.1.19"
12215source = "registry+https://github.com/rust-lang/crates.io-index"11606source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"11607checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
12217dependencies = [11608dependencies = [
12218 "tinyvec 0.3.3",11609 "tinyvec",
12219]11610]
1222011611
12221[[package]]11612[[package]]
12222name = "unicode-segmentation"11613name = "unicode-segmentation"
12223version = "1.6.0"11614version = "1.8.0"
12224source = "registry+https://github.com/rust-lang/crates.io-index"11615source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"11616checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
1222611617
12227[[package]]11618[[package]]
12228name = "unicode-width"11619name = "unicode-width"
12229version = "0.1.8"11620version = "0.1.9"
12230source = "registry+https://github.com/rust-lang/crates.io-index"11621source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"11622checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1223211623
12233[[package]]11624[[package]]
12234name = "unicode-xid"11625name = "unicode-xid"
12235version = "0.2.1"11626version = "0.2.2"
12236source = "registry+https://github.com/rust-lang/crates.io-index"11627source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"11628checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
1223811629
12239[[package]]11630[[package]]
12240name = "universal-hash"11631name = "universal-hash"
12241version = "0.4.0"11632version = "0.4.1"
12242source = "registry+https://github.com/rust-lang/crates.io-index"11633source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"11634checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
12244dependencies = [11635dependencies = [
12245 "generic-array 0.14.4",11636 "generic-array 0.14.4",
12246 "subtle 2.4.1",11637 "subtle 2.4.1",
12259checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11650checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"
12260dependencies = [11651dependencies = [
12261 "asynchronous-codec 0.5.0",11652 "asynchronous-codec 0.5.0",
12262 "bytes 1.0.1",11653 "bytes 1.1.0",
12263 "futures-io",11654 "futures-io",
12264 "futures-util",11655 "futures-util",
12265]11656]
12271checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"11662checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"
12272dependencies = [11663dependencies = [
12273 "asynchronous-codec 0.6.0",11664 "asynchronous-codec 0.6.0",
12274 "bytes 1.0.1",11665 "bytes 1.1.0",
12275 "futures-io",11666 "futures-io",
12276 "futures-util",11667 "futures-util",
12277]11668]
1230211693
12303[[package]]11694[[package]]
12304name = "url"11695name = "url"
12305version = "2.2.0"11696version = "2.2.2"
12306source = "registry+https://github.com/rust-lang/crates.io-index"11697source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"11698checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
12308dependencies = [11699dependencies = [
12309 "form_urlencoded",11700 "form_urlencoded",
12310 "idna 0.2.0",11701 "idna 0.2.3",
12311 "matches",11702 "matches",
12312 "percent-encoding 2.1.0",11703 "percent-encoding 2.1.0",
12313]11704]
1231411705
12315[[package]]11706[[package]]
12316name = "value-bag"11707name = "value-bag"
12317version = "1.0.0-alpha.6"11708version = "1.0.0-alpha.7"
12318source = "registry+https://github.com/rust-lang/crates.io-index"11709source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"11710checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
12320dependencies = [11711dependencies = [
12321 "ctor",11712 "ctor",
11713 "version_check",
12322]11714]
1232311715
12324[[package]]11716[[package]]
12325name = "vcpkg"11717name = "vcpkg"
12326version = "0.2.10"11718version = "0.2.15"
12327source = "registry+https://github.com/rust-lang/crates.io-index"11719source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"11720checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1232911721
12330[[package]]11722[[package]]
12331name = "vec-arena"
12332version = "1.0.0"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
12335
12336[[package]]
12337name = "vec_map"11723name = "vec_map"
12338version = "0.8.2"11724version = "0.8.2"
12339source = "registry+https://github.com/rust-lang/crates.io-index"11725source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"11726checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1234111727
12342[[package]]11728[[package]]
12343name = "version_check"11729name = "version_check"
12344version = "0.9.2"11730version = "0.9.3"
12345source = "registry+https://github.com/rust-lang/crates.io-index"11731source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"11732checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
1234711733
12348[[package]]11734[[package]]
12349name = "void"11735name = "void"
1237011756
12371[[package]]11757[[package]]
12372name = "want"11758name = "want"
12373version = "0.2.0"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
12376dependencies = [
12377 "futures 0.1.29",
12378 "log",
12379 "try-lock",
12380]
12381
12382[[package]]
12383name = "want"
12384version = "0.3.0"11759version = "0.3.0"
12385source = "registry+https://github.com/rust-lang/crates.io-index"11760source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"11761checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1240311778
12404[[package]]11779[[package]]
12405name = "wasm-bindgen"11780name = "wasm-bindgen"
12406version = "0.2.75"11781version = "0.2.78"
12407source = "registry+https://github.com/rust-lang/crates.io-index"11782source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586"11783checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
12409dependencies = [11784dependencies = [
12410 "cfg-if 1.0.0",11785 "cfg-if 1.0.0",
12411 "wasm-bindgen-macro",11786 "wasm-bindgen-macro",
12412]11787]
1241311788
12414[[package]]11789[[package]]
12415name = "wasm-bindgen-backend"11790name = "wasm-bindgen-backend"
12416version = "0.2.75"11791version = "0.2.78"
12417source = "registry+https://github.com/rust-lang/crates.io-index"11792source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f"11793checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
12419dependencies = [11794dependencies = [
12420 "bumpalo",11795 "bumpalo",
12421 "lazy_static",11796 "lazy_static",
1242811803
12429[[package]]11804[[package]]
12430name = "wasm-bindgen-futures"11805name = "wasm-bindgen-futures"
12431version = "0.4.25"11806version = "0.4.28"
12432source = "registry+https://github.com/rust-lang/crates.io-index"11807source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c"11808checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
12434dependencies = [11809dependencies = [
12435 "cfg-if 1.0.0",11810 "cfg-if 1.0.0",
12436 "js-sys",11811 "js-sys",
1244011815
12441[[package]]11816[[package]]
12442name = "wasm-bindgen-macro"11817name = "wasm-bindgen-macro"
12443version = "0.2.75"11818version = "0.2.78"
12444source = "registry+https://github.com/rust-lang/crates.io-index"11819source = "registry+https://github.com/rust-lang/crates.io-index"
12445checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c"11820checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
12446dependencies = [11821dependencies = [
12447 "quote",11822 "quote",
12448 "wasm-bindgen-macro-support",11823 "wasm-bindgen-macro-support",
12449]11824]
1245011825
12451[[package]]11826[[package]]
12452name = "wasm-bindgen-macro-support"11827name = "wasm-bindgen-macro-support"
12453version = "0.2.75"11828version = "0.2.78"
12454source = "registry+https://github.com/rust-lang/crates.io-index"11829source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f"11830checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
12456dependencies = [11831dependencies = [
12457 "proc-macro2",11832 "proc-macro2",
12458 "quote",11833 "quote",
1246311838
12464[[package]]11839[[package]]
12465name = "wasm-bindgen-shared"11840name = "wasm-bindgen-shared"
12466version = "0.2.75"11841version = "0.2.78"
12467source = "registry+https://github.com/rust-lang/crates.io-index"11842source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2"11843checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
1246911844
12470[[package]]11845[[package]]
12471name = "wasm-gc-api"11846name = "wasm-gc-api"
1249511870
12496[[package]]11871[[package]]
12497name = "wasmi"11872name = "wasmi"
12498version = "0.9.0"11873version = "0.9.1"
12499source = "registry+https://github.com/rust-lang/crates.io-index"11874source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"11875checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"
12501dependencies = [11876dependencies = [
12502 "downcast-rs",11877 "downcast-rs",
12503 "libc",11878 "libc",
11879 "libm",
12504 "memory_units",11880 "memory_units",
12505 "num-rational 0.2.4",11881 "num-rational 0.2.4",
12506 "num-traits",11882 "num-traits",
1251011886
12511[[package]]11887[[package]]
12512name = "wasmi-validation"11888name = "wasmi-validation"
12513version = "0.4.0"11889version = "0.4.1"
12514source = "registry+https://github.com/rust-lang/crates.io-index"11890source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8"11891checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"
12516dependencies = [11892dependencies = [
12517 "parity-wasm 0.42.2",11893 "parity-wasm 0.42.2",
12518]11894]
1251911895
12520[[package]]11896[[package]]
12521name = "wasmparser"11897name = "wasmparser"
12522version = "0.78.2"11898version = "0.79.0"
12523source = "registry+https://github.com/rust-lang/crates.io-index"11899source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"11900checksum = "5b5894be15a559c85779254700e1d35f02f843b5a69152e5c82c626d9fd66c0e"
1252511901
12526[[package]]11902[[package]]
12527name = "wasmtime"11903name = "wasmtime"
12528version = "0.27.0"11904version = "0.29.0"
12529source = "registry+https://github.com/rust-lang/crates.io-index"11905source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7"11906checksum = "8bbb8a082a8ef50f7eeb8b82dda9709ef1e68963ea3c94e45581644dd4041835"
12531dependencies = [11907dependencies = [
12532 "anyhow",11908 "anyhow",
12533 "backtrace",11909 "backtrace",
12543 "region",11919 "region",
12544 "rustc-demangle",11920 "rustc-demangle",
12545 "serde",11921 "serde",
12546 "smallvec 1.6.1",11922 "smallvec",
12547 "target-lexicon",11923 "target-lexicon",
12548 "wasmparser",11924 "wasmparser",
12549 "wasmtime-cache",11925 "wasmtime-cache",
1255611932
12557[[package]]11933[[package]]
12558name = "wasmtime-cache"11934name = "wasmtime-cache"
12559version = "0.27.0"11935version = "0.29.0"
12560source = "registry+https://github.com/rust-lang/crates.io-index"11936source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843"11937checksum = "d73391579ca7f24573138ef768b73b2aed5f9d542385c64979b65d60d0912399"
12562dependencies = [11938dependencies = [
12563 "anyhow",11939 "anyhow",
12564 "base64 0.13.0",11940 "base64 0.13.0",
12569 "libc",11945 "libc",
12570 "log",11946 "log",
12571 "serde",11947 "serde",
12572 "sha2 0.9.2",11948 "sha2 0.9.8",
12573 "toml",11949 "toml",
12574 "winapi 0.3.9",11950 "winapi 0.3.9",
12575 "zstd",11951 "zstd",
12576]11952]
1257711953
12578[[package]]11954[[package]]
12579name = "wasmtime-cranelift"11955name = "wasmtime-cranelift"
12580version = "0.27.0"11956version = "0.29.0"
12581source = "registry+https://github.com/rust-lang/crates.io-index"11957source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6"11958checksum = "81c6f5ae9205382345c7cd7454932a906186836999a2161c385e38a15f52e1fe"
12583dependencies = [11959dependencies = [
12584 "cranelift-codegen",11960 "cranelift-codegen",
12585 "cranelift-entity",11961 "cranelift-entity",
1259211968
12593[[package]]11969[[package]]
12594name = "wasmtime-debug"11970name = "wasmtime-debug"
12595version = "0.27.0"11971version = "0.29.0"
12596source = "registry+https://github.com/rust-lang/crates.io-index"11972source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a"11973checksum = "c69e08f55e12f15f50b1b533bc3626723e7224254a065de6576934c86258c9e8"
12598dependencies = [11974dependencies = [
12599 "anyhow",11975 "anyhow",
12600 "gimli 0.24.0",11976 "gimli",
12601 "more-asserts",11977 "more-asserts",
12602 "object 0.24.0",11978 "object",
12603 "target-lexicon",11979 "target-lexicon",
12604 "thiserror",11980 "thiserror",
12605 "wasmparser",11981 "wasmparser",
1260811984
12609[[package]]11985[[package]]
12610name = "wasmtime-environ"11986name = "wasmtime-environ"
12611version = "0.27.0"11987version = "0.29.0"
12612source = "registry+https://github.com/rust-lang/crates.io-index"11988source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90"11989checksum = "005d93174040af37fb8625f891cd9827afdad314261f7ec4ee61ec497d6e9d3c"
12614dependencies = [11990dependencies = [
12615 "cfg-if 1.0.0",11991 "cfg-if 1.0.0",
12616 "cranelift-codegen",11992 "cranelift-codegen",
12617 "cranelift-entity",11993 "cranelift-entity",
12618 "cranelift-wasm",11994 "cranelift-wasm",
12619 "gimli 0.24.0",11995 "gimli",
12620 "indexmap",11996 "indexmap",
12621 "log",11997 "log",
12622 "more-asserts",11998 "more-asserts",
1262712003
12628[[package]]12004[[package]]
12629name = "wasmtime-jit"12005name = "wasmtime-jit"
12630version = "0.27.0"12006version = "0.29.0"
12631source = "registry+https://github.com/rust-lang/crates.io-index"12007source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"12008checksum = "d0bf1dfb213a35d8f21aefae40e597fe72778a907011ffdff7affb029a02af9a"
12633dependencies = [12009dependencies = [
12634 "addr2line 0.15.1",12010 "addr2line",
12635 "anyhow",12011 "anyhow",
12636 "cfg-if 1.0.0",12012 "cfg-if 1.0.0",
12637 "cranelift-codegen",12013 "cranelift-codegen",
12638 "cranelift-entity",12014 "cranelift-entity",
12639 "cranelift-frontend",12015 "cranelift-frontend",
12640 "cranelift-native",12016 "cranelift-native",
12641 "cranelift-wasm",12017 "cranelift-wasm",
12642 "gimli 0.24.0",12018 "gimli",
12643 "log",12019 "log",
12644 "more-asserts",12020 "more-asserts",
12645 "object 0.24.0",12021 "object",
12646 "rayon",12022 "rayon",
12647 "region",12023 "region",
12648 "serde",12024 "serde",
1266012036
12661[[package]]12037[[package]]
12662name = "wasmtime-obj"12038name = "wasmtime-obj"
12663version = "0.27.0"12039version = "0.29.0"
12664source = "registry+https://github.com/rust-lang/crates.io-index"12040source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b"12041checksum = "d231491878e710c68015228c9f9fc5955fe5c96dbf1485c15f7bed55b622c83c"
12666dependencies = [12042dependencies = [
12667 "anyhow",12043 "anyhow",
12668 "more-asserts",12044 "more-asserts",
12669 "object 0.24.0",12045 "object",
12670 "target-lexicon",12046 "target-lexicon",
12671 "wasmtime-debug",12047 "wasmtime-debug",
12672 "wasmtime-environ",12048 "wasmtime-environ",
12673]12049]
1267412050
12675[[package]]12051[[package]]
12676name = "wasmtime-profiling"12052name = "wasmtime-profiling"
12677version = "0.27.0"12053version = "0.29.0"
12678source = "registry+https://github.com/rust-lang/crates.io-index"12054source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"12055checksum = "21486cfb5255c2069666c1f116f9e949d4e35c9a494f11112fa407879e42198d"
12680dependencies = [12056dependencies = [
12681 "anyhow",12057 "anyhow",
12682 "cfg-if 1.0.0",12058 "cfg-if 1.0.0",
12059 "gimli",
12683 "lazy_static",12060 "lazy_static",
12684 "libc",12061 "libc",
12062 "object",
12063 "scroll",
12685 "serde",12064 "serde",
12686 "target-lexicon",12065 "target-lexicon",
12687 "wasmtime-environ",12066 "wasmtime-environ",
1269012069
12691[[package]]12070[[package]]
12692name = "wasmtime-runtime"12071name = "wasmtime-runtime"
12693version = "0.27.0"12072version = "0.29.0"
12694source = "registry+https://github.com/rust-lang/crates.io-index"12073source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7"12074checksum = "d7ddfdf32e0a20d81f48be9dacd31612bc61de5a174d1356fef806d300f507de"
12696dependencies = [12075dependencies = [
12697 "anyhow",12076 "anyhow",
12698 "backtrace",12077 "backtrace",
12703 "libc",12082 "libc",
12704 "log",12083 "log",
12705 "mach",12084 "mach",
12706 "memoffset 0.6.1",12085 "memoffset",
12707 "more-asserts",12086 "more-asserts",
12708 "rand 0.8.4",12087 "rand 0.8.4",
12709 "region",12088 "region",
1271412093
12715[[package]]12094[[package]]
12716name = "web-sys"12095name = "web-sys"
12717version = "0.3.46"12096version = "0.3.55"
12718source = "registry+https://github.com/rust-lang/crates.io-index"12097source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"12098checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
12720dependencies = [12099dependencies = [
12721 "js-sys",12100 "js-sys",
12722 "wasm-bindgen",12101 "wasm-bindgen",
12723]12102]
1272412103
12725[[package]]12104[[package]]
12726name = "webpki"12105name = "webpki"
12727version = "0.21.3"12106version = "0.21.4"
12728source = "registry+https://github.com/rust-lang/crates.io-index"12107source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"12108checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
12730dependencies = [12109dependencies = [
12731 "ring",12110 "ring",
12732 "untrusted",12111 "untrusted",
12733]12112]
1273412113
12735[[package]]12114[[package]]
12736name = "webpki-roots"12115name = "webpki-roots"
12737version = "0.21.0"12116version = "0.21.1"
12738source = "registry+https://github.com/rust-lang/crates.io-index"12117source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"12118checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
12740dependencies = [12119dependencies = [
12741 "webpki",12120 "webpki",
12742]12121]
1274312122
12744[[package]]12123[[package]]
12745name = "wepoll-sys"12124name = "wepoll-ffi"
12746version = "3.0.1"12125version = "0.1.2"
12747source = "registry+https://github.com/rust-lang/crates.io-index"12126source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"12127checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
12749dependencies = [12128dependencies = [
12750 "cc",12129 "cc",
12751]12130]
1275212131
12753[[package]]12132[[package]]
12754name = "westend-runtime"12133name = "westend-runtime"
12755version = "0.9.10"12134version = "0.9.11"
12756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12135source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
12757dependencies = [12136dependencies = [
12758 "beefy-primitives",12137 "beefy-primitives",
12759 "bitvec 0.20.1",12138 "bitvec 0.20.4",
12760 "frame-benchmarking",12139 "frame-benchmarking",
12761 "frame-election-provider-support",12140 "frame-election-provider-support",
12762 "frame-executive",12141 "frame-executive",
12770 "pallet-authority-discovery",12149 "pallet-authority-discovery",
12771 "pallet-authorship",12150 "pallet-authorship",
12772 "pallet-babe",12151 "pallet-babe",
12152 "pallet-bags-list",
12773 "pallet-balances",12153 "pallet-balances",
12774 "pallet-collective",12154 "pallet-collective",
12775 "pallet-democracy",12155 "pallet-democracy",
12801 "pallet-utility",12181 "pallet-utility",
12802 "pallet-vesting",12182 "pallet-vesting",
12803 "pallet-xcm",12183 "pallet-xcm",
12184 "pallet-xcm-benchmarks",
12804 "parity-scale-codec",12185 "parity-scale-codec",
12805 "polkadot-parachain",12186 "polkadot-parachain",
12806 "polkadot-primitives",12187 "polkadot-primitives",
12807 "polkadot-runtime-common",12188 "polkadot-runtime-common",
12808 "polkadot-runtime-parachains",12189 "polkadot-runtime-parachains",
12809 "rustc-hex",12190 "rustc-hex",
12191 "scale-info",
12810 "serde",12192 "serde",
12811 "serde_derive",12193 "serde_derive",
12812 "smallvec 1.6.1",12194 "smallvec",
12813 "sp-api",12195 "sp-api",
12814 "sp-authority-discovery",12196 "sp-authority-discovery",
12815 "sp-block-builder",12197 "sp-block-builder",
12825 "sp-std",12207 "sp-std",
12826 "sp-transaction-pool",12208 "sp-transaction-pool",
12827 "sp-version",12209 "sp-version",
12828 "static_assertions",
12829 "substrate-wasm-builder",12210 "substrate-wasm-builder",
12830 "xcm",12211 "xcm",
12831 "xcm-builder",12212 "xcm-builder",
1283412215
12835[[package]]12216[[package]]
12836name = "which"12217name = "which"
12837version = "4.0.2"12218version = "4.2.2"
12838source = "registry+https://github.com/rust-lang/crates.io-index"12219source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"12220checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
12840dependencies = [12221dependencies = [
12222 "either",
12223 "lazy_static",
12841 "libc",12224 "libc",
12842 "thiserror",
12843]12225]
1284412226
12845[[package]]12227[[package]]
1291812300
12919[[package]]12301[[package]]
12920name = "x25519-dalek"12302name = "x25519-dalek"
12921version = "1.1.0"12303version = "1.1.1"
12922source = "registry+https://github.com/rust-lang/crates.io-index"12304source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"12305checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"
12924dependencies = [12306dependencies = [
12925 "curve25519-dalek 3.0.0",12307 "curve25519-dalek 3.2.0",
12926 "rand_core 0.5.1",12308 "rand_core 0.5.1",
12927 "zeroize",12309 "zeroize",
12928]12310]
1292912311
12930[[package]]12312[[package]]
12931name = "xcm"12313name = "xcm"
12932version = "0.9.10"12314version = "0.9.11"
12933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12315source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
12934dependencies = [12316dependencies = [
12935 "derivative",12317 "derivative",
12936 "impl-trait-for-tuples 0.2.1",12318 "impl-trait-for-tuples 0.2.1",
12937 "log",12319 "log",
12938 "parity-scale-codec",12320 "parity-scale-codec",
12321 "scale-info",
12939 "xcm-procedural",12322 "xcm-procedural",
12940]12323]
1294112324
12942[[package]]12325[[package]]
12943name = "xcm-builder"12326name = "xcm-builder"
12944version = "0.9.10"12327version = "0.9.11"
12945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12328source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
12946dependencies = [12329dependencies = [
12947 "frame-support",12330 "frame-support",
12948 "frame-system",12331 "frame-system",
12949 "impl-trait-for-tuples 0.2.1",12332 "log",
12950 "pallet-transaction-payment",12333 "pallet-transaction-payment",
12951 "parity-scale-codec",12334 "parity-scale-codec",
12952 "polkadot-parachain",12335 "polkadot-parachain",
12336 "scale-info",
12953 "sp-arithmetic",12337 "sp-arithmetic",
12954 "sp-io",12338 "sp-io",
12955 "sp-runtime",12339 "sp-runtime",
1296012344
12961[[package]]12345[[package]]
12962name = "xcm-executor"12346name = "xcm-executor"
12963version = "0.9.10"12347version = "0.9.11"
12964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12348source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
12965dependencies = [12349dependencies = [
12350 "frame-benchmarking",
12966 "frame-support",12351 "frame-support",
12967 "impl-trait-for-tuples 0.2.1",12352 "impl-trait-for-tuples 0.2.1",
12968 "log",12353 "log",
12978[[package]]12363[[package]]
12979name = "xcm-procedural"12364name = "xcm-procedural"
12980version = "0.1.0"12365version = "0.1.0"
12981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"
12982dependencies = [12367dependencies = [
12983 "proc-macro2",12368 "proc-macro2",
12984 "quote",12369 "quote",
1300712392
13008[[package]]12393[[package]]
13009name = "zeroize"12394name = "zeroize"
13010version = "1.2.0"12395version = "1.4.2"
13011source = "registry+https://github.com/rust-lang/crates.io-index"12396source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"12397checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970"
13013dependencies = [12398dependencies = [
13014 "zeroize_derive",12399 "zeroize_derive",
13015]12400]
1301612401
13017[[package]]12402[[package]]
13018name = "zeroize_derive"12403name = "zeroize_derive"
13019version = "1.0.0"12404version = "1.2.0"
13020source = "registry+https://github.com/rust-lang/crates.io-index"12405source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"12406checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"
13022dependencies = [12407dependencies = [
13023 "proc-macro2",12408 "proc-macro2",
13024 "quote",12409 "quote",
1302812413
13029[[package]]12414[[package]]
13030name = "zstd"12415name = "zstd"
13031version = "0.6.1+zstd.1.4.9"12416version = "0.9.0+zstd.1.5.0"
13032source = "registry+https://github.com/rust-lang/crates.io-index"12417source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3"12418checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"
13034dependencies = [12419dependencies = [
13035 "zstd-safe",12420 "zstd-safe",
13036]12421]
1303712422
13038[[package]]12423[[package]]
13039name = "zstd-safe"12424name = "zstd-safe"
13040version = "3.0.1+zstd.1.4.9"12425version = "4.1.1+zstd.1.5.0"
13041source = "registry+https://github.com/rust-lang/crates.io-index"12426source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c"12427checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"
13043dependencies = [12428dependencies = [
13044 "libc",12429 "libc",
13045 "zstd-sys",12430 "zstd-sys",
13046]12431]
1304712432
13048[[package]]12433[[package]]
13049name = "zstd-sys"12434name = "zstd-sys"
13050version = "1.4.20+zstd.1.4.9"12435version = "1.6.1+zstd.1.5.0"
13051source = "registry+https://github.com/rust-lang/crates.io-index"12436source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e"12437checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"
13053dependencies = [12438dependencies = [
13054 "cc",12439 "cc",
13055 "libc",12440 "libc",
modifiedDockerfile-parachaindiffbeforeafterboth
66
7ARG RUST_TOOLCHAIN=nightly-2021-06-287ARG RUST_TOOLCHAIN=nightly-2021-06-28
8#ARG RUST_C=1.55.0-nightly8#ARG RUST_C=1.55.0-nightly
9ARG POLKA_VERSION=v0.9.109ARG POLKA_VERSION=v0.9.11
10ARG NFT_BRANCH=develop10ARG NFT_BRANCH=develop
1111
12#ARG USER=***12#ARG USER=***
105 npm install --global yarn && \105 npm install --global yarn && \
106 yarn install && \106 yarn install && \
107 yarn build && \107 yarn build && \
108 yarn start launch-config.json108 yarn start launch-config.json
109
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
7evm-coder-macros = { path = "../evm-coder-macros" }7evm-coder-macros = { path = "../evm-coder-macros" }
8primitive-types = { version = "0.10.1", default-features = false }8primitive-types = { version = "0.10.1", default-features = false }
9hex-literal = "0.3.3"9hex-literal = "0.3.3"
10ethereum = { version = "0.9.0", default-features = false }10ethereum = { version = "0.9", git = "https://github.com/purestake/ethereum", branch = "joshy-scale-info", default-features = false }
11evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch="precompile-output-parachain" }11evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch="precompile-output-parachain" }
12impl-trait-for-tuples = "0.2.1"12impl-trait-for-tuples = "0.2.1"
1313
modifiednode/cli/Cargo.tomldiffbeforeafterboth
33
4[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]
5git = 'https://github.com/paritytech/substrate.git'5git = 'https://github.com/paritytech/substrate.git'
6branch = 'polkadot-v0.9.10'6branch = 'polkadot-v0.9.11'
7version = '3.0.0'7version = '3.0.0'
88
9################################################################################9################################################################################
1717
18[dependencies.frame-benchmarking]18[dependencies.frame-benchmarking]
19git = 'https://github.com/paritytech/substrate.git'19git = 'https://github.com/paritytech/substrate.git'
20branch = 'polkadot-v0.9.10'20branch = 'polkadot-v0.9.11'
21version = '4.0.0-dev'21version = '4.0.0-dev'
2222
23[dependencies.frame-benchmarking-cli]23[dependencies.frame-benchmarking-cli]
24git = 'https://github.com/paritytech/substrate.git'24git = 'https://github.com/paritytech/substrate.git'
25branch = 'polkadot-v0.9.10'25branch = 'polkadot-v0.9.11'
26version = '4.0.0-dev'26version = '4.0.0-dev'
2727
28[dependencies.pallet-transaction-payment-rpc]28[dependencies.pallet-transaction-payment-rpc]
29git = 'https://github.com/paritytech/substrate.git'29git = 'https://github.com/paritytech/substrate.git'
30branch = 'polkadot-v0.9.10'30branch = 'polkadot-v0.9.11'
31version = '4.0.0-dev'31version = '4.0.0-dev'
3232
33[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]
34git = 'https://github.com/paritytech/substrate.git'34git = 'https://github.com/paritytech/substrate.git'
35branch = 'polkadot-v0.9.10'35branch = 'polkadot-v0.9.11'
36version = '0.9.0'36version = '0.9.0'
3737
38[dependencies.sc-basic-authorship]38[dependencies.sc-basic-authorship]
39git = 'https://github.com/paritytech/substrate.git'39git = 'https://github.com/paritytech/substrate.git'
40branch = 'polkadot-v0.9.10'40branch = 'polkadot-v0.9.11'
41version = '0.10.0-dev'41version = '0.10.0-dev'
4242
43[dependencies.sc-chain-spec]43[dependencies.sc-chain-spec]
44git = 'https://github.com/paritytech/substrate.git'44git = 'https://github.com/paritytech/substrate.git'
45branch = 'polkadot-v0.9.10'45branch = 'polkadot-v0.9.11'
46version = '4.0.0-dev'46version = '4.0.0-dev'
4747
48[dependencies.sc-cli]48[dependencies.sc-cli]
49features = ['wasmtime']49features = ['wasmtime']
50git = 'https://github.com/paritytech/substrate.git'50git = 'https://github.com/paritytech/substrate.git'
51branch = 'polkadot-v0.9.10'51branch = 'polkadot-v0.9.11'
52version = '0.10.0-dev'52version = '0.10.0-dev'
5353
54[dependencies.sc-client-api]54[dependencies.sc-client-api]
55git = 'https://github.com/paritytech/substrate.git'55git = 'https://github.com/paritytech/substrate.git'
56branch = 'polkadot-v0.9.10'56branch = 'polkadot-v0.9.11'
57version = '4.0.0-dev'57version = '4.0.0-dev'
5858
59[dependencies.sc-consensus]59[dependencies.sc-consensus]
60git = 'https://github.com/paritytech/substrate.git'60git = 'https://github.com/paritytech/substrate.git'
61branch = 'polkadot-v0.9.10'61branch = 'polkadot-v0.9.11'
62version = '0.10.0-dev'62version = '0.10.0-dev'
6363
64[dependencies.sc-consensus-aura]64[dependencies.sc-consensus-aura]
65git = 'https://github.com/paritytech/substrate.git'65git = 'https://github.com/paritytech/substrate.git'
66branch = 'polkadot-v0.9.10'66branch = 'polkadot-v0.9.11'
67version = '0.10.0-dev'67version = '0.10.0-dev'
6868
69[dependencies.sc-executor]69[dependencies.sc-executor]
70features = ['wasmtime']70features = ['wasmtime']
71git = 'https://github.com/paritytech/substrate.git'71git = 'https://github.com/paritytech/substrate.git'
72branch = 'polkadot-v0.9.10'72branch = 'polkadot-v0.9.11'
73version = '0.10.0-dev'73version = '0.10.0-dev'
7474
75[dependencies.sc-finality-grandpa]75[dependencies.sc-finality-grandpa]
76git = 'https://github.com/paritytech/substrate.git'76git = 'https://github.com/paritytech/substrate.git'
77branch = 'polkadot-v0.9.10'77branch = 'polkadot-v0.9.11'
78version = '0.10.0-dev'78version = '0.10.0-dev'
7979
80[dependencies.sc-keystore]80[dependencies.sc-keystore]
81git = 'https://github.com/paritytech/substrate.git'81git = 'https://github.com/paritytech/substrate.git'
82branch = 'polkadot-v0.9.10'82branch = 'polkadot-v0.9.11'
83version = '4.0.0-dev'83version = '4.0.0-dev'
8484
85[dependencies.sc-rpc]85[dependencies.sc-rpc]
86git = 'https://github.com/paritytech/substrate.git'86git = 'https://github.com/paritytech/substrate.git'
87branch = 'polkadot-v0.9.10'87branch = 'polkadot-v0.9.11'
88version = '4.0.0-dev'88version = '4.0.0-dev'
8989
90[dependencies.sc-rpc-api]90[dependencies.sc-rpc-api]
91git = 'https://github.com/paritytech/substrate.git'91git = 'https://github.com/paritytech/substrate.git'
92branch = 'polkadot-v0.9.10'92branch = 'polkadot-v0.9.11'
93version = '0.10.0-dev'93version = '0.10.0-dev'
9494
95[dependencies.sc-service]95[dependencies.sc-service]
96features = ['wasmtime']96features = ['wasmtime']
97git = 'https://github.com/paritytech/substrate.git'97git = 'https://github.com/paritytech/substrate.git'
98branch = 'polkadot-v0.9.10'98branch = 'polkadot-v0.9.11'
99version = '0.10.0-dev'99version = '0.10.0-dev'
100100
101[dependencies.sc-telemetry]101[dependencies.sc-telemetry]
102git = 'https://github.com/paritytech/substrate.git'102git = 'https://github.com/paritytech/substrate.git'
103branch = 'polkadot-v0.9.10'103branch = 'polkadot-v0.9.11'
104version = '4.0.0-dev'104version = '4.0.0-dev'
105105
106[dependencies.sc-transaction-pool]106[dependencies.sc-transaction-pool]
107git = 'https://github.com/paritytech/substrate.git'107git = 'https://github.com/paritytech/substrate.git'
108branch = 'polkadot-v0.9.10'108branch = 'polkadot-v0.9.11'
109version = '4.0.0-dev'109version = '4.0.0-dev'
110110
111[dependencies.sc-tracing]111[dependencies.sc-tracing]
112git = 'https://github.com/paritytech/substrate.git'112git = 'https://github.com/paritytech/substrate.git'
113branch = 'polkadot-v0.9.10'113branch = 'polkadot-v0.9.11'
114version = '4.0.0-dev'114version = '4.0.0-dev'
115115
116[dependencies.sp-block-builder]116[dependencies.sp-block-builder]
117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'
118branch = 'polkadot-v0.9.10'118branch = 'polkadot-v0.9.11'
119version = '4.0.0-dev'119version = '4.0.0-dev'
120120
121[dependencies.sp-api]121[dependencies.sp-api]
122git = 'https://github.com/paritytech/substrate.git'122git = 'https://github.com/paritytech/substrate.git'
123branch = 'polkadot-v0.9.10'123branch = 'polkadot-v0.9.11'
124version = '4.0.0-dev'124version = '4.0.0-dev'
125125
126[dependencies.sp-blockchain]126[dependencies.sp-blockchain]
127git = 'https://github.com/paritytech/substrate.git'127git = 'https://github.com/paritytech/substrate.git'
128branch = 'polkadot-v0.9.10'128branch = 'polkadot-v0.9.11'
129version = '4.0.0-dev'129version = '4.0.0-dev'
130130
131[dependencies.sp-consensus]131[dependencies.sp-consensus]
132git = 'https://github.com/paritytech/substrate.git'132git = 'https://github.com/paritytech/substrate.git'
133branch = 'polkadot-v0.9.10'133branch = 'polkadot-v0.9.11'
134version = '0.10.0-dev'134version = '0.10.0-dev'
135135
136[dependencies.sp-consensus-aura]136[dependencies.sp-consensus-aura]
137git = 'https://github.com/paritytech/substrate.git'137git = 'https://github.com/paritytech/substrate.git'
138branch = 'polkadot-v0.9.10'138branch = 'polkadot-v0.9.11'
139version = '0.10.0-dev'139version = '0.10.0-dev'
140140
141[dependencies.sp-core]141[dependencies.sp-core]
142git = 'https://github.com/paritytech/substrate.git'142git = 'https://github.com/paritytech/substrate.git'
143branch = 'polkadot-v0.9.10'143branch = 'polkadot-v0.9.11'
144version = '4.0.0-dev'144version = '4.0.0-dev'
145145
146[dependencies.sp-finality-grandpa]146[dependencies.sp-finality-grandpa]
147git = 'https://github.com/paritytech/substrate.git'147git = 'https://github.com/paritytech/substrate.git'
148branch = 'polkadot-v0.9.10'148branch = 'polkadot-v0.9.11'
149version = '4.0.0-dev'149version = '4.0.0-dev'
150150
151[dependencies.sp-inherents]151[dependencies.sp-inherents]
152git = 'https://github.com/paritytech/substrate.git'152git = 'https://github.com/paritytech/substrate.git'
153branch = 'polkadot-v0.9.10'153branch = 'polkadot-v0.9.11'
154version = '4.0.0-dev'154version = '4.0.0-dev'
155155
156[dependencies.sp-keystore]156[dependencies.sp-keystore]
157git = 'https://github.com/paritytech/substrate.git'157git = 'https://github.com/paritytech/substrate.git'
158branch = 'polkadot-v0.9.10'158branch = 'polkadot-v0.9.11'
159version = '0.10.0-dev'159version = '0.10.0-dev'
160160
161[dependencies.sp-offchain]161[dependencies.sp-offchain]
162git = 'https://github.com/paritytech/substrate.git'162git = 'https://github.com/paritytech/substrate.git'
163branch = 'polkadot-v0.9.10'163branch = 'polkadot-v0.9.11'
164version = '4.0.0-dev'164version = '4.0.0-dev'
165165
166[dependencies.sp-runtime]166[dependencies.sp-runtime]
167git = 'https://github.com/paritytech/substrate.git'167git = 'https://github.com/paritytech/substrate.git'
168branch = 'polkadot-v0.9.10'168branch = 'polkadot-v0.9.11'
169version = '4.0.0-dev'169version = '4.0.0-dev'
170170
171[dependencies.sp-session]171[dependencies.sp-session]
172git = 'https://github.com/paritytech/substrate.git'172git = 'https://github.com/paritytech/substrate.git'
173branch = 'polkadot-v0.9.10'173branch = 'polkadot-v0.9.11'
174version = '4.0.0-dev'174version = '4.0.0-dev'
175175
176[dependencies.sp-timestamp]176[dependencies.sp-timestamp]
177git = 'https://github.com/paritytech/substrate.git'177git = 'https://github.com/paritytech/substrate.git'
178branch = 'polkadot-v0.9.10'178branch = 'polkadot-v0.9.11'
179version = '4.0.0-dev'179version = '4.0.0-dev'
180180
181[dependencies.sp-transaction-pool]181[dependencies.sp-transaction-pool]
182git = 'https://github.com/paritytech/substrate.git'182git = 'https://github.com/paritytech/substrate.git'
183branch = 'polkadot-v0.9.10'183branch = 'polkadot-v0.9.11'
184version = '4.0.0-dev'184version = '4.0.0-dev'
185185
186[dependencies.sp-trie]186[dependencies.sp-trie]
187git = 'https://github.com/paritytech/substrate.git'187git = 'https://github.com/paritytech/substrate.git'
188branch = 'polkadot-v0.9.10'188branch = 'polkadot-v0.9.11'
189version = '4.0.0-dev'189version = '4.0.0-dev'
190190
191[dependencies.substrate-frame-rpc-system]191[dependencies.substrate-frame-rpc-system]
192git = 'https://github.com/paritytech/substrate.git'192git = 'https://github.com/paritytech/substrate.git'
193branch = 'polkadot-v0.9.10'193branch = 'polkadot-v0.9.11'
194version = '4.0.0-dev'194version = '4.0.0-dev'
195195
196[dependencies.sc-network]196[dependencies.sc-network]
197git = 'https://github.com/paritytech/substrate.git'197git = 'https://github.com/paritytech/substrate.git'
198branch = 'polkadot-v0.9.10'198branch = 'polkadot-v0.9.11'
199version = '0.10.0-dev'199version = '0.10.0-dev'
200200
201[dependencies.serde]201[dependencies.serde]
211211
212[dependencies.cumulus-client-consensus-aura]212[dependencies.cumulus-client-consensus-aura]
213git = 'https://github.com/paritytech/cumulus.git'213git = 'https://github.com/paritytech/cumulus.git'
214branch = 'polkadot-v0.9.10'214branch = 'polkadot-v0.9.11'
215215
216[dependencies.cumulus-client-consensus-common]216[dependencies.cumulus-client-consensus-common]
217git = 'https://github.com/paritytech/cumulus.git'217git = 'https://github.com/paritytech/cumulus.git'
218branch = 'polkadot-v0.9.10'218branch = 'polkadot-v0.9.11'
219219
220[dependencies.cumulus-client-collator]220[dependencies.cumulus-client-collator]
221git = 'https://github.com/paritytech/cumulus.git'221git = 'https://github.com/paritytech/cumulus.git'
222branch = 'polkadot-v0.9.10'222branch = 'polkadot-v0.9.11'
223223
224[dependencies.cumulus-client-cli]224[dependencies.cumulus-client-cli]
225git = 'https://github.com/paritytech/cumulus.git'225git = 'https://github.com/paritytech/cumulus.git'
226branch = 'polkadot-v0.9.10'226branch = 'polkadot-v0.9.11'
227227
228[dependencies.cumulus-client-network]228[dependencies.cumulus-client-network]
229git = 'https://github.com/paritytech/cumulus.git'229git = 'https://github.com/paritytech/cumulus.git'
230branch = 'polkadot-v0.9.10'230branch = 'polkadot-v0.9.11'
231231
232[dependencies.cumulus-primitives-core]232[dependencies.cumulus-primitives-core]
233git = 'https://github.com/paritytech/cumulus.git'233git = 'https://github.com/paritytech/cumulus.git'
234branch = 'polkadot-v0.9.10'234branch = 'polkadot-v0.9.11'
235235
236[dependencies.cumulus-primitives-parachain-inherent]236[dependencies.cumulus-primitives-parachain-inherent]
237git = 'https://github.com/paritytech/cumulus.git'237git = 'https://github.com/paritytech/cumulus.git'
238branch = 'polkadot-v0.9.10'238branch = 'polkadot-v0.9.11'
239239
240[dependencies.cumulus-client-service]240[dependencies.cumulus-client-service]
241git = 'https://github.com/paritytech/cumulus.git'241git = 'https://github.com/paritytech/cumulus.git'
242branch = 'polkadot-v0.9.10'242branch = 'polkadot-v0.9.11'
243243
244244
245################################################################################245################################################################################
246# Polkadot dependencies246# Polkadot dependencies
247[dependencies.polkadot-primitives]247[dependencies.polkadot-primitives]
248git = "https://github.com/paritytech/polkadot"248git = "https://github.com/paritytech/polkadot"
249branch = 'release-v0.9.10'249branch = 'release-v0.9.11'
250250
251[dependencies.polkadot-service]251[dependencies.polkadot-service]
252git = "https://github.com/paritytech/polkadot"252git = "https://github.com/paritytech/polkadot"
253branch = 'release-v0.9.10'253branch = 'release-v0.9.11'
254254
255[dependencies.polkadot-cli]255[dependencies.polkadot-cli]
256git = "https://github.com/paritytech/polkadot"256git = "https://github.com/paritytech/polkadot"
257branch = 'release-v0.9.10'257branch = 'release-v0.9.11'
258258
259[dependencies.polkadot-test-service]259[dependencies.polkadot-test-service]
260git = "https://github.com/paritytech/polkadot"260git = "https://github.com/paritytech/polkadot"
261branch = 'release-v0.9.10'261branch = 'release-v0.9.11'
262262
263[dependencies.polkadot-parachain]263[dependencies.polkadot-parachain]
264git = "https://github.com/paritytech/polkadot"264git = "https://github.com/paritytech/polkadot"
265branch = 'release-v0.9.10'265branch = 'release-v0.9.11'
266266
267267
268################################################################################268################################################################################
302flexi_logger = "0.15.7"302flexi_logger = "0.15.7"
303parking_lot = '0.11.2'303parking_lot = '0.11.2'
304structopt = '0.3.23'304structopt = '0.3.23'
305jsonrpc-core = '15.1.0'305jsonrpc-core = '18.0.0'
306jsonrpc-pubsub = "15.1.0"306jsonrpc-pubsub = "18.0.0"
307307
308fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }308fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
309fc-consensus = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }309fc-consensus = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
310fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }310fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
311fc-rpc = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }311fc-rpc = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
312fc-db = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }312fc-db = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
313fp-rpc = { version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }313fp-rpc = { version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
314pallet-ethereum = { version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }314pallet-ethereum = { version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
315315
316nft-rpc = { path = "../rpc" }316nft-rpc = { path = "../rpc" }
317317
modifiednode/cli/src/command.rsdiffbeforeafterboth
28use polkadot_parachain::primitives::AccountIdConversion;28use polkadot_parachain::primitives::AccountIdConversion;
29use sc_cli::{29use sc_cli::{
30 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,30 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,
31 NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli,31 NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli, build_runtime,
32};32};
33use sc_service::{33use sc_service::{
34 config::{BasePath, PrometheusConfig},34 config::{BasePath, PrometheusConfig},
160/// Parse command line arguments into service configuration.160/// Parse command line arguments into service configuration.
161pub fn run() -> Result<()> {161pub fn run() -> Result<()> {
162 let cli = Cli::from_args();162 let cli = Cli::from_args();
163 let tokio_runtime = build_runtime()?;
163164
164 match &cli.subcommand {165 match &cli.subcommand {
165 Some(Subcommand::BuildSpec(cmd)) => {166 Some(Subcommand::BuildSpec(cmd)) => {
200 let polkadot_config = SubstrateCli::create_configuration(201 let polkadot_config = SubstrateCli::create_configuration(
201 &polkadot_cli,202 &polkadot_cli,
202 &polkadot_cli,203 &polkadot_cli,
203 config.task_executor.clone(),204 tokio_runtime.handle().clone(),
204 )205 )
205 .map_err(|err| format!("Relay chain argument error: {}", err))?;206 .map_err(|err| format!("Relay chain argument error: {}", err))?;
206207
289 generate_genesis_block(&config.chain_spec).map_err(|e| format!("{:?}", e))?;290 generate_genesis_block(&config.chain_spec).map_err(|e| format!("{:?}", e))?;
290 let genesis_state = format!("0x{:?}", HexDisplay::from(&block.header().encode()));291 let genesis_state = format!("0x{:?}", HexDisplay::from(&block.header().encode()));
291292
292 let task_executor = config.task_executor.clone();
293 let polkadot_config =293 let polkadot_config = SubstrateCli::create_configuration(
294 SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, task_executor)294 &polkadot_cli,
295 &polkadot_cli,
296 tokio_runtime.handle().clone(),
297 )
295 .map_err(|err| format!("Relay chain argument error: {}", err))?;298 .map_err(|err| format!("Relay chain argument error: {}", err))?;
296299
411 self.base.base.rpc_cors(is_dev)414 self.base.base.rpc_cors(is_dev)
412 }415 }
413
414 fn telemetry_external_transport(&self) -> Result<Option<sc_service::config::ExtTransport>> {
415 self.base.base.telemetry_external_transport()
416 }
417416
418 fn default_heap_pages(&self) -> Result<Option<u64>> {417 fn default_heap_pages(&self) -> Result<Option<u64>> {
419 self.base.base.default_heap_pages()418 self.base.base.default_heap_pages()
modifiednode/cli/src/service.rsdiffbeforeafterboth
2727
28// Substrate Imports28// Substrate Imports
29use sc_client_api::ExecutorProvider;29use sc_client_api::ExecutorProvider;
30pub use sc_executor::NativeExecutor;30use sc_executor::NativeElseWasmExecutor;
31use sc_executor::native_executor_instance;31use sc_executor::NativeExecutionDispatch;
32use sc_network::NetworkService;32use sc_network::NetworkService;
33use sc_service::{BasePath, Configuration, PartialComponents, Role, TaskManager};33use sc_service::{BasePath, Configuration, PartialComponents, Role, TaskManager};
34use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerHandle};34use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerHandle};
49pub type Block = sp_runtime::generic::Block<Header, sp_runtime::OpaqueExtrinsic>;49pub type Block = sp_runtime::generic::Block<Header, sp_runtime::OpaqueExtrinsic>;
50type Hash = sp_core::H256;50type Hash = sp_core::H256;
5151
52// Native executor instance.52/// Native executor instance.
53native_executor_instance!(53pub struct ParachainRuntimeExecutor;
54
54 pub ParachainRuntimeExecutor,55impl NativeExecutionDispatch for ParachainRuntimeExecutor {
56 type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions;
57
58 fn dispatch(method: &str, data: &[u8]) -> Option<Vec<u8>> {
55 nft_runtime::api::dispatch,59 nft_runtime::api::dispatch(method, data)
60 }
61
56 nft_runtime::native_version,62 fn native_version() -> sc_executor::NativeVersion {
57 frame_benchmarking::benchmarking::HostFunctions,63 nft_runtime::native_version()
58);64 }
65}
5966
60pub fn open_frontier_backend(config: &Configuration) -> Result<Arc<fc_db::Backend<Block>>, String> {67pub fn open_frontier_backend(config: &Configuration) -> Result<Arc<fc_db::Backend<Block>>, String> {
61 let config_dir = config68 let config_dir = config
77 )?))84 )?))
78}85}
7986
80type Executor = ParachainRuntimeExecutor;87type ExecutorDispatch = ParachainRuntimeExecutor;
8188
82type FullClient = sc_service::TFullClient<Block, RuntimeApi, Executor>;89type FullClient =
90 sc_service::TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<ExecutorDispatch>>;
83type FullBackend = sc_service::TFullBackend<Block>;91type FullBackend = sc_service::TFullBackend<Block>;
84type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;92type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;
8593
110>118>
111where119where
112 sc_client_api::StateBackendFor<FullBackend, Block>: sp_api::StateBackend<BlakeTwo256>,120 sc_client_api::StateBackendFor<FullBackend, Block>: sp_api::StateBackend<BlakeTwo256>,
113 Executor: sc_executor::NativeExecutionDispatch + 'static,121 ExecutorDispatch: NativeExecutionDispatch + 'static,
114 BIQ: FnOnce(122 BIQ: FnOnce(
115 Arc<FullClient>,123 Arc<FullClient>,
116 &Configuration,124 &Configuration,
140 })148 })
141 .transpose()?;149 .transpose()?;
150
151 let executor = NativeElseWasmExecutor::<ExecutorDispatch>::new(
152 config.wasm_method,
153 config.default_heap_pages,
154 config.max_runtime_instances,
155 );
142156
143 let (client, backend, keystore_container, task_manager) =157 let (client, backend, keystore_container, task_manager) =
144 sc_service::new_full_parts::<Block, RuntimeApi, Executor>(158 sc_service::new_full_parts::<Block, RuntimeApi, _>(
145 config,159 config,
146 telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()),160 telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()),
161 executor,
147 )?;162 )?;
148 let client = Arc::new(client);163 let client = Arc::new(client);
149164
210) -> sc_service::error::Result<(TaskManager, Arc<FullClient>)>225) -> sc_service::error::Result<(TaskManager, Arc<FullClient>)>
211where226where
212 sc_client_api::StateBackendFor<FullBackend, Block>: sp_api::StateBackend<BlakeTwo256>,227 sc_client_api::StateBackendFor<FullBackend, Block>: sp_api::StateBackend<BlakeTwo256>,
213 Executor: sc_executor::NativeExecutionDispatch + 'static,228 ExecutorDispatch: NativeExecutionDispatch + 'static,
214 BIQ: FnOnce(229 BIQ: FnOnce(
215 Arc<FullClient>,230 Arc<FullClient>,
216 &Configuration,231 &Configuration,
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
1111
12[dependencies]12[dependencies]
13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }
14jsonrpc-core = "15.1.0"14jsonrpc-core = "18.0.0"
15jsonrpc-pubsub = "15.1.0"15jsonrpc-pubsub = "18.0.0"
16# pallet-contracts-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }16# pallet-contracts-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
17pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }17pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
18pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }18pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
19sc-client-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }19sc-client-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
20sc-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }20sc-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
21sc-consensus-epochs = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }21sc-consensus-epochs = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
22sc-finality-grandpa = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }22sc-finality-grandpa = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
23sc-finality-grandpa-rpc = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }23sc-finality-grandpa-rpc = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
24sc-keystore = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }24sc-keystore = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
25sc-network = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }25sc-network = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
26sc-rpc-api = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }26sc-rpc-api = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
27sc-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }27sc-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
28sc-service = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }28sc-service = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
29sp-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }29sp-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
30sp-block-builder = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }30sp-block-builder = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
31sp-blockchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }31sp-blockchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
32sp-consensus = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }32sp-consensus = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
33sp-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }33sp-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
34sp-core = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }34sp-core = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
35sp-offchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }35sp-offchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
36sp-runtime = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }36sp-runtime = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
37sp-storage = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }37sp-storage = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
38sp-session = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }38sp-session = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
39sp-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }39sp-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
40sc-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }40sc-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
41substrate-frame-rpc-system = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }41substrate-frame-rpc-system = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
42tokio = { version = "0.2.25", features = ["macros", "sync"] }42tokio = { version = "0.2.25", features = ["macros", "sync"] }
4343
44pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }44pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
45fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }45fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
46fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }46fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
5050
51pallet-nft = { path = "../../pallets/nft" }51pallet-nft = { path = "../../pallets/nft" }
52nft-runtime = { path = "../../runtime" }52nft-runtime = { path = "../../runtime" }
modifiedpallets/contract-helpers/Cargo.tomldiffbeforeafterboth
15version = '0.1.0'15version = '0.1.0'
1616
17[dependencies]17[dependencies]
18scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
18frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }19frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
19frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }20frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
20pallet-contracts = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }21pallet-contracts = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
21sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }22sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
22sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }23sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
2324
24[features]25[features]
25default = ["std"]26default = ["std"]
modifiedpallets/contract-helpers/src/lib.rsdiffbeforeafterboth
165 }165 }
166 }166 }
167167
168 #[derive(Encode, Decode, Clone, PartialEq, Eq)]168 #[derive(Encode, Decode, Clone, PartialEq, Eq, scale_info::TypeInfo)]
169 pub struct ContractHelpersExtension<T>(PhantomData<T>);169 pub struct ContractHelpersExtension<T: scale_info::TypeInfo>(PhantomData<T>);
170 impl<T> core::fmt::Debug for ContractHelpersExtension<T> {170 impl<T: scale_info::TypeInfo> core::fmt::Debug for ContractHelpersExtension<T> {
171 fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> Result<(), core::fmt::Error> {171 fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> Result<(), core::fmt::Error> {
172 fmt.debug_struct("ContractHelpersExtension").finish()172 fmt.debug_struct("ContractHelpersExtension").finish()
173 }173 }
174 }174 }
175175
176 type CodeHash<T> = <T as frame_system::Config>::Hash;176 type CodeHash<T> = <T as frame_system::Config>::Hash;
177 impl<T> SignedExtension for ContractHelpersExtension<T>177 impl<T: scale_info::TypeInfo> SignedExtension for ContractHelpersExtension<T>
178 where178 where
179 T: Config + Send + Sync,179 T: Config + Send + Sync,
180 <T as SysConfig>::Call: sp_runtime::traits::Dispatchable,180 <T as SysConfig>::Call: sp_runtime::traits::Dispatchable,
199 _info: &DispatchInfoOf<Self::Call>,199 _info: &DispatchInfoOf<Self::Call>,
200 _len: usize,200 _len: usize,
201 ) -> transaction_validity::TransactionValidity {201 ) -> transaction_validity::TransactionValidity {
202 if let Some(pallet_contracts::Call::call(dest, _value, _gas_limit, _data)) =202 if let Some(pallet_contracts::Call::call {
203 dest,
204 value: _value,
205 gas_limit: _gas_limit,
206 data: _data,
203 IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call)207 }) = IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call)
204 {208 {
205 let called_contract: T::AccountId =209 let called_contract: T::AccountId =
206 T::Lookup::lookup((*dest).clone()).unwrap_or_default();210 T::Lookup::lookup((*dest).clone()).unwrap_or_default();
219 _len: usize,223 _len: usize,
220 ) -> Result<Self::Pre, TransactionValidityError> {224 ) -> Result<Self::Pre, TransactionValidityError> {
221 match IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call) {225 match IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call) {
222 Some(pallet_contracts::Call::instantiate(_, _, code_hash, _, salt)) => {226 Some(pallet_contracts::Call::instantiate {
227 code_hash, salt, ..
223 Ok(Some((who.clone(), *code_hash, salt.clone())))228 }) => Ok(Some((who.clone(), *code_hash, salt.clone()))),
224 }
225 Some(pallet_contracts::Call::instantiate_with_code(_, _, code, _, salt)) => {229 Some(pallet_contracts::Call::instantiate_with_code { code, salt, .. }) => {
226 let code_hash = &T::Hashing::hash(code);230 let code_hash = &T::Hashing::hash(code);
227 Ok(Some((who.clone(), *code_hash, salt.clone())))231 Ok(Some((who.clone(), *code_hash, salt.clone())))
228 }232 }
256 T::AccountId: AsRef<[u8]>,260 T::AccountId: AsRef<[u8]>,
257 {261 {
258 fn get_sponsor(who: &T::AccountId, call: &C) -> Option<T::AccountId> {262 fn get_sponsor(who: &T::AccountId, call: &C) -> Option<T::AccountId> {
259 if let Some(pallet_contracts::Call::call(dest, _value, _gas_limit, _data)) =263 if let Some(pallet_contracts::Call::call { dest, .. }) =
260 IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call)264 IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call)
261 {265 {
262 let called_contract: T::AccountId =266 let called_contract: T::AccountId =
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
4edition = "2018"4edition = "2018"
55
6[dependencies]6[dependencies]
7scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
7sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }8sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
8sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }9sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
9ethereum = { default-features = false, version = "0.9.0" }10ethereum = { version = "0.9", git = "https://github.com/purestake/ethereum", branch = "joshy-scale-info", default-features = false }
10evm-coder = { default-features = false, path = "../../crates/evm-coder" }11evm-coder = { default-features = false, path = "../../crates/evm-coder" }
11pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }12pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
12pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }13pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
13frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }14frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
14frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }15frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
1516
16[dependencies.codec]17[dependencies.codec]
17default-features = false18default-features = false
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
4edition = "2018"4edition = "2018"
55
6[dependencies]6[dependencies]
7scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }8frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }9frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
9sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }10sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
10sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }11sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
11sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }12sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
12evm-coder = { default-features = false, path = '../../crates/evm-coder' }13evm-coder = { default-features = false, path = '../../crates/evm-coder' }
13pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }14pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }15pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
15up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }16up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }
16log = "0.4.14"17log = "0.4.14"
1718
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
4edition = "2018"4edition = "2018"
55
6[dependencies]6[dependencies]
7scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }8frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }9frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
9frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }10frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
10sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }11sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
11sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }12sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
12sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }13sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
13sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }14sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }15pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
15fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }16fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
1617
17[dependencies.codec]18[dependencies.codec]
18default-features = false19default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
4edition = "2018"4edition = "2018"
55
6[dependencies]6[dependencies]
7scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }8frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }9frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
9sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }10sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
10sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }11sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
11sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }12sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
12sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }13sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
13pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
14fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }15fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
15pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }16pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
16up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }17up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }
1718
18[dependencies.codec]19[dependencies.codec]
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
43default-features = false43default-features = false
44optional = true44optional = true
45git = 'https://github.com/paritytech/substrate.git'45git = 'https://github.com/paritytech/substrate.git'
46branch = 'polkadot-v0.9.10'46branch = 'polkadot-v0.9.11'
47version = '4.0.0-dev'47version = '4.0.0-dev'
4848
49[dependencies.frame-support]49[dependencies.frame-support]
50default-features = false50default-features = false
51git = 'https://github.com/paritytech/substrate.git'51git = 'https://github.com/paritytech/substrate.git'
52branch = 'polkadot-v0.9.10'52branch = 'polkadot-v0.9.11'
53version = '4.0.0-dev'53version = '4.0.0-dev'
5454
55[dependencies.frame-system]55[dependencies.frame-system]
56default-features = false56default-features = false
57git = 'https://github.com/paritytech/substrate.git'57git = 'https://github.com/paritytech/substrate.git'
58branch = 'polkadot-v0.9.10'58branch = 'polkadot-v0.9.11'
59version = '4.0.0-dev'59version = '4.0.0-dev'
6060
61[dependencies.pallet-balances]61[dependencies.pallet-balances]
62default-features = false62default-features = false
63git = 'https://github.com/paritytech/substrate.git'63git = 'https://github.com/paritytech/substrate.git'
64branch = 'polkadot-v0.9.10'64branch = 'polkadot-v0.9.11'
65version = '4.0.0-dev'65version = '4.0.0-dev'
6666
67[dependencies.pallet-timestamp]67[dependencies.pallet-timestamp]
68default-features = false68default-features = false
69git = 'https://github.com/paritytech/substrate.git'69git = 'https://github.com/paritytech/substrate.git'
70branch = 'polkadot-v0.9.10'70branch = 'polkadot-v0.9.11'
71version = '4.0.0-dev'71version = '4.0.0-dev'
7272
73[dependencies.pallet-randomness-collective-flip]73[dependencies.pallet-randomness-collective-flip]
74default-features = false74default-features = false
75git = 'https://github.com/paritytech/substrate.git'75git = 'https://github.com/paritytech/substrate.git'
76branch = 'polkadot-v0.9.10'76branch = 'polkadot-v0.9.11'
77version = '4.0.0-dev'77version = '4.0.0-dev'
7878
79[dependencies.sp-std]79[dependencies.sp-std]
80default-features = false80default-features = false
81git = 'https://github.com/paritytech/substrate.git'81git = 'https://github.com/paritytech/substrate.git'
82branch = 'polkadot-v0.9.10'82branch = 'polkadot-v0.9.11'
83version = '4.0.0-dev'83version = '4.0.0-dev'
8484
85[dependencies.serde]85[dependencies.serde]
90[dependencies.sp-runtime]90[dependencies.sp-runtime]
91default-features = false91default-features = false
92git = 'https://github.com/paritytech/substrate.git'92git = 'https://github.com/paritytech/substrate.git'
93branch = 'polkadot-v0.9.10'93branch = 'polkadot-v0.9.11'
94version = '4.0.0-dev'94version = '4.0.0-dev'
9595
96[dependencies.sp-core]96[dependencies.sp-core]
97default-features = false97default-features = false
98git = 'https://github.com/paritytech/substrate.git'98git = 'https://github.com/paritytech/substrate.git'
99branch = 'polkadot-v0.9.10'99branch = 'polkadot-v0.9.11'
100version = '4.0.0-dev'100version = '4.0.0-dev'
101101
102[dependencies.sp-io]102[dependencies.sp-io]
103default-features = false103default-features = false
104git = 'https://github.com/paritytech/substrate.git'104git = 'https://github.com/paritytech/substrate.git'
105branch = 'polkadot-v0.9.10'105branch = 'polkadot-v0.9.11'
106version = '4.0.0-dev'106version = '4.0.0-dev'
107
108[dependencies]
109scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
107110
modifiedpallets/nft-charge-transaction/Cargo.tomldiffbeforeafterboth
19version = '2.3.0'19version = '2.3.0'
2020
21[dependencies]21[dependencies]
22scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
22serde = { version = "1.0.130", default-features = false }23serde = { version = "1.0.130", default-features = false }
23frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }24frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
24frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }25frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
25pallet-balances = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }26pallet-balances = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
26pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }27pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
27sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }28sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
28frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }29frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
29sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }30sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
30sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }31sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
31sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }32sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
3233
33pallet-nft-transaction-payment = { default-features = false, path = "../nft-transaction-payment" }34pallet-nft-transaction-payment = { default-features = false, path = "../nft-transaction-payment" }
3435
modifiedpallets/nft-charge-transaction/src/lib.rsdiffbeforeafterboth
8#[cfg(feature = "std")]8#[cfg(feature = "std")]
9pub use std::*;9pub use std::*;
1010
11use scale_info::TypeInfo;
11#[cfg(feature = "std")]12#[cfg(feature = "std")]
12pub use serde::*;13pub use serde::*;
1314
30use pallet_transaction_payment::OnChargeTransaction;31use pallet_transaction_payment::OnChargeTransaction;
31use sp_std::prelude::*;32use sp_std::prelude::*;
3233
33pub trait Config: frame_system::Config + pallet_nft_transaction_payment::Config {}34pub trait Config: frame_system::Config + pallet_nft_transaction_payment::Config + TypeInfo {}
3435
35decl_storage! {36decl_storage! {
36 trait Store for Module<T: Config> as NftTransactionPayment37 trait Store for Module<T: Config> as NftTransactionPayment
4950
50/// Require the transactor pay for themselves and maybe include a tip to gain additional priority51/// Require the transactor pay for themselves and maybe include a tip to gain additional priority
51/// in the queue.52/// in the queue.
52#[derive(Encode, Decode, Clone, Eq, PartialEq)]53#[derive(Encode, Decode, Clone, Eq, PartialEq, scale_info::TypeInfo)]
53pub struct ChargeTransactionPayment<T: Config>(#[codec(compact)] BalanceOf<T>);54pub struct ChargeTransactionPayment<T: Config>(#[codec(compact)] BalanceOf<T>);
5455
55impl<T: Config + Send + Sync> sp_std::fmt::Debug for ChargeTransactionPayment<T> {56impl<T: Config + Send + Sync> sp_std::fmt::Debug for ChargeTransactionPayment<T> {
modifiedpallets/nft-transaction-payment/Cargo.tomldiffbeforeafterboth
19version = '2.3.0'19version = '2.3.0'
2020
21[dependencies]21[dependencies]
22scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
22serde = { version = "1.0.130", default-features = false }23serde = { version = "1.0.130", default-features = false }
23frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }24frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
24frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }25frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
25pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }26pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
26sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }27sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
27frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }28frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
28sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }29sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
29sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }30sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
30sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }31sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
3132
32up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }33up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }
3334
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
56default-features = false56default-features = false
57optional = true57optional = true
58git = 'https://github.com/paritytech/substrate.git'58git = 'https://github.com/paritytech/substrate.git'
59branch = 'polkadot-v0.9.10'59branch = 'polkadot-v0.9.11'
60version = '4.0.0-dev'60version = '4.0.0-dev'
6161
62[dependencies.frame-support]62[dependencies.frame-support]
63default-features = false63default-features = false
64git = 'https://github.com/paritytech/substrate.git'64git = 'https://github.com/paritytech/substrate.git'
65branch = 'polkadot-v0.9.10'65branch = 'polkadot-v0.9.11'
66version = '4.0.0-dev'66version = '4.0.0-dev'
6767
68[dependencies.frame-system]68[dependencies.frame-system]
69default-features = false69default-features = false
70git = 'https://github.com/paritytech/substrate.git'70git = 'https://github.com/paritytech/substrate.git'
71branch = 'polkadot-v0.9.10'71branch = 'polkadot-v0.9.11'
72version = '4.0.0-dev'72version = '4.0.0-dev'
7373
74[dependencies.pallet-balances]74[dependencies.pallet-balances]
75default-features = false75default-features = false
76git = 'https://github.com/paritytech/substrate.git'76git = 'https://github.com/paritytech/substrate.git'
77branch = 'polkadot-v0.9.10'77branch = 'polkadot-v0.9.11'
78version = '4.0.0-dev'78version = '4.0.0-dev'
7979
80[dependencies.pallet-timestamp]80[dependencies.pallet-timestamp]
81default-features = false81default-features = false
82git = 'https://github.com/paritytech/substrate.git'82git = 'https://github.com/paritytech/substrate.git'
83branch = 'polkadot-v0.9.10'83branch = 'polkadot-v0.9.11'
84version = '4.0.0-dev'84version = '4.0.0-dev'
8585
86[dependencies.pallet-randomness-collective-flip]86[dependencies.pallet-randomness-collective-flip]
87default-features = false87default-features = false
88git = 'https://github.com/paritytech/substrate.git'88git = 'https://github.com/paritytech/substrate.git'
89branch = 'polkadot-v0.9.10'89branch = 'polkadot-v0.9.11'
90version = '4.0.0-dev'90version = '4.0.0-dev'
9191
92[dependencies.sp-std]92[dependencies.sp-std]
93default-features = false93default-features = false
94git = 'https://github.com/paritytech/substrate.git'94git = 'https://github.com/paritytech/substrate.git'
95branch = 'polkadot-v0.9.10'95branch = 'polkadot-v0.9.11'
96version = '4.0.0-dev'96version = '4.0.0-dev'
9797
98[dependencies.pallet-transaction-payment]98[dependencies.pallet-transaction-payment]
99default-features = false99default-features = false
100git = 'https://github.com/paritytech/substrate.git'100git = 'https://github.com/paritytech/substrate.git'
101branch = 'polkadot-v0.9.10'101branch = 'polkadot-v0.9.11'
102version = '4.0.0-dev'102version = '4.0.0-dev'
103103
104[dependencies.serde]104[dependencies.serde]
109[dependencies.sp-runtime]109[dependencies.sp-runtime]
110default-features = false110default-features = false
111git = 'https://github.com/paritytech/substrate.git'111git = 'https://github.com/paritytech/substrate.git'
112branch = 'polkadot-v0.9.10'112branch = 'polkadot-v0.9.11'
113version = '4.0.0-dev'113version = '4.0.0-dev'
114114
115[dependencies.sp-core]115[dependencies.sp-core]
116default-features = false116default-features = false
117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'
118branch = 'polkadot-v0.9.10'118branch = 'polkadot-v0.9.11'
119version = '4.0.0-dev'119version = '4.0.0-dev'
120120
121[dependencies.sp-io]121[dependencies.sp-io]
122default-features = false122default-features = false
123git = 'https://github.com/paritytech/substrate.git'123git = 'https://github.com/paritytech/substrate.git'
124branch = 'polkadot-v0.9.10'124branch = 'polkadot-v0.9.11'
125version = '4.0.0-dev'125version = '4.0.0-dev'
126126
127127
140140
141141
142[dependencies]142[dependencies]
143ethereum = { default-features = false, version = "0.9.0" }143scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
144ethereum = { version = "0.9", git = "https://github.com/purestake/ethereum", branch = "joshy-scale-info", default-features = false }
144rlp = { default-features = false, version = "0.5.0" }145rlp = { default-features = false, version = "0.5.0" }
145sp-api = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }146sp-api = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.11" }
146147
147evm-coder = { default-features = false, path = "../../crates/evm-coder" }148evm-coder = { default-features = false, path = "../../crates/evm-coder" }
148pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }149pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
149primitive-types = { version = "0.10.1", default-features = false, features = [150primitive-types = { version = "0.10.1", default-features = false, features = [
150 "serde_no_std",151 "serde_no_std",
151] }152] }
152153
153pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }154pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
154pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }155pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
155fp-evm = { default-features = false, version = '3.0.0-dev', git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }156fp-evm = { default-features = false, version = '3.0.0-dev', git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
156hex-literal = "0.3.3"157hex-literal = "0.3.3"
157158
modifiedpallets/nft/src/eth/account.rsdiffbeforeafterboth
1use crate::Config;1use crate::Config;
2use codec::{Encode, EncodeLike, Decode};2use codec::{Encode, EncodeLike, Decode};
3use scale_info::build::{FieldsBuilder, UnnamedFields, Variants};
4use scale_info::{Path, Type, TypeInfo};
3use sp_core::crypto::AccountId32;5use sp_core::crypto::AccountId32;
4use primitive_types::H160;6use primitive_types::H160;
5use core::cmp::Ordering;7use core::cmp::Ordering;
9use sp_std::clone::Clone;11use sp_std::clone::Clone;
1012
11pub trait CrossAccountId<AccountId>:13pub trait CrossAccountId<AccountId>:
12 Encode + EncodeLike + Decode + Clone + PartialEq + Ord + core::fmt::Debug14 Encode + EncodeLike + Decode + TypeInfo + Clone + PartialEq + Ord + core::fmt::Debug
13// +15// +
14// Serialize + Deserialize<'static>16// Serialize + Deserialize<'static>
15{17{
28 ethereum: H160,30 ethereum: H160,
29}31}
32
33impl<T: Config> TypeInfo for BasicCrossAccountId<T> {
34 type Identity = Self;
35
36 fn type_info() -> Type {
37 Type::builder()
38 .path(Path::new("BasicCrossAccountId", "pallet_nft::eth::account"))
39 // At runtime side this type has no type parameters, as AccountId is inlined?
40 // .type_params([TypeParameter::new(
41 // "AccountId",
42 // Some(scale_info::meta_type::<T::AccountId>()),
43 // )])
44 .variant(
45 Variants::new()
46 .variant("Substrate", |t| {
47 t.fields(
48 <FieldsBuilder<UnnamedFields>>::default()
49 .field(|f| f.ty::<T::AccountId>()),
50 )
51 .index(0)
52 })
53 .variant("Ethereum", |t| {
54 t.fields(
55 <FieldsBuilder<UnnamedFields>>::default().field(|f| f.ty::<H160>()),
56 )
57 .index(1)
58 }),
59 )
60 }
61}
3062
31impl<T: Config> core::fmt::Debug for BasicCrossAccountId<T> {63impl<T: Config> core::fmt::Debug for BasicCrossAccountId<T> {
32 fn fmt(&self, fmt: &mut core::fmt::Formatter) -> core::fmt::Result {64 fn fmt(&self, fmt: &mut core::fmt::Formatter) -> core::fmt::Result {
modifiedpallets/nft/src/lib.rsdiffbeforeafterboth
30 },30 },
31 StorageValue, transactional,31 StorageValue, transactional,
32};32};
3333use scale_info::TypeInfo;
34use frame_system::{self as system, ensure_signed};34use frame_system::{self as system, ensure_signed};
35use sp_core::H160;35use sp_core::H160;
36use sp_std::vec;36use sp_std::vec;
212 }212 }
213}213}
214214
215pub trait Config: system::Config + pallet_evm_coder_substrate::Config + Sized {215pub trait Config: system::Config + pallet_evm_coder_substrate::Config + Sized + TypeInfo {
216 type Event: From<Event<Self>> + Into<<Self as system::Config>::Event>;216 type Event: From<Event<Self>> + Into<<Self as system::Config>::Event>;
217217
218 /// Weight information for extrinsics in this pallet.218 /// Weight information for extrinsics in this pallet.
modifiedpallets/nft/src/sponsorship.rsdiffbeforeafterboth
196{196{
197 fn get_sponsor(who: &T::AccountId, call: &C) -> Option<T::AccountId> {197 fn get_sponsor(who: &T::AccountId, call: &C) -> Option<T::AccountId> {
198 match IsSubType::<Call<T>>::is_sub_type(call)? {198 match IsSubType::<Call<T>>::is_sub_type(call)? {
199 Call::create_item(collection_id, _owner, properties) => {199 Call::create_item {
200 collection_id,
201 data,
202 ..
200 Self::withdraw_create_item(who, collection_id, properties)203 } => Self::withdraw_create_item(who, collection_id, data),
201 }
202 Call::transfer(_new_owner, collection_id, item_id, _value) => {204 Call::transfer {
205 collection_id,
206 item_id,
207 ..
203 Self::withdraw_transfer(who, collection_id, item_id)208 } => Self::withdraw_transfer(who, collection_id, item_id),
204 }
205 Call::set_variable_meta_data(collection_id, item_id, data) => {209 Call::set_variable_meta_data {
210 collection_id,
211 item_id,
212 data,
206 Self::withdraw_set_variable_meta_data(collection_id, item_id, data)213 } => Self::withdraw_set_variable_meta_data(collection_id, item_id, data),
207 }
208 _ => None,214 _ => None,
209 }215 }
210 }216 }
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
12[dependencies]12[dependencies]
13serde = { version = "1.0.130", default-features = false }13serde = { version = "1.0.130", default-features = false }
14codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false }14codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false }
15scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
15frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }16frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
16frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }17frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
17sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }18sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
18sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }19sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
19sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }20sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
20frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }21frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
2122
22up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }23up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }
23log = { version = "0.4.14", default-features = false }24log = { version = "0.4.14", default-features = false }
2425
25[dev-dependencies]26[dev-dependencies]
26sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }27sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
27substrate-test-utils = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }28substrate-test-utils = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
2829
29[features]30[features]
30default = ["std"]31default = ["std"]
modifiedpallets/scheduler/src/lib.rsdiffbeforeafterboth
74use frame_system::{self as system, ensure_signed};74use frame_system::{self as system, ensure_signed};
75pub use weights::WeightInfo;75pub use weights::WeightInfo;
76use up_sponsorship::SponsorshipHandler;76use up_sponsorship::SponsorshipHandler;
77use scale_info::TypeInfo;
7778
78/// Our pallet's configuration trait. All our types and constants go in here. If the79/// Our pallet's configuration trait. All our types and constants go in here. If the
79/// pallet is dependent on specific other pallets, then their configuration traits80/// pallet is dependent on specific other pallets, then their configuration traits
91 + IsType<<Self as system::Config>::Origin>;92 + IsType<<Self as system::Config>::Origin>;
9293
93 /// The caller origin, overarching type of all pallets origins.94 /// The caller origin, overarching type of all pallets origins.
94 type PalletsOrigin: From<system::RawOrigin<Self::AccountId>> + Codec + Clone + Eq;95 type PalletsOrigin: From<system::RawOrigin<Self::AccountId>> + Codec + TypeInfo + Clone + Eq;
9596
96 /// The aggregated call type.97 /// The aggregated call type.
97 type Call: Parameter98 type Call: Parameter
135136
136/// Information regarding an item to be executed in the future.137/// Information regarding an item to be executed in the future.
137#[cfg_attr(any(feature = "std", test), derive(PartialEq, Eq))]138#[cfg_attr(any(feature = "std", test), derive(PartialEq, Eq))]
138#[derive(Clone, RuntimeDebug, Encode, Decode)]139#[derive(Clone, RuntimeDebug, Encode, Decode, TypeInfo)]
139pub struct ScheduledV2<Call, BlockNumber, PalletsOrigin, AccountId> {140pub struct ScheduledV2<Call, BlockNumber, PalletsOrigin, AccountId> {
140 /// The unique identity for this task, if there is one.141 /// The unique identity for this task, if there is one.
141 maybe_id: Option<Vec<u8>>,142 maybe_id: Option<Vec<u8>>,
157// A value placed in storage that represents the current version of the Scheduler storage.158// A value placed in storage that represents the current version of the Scheduler storage.
158// This value is used by the `on_runtime_upgrade` logic to determine whether we run159// This value is used by the `on_runtime_upgrade` logic to determine whether we run
159// storage migration logic.160// storage migration logic.
160#[derive(Encode, Decode, Clone, Copy, PartialEq, Eq, RuntimeDebug)]161#[derive(Encode, Decode, Clone, Copy, PartialEq, Eq, RuntimeDebug, TypeInfo)]
161enum Releases {162enum Releases {
162 V1,163 V1,
163 V2,164 V2,
169 }170 }
170}171}
171172
172#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug)]173#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo)]
173pub struct CallSpec {174pub struct CallSpec {
174 module: u32,175 module: u32,
175 method: u32,176 method: u32,
modifiedprimitives/nft/Cargo.tomldiffbeforeafterboth
9version = '0.9.0'9version = '0.9.0'
1010
11[dependencies]11[dependencies]
12scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
12codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = [13codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = [
13 'derive',14 'derive',
14] }15] }
15serde = { version = "1.0.130", features = [16serde = { version = "1.0.130", features = [
16 'derive',17 'derive',
17], default-features = false, optional = true }18], default-features = false, optional = true }
18frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }19frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
19frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }20frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
20sp-core = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }21sp-core = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
21sp-std = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }22sp-std = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
22sp-runtime = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }23sp-runtime = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.11' }
23derivative = "2.2.0"24derivative = "2.2.0"
2425
25[features]26[features]
modifiedprimitives/nft/src/lib.rsdiffbeforeafterboth
21 StorageValue, transactional,21 StorageValue, transactional,
22};22};
23use derivative::Derivative;23use derivative::Derivative;
24use scale_info::TypeInfo;
2425
25pub const MAX_DECIMAL_POINTS: DecimalPoints = 30;26pub const MAX_DECIMAL_POINTS: DecimalPoints = 30;
26pub const MAX_REFUNGIBLE_PIECES: u128 = 1_000_000_000_000_000_000_000;27pub const MAX_REFUNGIBLE_PIECES: u128 = 1_000_000_000_000_000_000_000;
70pub type TokenId = u32;71pub type TokenId = u32;
71pub type DecimalPoints = u8;72pub type DecimalPoints = u8;
7273
73#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq)]74#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq, TypeInfo)]
74#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]75#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
75pub enum CollectionMode {76pub enum CollectionMode {
76 NFT,77 NFT,
93 fn resolve(who: &AccountId, call: &Call) -> Option<AccountId>;94 fn resolve(who: &AccountId, call: &Call) -> Option<AccountId>;
94}95}
9596
96#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq)]97#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq, TypeInfo)]
97#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]98#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
98pub enum AccessMode {99pub enum AccessMode {
99 Normal,100 Normal,
105 }106 }
106}107}
107108
108#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq)]109#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq, TypeInfo)]
109#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]110#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
110pub enum SchemaVersion {111pub enum SchemaVersion {
111 ImageURL,112 ImageURL,
117 }118 }
118}119}
119120
120#[derive(Encode, Decode, Default, Debug, Clone, PartialEq)]121#[derive(Encode, Decode, Default, Debug, Clone, PartialEq, TypeInfo)]
121#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]122#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
122pub struct Ownership<AccountId> {123pub struct Ownership<AccountId> {
123 pub owner: AccountId,124 pub owner: AccountId,
124 pub fraction: u128,125 pub fraction: u128,
125}126}
126127
127#[derive(Encode, Decode, Debug, Clone, PartialEq)]128#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
128#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]129#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
129pub enum SponsorshipState<AccountId> {130pub enum SponsorshipState<AccountId> {
130 /// The fees are applied to the transaction sender131 /// The fees are applied to the transaction sender
160 }161 }
161}162}
162163
163#[derive(Encode, Decode, Clone, PartialEq)]164#[derive(Encode, Decode, Clone, PartialEq, TypeInfo)]
164#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]165#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
165pub struct Collection<T: frame_system::Config> {166pub struct Collection<T: frame_system::Config> {
166 pub owner: T::AccountId,167 pub owner: T::AccountId,
181 pub transfers_enabled: bool,182 pub transfers_enabled: bool,
182}183}
183184
184#[derive(Encode, Decode, Debug, Clone, PartialEq)]185#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
185#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]186#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
186pub struct NftItemType<AccountId> {187pub struct NftItemType<AccountId> {
187 pub owner: AccountId,188 pub owner: AccountId,
188 pub const_data: Vec<u8>,189 pub const_data: Vec<u8>,
189 pub variable_data: Vec<u8>,190 pub variable_data: Vec<u8>,
190}191}
191192
192#[derive(Encode, Decode, Default, Debug, Clone, PartialEq)]193#[derive(Encode, Decode, Default, Debug, Clone, PartialEq, TypeInfo)]
193#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]194#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
194pub struct FungibleItemType {195pub struct FungibleItemType {
195 pub value: u128,196 pub value: u128,
196}197}
197198
198#[derive(Encode, Decode, Debug, Clone, PartialEq)]199#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
199#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]200#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
200pub struct ReFungibleItemType<AccountId> {201pub struct ReFungibleItemType<AccountId> {
201 pub owner: Vec<Ownership<AccountId>>,202 pub owner: Vec<Ownership<AccountId>>,
202 pub const_data: Vec<u8>,203 pub const_data: Vec<u8>,
203 pub variable_data: Vec<u8>,204 pub variable_data: Vec<u8>,
204}205}
205206
206#[derive(Encode, Decode, Debug, Clone, PartialEq)]207#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
207#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]208#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
208pub struct CollectionLimits<BlockNumber: Encode + Decode> {209pub struct CollectionLimits<BlockNumber: Encode + Decode> {
209 pub account_token_ownership_limit: u32,210 pub account_token_ownership_limit: u32,
267 }268 }
268}269}
269270
270#[derive(Encode, Decode, MaxEncodedLen, Default, PartialEq, Clone, Derivative)]271#[derive(Encode, Decode, MaxEncodedLen, Default, PartialEq, Clone, Derivative, TypeInfo)]
271#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]272#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
272#[derivative(Debug)]273#[derivative(Debug)]
273pub struct CreateNftData {274pub struct CreateNftData {
279 pub variable_data: BoundedVec<u8, CustomDataLimit>,280 pub variable_data: BoundedVec<u8, CustomDataLimit>,
280}281}
281282
282#[derive(Encode, Decode, MaxEncodedLen, Default, Debug, Clone, PartialEq)]283#[derive(Encode, Decode, MaxEncodedLen, Default, Debug, Clone, PartialEq, TypeInfo)]
283#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]284#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
284pub struct CreateFungibleData {285pub struct CreateFungibleData {
285 pub value: u128,286 pub value: u128,
286}287}
287288
288#[derive(Encode, Decode, MaxEncodedLen, Default, PartialEq, Clone, Derivative)]289#[derive(Encode, Decode, MaxEncodedLen, Default, PartialEq, Clone, Derivative, TypeInfo)]
289#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]290#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
290#[derivative(Debug)]291#[derivative(Debug)]
291pub struct CreateReFungibleData {292pub struct CreateReFungibleData {
298 pub pieces: u128,299 pub pieces: u128,
299}300}
300301
301#[derive(Encode, Decode, Debug, Clone, PartialEq)]302#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
302#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]303#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
303pub enum MetaUpdatePermission {304pub enum MetaUpdatePermission {
304 ItemOwner,305 ItemOwner,
312 }313 }
313}314}
314315
315#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, Debug)]316#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, Debug, TypeInfo)]
316#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]317#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
317pub enum CreateItemData {318pub enum CreateItemData {
318 NFT(CreateNftData),319 NFT(CreateNftData),
modifiedruntime/Cargo.tomldiffbeforeafterboth
103default-features = false103default-features = false
104git = 'https://github.com/paritytech/substrate.git'104git = 'https://github.com/paritytech/substrate.git'
105optional = true105optional = true
106branch = 'polkadot-v0.9.10'106branch = 'polkadot-v0.9.11'
107version = '4.0.0-dev'107version = '4.0.0-dev'
108108
109[dependencies.frame-executive]109[dependencies.frame-executive]
110default-features = false110default-features = false
111git = 'https://github.com/paritytech/substrate.git'111git = 'https://github.com/paritytech/substrate.git'
112branch = 'polkadot-v0.9.10'112branch = 'polkadot-v0.9.11'
113version = '4.0.0-dev'113version = '4.0.0-dev'
114114
115[dependencies.frame-support]115[dependencies.frame-support]
116default-features = false116default-features = false
117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'
118branch = 'polkadot-v0.9.10'118branch = 'polkadot-v0.9.11'
119version = '4.0.0-dev'119version = '4.0.0-dev'
120120
121[dependencies.frame-system]121[dependencies.frame-system]
122default-features = false122default-features = false
123git = 'https://github.com/paritytech/substrate.git'123git = 'https://github.com/paritytech/substrate.git'
124branch = 'polkadot-v0.9.10'124branch = 'polkadot-v0.9.11'
125version = '4.0.0-dev'125version = '4.0.0-dev'
126126
127[dependencies.frame-system-benchmarking]127[dependencies.frame-system-benchmarking]
128default-features = false128default-features = false
129git = 'https://github.com/paritytech/substrate.git'129git = 'https://github.com/paritytech/substrate.git'
130optional = true130optional = true
131branch = 'polkadot-v0.9.10'131branch = 'polkadot-v0.9.11'
132version = '4.0.0-dev'132version = '4.0.0-dev'
133133
134[dependencies.frame-system-rpc-runtime-api]134[dependencies.frame-system-rpc-runtime-api]
135default-features = false135default-features = false
136git = 'https://github.com/paritytech/substrate.git'136git = 'https://github.com/paritytech/substrate.git'
137branch = 'polkadot-v0.9.10'137branch = 'polkadot-v0.9.11'
138version = '4.0.0-dev'138version = '4.0.0-dev'
139139
140[dependencies.hex-literal]140[dependencies.hex-literal]
150[dependencies.pallet-aura]150[dependencies.pallet-aura]
151default-features = false151default-features = false
152git = 'https://github.com/paritytech/substrate.git'152git = 'https://github.com/paritytech/substrate.git'
153branch = 'polkadot-v0.9.10'153branch = 'polkadot-v0.9.11'
154version = '4.0.0-dev'154version = '4.0.0-dev'
155155
156[dependencies.pallet-balances]156[dependencies.pallet-balances]
157default-features = false157default-features = false
158git = 'https://github.com/paritytech/substrate.git'158git = 'https://github.com/paritytech/substrate.git'
159branch = 'polkadot-v0.9.10'159branch = 'polkadot-v0.9.11'
160version = '4.0.0-dev'160version = '4.0.0-dev'
161161
162# Contracts specific packages162# Contracts specific packages
181[dependencies.pallet-randomness-collective-flip]181[dependencies.pallet-randomness-collective-flip]
182default-features = false182default-features = false
183git = 'https://github.com/paritytech/substrate.git'183git = 'https://github.com/paritytech/substrate.git'
184branch = 'polkadot-v0.9.10'184branch = 'polkadot-v0.9.11'
185version = '4.0.0-dev'185version = '4.0.0-dev'
186186
187[dependencies.pallet-sudo]187[dependencies.pallet-sudo]
188default-features = false188default-features = false
189git = 'https://github.com/paritytech/substrate.git'189git = 'https://github.com/paritytech/substrate.git'
190branch = 'polkadot-v0.9.10'190branch = 'polkadot-v0.9.11'
191version = '4.0.0-dev'191version = '4.0.0-dev'
192192
193[dependencies.pallet-timestamp]193[dependencies.pallet-timestamp]
194default-features = false194default-features = false
195git = 'https://github.com/paritytech/substrate.git'195git = 'https://github.com/paritytech/substrate.git'
196branch = 'polkadot-v0.9.10'196branch = 'polkadot-v0.9.11'
197version = '4.0.0-dev'197version = '4.0.0-dev'
198198
199[dependencies.pallet-transaction-payment]199[dependencies.pallet-transaction-payment]
200default-features = false200default-features = false
201git = 'https://github.com/paritytech/substrate.git'201git = 'https://github.com/paritytech/substrate.git'
202branch = 'polkadot-v0.9.10'202branch = 'polkadot-v0.9.11'
203version = '4.0.0-dev'203version = '4.0.0-dev'
204204
205[dependencies.pallet-transaction-payment-rpc-runtime-api]205[dependencies.pallet-transaction-payment-rpc-runtime-api]
206default-features = false206default-features = false
207git = 'https://github.com/paritytech/substrate.git'207git = 'https://github.com/paritytech/substrate.git'
208branch = 'polkadot-v0.9.10'208branch = 'polkadot-v0.9.11'
209version = '4.0.0-dev'209version = '4.0.0-dev'
210210
211[dependencies.pallet-treasury]211[dependencies.pallet-treasury]
212default-features = false212default-features = false
213git = 'https://github.com/paritytech/substrate.git'213git = 'https://github.com/paritytech/substrate.git'
214branch = 'polkadot-v0.9.10'214branch = 'polkadot-v0.9.11'
215version = '4.0.0-dev'215version = '4.0.0-dev'
216216
217[dependencies.pallet-vesting]217[dependencies.pallet-vesting]
218default-features = false218default-features = false
219git = 'https://github.com/paritytech/substrate.git'219git = 'https://github.com/paritytech/substrate.git'
220branch = 'polkadot-v0.9.10'220branch = 'polkadot-v0.9.11'
221version = '4.0.0-dev'221version = '4.0.0-dev'
222222
223[dependencies.sp-arithmetic]223[dependencies.sp-arithmetic]
224default-features = false224default-features = false
225git = 'https://github.com/paritytech/substrate.git'225git = 'https://github.com/paritytech/substrate.git'
226branch = 'polkadot-v0.9.10'226branch = 'polkadot-v0.9.11'
227version = '4.0.0-dev'227version = '4.0.0-dev'
228228
229[dependencies.sp-api]229[dependencies.sp-api]
230default-features = false230default-features = false
231git = 'https://github.com/paritytech/substrate.git'231git = 'https://github.com/paritytech/substrate.git'
232branch = 'polkadot-v0.9.10'232branch = 'polkadot-v0.9.11'
233version = '4.0.0-dev'233version = '4.0.0-dev'
234234
235[dependencies.sp-block-builder]235[dependencies.sp-block-builder]
236default-features = false236default-features = false
237git = 'https://github.com/paritytech/substrate.git'237git = 'https://github.com/paritytech/substrate.git'
238branch = 'polkadot-v0.9.10'238branch = 'polkadot-v0.9.11'
239version = '4.0.0-dev'239version = '4.0.0-dev'
240240
241[dependencies.sp-core]241[dependencies.sp-core]
242default-features = false242default-features = false
243git = 'https://github.com/paritytech/substrate.git'243git = 'https://github.com/paritytech/substrate.git'
244branch = 'polkadot-v0.9.10'244branch = 'polkadot-v0.9.11'
245version = '4.0.0-dev'245version = '4.0.0-dev'
246246
247[dependencies.sp-consensus-aura]247[dependencies.sp-consensus-aura]
248default-features = false248default-features = false
249git = 'https://github.com/paritytech/substrate.git'249git = 'https://github.com/paritytech/substrate.git'
250branch = 'polkadot-v0.9.10'250branch = 'polkadot-v0.9.11'
251version = '0.10.0-dev'251version = '0.10.0-dev'
252252
253[dependencies.sp-inherents]253[dependencies.sp-inherents]
254default-features = false254default-features = false
255git = 'https://github.com/paritytech/substrate.git'255git = 'https://github.com/paritytech/substrate.git'
256branch = 'polkadot-v0.9.10'256branch = 'polkadot-v0.9.11'
257version = '4.0.0-dev'257version = '4.0.0-dev'
258258
259[dependencies.sp-io]259[dependencies.sp-io]
260default-features = false260default-features = false
261git = 'https://github.com/paritytech/substrate.git'261git = 'https://github.com/paritytech/substrate.git'
262branch = 'polkadot-v0.9.10'262branch = 'polkadot-v0.9.11'
263version = '4.0.0-dev'263version = '4.0.0-dev'
264264
265[dependencies.sp-offchain]265[dependencies.sp-offchain]
266default-features = false266default-features = false
267git = 'https://github.com/paritytech/substrate.git'267git = 'https://github.com/paritytech/substrate.git'
268branch = 'polkadot-v0.9.10'268branch = 'polkadot-v0.9.11'
269version = '4.0.0-dev'269version = '4.0.0-dev'
270270
271[dependencies.sp-runtime]271[dependencies.sp-runtime]
272default-features = false272default-features = false
273git = 'https://github.com/paritytech/substrate.git'273git = 'https://github.com/paritytech/substrate.git'
274branch = 'polkadot-v0.9.10'274branch = 'polkadot-v0.9.11'
275version = '4.0.0-dev'275version = '4.0.0-dev'
276276
277[dependencies.sp-session]277[dependencies.sp-session]
278default-features = false278default-features = false
279git = 'https://github.com/paritytech/substrate.git'279git = 'https://github.com/paritytech/substrate.git'
280branch = 'polkadot-v0.9.10'280branch = 'polkadot-v0.9.11'
281version = '4.0.0-dev'281version = '4.0.0-dev'
282282
283[dependencies.sp-std]283[dependencies.sp-std]
284default-features = false284default-features = false
285git = 'https://github.com/paritytech/substrate.git'285git = 'https://github.com/paritytech/substrate.git'
286branch = 'polkadot-v0.9.10'286branch = 'polkadot-v0.9.11'
287version = '4.0.0-dev'287version = '4.0.0-dev'
288288
289[dependencies.sp-transaction-pool]289[dependencies.sp-transaction-pool]
290default-features = false290default-features = false
291git = 'https://github.com/paritytech/substrate.git'291git = 'https://github.com/paritytech/substrate.git'
292branch = 'polkadot-v0.9.10'292branch = 'polkadot-v0.9.11'
293version = '4.0.0-dev'293version = '4.0.0-dev'
294294
295[dependencies.sp-version]295[dependencies.sp-version]
296default-features = false296default-features = false
297git = 'https://github.com/paritytech/substrate.git'297git = 'https://github.com/paritytech/substrate.git'
298branch = 'polkadot-v0.9.10'298branch = 'polkadot-v0.9.11'
299version = '4.0.0-dev'299version = '4.0.0-dev'
300300
301[dependencies.smallvec]301[dependencies.smallvec]
307[dependencies.parachain-info]307[dependencies.parachain-info]
308default-features = false308default-features = false
309git = 'https://github.com/paritytech/cumulus.git'309git = 'https://github.com/paritytech/cumulus.git'
310branch = 'polkadot-v0.9.10'310branch = 'polkadot-v0.9.11'
311version = '0.1.0'311version = '0.1.0'
312312
313[dependencies.cumulus-pallet-aura-ext]313[dependencies.cumulus-pallet-aura-ext]
314git = 'https://github.com/paritytech/cumulus.git'314git = 'https://github.com/paritytech/cumulus.git'
315branch = 'polkadot-v0.9.10'315branch = 'polkadot-v0.9.11'
316default-features = false316default-features = false
317317
318[dependencies.cumulus-pallet-parachain-system]318[dependencies.cumulus-pallet-parachain-system]
319git = 'https://github.com/paritytech/cumulus.git'319git = 'https://github.com/paritytech/cumulus.git'
320branch = 'polkadot-v0.9.10'320branch = 'polkadot-v0.9.11'
321default-features = false321default-features = false
322322
323[dependencies.cumulus-primitives-core]323[dependencies.cumulus-primitives-core]
324git = 'https://github.com/paritytech/cumulus.git'324git = 'https://github.com/paritytech/cumulus.git'
325branch = 'polkadot-v0.9.10'325branch = 'polkadot-v0.9.11'
326default-features = false326default-features = false
327327
328[dependencies.cumulus-pallet-xcm]328[dependencies.cumulus-pallet-xcm]
329git = 'https://github.com/paritytech/cumulus.git'329git = 'https://github.com/paritytech/cumulus.git'
330branch = 'polkadot-v0.9.10'330branch = 'polkadot-v0.9.11'
331default-features = false331default-features = false
332332
333[dependencies.cumulus-pallet-dmp-queue]333[dependencies.cumulus-pallet-dmp-queue]
334git = 'https://github.com/paritytech/cumulus.git'334git = 'https://github.com/paritytech/cumulus.git'
335branch = 'polkadot-v0.9.10'335branch = 'polkadot-v0.9.11'
336default-features = false336default-features = false
337337
338[dependencies.cumulus-pallet-xcmp-queue]338[dependencies.cumulus-pallet-xcmp-queue]
339git = 'https://github.com/paritytech/cumulus.git'339git = 'https://github.com/paritytech/cumulus.git'
340branch = 'polkadot-v0.9.10'340branch = 'polkadot-v0.9.11'
341default-features = false341default-features = false
342342
343[dependencies.cumulus-primitives-utility]343[dependencies.cumulus-primitives-utility]
344git = 'https://github.com/paritytech/cumulus.git'344git = 'https://github.com/paritytech/cumulus.git'
345branch = 'polkadot-v0.9.10'345branch = 'polkadot-v0.9.11'
346default-features = false346default-features = false
347347
348[dependencies.cumulus-primitives-timestamp]348[dependencies.cumulus-primitives-timestamp]
349git = 'https://github.com/paritytech/cumulus.git'349git = 'https://github.com/paritytech/cumulus.git'
350branch = 'polkadot-v0.9.10'350branch = 'polkadot-v0.9.11'
351default-features = false351default-features = false
352352
353################################################################################353################################################################################
354# Polkadot dependencies354# Polkadot dependencies
355355
356[dependencies.polkadot-parachain]356[dependencies.polkadot-parachain]
357git = 'https://github.com/paritytech/polkadot'357git = 'https://github.com/paritytech/polkadot'
358branch = 'release-v0.9.10'358branch = 'release-v0.9.11'
359default-features = false359default-features = false
360360
361[dependencies.xcm]361[dependencies.xcm]
362git = 'https://github.com/paritytech/polkadot'362git = 'https://github.com/paritytech/polkadot'
363branch = 'release-v0.9.10'363branch = 'release-v0.9.11'
364default-features = false364default-features = false
365365
366[dependencies.xcm-builder]366[dependencies.xcm-builder]
367git = 'https://github.com/paritytech/polkadot'367git = 'https://github.com/paritytech/polkadot'
368branch = 'release-v0.9.10'368branch = 'release-v0.9.11'
369default-features = false369default-features = false
370370
371[dependencies.xcm-executor]371[dependencies.xcm-executor]
372git = 'https://github.com/paritytech/polkadot'372git = 'https://github.com/paritytech/polkadot'
373branch = 'release-v0.9.10'373branch = 'release-v0.9.11'
374default-features = false374default-features = false
375375
376[dependencies.pallet-xcm]376[dependencies.pallet-xcm]
377git = 'https://github.com/paritytech/polkadot'377git = 'https://github.com/paritytech/polkadot'
378branch = 'release-v0.9.10'378branch = 'release-v0.9.11'
379default-features = false379default-features = false
380380
381381
382################################################################################382################################################################################
383# local dependencies383# local dependencies
384384
385[dependencies]385[dependencies]
386scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
386derivative = "2.2.0"387derivative = "2.2.0"
387pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }388pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }
388pallet-inflation = { path = '../pallets/inflation', default-features = false, version = '3.0.0' }389pallet-inflation = { path = '../pallets/inflation', default-features = false, version = '3.0.0' }
396pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }397pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }
397pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }398pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }
398399
399pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }400pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
400pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }401pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
401fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }402fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.11" }
402403
403################################################################################404################################################################################
404# Build Dependencies405# Build Dependencies
405406
406[build-dependencies.substrate-wasm-builder]407[build-dependencies.substrate-wasm-builder]
407git = 'https://github.com/paritytech/substrate.git'408git = 'https://github.com/paritytech/substrate.git'
408branch = 'polkadot-v0.9.10'409branch = 'polkadot-v0.9.11'
409version = '5.0.0-dev'410version = '5.0.0-dev'
410411
modifiedruntime/src/lib.rsdiffbeforeafterboth
439439
440parameter_types! {440parameter_types! {
441 pub const TransactionByteFee: Balance = 501 * MICROUNIQUE; // Targeting 0.1 Unique per NFT transfer441 pub const TransactionByteFee: Balance = 501 * MICROUNIQUE; // Targeting 0.1 Unique per NFT transfer
442 /// This value increases the priority of `Operational` transactions by adding
443 /// a "virtual tip" that's equal to the `OperationalFeeMultiplier * final_fee`.
444 pub const OperationalFeeMultiplier: u8 = 5;
442}445}
443446
444/// Linear implementor of `WeightToFeePolynomial`447/// Linear implementor of `WeightToFeePolynomial`
463impl pallet_transaction_payment::Config for Runtime {466impl pallet_transaction_payment::Config for Runtime {
464 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;467 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
465 type TransactionByteFee = TransactionByteFee;468 type TransactionByteFee = TransactionByteFee;
469 type OperationalFeeMultiplier = OperationalFeeMultiplier;
466 type WeightToFee = LinearFee<Balance>;470 type WeightToFee = LinearFee<Balance>;
467 type FeeMultiplierUpdate = ();471 type FeeMultiplierUpdate = ();
468}472}
518 type BlockNumberToBalance = ConvertInto;522 type BlockNumberToBalance = ConvertInto;
519 type MinVestedTransfer = MinVestedTransfer;523 type MinVestedTransfer = MinVestedTransfer;
520 type WeightInfo = ();524 type WeightInfo = ();
525 const MAX_VESTING_SCHEDULES: u32 = 28;
521}526}
522527
523parameter_types! {528parameter_types! {
607 pub UnitWeightCost: Weight = 1_000_000;612 pub UnitWeightCost: Weight = 1_000_000;
608 // 1200 UNIQUEs buy 1 second of weight.613 // 1200 UNIQUEs buy 1 second of weight.
609 pub const WeightPrice: (MultiLocation, u128) = (MultiLocation::parent(), 1_200 * UNIQUE);614 pub const WeightPrice: (MultiLocation, u128) = (MultiLocation::parent(), 1_200 * UNIQUE);
615 pub const MaxInstructions: u32 = 100;
616 pub const MaxAuthorities: u32 = 100_000;
610}617}
611618
612match_type! {619match_type! {
634 type IsTeleporter = (); // Teleportation is disabled641 type IsTeleporter = (); // Teleportation is disabled
635 type LocationInverter = LocationInverter<Ancestry>;642 type LocationInverter = LocationInverter<Ancestry>;
636 type Barrier = Barrier;643 type Barrier = Barrier;
637 type Weigher = FixedWeightBounds<UnitWeightCost, Call>;644 type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
638 type Trader = UsingComponents<IdentityFee<Balance>, RelayLocation, AccountId, Balances, ()>;645 type Trader = UsingComponents<IdentityFee<Balance>, RelayLocation, AccountId, Balances, ()>;
639 type ResponseHandler = (); // Don't handle responses for now.646 type ResponseHandler = (); // Don't handle responses for now.
640 type SubscriptionService = PolkadotXcm;647 type SubscriptionService = PolkadotXcm;
648
649 type AssetTrap = PolkadotXcm;
650 type AssetClaims = PolkadotXcm;
641}651}
642652
643// parameter_types! {653// parameter_types! {
668 type XcmExecuteFilter = Everything;678 type XcmExecuteFilter = Everything;
669 type XcmExecutor = XcmExecutor<XcmConfig>;679 type XcmExecutor = XcmExecutor<XcmConfig>;
670 type XcmTeleportFilter = Everything;680 type XcmTeleportFilter = Everything;
671 type XcmReserveTransferFilter = ();681 type XcmReserveTransferFilter = Everything;
672 type Weigher = FixedWeightBounds<UnitWeightCost, Call>;682 type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
673 type LocationInverter = LocationInverter<Ancestry>;683 type LocationInverter = LocationInverter<Ancestry>;
684 type Origin = Origin;
685 type Call = Call;
686 const VERSION_DISCOVERY_QUEUE_SIZE: u32 = 100;
687 type AdvertisedXcmVersion = pallet_xcm::CurrentXcmVersion;
674}688}
675689
676impl cumulus_pallet_xcm::Config for Runtime {690impl cumulus_pallet_xcm::Config for Runtime {
694impl pallet_aura::Config for Runtime {708impl pallet_aura::Config for Runtime {
695 type AuthorityId = AuraId;709 type AuthorityId = AuraId;
696 type DisabledValidators = ();710 type DisabledValidators = ();
711 type MaxAuthorities = MaxAuthorities;
697}712}
698713
699parameter_types! {714parameter_types! {
842impl fp_rpc::ConvertTransaction<UncheckedExtrinsic> for TransactionConverter {857impl fp_rpc::ConvertTransaction<UncheckedExtrinsic> for TransactionConverter {
843 fn convert_transaction(&self, transaction: pallet_ethereum::Transaction) -> UncheckedExtrinsic {858 fn convert_transaction(&self, transaction: pallet_ethereum::Transaction) -> UncheckedExtrinsic {
844 UncheckedExtrinsic::new_unsigned(859 UncheckedExtrinsic::new_unsigned(
845 pallet_ethereum::Call::<Runtime>::transact(transaction).into(),860 pallet_ethereum::Call::<Runtime>::transact { transaction }.into(),
846 )861 )
847 }862 }
848}863}
853 transaction: pallet_ethereum::Transaction,868 transaction: pallet_ethereum::Transaction,
854 ) -> opaque::UncheckedExtrinsic {869 ) -> opaque::UncheckedExtrinsic {
855 let extrinsic = UncheckedExtrinsic::new_unsigned(870 let extrinsic = UncheckedExtrinsic::new_unsigned(
856 pallet_ethereum::Call::<Runtime>::transact(transaction).into(),871 pallet_ethereum::Call::<Runtime>::transact { transaction }.into(),
857 );872 );
858 let encoded = extrinsic.encode();873 let encoded = extrinsic.encode();
859 opaque::UncheckedExtrinsic::decode(&mut &encoded[..])874 opaque::UncheckedExtrinsic::decode(&mut &encoded[..])
926941
927 impl sp_api::Metadata<Block> for Runtime {942 impl sp_api::Metadata<Block> for Runtime {
928 fn metadata() -> OpaqueMetadata {943 fn metadata() -> OpaqueMetadata {
929 Runtime::metadata().into()944 OpaqueMetadata::new(Runtime::metadata().into())
930 }945 }
931 }946 }
932947
10821097
1083 fn extrinsic_filter(xts: Vec<<Block as sp_api::BlockT>::Extrinsic>) -> Vec<pallet_ethereum::Transaction> {1098 fn extrinsic_filter(xts: Vec<<Block as sp_api::BlockT>::Extrinsic>) -> Vec<pallet_ethereum::Transaction> {
1084 xts.into_iter().filter_map(|xt| match xt.function {1099 xts.into_iter().filter_map(|xt| match xt.function {
1085 Call::Ethereum(pallet_ethereum::Call::transact(t)) => Some(t),1100 Call::Ethereum(pallet_ethereum::Call::transact { transaction }) => Some(transaction),
1086 _ => None1101 _ => None
1087 }).collect()1102 }).collect()
1088 }1103 }
1106 }1121 }
11071122
1108 fn authorities() -> Vec<AuraId> {1123 fn authorities() -> Vec<AuraId> {
1109 Aura::authorities()1124 Aura::authorities().to_vec()
1110 }1125 }
1111 }1126 }
11121127