snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Reward Curve for FRAME staking pallet"
documentation = "https://docs.rs/pezpallet-staking-reward-curve"
[lints]
workspace = true
@@ -79,7 +79,7 @@ pub fn build(input: TokenStream) -> TokenStream {
let declaration = generate_piecewise_linear(points);
let test_module = generate_test_module(&input);
let imports = match crate_name("sp-runtime") {
let imports = match crate_name("pezsp-runtime") {
Ok(FoundCrate::Itself) => quote!(
#[doc(hidden)]
pub use pezsp_runtime as _sp_runtime;