Fix build profiles (#1229)

* Fix build profiles

Closes https://github.com/paritytech/polkadot-sdk/issues/1155

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Manually set version to 1.0.0

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Use workspace repo

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* 'Authors and Edition from workspace

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2023-08-29 13:39:41 +02:00
committed by GitHub
parent c80f76f187
commit dcda0e50f5
445 changed files with 1140 additions and 1150 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-allocator"
version = "4.1.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Collection of allocator implementations."
documentation = "https://docs.rs/sc-allocator"
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-client-api"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate client interfaces."
documentation = "https://docs.rs/sc-client-api"
readme = "README.md"
@@ -1,12 +1,12 @@
[package]
name = "sc-authority-discovery"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
build = "build.rs"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate authority discovery."
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-basic-authorship"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Basic implementation of block-authoring logic."
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-block-builder"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate block builder"
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-chain-spec"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate chain configurations."
readme = "README.md"
@@ -1,11 +1,11 @@
[package]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Macros to derive chain spec extension traits implementation."
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-cli"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "Substrate CLI interface."
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-consensus-aura"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "Aura consensus algorithm for substrate"
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-consensus-babe"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "BABE consensus algorithm for substrate"
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-consensus-babe"
readme = "README.md"
@@ -1,12 +1,12 @@
[package]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "RPC extensions for the BABE consensus algorithm"
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,10 +1,10 @@
[package]
name = "sc-consensus-beefy"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/paritytech/substrate"
repository.workspace = true
description = "BEEFY Client gadget for substrate"
homepage = "https://substrate.io"
@@ -1,10 +1,10 @@
[package]
name = "sc-consensus-beefy-rpc"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/paritytech/substrate"
repository.workspace = true
description = "RPC for the BEEFY Client gadget for substrate"
homepage = "https://substrate.io"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-consensus"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Collection of common consensus specific imlementations for Substrate (client)"
readme = "README.md"
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "Generic epochs-based utilities for consensus"
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
@@ -1,11 +1,11 @@
[package]
name = "sc-consensus-grandpa"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Integration of the GRANDPA finality gadget into substrate."
documentation = "https://docs.rs/sc-consensus-grandpa"
readme = "README.md"
@@ -1,10 +1,10 @@
[package]
name = "sc-consensus-grandpa-rpc"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "RPC extensions for the GRANDPA finality gadget"
repository = "https://github.com/paritytech/substrate/"
edition = "2021"
repository.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
readme = "README.md"
homepage = "https://substrate.io"
@@ -1,12 +1,12 @@
[package]
name = "sc-consensus-manual-seal"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "Manual sealing engine for Substrate"
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-consensus-pow"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "PoW consensus algorithm for substrate"
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,13 +1,13 @@
[package]
name = "sc-consensus-slots"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "Generic slots-based utilities for consensus"
edition = "2021"
edition.workspace = true
build = "build.rs"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-client-db"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Client backend that uses RocksDB database as storage."
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-executor"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "A crate that provides means of executing/dispatching calls into the runtime."
documentation = "https://docs.rs/sc-executor"
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-executor-common"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "A set of common definitions that are needed for defining execution engines."
documentation = "https://docs.rs/sc-executor-common/"
readme = "README.md"
@@ -1,13 +1,13 @@
[package]
name = "sc-runtime-test"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
build = "build.rs"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
publish = false
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
@@ -1,11 +1,11 @@
[package]
name = "sc-executor-wasmtime"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Defines a `WasmRuntime` that uses the Wasmtime JIT to execute."
readme = "README.md"
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-informant"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "Substrate informant."
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-keystore"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Keystore (and session key management) for ed25519 based chains like Polkadot."
documentation = "https://docs.rs/sc-keystore"
readme = "README.md"
@@ -1,10 +1,10 @@
[package]
name = "mmr-gadget"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/paritytech/substrate"
repository.workspace = true
description = "MMR Client gadget for substrate"
homepage = "https://substrate.io"
@@ -1,11 +1,11 @@
[package]
name = "mmr-rpc"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Node-specific RPC methods for interaction with Merkle Mountain Range pallet."
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Gossiping for the Substrate network protocol"
name = "sc-network-gossip"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-gossip"
readme = "README.md"
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate network protocol"
name = "sc-network"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network"
readme = "README.md"
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate bitswap protocol"
name = "sc-network-bitswap"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-bitswap"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate network common"
name = "sc-network-common"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-sync"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate light network protocol"
name = "sc-network-light"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-light"
[package.metadata.docs.rs]
@@ -3,10 +3,10 @@ description = "Substrate statement protocol"
name = "sc-network-statement"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-statement"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate sync network protocol"
name = "sc-network-sync"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-sync"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,11 +3,11 @@ description = "Integration tests for Substrate network protocol"
name = "sc-network-test"
version = "0.8.0"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
publish = false
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
@@ -3,10 +3,10 @@ description = "Substrate transaction protocol"
name = "sc-network-transactions"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-transactions"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate offchain workers"
name = "sc-offchain"
version = "4.0.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
readme = "README.md"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-proposer-metrics"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Basic metrics for block production."
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-rpc-api"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate RPC interfaces."
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-rpc-server"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate RPC servers."
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-rpc-spec-v2"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate RPC interface v2."
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-rpc"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate Client RPC"
readme = "README.md"
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-service"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate service. Starts a thread that spins up the network, client, and extrinsic pool. Manages communication between them."
readme = "README.md"
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-service-test"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
publish = false
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-state-db"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "State database maintenance. Handles canonicalization and pruning in the database."
readme = "README.md"
+3 -4
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-statement-store"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate statement store."
readme = "README.md"
@@ -29,4 +29,3 @@ sc-keystore = { path = "../keystore" }
[dev-dependencies]
tempfile = "3.1.0"
env_logger = "0.9"
+3 -3
View File
@@ -1,10 +1,10 @@
[package]
name = "sc-storage-monitor"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/paritytech/substrate"
repository.workspace = true
description = "Storage monitor service for substrate"
homepage = "https://substrate.io"
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-sync-state-rpc"
version = "0.10.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "A RPC handler to create sync states for light clients."
edition = "2021"
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-sysinfo"
version = "6.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "A crate that provides basic hardware and software telemetry information."
documentation = "https://docs.rs/sc-sysinfo"
readme = "README.md"
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "sc-telemetry"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "Telemetry utils"
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-telemetry"
readme = "README.md"
+3 -3
View File
@@ -2,10 +2,10 @@
name = "sc-tracing"
version = "4.0.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Instrumentation implementation for substrate."
readme = "README.md"
@@ -1,11 +1,11 @@
[package]
name = "sc-tracing-proc-macro"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Helper macros for Substrate's client CLI"
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-transaction-pool"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Substrate transaction pool implementation."
readme = "README.md"
@@ -1,11 +1,11 @@
[package]
name = "sc-transaction-pool-api"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "Transaction pool client facing API."
[dependencies]
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "sc-utils"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
description = "I/O for Substrate runtimes"
readme = "README.md"