Newer
Older
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
12024
12025
12026
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
[[package]]
name = "plotters-svg"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
dependencies = [
"plotters-backend",
]
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
12041
12042
12043
12044
12045
12046
12047
dependencies = [
"assert_cmd",
"color-eyre",
"nix 0.26.2",
"polkadot-cli",
"polkadot-core-primitives",
"polkadot-node-core-pvf",
"polkadot-node-core-pvf-common",
"polkadot-node-core-pvf-execute-worker",
"polkadot-node-core-pvf-prepare-worker",
"polkadot-overseer",
"substrate-build-script-utils",
"substrate-rpc-client",
"tempfile",
"tikv-jemallocator",
"tokio",
]
[[package]]
name = "polkadot-approval-distribution"
Andrei Sandu
committed
"bitvec",
"env_logger 0.9.3",
"futures",
"futures-timer",
Andrei Sandu
committed
"itertools 0.10.5",
"log",
"polkadot-node-jaeger",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"rand_core 0.6.4",
"schnorrkel 0.11.4",
"sp-authority-discovery",
"sp-core",
"tracing-gum",
]
[[package]]
name = "polkadot-availability-bitfield-distribution"
dependencies = [
"always-assert",
"assert_matches",
"bitvec",
"env_logger 0.9.3",
"futures",
"futures-timer",
"log",
"maplit",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand_chacha 0.3.1",
"sp-application-crypto",
"sp-authority-discovery",
"sp-core",
"sp-keyring",
"sp-keystore",
"tracing-gum",
]
[[package]]
name = "polkadot-availability-distribution"
dependencies = [
"assert_matches",
"derive_more",
"fatality",
"futures",
"futures-timer",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-availability-recovery"
"env_logger 0.9.3",
"fatality",
"futures",
"futures-timer",
"log",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-cli"
"clap 4.5.0",
"frame-benchmarking-cli",
"futures",
"log",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-service",
"pyroscope",
"pyroscope_pprofrs",
"sc-cli",
"sc-executor",
"sc-service",
"sc-storage-monitor",
"sc-sysinfo",
"sc-tracing",
"sp-core",
"sp-io",
"sp-keyring",
"sp-maybe-compressed-blob",
"sp-runtime",
"substrate-build-script-utils",
"thiserror",
"try-runtime-cli",
]
[[package]]
name = "polkadot-collator-protocol"
12197
12198
12199
12200
12201
12202
12203
12204
12205
12206
12207
12208
12209
12210
12211
12212
12213
12214
12215
12216
12217
12218
12219
12220
12221
12222
12223
12224
12225
dependencies = [
"assert_matches",
"bitvec",
"env_logger 0.9.3",
"fatality",
"futures",
"futures-timer",
"log",
"parity-scale-codec",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sc-network",
"sp-core",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"thiserror",
"tokio-util",
"tracing-gum",
]
[[package]]
name = "polkadot-core-primitives"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
]
[[package]]
name = "polkadot-dispute-distribution"
dependencies = [
"assert_matches",
"async-channel",
"async-trait",
"derive_more",
"fatality",
"futures",
"futures-timer",
"indexmap 2.2.3",
"lazy_static",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sc-network",
"sp-application-crypto",
"sp-keyring",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-erasure-coding"
dependencies = [
"criterion 0.4.0",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-primitives",
"reed-solomon-novelpoly",
"sp-core",
"sp-trie",
"thiserror",
]
[[package]]
name = "polkadot-gossip-support"
dependencies = [
"assert_matches",
"async-trait",
"futures",
"futures-timer",
"lazy_static",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
asynchronous rob
committed
"quickcheck",
"rand_chacha 0.3.1",
"sc-network",
"sc-network-common",
"sp-application-crypto",
"sp-authority-discovery",
"sp-consensus-babe",
"sp-core",
"sp-crypto-hashing",
"tracing-gum",
]
[[package]]
name = "polkadot-network-bridge"
12315
12316
12317
12318
12319
12320
12321
12322
12323
12324
12325
12326
12327
12328
12329
12330
12331
12332
12333
12334
12335
12336
12337
12338
12339
12340
12341
12342
dependencies = [
"always-assert",
"assert_matches",
"async-trait",
"bytes",
"fatality",
"futures",
"futures-timer",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-network",
"sp-consensus",
"sp-core",
"sp-keyring",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-collation-generation"
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
12354
12355
12356
12357
12358
12359
12360
12361
12362
12363
dependencies = [
"assert_matches",
"futures",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-core",
"sp-keyring",
"sp-maybe-compressed-blob",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-approval-voting"
dependencies = [
"assert_matches",
"async-trait",
"bitvec",
"derive_more",
Andrei Sandu
committed
"env_logger 0.9.3",
Andrei Sandu
committed
"itertools 0.10.5",
Andrei Sandu
committed
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
Andrei Sandu
committed
"rand_chacha 0.3.1",
"sp-application-crypto",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-slots",
"sp-core",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-av-store"
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
12437
dependencies = [
"assert_matches",
"bitvec",
"env_logger 0.9.3",
"futures",
"futures-timer",
"kvdb",
"kvdb-memorydb",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-erasure-coding",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-consensus",
"sp-core",
"sp-keyring",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-backing"
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
dependencies = [
"assert_matches",
"bitvec",
"fatality",
"futures",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"polkadot-statement-table",
"sc-keystore",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-bitfield-signing"
dependencies = [
"futures",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-keystore",
"thiserror",
"tracing-gum",
"wasm-timer",
]
[[package]]
name = "polkadot-node-core-candidate-validation"
dependencies = [
"assert_matches",
"async-trait",
"futures",
"futures-timer",
"parity-scale-codec",
"polkadot-node-core-pvf",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-core",
"sp-keyring",
"sp-maybe-compressed-blob",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-chain-api"
dependencies = [
"futures",
"maplit",
"parity-scale-codec",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
Michal Kucharczyk
committed
"polkadot-node-subsystem-types",
"polkadot-primitives",
"sc-client-api",
"sc-consensus-babe",
"sp-blockchain",
"sp-core",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-chain-selection"
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
dependencies = [
"assert_matches",
"futures",
"futures-timer",
"kvdb",
"kvdb-memorydb",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-core",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-dispute-coordinator"
dependencies = [
"assert_matches",
"fatality",
"futures",
"futures-timer",
"kvdb",
"kvdb-memorydb",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-parachains-inherent"
dependencies = [
"async-trait",
"futures",
"futures-timer",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"sp-blockchain",
"sp-inherents",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-prospective-parachains"
12591
12592
12593
12594
12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
12610
12611
12612
12613
12614
dependencies = [
"assert_matches",
"bitvec",
"fatality",
"futures",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-types",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-provisioner"
12616
12617
12618
12619
12620
12621
12622
12623
12624
12625
12626
12627
12628
12629
12630
12631
12632
12633
12634
dependencies = [
"bitvec",
"fatality",
"futures",
"futures-timer",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-application-crypto",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf"
"array-bytes 6.1.0",
"libc",
"parity-scale-codec",
"pin-project",
"polkadot-core-primitives",
"polkadot-node-core-pvf",
"polkadot-node-core-pvf-common",
"polkadot-node-core-pvf-execute-worker",
"polkadot-node-core-pvf-prepare-worker",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-parachain-primitives",
"procfs",
"rusty-fork",
"slotmap",
"sp-core",
"sp-maybe-compressed-blob",
"sp-wasm-interface 20.0.0",
"tempfile",
"test-parachain-adder",
"test-parachain-halt",
"tokio",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-checker"
12680
12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
dependencies = [
"futures",
"futures-timer",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-common"
"cpu-time",
"futures",
"landlock",
"libc",
"polkadot-parachain-primitives",
"polkadot-primitives",
"sc-executor",
"sc-executor-common",
"sc-executor-wasmtime",
"seccompiler",
"sp-crypto-hashing",
"sp-externalities 0.25.0",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-execute-worker"
"libc",
"nix 0.27.1",
"parity-scale-codec",
"polkadot-node-core-pvf-common",
"polkadot-parachain-primitives",
"polkadot-primitives",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-prepare-worker"
"parity-scale-codec",
"polkadot-node-core-pvf-common",
"polkadot-primitives",
"rayon",
"sp-maybe-compressed-blob",
"staging-tracking-allocator",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-runtime-api"
dependencies = [
"async-trait",
"futures",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-types",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-api",
"sp-consensus-babe",
"sp-core",
"sp-keyring",
"tracing-gum",
]
[[package]]
name = "polkadot-node-jaeger"
dependencies = [
"lazy_static",
"log",
"mick-jaeger",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-primitives",
"polkadot-primitives",
"sc-network",
"sp-core",
"thiserror",
"tokio",
]
[[package]]
name = "polkadot-node-metrics"
12810
12811
12812
12813
12814
12815
12816
12817
12818
12819
12820
12821
12822
12823
12824
12825
12826
12827
12828
12829
12830
12831
"futures",
"futures-timer",
"hyper",
"log",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-test-service",
"prioritized-metered-channel",
"prometheus-parse",
"sc-cli",
"sc-service",
"sc-tracing",
"sp-keyring",
"substrate-prometheus-endpoint",
"substrate-test-utils",
"tempfile",
"tokio",
"tracing-gum",
]
[[package]]
name = "polkadot-node-network-protocol"
dependencies = [
"async-channel",
"async-trait",
"bitvec",
"derive_more",
"fatality",
"futures",
"hex",
"parity-scale-codec",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-primitives",
"rand_chacha 0.3.1",
"sc-authority-discovery",
"sc-network",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-primitives"
Andrei Sandu
committed
"bitvec",
"bounded-vec",
"futures",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-parachain-primitives",
"serde",
"sp-application-crypto",
"sp-consensus-babe",
"sp-core",
"sp-keystore",
"sp-maybe-compressed-blob",
"sp-runtime",
"thiserror",
]
[[package]]
name = "polkadot-node-subsystem"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
"polkadot-overseer",
]
[[package]]
name = "polkadot-node-subsystem-test-helpers"
version = "1.0.0"
dependencies = [
"async-trait",
"futures",
"parking_lot 0.12.1",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
]
[[package]]
name = "polkadot-node-subsystem-types"
Andrei Sandu
committed
"bitvec",
"derive_more",
"futures",
"orchestra",
"polkadot-node-jaeger",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-primitives",
"polkadot-statement-table",
"sc-network",
"sc-transaction-pool-api",
"smallvec",
"sp-api",
"sp-authority-discovery",
Michal Kucharczyk
committed
"sp-blockchain",
"substrate-prometheus-endpoint",
"thiserror",
]
[[package]]
name = "polkadot-node-subsystem-util"
dependencies = [
"assert_matches",
"async-trait",
"derive_more",
"env_logger 0.9.3",
"fatality",
"futures",
"futures-channel",
"itertools 0.10.5",
"kvdb",
"kvdb-memorydb",
"kvdb-shared-tests",
"lazy_static",
"log",
"parity-db",
"parity-scale-codec",
"parking_lot 0.12.1",
"pin-project",
"polkadot-node-jaeger",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"prioritized-metered-channel",
"sp-application-crypto",
"sp-core",
"sp-keystore",
"tempfile",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-overseer"
dependencies = [
"assert_matches",
"async-trait",
"femme",
"futures",
"futures-timer",
"orchestra",
"parking_lot 0.12.1",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem-test-helpers",