Daniel Moka

Results 20 issues of Daniel Moka

### Description Soon we will have the best routes stored for each asset pairs. So it would mean we can cheaply get the price between two assets based on oracle...

Related issue: https://github.com/galacticcouncil/HydraDX-node/issues/844 - [x] adjust benchmark - [x] rebench on reference machine - [ ] maual test - [ ] check if dca works with buynig insuff, so HDX...

It appears that when we generate a new benchmark based on our template, the generated file does not include the WeightInfo trait with the associated functions for each benchmark. This...

Time to time we have breaking xcm integrations on PROD, for example when we do an upgrade. For example [this](https://moonbeam.subscan.io/xcm_message/polkadot-975ba80e59c8165f126e4f8e1d24ba4c66235a68) resulted in AssetTrapped event on Moonbeam side. We should write...

Fixes https://github.com/galacticcouncil/HydraDX-node/issues/832 - [ ] regenerate router weights on reference machine

Solves this: https://github.com/galacticcouncil/HydraDX-node/issues/820 - [x] rebenchmark router, update behchmark, then rebenchmark DCA with new weights - [ ] @mrq1911 find out the the XCM issue that where we should also...

Right now one can set onchain route for a route that does not contain any insufficient asset. We want to change the way to make it possible to set onchain...

The README.md of omnipool has not been updated with these 2 new extrinsics `add_liquidity_with_limit` and `remove_liquidity_with_limit`

When we want to store a route on-chain where the first trade asset_in, or last trade asset_out is share asset, then the first validation phase fails because we retrieve the...

In router sell and buy the user needs to specify the trades of the route: https://github.com/galacticcouncil/HydraDX-node/blob/8abf856afa839b798c4e39e38af2b2901f55739b/pallets/route-executor/src/lib.rs#L187 This contains duplicated data as the asset out is always the next trade asset...