mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
8e95a3e1aa
Working towards migrating the `parity-bridges-common` repo inside `polkadot-sdk`. This PR upgrades some dependencies in order to align them with the versions used in `parity-bridges-common` Related to https://github.com/paritytech/parity-bridges-common/issues/2538
Default Config Example Pallet
An example pallet demonstrating the ability to derive default testing configs via
#[derive_impl] and #[pallet::config(with_default)].
Run cargo doc --package pallet-default-config-example --open to view this pallet's documentation.
License: MIT-0