Dusan Morhac
Dusan Morhac
Remove node type aliases that alias to CHAIN types
https://status.lightspell.xyz/ We currently have API status page, maybe we can add other tools to it as well for more information for users in case something happens.
Add formatting and linting automation when PR is opened so that these 2 commands are launched automatically to prevent CI failures due to formatting or linting issues.
Currently, when using `pnpm lint` from the root, even better machines struggle to run command through. See which takes that much ram and try to optimize it
Currently, we use reserve-based transfers, and these transfers need to use teleports because messages would fail with untrusted reserve location. Example of this is Moonbeam > AHP - GLMR.
Currently this is in sdk only. Add it to router too.
In v5 there is asset claimer instruction that lets you specify who should be able to claim the assets if message fails for some reason. Experiment with it as it...
https://docs.stellaswap.com/developers/swap-sdk StellaSwap offers open source DEX SDK, this makes it eligible to be implemented into XCM Router as Moonbeam Dex
We need to modify execute we build when AHP is dex: - If Origin transfers native asset to AHP - If Destination receives native asset to AHP - If both...