Hydration node - Cross-chain liquidity protocol built with Polkadot-SDK

blockchain rust substrate
2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires identifying and clearing all relevant storage items associated with an asset when it's removed from the Hydration node's omnipool. This includes dynamic fees and potentially oracle entries. Further investigation is needed to determine if other storage items need to be cleared.

Complexity: 4/5
good first issue

Hydration node - Cross-chain liquidity protocol built with Polkadot-SDK

Rust
#blockchain#rust#substrate

AI Summary: Modify the asset registry in the Hydration node's Polkadot-SDK based cross-chain liquidity protocol to prevent enforcing asset IDs within a reserved range if the asset is registered from the genesis configuration. This involves adding a flag to the `do_register_asset` function to distinguish between genesis and runtime registrations, conditionally skipping the range check for genesis assets.

Complexity: 3/5
good first issue

Hydration node - Cross-chain liquidity protocol built with Polkadot-SDK

Rust
#blockchain#rust#substrate