This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
dmp-queue: Store messages if already processed more than the maximum #2343
Merged
Conversation
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
bkchr
added
B0-silent
Changes should not be mentioned in any release notes
A0-please_review
Pull request needs code review.
C3-medium
PR touches the given topic and has a medium impact on builders.
D9-needsaudit 👮
PR contains changes to fund-managing logic that should be properly reviewed and externally audited
labels
Mar 17, 2023
KiChjang
approved these changes
Mar 17, 2023
ggwpez
reviewed
Mar 17, 2023
@@ -189,6 +189,8 @@ pub mod pallet { | |||
}, | |||
/// Downward message from the overweight queue was executed. | |||
OverweightServiced { overweight_index: OverweightIndex, weight_used: Weight }, | |||
/// The maximum number of downward messages was. |
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.
Suggested change
/// The maximum number of downward messages was. | |
/// The maximum number of downward messages was exhausted and the message enqueued for | |
/// later processing. |
ggwpez
approved these changes
Mar 17, 2023
kianenigma
approved these changes
Mar 17, 2023
gavofyork
approved these changes
Mar 17, 2023
bot merge |
bkchr
added a commit
that referenced
this pull request
Mar 17, 2023
…2343) * dmp-queue: Store messages if already processed more than the maximum * Put new event at the end
bkchr
added a commit
that referenced
this pull request
Mar 17, 2023
…2343) * dmp-queue: Store messages if already processed more than the maximum * Put new event at the end
EgorPopelyaev
pushed a commit
that referenced
this pull request
Mar 20, 2023
…2343) * dmp-queue: Store messages if already processed more than the maximum * Put new event at the end
EgorPopelyaev
pushed a commit
that referenced
this pull request
Mar 20, 2023
…2343) * dmp-queue: Store messages if already processed more than the maximum * Put new event at the end
ordian
added a commit
that referenced
this pull request
Mar 21, 2023
* master: Companion for #13624 (#2354) Introduce Fellowship into Collectives (#2186) NFTs 2.0 on Statemine (#2314) Bump assert_cmd from 2.0.8 to 2.0.10 (#2341) Bump clap from 4.1.8 to 4.1.11 (#2352) Companion for substrate #13312: Rename `Deterministic` to `Enforce` (#2350) [Companion #13634] keystore overhaul (iter) (#2345) Revert #2304 (#2349) Deprecate Currency: Companion for #12951 (#2334) Bump ci-linux image for rust 1.68 Always pass port to jsonrpsee WebSocket client (#2339) bump zombienet to v1.3.40 (#2348) Improve build times by disabling wasm-builder in `no_std` (#2308) Bump toml from 0.7.2 to 0.7.3 (#2340) Bump serde from 1.0.152 to 1.0.156 (#2329) Parachains should charge for proof size weight (#2326) dmp-queue: Store messages if already processed more than the maximum (#2343) [Companion #13615] Keystore overhaul (#2336) Bump quote from 1.0.23 to 1.0.26 (#2331)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A0-please_review
Pull request needs code review.
B0-silent
Changes should not be mentioned in any release notes
C3-medium
PR touches the given topic and has a medium impact on builders.
D9-needsaudit 👮
PR contains changes to fund-managing logic that should be properly reviewed and externally audited
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.