fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members - Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml - Fix Rust import ordering with cargo fmt - Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
This commit is contained in:
@@ -63,10 +63,10 @@ xcm = { workspace = true, default-features = true }
|
||||
default = []
|
||||
test-helpers = []
|
||||
runtime-benchmarks = [
|
||||
"pez-finality-relay/runtime-benchmarks",
|
||||
"pezbp-header-pez-chain/runtime-benchmarks",
|
||||
"pezbp-messages/runtime-benchmarks",
|
||||
"pezbp-pezkuwi-core/runtime-benchmarks",
|
||||
"pez-finality-relay/runtime-benchmarks",
|
||||
"pezbp-runtime/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks",
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
use crate::calls::UtilityCall;
|
||||
|
||||
use crate::SimpleRuntimeVersion;
|
||||
use pezbp_header_pez_chain::ChainWithGrandpa as ChainWithGrandpaBase;
|
||||
use pezbp_messages::ChainWithMessages as ChainWithMessagesBase;
|
||||
use codec::{Codec, Decode, Encode, MaxEncodedLen};
|
||||
use jsonrpsee::core::{DeserializeOwned, Serialize};
|
||||
use num_traits::Zero;
|
||||
use pezbp_header_pez_chain::ChainWithGrandpa as ChainWithGrandpaBase;
|
||||
use pezbp_messages::ChainWithMessages as ChainWithMessagesBase;
|
||||
use pezbp_runtime::{
|
||||
Chain as ChainBase, EncodedOrDecodedCall, HashOf, Teyrchain as TeyrchainBase, TransactionEra,
|
||||
TransactionEraOf, UnderlyingChainProvider,
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
//! Bizinikiwi node RPC errors.
|
||||
|
||||
use crate::{BlockNumberOf, Chain, HashOf, SimpleRuntimeVersion};
|
||||
use jsonrpsee::core::ClientError as RpcError;
|
||||
use pezbp_header_pez_chain::SubmitFinalityProofCallExtras;
|
||||
use pezbp_pezkuwi_core::teyrchains::ParaId;
|
||||
use jsonrpsee::core::ClientError as RpcError;
|
||||
use pezsc_rpc_api::system::Health;
|
||||
use pezsp_core::{storage::StorageKey, Bytes};
|
||||
use pezsp_runtime::transaction_validity::TransactionValidityError;
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Parity Bridges Common. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
use pezbp_header_pez_chain::ConsensusLogReader;
|
||||
use pez_finality_relay::SourceHeader as FinalitySourceHeader;
|
||||
use pezbp_header_pez_chain::ConsensusLogReader;
|
||||
use pezsp_runtime::traits::Header as HeaderT;
|
||||
|
||||
/// Generic wrapper for `pezsp_runtime::traits::Header` based headers, that
|
||||
|
||||
@@ -25,8 +25,8 @@ use crate::{
|
||||
Chain, ChainWithBalances, ChainWithMessages, ChainWithRewards, ChainWithTransactions,
|
||||
Error as BizinikiwiError, SignParam, UnsignedTransaction,
|
||||
};
|
||||
use pezbp_messages::{ChainWithMessages as ChainWithMessagesBase, MessageNonce};
|
||||
use codec::{Decode, DecodeWithMemTracking, Encode, MaxEncodedLen};
|
||||
use pezbp_messages::{ChainWithMessages as ChainWithMessagesBase, MessageNonce};
|
||||
use pezbp_runtime::ChainId;
|
||||
use pezframe_support::{pezsp_runtime::StateVersion, weights::Weight};
|
||||
use scale_info::TypeInfo;
|
||||
|
||||
Reference in New Issue
Block a user