HydraDX-node icon indicating copy to clipboard operation
HydraDX-node copied to clipboard

HydraDX node - cross-chain liquidity protocol built on Substrate

Results 258 HydraDX-node issues
Sort by recently updated
recently updated
newest added

We are not firing feeWithdrawn event from the code.

Add a min shares slippage limit parameter to https://github.com/galacticcouncil/hydration-node/blob/34a04fc71acef631c4367980bdc6627935624316/pallets/omnipool-liquidity-mining/src/lib.rs#L1041 The underlaying call to add liquidity to stableswap should use add_assets_liquidity function which supports such limit. Before implementing this - clarify...

good first issue

Use https://forum.polkadot.network/t/papi-and-runtime-upgrades-making-dapps-truly-resilient/13178 to get diffs from runtime upgrades and flag API changes in builds. https://diff.papi.how/

https://github.com/galacticcouncil/Basilisk-node/issues/679

When someone transfer amount where leftover is less then ED, then the leftover get dusted and the account killed. We could consider transferring all amount when the totalBalance - toBeSentAmount...

so client can choose which currency to pay on every transaction like on asset hub ![Image](https://github.com/user-attachments/assets/159dd4f3-61f4-4450-97ca-e78ee469878c)

https://github.com/paritytech/polkadot-sdk/tree/polkadot-stable2412-6 Relevant stuff - XCMv5 necessary for multi-hop routing and advanced XCM use-cases - XCM improvements i.e. transact now doesn't need weight - RPC Performance improvements - FIxes - Beware:...

To support usecases like withdrawing USDT from omnipool where you have to partically remove liq. from your NFT position and then remove all shares received from Stableswap we need to...

Potion of unclaimable rewards returned to the `pot` after claim is allocated back to claimer. Staking state is updated at the beginning of claim function and user's unclaimable rewards returned...