Daniel Moka
Daniel Moka
I am going to pick this up as discussed with @lumir-mrkva that we want to utilize auctions soon on Basilisk.
@green-jay , as for pallet-nft, I just updated to the latest version and everything is still functional, so no breaking changes. I guess it is fine, or did you expect...
> Completed? Nope, we froze the work regarding this, as it had low priority. Some work has been done on branch `feat/finalize-nft-marketplace`, but not complete. We are planning to add...
It is not a bug, as we do reanchoring of those assets when we construct the XCM message. But it is indeed implicit, will refactor it to make the assets...
PR to make AH DOT reserve: https://github.com/galacticcouncil/hydration-node/pull/896
When we do the flippening and change the location of DOT in our asset registry, we also need to change it in code: https://github.com/galacticcouncil/hydration-node/blob/eddc67f3b0e7ea8f8c979e90004b3c016f7afb90/runtime/hydradx/src/assets.rs#L777
To make it work with XcmPaymentApi `0.3.0` or `0.4.0` we would need first to upgrade to polkadot xcm `1.13` or `1.14` respectively. The earlier versions of XcmPaymentApi don't contain the...
> orml-tokens needs be rebenchmarked also, you introduced new storage ops into each transfer done!
We can utilize the [Polkadot Ecosystem Tests](https://github.com/open-web3-stack/polkadot-ecosystem-tests) and run it in our CI: - We do a migration on the current wasm so we get the new one. Check [here](https://github.com/galacticcouncil/hydration-node/tree/feat/chop-tests/smoke-tests/tests/hydradx)...
We added it https://github.com/galacticcouncil/hydration-node/pull/893, now we just need to extend it with additional use cases