-
Notifications
You must be signed in to change notification settings - Fork 78
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!: XCM Rate Limiter Integration #638
Conversation
Crate versions that have been updated:
Runtime version has been increased. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #638 +/- ##
==========================================
- Coverage 69.32% 68.24% -1.09%
==========================================
Files 163 156 -7
Lines 12991 11789 -1202
==========================================
- Hits 9006 8045 -961
+ Misses 3985 3744 -241 ☔ View full report in Codecov by Sentry. |
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.
lets test this on 🐍 1st
This reverts commit 1119b13.
… feat/xcm-rate-limiter
…/xcm-rate-limiter
…y block number provider in runtime benchmarks
} | ||
|
||
#[test] | ||
fn xcm_rate_limiter_should_limit_aca_when_limit_is_exceeded() { |
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 would probably also test clearing of the limits in similar fashion after blocks pass
Hmm where is the latest version of rate limiter? @apopiak |
… feat/xcm-rate-limiter
Adds the XCM rate limit pallet from #561 into the runtime.
Updates the XCMP queue pallet to the version from galacticcouncil/cumulus#4
Checklist: