3139ffa25e
- 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
25 lines
563 B
TOML
25 lines
563 B
TOML
[package]
|
|
name = "pezpallet-staking-reward-fn"
|
|
version = "19.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
description = "Reward function for FRAME staking pezpallet"
|
|
documentation = "https://docs.rs/pezpallet-staking-reward-fn"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
pezsp-arithmetic = { workspace = true }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["log/std", "pezsp-arithmetic/std"]
|