Dusan Morhac

Results 116 issues of Dusan Morhac

Currently we support only Polkadot and Kusama asset hubs in router, Paseo one uses same pallets, add it. Check if adding Westend one is feasible also.

Enhancement
XCM ROUTER

Currently, the left menu in the playground is not collapsible, it would be nice to make it collapsible, as it will help mobile users.

Enhancement
XCM Playground
Reserved 🔐

Noble libraries introduced couple of breaking changes in v2, update them.

Maintenance work
XCM SDK

It would be nice if we can create ALICE or ALITH or other testnet accounts for user if they wish to do quick local testing, wrapping all signer logic for...

Enhancement
XCM SDK

Router currently only accepts strings, add support for bigint.

Enhancement

Add ability to chat with AI Agent which will based on requirements open specific link - select specific chains, customize background or date.

Enhancement
XCM Visualizer

This would enhance sinplicity of logic in SDK which now uses complicated symbol fallbacks which is not necessary. We will then be able to fully switch into location selection under...

Enhancement
XCM Tools

Currently, we fallback to symbol comparison, but this is not correct, because destination may have multiple symbols of same asset, so SDK is unable to pick. Improve this, so that...

Enhancement
XCM SDK

Currently we use PJS version of Hydration SDK, they have released PAPI version. Migrate towards PAPI version.

Maintenance work
XCM ROUTER

Currently, we use too many custom errors refactor them to make more sense and to be more uniform.

Maintenance work
XCM Tools