HydraDX-node
HydraDX-node copied to clipboard
HydraDX node - cross-chain liquidity protocol built on Substrate
Disable claim rewards of LM to prevent users to exit early. Add `join_farms` extrinsic Add `add_liquidity_and_join_farms` Add `exit_farms` TODOs: - [x] add 4 benchmark test for the new extrinsics -...
We need this as a part of issue https://github.com/galacticcouncil/hydration-node/issues/857 What we want for now: - DOT can be sent to hdyra. - And DOT can be sent to AH from...
Initial ICE implementation. TODO: - [ ] docs, comments, readme - [ ] benchmark - [x] tests implementation (stubs) - [ ] add math test for bying lrna - [x]...
### Description Batch extrinsic that includes omnipool swap and a call to revert fee to HDX with the ref_time estimated 6_167_235_546 is accepted by the node but not included into...
init-testnet script was broken by the asset registry i suspect the same will happen with the opengov update i would either fix it or move the functionality to the chainspec
i.e. omnipool is `omnipool` https://github.com/galacticcouncil/hydration-node/blob/298c94116fb69aee3a77d346c14842f06101a7a3/traits/src/oracle.rs#L239
### Description TransactionPaymentApi_query_info panic for `V3` or higher multi-location version when using with `polkadotXcm.limitedReserveTransferAssets` if account has 0 balance of transferred asset. ### Expected Behavior Should return correct estimation as...
Explore using pallet-asset-tx-payment in synergy with our tx fee payment storage to set default to simplify the logic of fee payment token usage. We could remove the free transaction to...
skip ed should be excluded, cc @dmoka _Originally posted by @mrq1911 in https://github.com/galacticcouncil/hydration-node/pull/889#discussion_r1785262523_
Currently it's not possible to get stablepool address easily. We need to either add the mapping into the storage or create runtime api