-
Notifications
You must be signed in to change notification settings - Fork 384
Girazoki enable native asset cross chain transfer in moonriver #1236
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
Merged
girazoki
merged 20 commits into
master
from
girazoki-enable-native-asset-cross-chain-transfer-in-moonriver
Feb 22, 2022
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
a07d465
Add dual support in moonbase
girazoki eb01f6a
Add tests for proving both representations are handled
girazoki ffa8a38
Typescript tests for reanchoring
girazoki 566a294
Cleaning and documenting
girazoki 4c0bc9c
More docu
girazoki 77e6bbc
fix docu of teleports
girazoki fa488e4
EditorConfig
girazoki 57c4304
more editorconfig
girazoki dd1d63c
Add selfreserve cross chain possibility to moonriver
girazoki 653b0f2
Fix compilation error after cleanup
girazoki 8e718c8
Merge remote-tracking branch 'upstream/girazoki-support-both-pre-and-…
girazoki b27c587
Add MOVR cross chain transferring to moonriver
girazoki 38b6d99
clean more
girazoki 0a6b94b
Merge remote-tracking branch 'upstream/girazoki-support-both-pre-and-…
girazoki 0421be7
Merge remote-tracking branch 'upstream/master' into girazoki-enable-n…
girazoki d695b53
Remove unwraps and update comment
girazoki fc0c03f
Comments
girazoki 00b3e65
Fix typo
girazoki 94b2dc1
Update the weightToFee to match 0.1milliMOVR for 1 billion weight
girazoki 04ee50f
Merge remote-tracking branch 'upstream/master' into girazoki-enable-n…
girazoki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add MOVR cross chain transferring to moonriver
- Loading branch information
commit b27c5872050eb094e14113b72bf0fd09a1929270
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We should do some basic testing to ensure this is reasonable for your use case. It appears to be taken from #1218, which is still a WIP.
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.
You are right in the sense that a token transfer through XCM would cost 50_000_000_000_000, or essentially, 50microMOVR. Maybe this is too low since for KSM we are charging 0.1KSM. I will increase it to match it
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.
I increased it to 100KILOWEI. This means that for 1e9 weight (roughly, the amount needed for a token transfer in XCM) we charge 0.1milliMOVR, which I think gets us closer to what we charge for other assets