feat: add NominationPoolsApi and StakingApi to Asset Hub runtime

- Implement NominationPoolsApi (pending_rewards, points_to_balance, etc.)
- Implement StakingApi (nominations_quota, eras_stakers_page_count, pending_rewards)
- Fix ss58-registry doc-test crate name (pezkuwi → pezsp)
- Update CRITICAL_STATE.md with current network status and pending tasks
This commit is contained in:
2026-02-14 10:53:06 +03:00
parent 7537c1703d
commit d2e722dd14
3 changed files with 193 additions and 2 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ impl Token {
/// `TokenRegistry` variant.
///
/// ```
/// # use pezkuwi_ss58_registry::{Token, TokenRegistry};
/// # use pezsp_ss58_registry::{Token, TokenRegistry};
/// # #[cfg(feature = "std")]
/// # fn x() {
/// let token: Token = TokenRegistry::Hez.into();
@@ -60,7 +60,7 @@ impl Token {
/// different amounts.
///
/// ```
/// # use pezkuwi_ss58_registry::{Token, TokenAmount};
/// # use pezsp_ss58_registry::{Token, TokenAmount};
/// # #[cfg(feature = "std")]
/// # fn x() {
/// let token = Token { name: "I❤U", decimals: 8 };