HydraDX-node
HydraDX-node copied to clipboard
HydraDX node - cross-chain liquidity protocol built on Substrate
even the gradual change is limited to jump by 1, so if the amplification is low (
When we do an LBP trade we should not kill the account when we transfer?! Also, for a LBP Sell trade, we take more than specified amountIn in router param....
In order to check the currency in which a transaction was paid, currently one has to look up `currencies.withdrawn` event in the same block. (once https://github.com/galacticcouncil/hydration-node/issues/1032 is fixed) We should...
details: - the result of execution - return value - consumed gas
https://github.com/CoinFabrik/scout-audit/ Run Scout on the existing code, fix issues Integrate into the CI/CD pipeline
There are numerous actions we are doing that would benefit this including complex XCM calls, Governance actions, or simply doing some strategies for end users which require inputs of the...
Currently we use minimum budget as minimum single swap amount for rolling DCA we could make it a little lower as it could be quite high if HDX pumps
Stableswap spot price calculation returns the result in reserved, so we should inverse it to be consistent with other APIs. https://github.com/galacticcouncil/hydration-node/blob/ea4e622fe5adb0dda12dd4000ac6b55849ff7649/math/src/stableswap/math.rs#L771 Before this is done, we inverse it in the...
currently it seems that it is not possible to stop benchmarking script by ctrl-c for some reason. it would be good to be able to do it.
Current integration test setup is very brittle and is not assuming full working blockchain. On top of this there are too many assertions unit testing what should already have been...