-
Notifications
You must be signed in to change notification settings - Fork 699
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
Add UMP pricing #1556
Merged
Merged
Add UMP pricing #1556
Changes from 42 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
028286b
Add relay in possible destinations for fee factor
franciscoaguirre 9384e68
Add associated type to FeeTracker
franciscoaguirre 69f1c52
Add delivery fe calculation to ParachainSystem
franciscoaguirre 4d7b6be
Increase delivery fee when sending a message
franciscoaguirre 72151bf
Refactor threshold function
franciscoaguirre 223d878
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 9988073
".git/.scripts/commands/fmt/fmt.sh"
fea53ba
Fix TestFeeTracker
franciscoaguirre 1928602
Fix UMP ExponentialPrice for asset hub kusama
franciscoaguirre f6a8c0e
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 6e11751
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre d4b1ae2
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre b1e16f6
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 6f6b0fa
Fix type issues
franciscoaguirre 27c9216
Remove one-liner function
franciscoaguirre 0b6f8b8
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre c259315
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 2f95d72
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 5bc24da
Change xcm delivery fee helpers to work with UMP
franciscoaguirre a8f9e24
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 1742b79
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre d6d4f19
Fix feature formatting
franciscoaguirre e82e0bb
Fix feature propagation for try-runtime
franciscoaguirre 6ba1742
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre f0e26eb
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre fb538d5
Add UMP pricing to all runtimes
franciscoaguirre 156f031
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 8ce5488
Fix feature propagation
franciscoaguirre cf790ca
Fix contracts-rococo
franciscoaguirre 55f8adb
Format features
franciscoaguirre cd01958
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre 4298104
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre 376cf3f
Update cumulus/parachains/runtimes/assets/test-utils/src/test_cases.rs
franciscoaguirre f7ad1df
Change FeeTracker Id to associated type
franciscoaguirre e86b2ba
Unify parachain and parent delivery pricing traits
franciscoaguirre 12d7720
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 0c4802f
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 1922478
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 5b49f9d
Fix CI
franciscoaguirre d15d78c
Update cumulus/pallets/parachain-system/src/lib.rs
franciscoaguirre 2c5c419
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 6cf3c42
Address feedback
franciscoaguirre df10d99
Use previously unused import
franciscoaguirre 5fdfd31
Fix tests
franciscoaguirre e26a6cc
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 732dd42
Fixes
franciscoaguirre c51b519
Fixes
franciscoaguirre 125971f
".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=we…
9f8ef94
Fix benchmarks
franciscoaguirre 7c9c667
Fix benchmarks
franciscoaguirre d04933c
Fix benchmarks
franciscoaguirre d4d726c
Fix benchmarks
franciscoaguirre ead1d0e
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 13f25c3
Relocate unused imports
franciscoaguirre e74319c
Fixes
franciscoaguirre 48c1d2f
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 00eb9a0
Another usage of NoPriceForMessageDelivery
franciscoaguirre dfc06ad
More correct type usage
franciscoaguirre bc54235
Fix import issues
franciscoaguirre a0a48af
Format features
franciscoaguirre f51af53
Fix stuff
franciscoaguirre b2072cd
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 2dfeb40
Fix doc error
franciscoaguirre 8a4c839
Fix docs
franciscoaguirre 555f2e2
Remove links to non-public items
franciscoaguirre 985d52d
Fmt
franciscoaguirre 939b361
Fix treasury tests
franciscoaguirre 94ba563
".git/.scripts/commands/fmt/fmt.sh"
324c20f
Waive delivery fees for westend treasury location
franciscoaguirre 38b7dfd
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 6bd03ba
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 551e2f6
".git/.scripts/commands/fmt/fmt.sh"
bc5c9c6
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre c2ba081
Merge branch 'kckyeung/xcm-fees-manager' into cis-ump-pricing
franciscoaguirre 9b5fc15
Fix feature propagation
franciscoaguirre 20bd27f
Fix feature propagation
franciscoaguirre a172a7c
Fix fmt manifest
franciscoaguirre 87c7158
Remove unused things
franciscoaguirre 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
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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
Would be good to get some doc comments at the top of this pallet explaining the new UMP pricing.