Dusan Morhac

Results 116 issues of Dusan Morhac

Execute is very flexible and brilliantly covers many use cases so it allows us to implement this instruction in very generic way - further saving space and enhancing customizability of...

Enhancement
XCM SDK

Right now we don't check wheter there is HRMP channel open between the two chains, rather we are counting on dryrun failing, but we can use onchain query to get...

Enhancement
XCM SDK

It might make sense to make XCM Router as extension of XCM SDK, so devs can install it if they want and if not they don't have to. Research this...

Enhancement
XCM SDK
XCM ROUTER

Hello, Is there a way to do something like this? ``` const keyring = new Keyring({ type: 'ethereum' }); // ALITH = "//Alice" in Substrate development keyring const alith =...

Dear Moonbeam team, We are trying to create dryrun balance bypass by minting ourselves assets through root so we can try out the XCM messages, however, the Moonbeam chain uses...

Some of the routes that work just fine in UI do not work when Execute Extrinsic is used with the Swap instruction. We are getting an error NoDeal because that...