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

HydraDX node - cross-chain liquidity protocol built on Substrate

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

Omnipool and its LM rely on NFT traits for creating position instances, these traits are implemented in the `pallet_nft` currently used by the Basilisk. - [x] move pallet nft to...

- [x] make sure we don't have stray data (remove everything not needed) - [x] make sure we migrate all the data we want (i.e. locks) - [x] triple all...

in addition to current pallets, add few pallets from our dependencies as well (tokens, elections, balances ...)

currently native token fees are burned https://github.com/galacticcouncil/warehouse/blob/main/transaction-multi-payment/src/lib.rs#L394

new section in hydra docs, similar to the https://docs.hydradx.io/node_setup regarding basic collator setup if they want to build node from src it has to be from branch `hydra-parachain`, or they...

infrastructure

based on tech spec

Prepare crowdloan contribution calculation scripts and data for batch contributors like Bifrost and Parallel. They will need to construct scheduled sudo batch calls with vested transfers and vesting. We'll then...

We should disable remark for non pallet or non-governance uses to avoid spamming with cheap transactions.

For the sake of improving our collaboration between the runtime and the client side team, i propose the following process / configuration separation. Concerning runtime features / configuration: - production...

What I am thinking is that we might want to simplify this sooner than expected since this brings so many questions and probably performance implications. What we wanted to do...