Misbehavior in the xcm-bridge-hub pallet#2268
Closed
Conversation
…llets for dynamic lanes/fees support. One will be deployed at the bridge hub (xcm-bridge-hub) and another one (xcm-bridge-hub-router) at sibling/parent chains to send messages to remote network over the bridge hub
…nal temporary Closed state -> None
…ridges are resumed at once + we assume that the inbound XCM channel is suspended immediately it is no longer actual
…locations where possible
This reverts commit 0052848.
svyatonik
pushed a commit
that referenced
this pull request
Jul 17, 2023
* introduce RelaychainStateProvider to parachain-system * bring back RelaychainBlockNumberProvider, adds some docs and derives * allow deprecated * Apply suggestions from code review Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: Bastian Köcher <git@kchr.de> * deprecation message --------- Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: Bastian Köcher <git@kchr.de>
Contributor
Author
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
related to #2451, #2233, #2213, #2261
The future of this PR depends on the way we'll implement dynamic fees. If they will be implemented using state reporting, we'll need this PR as well. If they will be implementing using backpressure, then we need to revisit this code again and decide whether we need other kinds misbehavior(s) at all.