fix: Complete snowbridge pezpallet rebrand and critical bug fixes
- snowbridge-pezpallet-* → pezsnowbridge-pezpallet-* (201 refs) - pallet/ directories → pezpallet/ (4 locations) - Fixed pezpallet.rs self-include recursion bug - Fixed sc-chain-spec hardcoded crate name in derive macro - Reverted .pezpallet_by_name() to .pallet_by_name() (subxt API) - Added BizinikiwiConfig type alias for zombienet tests - Deleted obsolete session state files Verified: pezsnowbridge-pezpallet-*, pezpallet-staking, pezpallet-staking-async, pezframe-benchmarking-cli all pass cargo check
This commit is contained in:
@@ -15,44 +15,44 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//! # FRAME Pallet Examples
|
||||
//! # FRAME Pezpallet Examples
|
||||
//!
|
||||
//! This crate contains a collection of simple examples of FRAME pallets, demonstrating useful
|
||||
//! features in action. It is not intended to be used in production.
|
||||
//!
|
||||
//! ## Pallets
|
||||
//!
|
||||
//! - [`pezpallet_example_basic`]: This pallet demonstrates concepts, APIs and structures common to
|
||||
//! - [`pezpallet_example_basic`]: This pezpallet demonstrates concepts, APIs and structures common to
|
||||
//! most FRAME runtimes.
|
||||
//!
|
||||
//! - [`pezpallet_example_offchain_worker`]: This pallet demonstrates concepts, APIs and structures
|
||||
//! - [`pezpallet_example_offchain_worker`]: This pezpallet demonstrates concepts, APIs and structures
|
||||
//! common to most offchain workers.
|
||||
//!
|
||||
//! - [`pezpallet_default_config_example`]: This pallet demonstrates different ways to implement the
|
||||
//! - [`pezpallet_default_config_example`]: This pezpallet demonstrates different ways to implement the
|
||||
//! `Config` trait of pallets.
|
||||
//!
|
||||
//! - [`pezpallet_dev_mode`]: This pallet demonstrates the ease of requirements for a pallet in "dev
|
||||
//! - [`pezpallet_dev_mode`]: This pezpallet demonstrates the ease of requirements for a pezpallet in "dev
|
||||
//! mode".
|
||||
//!
|
||||
//! - [`pezpallet_example_kitchensink`]: This pallet demonstrates a catalog of all FRAME macros in use
|
||||
//! - [`pezpallet_example_kitchensink`]: This pezpallet demonstrates a catalog of all FRAME macros in use
|
||||
//! and their various syntax options.
|
||||
//!
|
||||
//! - [`pezpallet_example_split`]: A simple example of a FRAME pallet demonstrating the ability to
|
||||
//! - [`pezpallet_example_split`]: A simple example of a FRAME pezpallet demonstrating the ability to
|
||||
//! split sections across multiple files.
|
||||
//!
|
||||
//! - [`pezpallet_example_frame_crate`]: Example pallet showcasing how one can be built using only the
|
||||
//! - [`pezpallet_example_frame_crate`]: Example pezpallet showcasing how one can be built using only the
|
||||
//! `frame` umbrella crate.
|
||||
//!
|
||||
//! - [`pezpallet_example_single_block_migrations`]: An example pallet demonstrating best-practices for
|
||||
//! - [`pezpallet_example_single_block_migrations`]: An example pezpallet demonstrating best-practices for
|
||||
//! writing storage migrations.
|
||||
//!
|
||||
//! - [`pezpallet_example_tasks`]: This pallet demonstrates the use of `Tasks` to execute service work.
|
||||
//! - [`pezpallet_example_tasks`]: This pezpallet demonstrates the use of `Tasks` to execute service work.
|
||||
//!
|
||||
//! - [`pezpallet_example_view_functions`]: This pallet demonstrates the use of view functions to query
|
||||
//! pallet state.
|
||||
//! - [`pezpallet_example_view_functions`]: This pezpallet demonstrates the use of view functions to query
|
||||
//! pezpallet state.
|
||||
//!
|
||||
//! - [`pezpallet_example_authorization_tx_extension`]: An example `TransactionExtension` that
|
||||
//! authorizes a custom origin through signature validation, along with two support pallets to
|
||||
//! showcase the usage.
|
||||
//!
|
||||
//! **Tip**: Use `cargo doc --package <pezpallet-name> --open` to view each pallet's documentation.
|
||||
//! **Tip**: Use `cargo doc --package <pezpallet-name> --open` to view each pezpallet's documentation.
|
||||
|
||||
Reference in New Issue
Block a user