mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 10:08:02 +00:00
49b6dfd2e5
* Cargo.lock after merge * Restore scale-info feature * Fully qualify TypeInfo derive * Skip PendingSwap T * Add missing skip_type_params attr * metadata docs features * Reduce pallet event attribute to struct * Cargo.lock * Update frame/balances/src/tests_composite.rs Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> * Line widths check * Cargo.lock * Add scale-info/std * Update frame/system/src/lib.rs Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> * Use `skip_type_params` to remove `TypeInfo` requirements on checks * Revert "Remove unused Call metadata stuff" This reverts commit 41311f85 * Skip BalanceSwapAction type parameter * Remove unused event metadata macro * Update frame-metadata * Update primitives/npos-elections/compact/src/codec.rs Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> * Manual TypeInfo for Header * Remove TypeInfo requirement for consts in BoundedVec etc. * Another TypeInfo bound removed * review: fix indentation * TypeInfo impls for Identity types * Add some todos to add custom TypeInfo impls * Update frame/support/procedural/src/pallet/expand/pallet_struct.rs Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> * Add some todos to add custom TypeInfo impls * Add a test for manual Data TypeInfo impl * Add custom TypeInfo impl for Vote * Era custom TypeInfo crimes * Revert finality-grandpa version to 0.14.z * review: renamed module to pallet_constants_metadata * New line at end of file * Add missing scale-info/std * Update frame/support/src/storage/types/mod.rs Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> * Remove StorageEntryType::Map unused flag * Add missing scale-info dependency after merge * SignedExtension::AdditionalSigned metadata * Update frame-metadata, use abbreviated docs and args fields * Update frame/example/Cargo.toml Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> * Add scale_info/std and remove unused scale-info dependency * Remove scale-info dependency * Remove treasury pallet::metadata * Remove redundant Event test * Add back scale-info as dev dependency * fix error metadata when no error defined in decl_module * Add Module3 to tests * Fix metadata test * Add docs feature to frame-support test * WIP fixing pallet metadata test * Remove redundant FunctionMetadata, FunctionArgumentMetadata as per https://github.com/paritytech/frame-metadata/pull/20 * Use main branch of frame-metadata * Use patch of scale-info for latest changes * Use latest patched scale-info * Manual TypeInfo for DigestItem * Manual TypeInfo for DigestItem * Update scale-info * Skip __Ignore variants for Error, depends on https://github.com/paritytech/scale-info/pull/117 * Named fields for FRAME v2 pallet Call variants * Named fields for FRAME v1 pallet Call variants * Add missing scale-info dependency * WIP expand benchmark call variant * fix benchmark with new function create a new function for each variant of a pallet call. This function is called by benchmarking macro in order not to break call creation with unnamed argument * fix tests * more fix * Fix staking tests * Fix offchain workers calls * Cherry pick rustfmt.toml from master * cargo +nightly-2021-06-22 fmt --all * Update to new call variant structs * More call variant struct updates * Remove unused import * More call variant structs * More call variant structs * Even more call variant structs * Mooar variant structs * Evermore variant structs * Call variant structs ad infinitum * Fmt * More call variants * Last call variant * Call variants all done? * Fix SS58Prefix type * Potential workaround for BitFlags<IdentityFields> TypeInfo * Enable docs capturing for Call, Event, and Error types * Fix IdentityFields TypeInfo * Remove metadata-docs feature * Add capture_docs = true for legacy Call, Event and Error types * Fmt * Fix metadata test type * Update benchmarks with call struct variants * Fmt * More test fixes * Fmt * Fix benches * Use latest capture_docs attr * Latest scale_info * Fmt * review: change &Vec to &[] * Remove pallet metadata attr * review: remove commented out test code * review: skip_type_params trailing comma suggestion * Update to scale-info 0.10.0 * Update construct_runtime ui tests, different because of metadata TypeInfo impls * Add some TypeInfo derives for UI tests * Update storage ensure span ui stderrs * Update call argument bound ui tests Possibly changed because change from tuple to struct variants? * Add scale-info dev dependency * Update to latest finality-grandpa release * review: missing newline * review: missing scale-info/std * review: remove duplicate scale-info/std * review: remove fully qualified TypeInfo * review: add missing scale-info/std * review: remove unnecessary imports. * Fmt * Use crates.io RC version of frame-metadata * Remove scale-info/std because it is a dev dependency * Add missing scale_info dev-dependency for test * Delete empty metadata folder * Fix sp_std import * review: improve manual UncheckedExtrinsic TypeInfo impl * review: use full scale-info for dev-dependency * Remove DefaultByteGetter impl * review: derive TypeInfo for generic header * Fmt * Update primitives/runtime/src/generic/unchecked_extrinsic.rs Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> * Update primitives/runtime/src/generic/unchecked_extrinsic.rs Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> * Update bin/node/executor/Cargo.toml Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update frame/identity/src/types.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update frame/support/src/dispatch.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Remove redundant derive * Simplify scale-info dependency * Strip underscore prefix from call variant struct names * Another underscore field * More underscore fields * Another underscore field * Update to frame-metadata 14.0.0-rc.2 with combined StorageEntryType::Map * Fmt * Revert weights formatting * Fix up some tests * Fix up some tests for StorageEntryTypeMetadata * scale-info dev dependency * Fix test error * Add missing TypeInfo derives * Add back missing scale-info dependency * Add back missing scale-info dependency * Fix npos compact impls * Cargo.lock * Fmt * Fix errors * Fmt * Fix renamed raw_solution field * Fix error * Fmt * Fix some benchmarks * Fmt * Stray R * Fix * Add missing TypeInfos * ui test fix * Fix line widths * Revert "ui test fix" This reverts commit 2d15ec058a216e3f92d713f1174603a2bb1eac65. * Upgrade to scale-info 0.11.0 * Revert "Upgrade to scale-info 0.11.0" This reverts commit 047bb179085a0059c36cd20ab405f55cf0867e28. * Add Runtime type * Update to scale-info 0.12 * Update to scale-info 1.0 * Update frame-metadata to version 14.0.0 * Patch finality-grandpa until release available * Fix metadata tests * Fix metadata tests * Fmt * Remove patched finality-grandpa * Fix tests, use scale_info imports * Fix pallet tests * Add BlockNumber TypeInfo bound * ui test fix * Cargo.lock * Remove pallet metadata * Cargo.lock * Add missing scale-info dependency * Remove pallet event metadata * Fix error * Fix collective errors * Semicolol * Fmt * Remove another metadata attribute * Add new variant to custom digest TypeInfo * Fmt * Cargo.lock from master * Remove comma lol * Fix example call error * Fix example call error properly Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
344 lines
13 KiB
Rust
344 lines
13 KiB
Rust
// This file is part of Substrate.
|
|
|
|
// Copyright (C) 2019-2021 Parity Technologies (UK) Ltd.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
//! # Utility Pallet
|
|
//! A stateless pallet with helpers for dispatch management which does no re-authentication.
|
|
//!
|
|
//! - [`Config`]
|
|
//! - [`Call`]
|
|
//!
|
|
//! ## Overview
|
|
//!
|
|
//! This pallet contains two basic pieces of functionality:
|
|
//! - Batch dispatch: A stateless operation, allowing any origin to execute multiple calls in a
|
|
//! single dispatch. This can be useful to amalgamate proposals, combining `set_code` with
|
|
//! corresponding `set_storage`s, for efficient multiple payouts with just a single signature
|
|
//! verify, or in combination with one of the other two dispatch functionality.
|
|
//! - Pseudonymal dispatch: A stateless operation, allowing a signed origin to execute a call from
|
|
//! an alternative signed origin. Each account has 2 * 2**16 possible "pseudonyms" (alternative
|
|
//! account IDs) and these can be stacked. This can be useful as a key management tool, where you
|
|
//! need multiple distinct accounts (e.g. as controllers for many staking accounts), but where
|
|
//! it's perfectly fine to have each of them controlled by the same underlying keypair. Derivative
|
|
//! accounts are, for the purposes of proxy filtering considered exactly the same as the origin
|
|
//! and are thus hampered with the origin's filters.
|
|
//!
|
|
//! Since proxy filters are respected in all dispatches of this pallet, it should never need to be
|
|
//! filtered by any proxy.
|
|
//!
|
|
//! ## Interface
|
|
//!
|
|
//! ### Dispatchable Functions
|
|
//!
|
|
//! #### For batch dispatch
|
|
//! * `batch` - Dispatch multiple calls from the sender's origin.
|
|
//!
|
|
//! #### For pseudonymal dispatch
|
|
//! * `as_derivative` - Dispatch a call from a derivative signed origin.
|
|
|
|
// Ensure we're `no_std` when compiling for Wasm.
|
|
#![cfg_attr(not(feature = "std"), no_std)]
|
|
|
|
mod benchmarking;
|
|
mod tests;
|
|
pub mod weights;
|
|
|
|
use codec::{Decode, Encode};
|
|
use frame_support::{
|
|
dispatch::PostDispatchInfo,
|
|
traits::{IsSubType, OriginTrait, UnfilteredDispatchable},
|
|
transactional,
|
|
weights::{extract_actual_weight, GetDispatchInfo},
|
|
};
|
|
use sp_core::TypeId;
|
|
use sp_io::hashing::blake2_256;
|
|
use sp_runtime::traits::Dispatchable;
|
|
use sp_std::prelude::*;
|
|
pub use weights::WeightInfo;
|
|
|
|
pub use pallet::*;
|
|
|
|
#[frame_support::pallet]
|
|
pub mod pallet {
|
|
use super::*;
|
|
use frame_support::pallet_prelude::*;
|
|
use frame_system::pallet_prelude::*;
|
|
|
|
#[pallet::pallet]
|
|
#[pallet::generate_store(pub(super) trait Store)]
|
|
pub struct Pallet<T>(_);
|
|
|
|
/// Configuration trait.
|
|
#[pallet::config]
|
|
pub trait Config: frame_system::Config {
|
|
/// The overarching event type.
|
|
type Event: From<Event> + IsType<<Self as frame_system::Config>::Event>;
|
|
|
|
/// The overarching call type.
|
|
type Call: Parameter
|
|
+ Dispatchable<Origin = Self::Origin, PostInfo = PostDispatchInfo>
|
|
+ GetDispatchInfo
|
|
+ From<frame_system::Call<Self>>
|
|
+ UnfilteredDispatchable<Origin = Self::Origin>
|
|
+ IsSubType<Call<Self>>
|
|
+ IsType<<Self as frame_system::Config>::Call>;
|
|
|
|
/// Weight information for extrinsics in this pallet.
|
|
type WeightInfo: WeightInfo;
|
|
}
|
|
|
|
#[pallet::event]
|
|
#[pallet::generate_deposit(pub(super) fn deposit_event)]
|
|
pub enum Event {
|
|
/// Batch of dispatches did not complete fully. Index of first failing dispatch given, as
|
|
/// well as the error. \[index, error\]
|
|
BatchInterrupted(u32, DispatchError),
|
|
/// Batch of dispatches completed fully with no error.
|
|
BatchCompleted,
|
|
/// A single item within a Batch of dispatches has completed with no error.
|
|
ItemCompleted,
|
|
}
|
|
|
|
#[pallet::extra_constants]
|
|
impl<T: Config> Pallet<T> {
|
|
/// The limit on the number of batched calls.
|
|
fn batched_calls_limit() -> u32 {
|
|
let allocator_limit = sp_core::MAX_POSSIBLE_ALLOCATION;
|
|
let call_size = core::mem::size_of::<<T as Config>::Call>() as u32;
|
|
// The margin to take into account vec doubling capacity.
|
|
let margin_factor = 3;
|
|
|
|
allocator_limit / margin_factor / call_size
|
|
}
|
|
}
|
|
|
|
#[pallet::error]
|
|
pub enum Error<T> {
|
|
/// Too many calls batched.
|
|
TooManyCalls,
|
|
}
|
|
|
|
#[pallet::call]
|
|
impl<T: Config> Pallet<T> {
|
|
/// Send a batch of dispatch calls.
|
|
///
|
|
/// May be called from any origin.
|
|
///
|
|
/// - `calls`: The calls to be dispatched from the same origin. The number of call must not
|
|
/// exceed the constant: `batched_calls_limit` (available in constant metadata).
|
|
///
|
|
/// If origin is root then call are dispatch without checking origin filter. (This includes
|
|
/// bypassing `frame_system::Config::BaseCallFilter`).
|
|
///
|
|
/// # <weight>
|
|
/// - Complexity: O(C) where C is the number of calls to be batched.
|
|
/// # </weight>
|
|
///
|
|
/// This will return `Ok` in all circumstances. To determine the success of the batch, an
|
|
/// event is deposited. If a call failed and the batch was interrupted, then the
|
|
/// `BatchInterrupted` event is deposited, along with the number of successful calls made
|
|
/// and the error of the failed call. If all were successful, then the `BatchCompleted`
|
|
/// event is deposited.
|
|
#[pallet::weight({
|
|
let dispatch_infos = calls.iter().map(|call| call.get_dispatch_info()).collect::<Vec<_>>();
|
|
let dispatch_weight = dispatch_infos.iter()
|
|
.map(|di| di.weight)
|
|
.fold(0, |total: Weight, weight: Weight| total.saturating_add(weight))
|
|
.saturating_add(T::WeightInfo::batch(calls.len() as u32));
|
|
let dispatch_class = {
|
|
let all_operational = dispatch_infos.iter()
|
|
.map(|di| di.class)
|
|
.all(|class| class == DispatchClass::Operational);
|
|
if all_operational {
|
|
DispatchClass::Operational
|
|
} else {
|
|
DispatchClass::Normal
|
|
}
|
|
};
|
|
(dispatch_weight, dispatch_class)
|
|
})]
|
|
pub fn batch(
|
|
origin: OriginFor<T>,
|
|
calls: Vec<<T as Config>::Call>,
|
|
) -> DispatchResultWithPostInfo {
|
|
let is_root = ensure_root(origin.clone()).is_ok();
|
|
let calls_len = calls.len();
|
|
ensure!(calls_len <= Self::batched_calls_limit() as usize, Error::<T>::TooManyCalls);
|
|
|
|
// Track the actual weight of each of the batch calls.
|
|
let mut weight: Weight = 0;
|
|
for (index, call) in calls.into_iter().enumerate() {
|
|
let info = call.get_dispatch_info();
|
|
// If origin is root, don't apply any dispatch filters; root can call anything.
|
|
let result = if is_root {
|
|
call.dispatch_bypass_filter(origin.clone())
|
|
} else {
|
|
call.dispatch(origin.clone())
|
|
};
|
|
// Add the weight of this call.
|
|
weight = weight.saturating_add(extract_actual_weight(&result, &info));
|
|
if let Err(e) = result {
|
|
Self::deposit_event(Event::BatchInterrupted(index as u32, e.error));
|
|
// Take the weight of this function itself into account.
|
|
let base_weight = T::WeightInfo::batch(index.saturating_add(1) as u32);
|
|
// Return the actual used weight + base_weight of this call.
|
|
return Ok(Some(base_weight + weight).into())
|
|
}
|
|
Self::deposit_event(Event::ItemCompleted);
|
|
}
|
|
Self::deposit_event(Event::BatchCompleted);
|
|
let base_weight = T::WeightInfo::batch(calls_len as u32);
|
|
Ok(Some(base_weight + weight).into())
|
|
}
|
|
|
|
/// Send a call through an indexed pseudonym of the sender.
|
|
///
|
|
/// Filter from origin are passed along. The call will be dispatched with an origin which
|
|
/// use the same filter as the origin of this call.
|
|
///
|
|
/// NOTE: If you need to ensure that any account-based filtering is not honored (i.e.
|
|
/// because you expect `proxy` to have been used prior in the call stack and you do not want
|
|
/// the call restrictions to apply to any sub-accounts), then use `as_multi_threshold_1`
|
|
/// in the Multisig pallet instead.
|
|
///
|
|
/// NOTE: Prior to version *12, this was called `as_limited_sub`.
|
|
///
|
|
/// The dispatch origin for this call must be _Signed_.
|
|
#[pallet::weight({
|
|
let dispatch_info = call.get_dispatch_info();
|
|
(
|
|
T::WeightInfo::as_derivative()
|
|
.saturating_add(dispatch_info.weight)
|
|
// AccountData for inner call origin accountdata.
|
|
.saturating_add(T::DbWeight::get().reads_writes(1, 1)),
|
|
dispatch_info.class,
|
|
)
|
|
})]
|
|
pub fn as_derivative(
|
|
origin: OriginFor<T>,
|
|
index: u16,
|
|
call: Box<<T as Config>::Call>,
|
|
) -> DispatchResultWithPostInfo {
|
|
let mut origin = origin;
|
|
let who = ensure_signed(origin.clone())?;
|
|
let pseudonym = Self::derivative_account_id(who, index);
|
|
origin.set_caller_from(frame_system::RawOrigin::Signed(pseudonym));
|
|
let info = call.get_dispatch_info();
|
|
let result = call.dispatch(origin);
|
|
// Always take into account the base weight of this call.
|
|
let mut weight = T::WeightInfo::as_derivative()
|
|
.saturating_add(T::DbWeight::get().reads_writes(1, 1));
|
|
// Add the real weight of the dispatch.
|
|
weight = weight.saturating_add(extract_actual_weight(&result, &info));
|
|
result
|
|
.map_err(|mut err| {
|
|
err.post_info = Some(weight).into();
|
|
err
|
|
})
|
|
.map(|_| Some(weight).into())
|
|
}
|
|
|
|
/// Send a batch of dispatch calls and atomically execute them.
|
|
/// The whole transaction will rollback and fail if any of the calls failed.
|
|
///
|
|
/// May be called from any origin.
|
|
///
|
|
/// - `calls`: The calls to be dispatched from the same origin. The number of call must not
|
|
/// exceed the constant: `batched_calls_limit` (available in constant metadata).
|
|
///
|
|
/// If origin is root then call are dispatch without checking origin filter. (This includes
|
|
/// bypassing `frame_system::Config::BaseCallFilter`).
|
|
///
|
|
/// # <weight>
|
|
/// - Complexity: O(C) where C is the number of calls to be batched.
|
|
/// # </weight>
|
|
#[pallet::weight({
|
|
let dispatch_infos = calls.iter().map(|call| call.get_dispatch_info()).collect::<Vec<_>>();
|
|
let dispatch_weight = dispatch_infos.iter()
|
|
.map(|di| di.weight)
|
|
.fold(0, |total: Weight, weight: Weight| total.saturating_add(weight))
|
|
.saturating_add(T::WeightInfo::batch_all(calls.len() as u32));
|
|
let dispatch_class = {
|
|
let all_operational = dispatch_infos.iter()
|
|
.map(|di| di.class)
|
|
.all(|class| class == DispatchClass::Operational);
|
|
if all_operational {
|
|
DispatchClass::Operational
|
|
} else {
|
|
DispatchClass::Normal
|
|
}
|
|
};
|
|
(dispatch_weight, dispatch_class)
|
|
})]
|
|
#[transactional]
|
|
pub fn batch_all(
|
|
origin: OriginFor<T>,
|
|
calls: Vec<<T as Config>::Call>,
|
|
) -> DispatchResultWithPostInfo {
|
|
let is_root = ensure_root(origin.clone()).is_ok();
|
|
let calls_len = calls.len();
|
|
ensure!(calls_len <= Self::batched_calls_limit() as usize, Error::<T>::TooManyCalls);
|
|
|
|
// Track the actual weight of each of the batch calls.
|
|
let mut weight: Weight = 0;
|
|
for (index, call) in calls.into_iter().enumerate() {
|
|
let info = call.get_dispatch_info();
|
|
// If origin is root, bypass any dispatch filter; root can call anything.
|
|
let result = if is_root {
|
|
call.dispatch_bypass_filter(origin.clone())
|
|
} else {
|
|
let mut filtered_origin = origin.clone();
|
|
// Don't allow users to nest `batch_all` calls.
|
|
filtered_origin.add_filter(move |c: &<T as frame_system::Config>::Call| {
|
|
let c = <T as Config>::Call::from_ref(c);
|
|
!matches!(c.is_sub_type(), Some(Call::batch_all { .. }))
|
|
});
|
|
call.dispatch(filtered_origin)
|
|
};
|
|
// Add the weight of this call.
|
|
weight = weight.saturating_add(extract_actual_weight(&result, &info));
|
|
result.map_err(|mut err| {
|
|
// Take the weight of this function itself into account.
|
|
let base_weight = T::WeightInfo::batch_all(index.saturating_add(1) as u32);
|
|
// Return the actual used weight + base_weight of this call.
|
|
err.post_info = Some(base_weight + weight).into();
|
|
err
|
|
})?;
|
|
Self::deposit_event(Event::ItemCompleted);
|
|
}
|
|
Self::deposit_event(Event::BatchCompleted);
|
|
let base_weight = T::WeightInfo::batch_all(calls_len as u32);
|
|
Ok(Some(base_weight + weight).into())
|
|
}
|
|
}
|
|
}
|
|
|
|
/// A pallet identifier. These are per pallet and should be stored in a registry somewhere.
|
|
#[derive(Clone, Copy, Eq, PartialEq, Encode, Decode)]
|
|
struct IndexedUtilityPalletId(u16);
|
|
|
|
impl TypeId for IndexedUtilityPalletId {
|
|
const TYPE_ID: [u8; 4] = *b"suba";
|
|
}
|
|
|
|
impl<T: Config> Pallet<T> {
|
|
/// Derive a derivative account ID from the owner account and the sub-account index.
|
|
pub fn derivative_account_id(who: T::AccountId, index: u16) -> T::AccountId {
|
|
let entropy = (b"modlpy/utilisuba", who, index).using_encoded(blake2_256);
|
|
T::AccountId::decode(&mut &entropy[..]).unwrap_or_default()
|
|
}
|
|
}
|