-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add xcm dry run api #257
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
this is not good. Using a
Have you seen how different the xcm fees are? because I'd guess we are talking about a few cents difference at worse? dry running is probably a slow-enough operation to make this idea a no-go. Additionally, the user's wallet will also provide a fee estimate and that should be the last amount the user should consider. So I wouldn't spend time on this and run the risk of worsening the ux. |
Could you look at the code? I implemented it how you described no? |
yes but you used booleans and exceptions instead of a well typed |
@NunoAlexandre Can you check again |
Thanks for your input guys. I updated it accordingly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :) thanks for considering my feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @noahjoeris 💥
This PR
Design Decisions