This repository was archived by the owner on May 30, 2023. It is now read-only.
Feat: add xcm rate limit to registry#200
Closed
dmoka wants to merge 60 commits into
Closed
Conversation
dmoka
commented
Apr 19, 2023
| asset_type: AssetType::Token, | ||
| existential_deposit: self.native_existential_deposit, | ||
| locked: false, | ||
| xcm_rate_limit: None, |
Contributor
Author
There was a problem hiding this comment.
Please consider adding rate limit to the genesis config.
|
|
||
| pub(super) locked: bool, | ||
|
|
||
| pub(super) xcm_rate_limit: Option<Balance>, |
Member
There was a problem hiding this comment.
Migration will be needed. So i would take the opportunity and remove the locked field. not used for anything.
3 tasks
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## v0.9.38 #200 +/- ##
===========================================
+ Coverage 73.91% 74.17% +0.25%
===========================================
Files 45 45
Lines 3615 3721 +106
===========================================
+ Hits 2672 2760 +88
- Misses 943 961 +18
☔ View full report in Codecov by Sentry. |
chore: v0.9.38
chore: stableswap - remove subpool support
fix(multi-payment): remove redundant tests
feat: dynamic fees
…/add-xcm-rate-limit-to-registry
Contributor
|
close in favor of #209 |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.