chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
use crate::{Config, WeightInfo};
|
||||
use codec::{Decode, DecodeWithMemTracking, Encode};
|
||||
use pezframe_support::{pezpallet_prelude::TransactionSource, traits::OriginTrait};
|
||||
use scale_info::TypeInfo;
|
||||
use pezsp_io::hashing::blake2_256;
|
||||
use pezsp_runtime::{
|
||||
impl_tx_ext_default,
|
||||
@@ -32,12 +31,13 @@ use pezsp_runtime::{
|
||||
transaction_validity::{InvalidTransaction, TransactionValidityError, ValidTransaction},
|
||||
};
|
||||
use pezsp_weights::Weight;
|
||||
use scale_info::TypeInfo;
|
||||
|
||||
/// Extension that, if enabled, validates a signature type against the payload constructed from the
|
||||
/// call and the rest of the transaction extension pipeline. This extension provides the
|
||||
/// functionality that traditionally signed transactions had with the implicit signature checking
|
||||
/// implemented in [`Checkable`](pezsp_runtime::traits::Checkable). It is meant to be placed ahead of
|
||||
/// any other extensions that do authorization work in the [`TransactionExtension`] pipeline.
|
||||
/// implemented in [`Checkable`](pezsp_runtime::traits::Checkable). It is meant to be placed ahead
|
||||
/// of any other extensions that do authorization work in the [`TransactionExtension`] pipeline.
|
||||
#[derive(Encode, Decode, DecodeWithMemTracking, Clone, Eq, PartialEq, TypeInfo)]
|
||||
#[scale_info(skip_type_params(T))]
|
||||
pub enum VerifySignature<T>
|
||||
|
||||
Reference in New Issue
Block a user