mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 15:41:02 +00:00
7623aba639
* Fellowship into Collectives * cargo.lock * tracks alias * allow to send Fellows origin over XCM * update todos, remove duplication of type * use Collectives location for Fellows body * alias for ranks constants * benchmarks * proxy for Fellowship * docs * correct copyright date * Apply suggestions from code review Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * rustfmt * remove council, update origins * renames * remove tech committee from promote origin * renames * doc nits * weights with new api * sane weights for pallet_scheduler * XCM tweaks for OpenGov (#2305) * updated xcm configs for collectives and statemint * remove xcm send from safe filter * remove prod_or_fast * remove empty line * drop redundant aggregation * remove match arm duplication --------- Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
26 lines
742 B
Rust
26 lines
742 B
Rust
pub mod block_weights;
|
|
pub mod cumulus_pallet_xcmp_queue;
|
|
pub mod extrinsic_weights;
|
|
pub mod frame_system;
|
|
pub mod pallet_alliance;
|
|
pub mod pallet_balances;
|
|
pub mod pallet_collator_selection;
|
|
pub mod pallet_collective;
|
|
pub mod pallet_multisig;
|
|
pub mod pallet_preimage;
|
|
pub mod pallet_proxy;
|
|
pub mod pallet_ranked_collective;
|
|
pub mod pallet_referenda;
|
|
pub mod pallet_scheduler;
|
|
pub mod pallet_session;
|
|
pub mod pallet_timestamp;
|
|
pub mod pallet_utility;
|
|
pub mod pallet_xcm;
|
|
pub mod paritydb_weights;
|
|
pub mod rocksdb_weights;
|
|
|
|
pub use block_weights::constants::BlockExecutionWeight;
|
|
pub use extrinsic_weights::constants::ExtrinsicBaseWeight;
|
|
pub use paritydb_weights::constants::ParityDbWeight;
|
|
pub use rocksdb_weights::constants::RocksDbWeight;
|