mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Companion for substrate/pull/8596 (#2895)
* Add weight types * Add missing types * update Substrate * Fix build * Fix bench build * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_membership --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Co-authored-by: parity-processbot <> Co-authored-by: Parity Benchmarking Bot <admin@parity.io>
This commit is contained in:
@@ -883,6 +883,8 @@ impl pallet_membership::Config for Runtime {
|
||||
type PrimeOrigin = EnsureRoot<AccountId>;
|
||||
type MembershipInitialized = Collective;
|
||||
type MembershipChanged = Collective;
|
||||
type MaxMembers = MaxMembers;
|
||||
type WeightInfo = ();
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "disable-runtime-api"))]
|
||||
|
||||
Reference in New Issue
Block a user