Open Issues Need Help
View All on GitHubAI 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.
Hydration node - Cross-chain liquidity protocol built with Polkadot-SDK
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.
Hydration node - Cross-chain liquidity protocol built with Polkadot-SDK