snapshot before rebranding
This commit is contained in:
@@ -7,6 +7,7 @@ description = "Common interface for different relay chain datasources."
|
||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/pezcumulus-relay-chain-interface"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -31,12 +32,12 @@ thiserror = { workspace = true }
|
||||
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
"pezcumulus-primitives-core/runtime-benchmarks",
|
||||
"pezkuwi-overseer/runtime-benchmarks",
|
||||
"pezsc-client-api/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-blockchain/runtime-benchmarks",
|
||||
"pezsp-state-machine/runtime-benchmarks",
|
||||
"pezsp-version/runtime-benchmarks",
|
||||
"pezcumulus-primitives-core/runtime-benchmarks",
|
||||
"pezkuwi-overseer/runtime-benchmarks",
|
||||
"pezsc-client-api/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-blockchain/runtime-benchmarks",
|
||||
"pezsp-state-machine/runtime-benchmarks",
|
||||
"pezsp-version/runtime-benchmarks",
|
||||
]
|
||||
|
||||
@@ -31,8 +31,8 @@ use codec::{Decode, Encode, Error as CodecError};
|
||||
use jsonrpsee_core::ClientError as JsonRpcError;
|
||||
use pezsp_api::ApiError;
|
||||
|
||||
use cumulus_primitives_core::relay_chain::{BlockId, CandidateEvent, Hash as RelayHash};
|
||||
pub use cumulus_primitives_core::{
|
||||
use pezcumulus_primitives_core::relay_chain::{BlockId, CandidateEvent, Hash as RelayHash};
|
||||
pub use pezcumulus_primitives_core::{
|
||||
relay_chain::{
|
||||
BlockNumber, CommittedCandidateReceiptV2 as CommittedCandidateReceipt, CoreIndex,
|
||||
CoreState, Hash as PHash, Header as PHeader, InboundHrmpMessage, OccupiedCoreAssumption,
|
||||
|
||||
Reference in New Issue
Block a user