Dusan Morhac

Results 116 issues of Dusan Morhac

Explore whether these libraries are needed in the XCM Router: ``` "hydradx": "link:@galacticcouncil/api-augment/hydradx" "@galacticcouncil/api-augment": "^0.3.1" ``` If we can safely remove them without affecting the functionality do so.

enhancement
being worked on
XCM ROUTER

Inspiration credit belongs to: https://hackmd.io/@n9QBuDYOQXG-nWCBrwx8YQ/SJ-rbyFkee This should happen under the hood. Firstly, check whether the message works out by dry running, and if not, then try to dry run the...

enhancement
being worked on
XCM SDK

There are some strange occurences, where XCM API builds in main, but doesn't build on deploy. To avoid these we should build health endpoints around XCM API to ensure everything...

enhancement
being worked on
XCM API

Include function that checks if ED on destination chain will be met for certain asset. verifyExistentialDepositOnDestination(tx) //verifies whether ED will be met once the call is sent Should check for...

enhancement
being worked on
XCM SDK

There is a way to make router 1 signature only. Explore how we can achieve this to bring better UX to devs and users.

enhancement
XCM ROUTER

We can use a query to directly retrieve XCM delivery fee. Inspiration: - https://github.com/Snowfork/snowbridge/blob/6bb4368303752dd3c7448edaed284777c3f47422/web/packages/api/src/assets_v2.ts#L377

enhancement
XCM ROUTER

Right now, implementing testnet means, you need to select main net copy of testnet chain eg. (Paseo & Polkadot) and input was endpoint of Paseo. Integrate wider support for testnet,...

enhancement
XCM SDK
XCM API

Acala Chopsticks might allow us to dry-run certain extrinsics to enhance the e2e tests. Explore if this is the case.

Enhancement
XCM SDK

Instead of choosing XCM version manually, use query to get safeXCM version and select version based on what chain says is safe. Add to scripts also to update monthly. Relay...

enhancement
XCM SDK

Chainflip is supposed to be a new way of onboarding native stablecoins and other assets into the Polkadot ecosystem. It's worth implementing.

Enhancement
XCM SDK