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
Bridge hub kusama polkadot with dynamic fees #3001
Open
bkontur
wants to merge
19
commits into
bridge-hub-kusama-polkadot
Choose a base branch
from
bridge-hub-kusama-polkadot-with-dynamic-fees
base: bridge-hub-kusama-polkadot
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bridge hub kusama polkadot with dynamic fees #3001
bkontur
wants to merge
19
commits into
bridge-hub-kusama-polkadot
from
bridge-hub-kusama-polkadot-with-dynamic-fees
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
8f86ec78b7 ".git/.scripts/commands/fmt/fmt.sh" ccf2f9483b Merge remote-tracking branch 'origin/polkadot-staging' into dynamic-fees-v1 f822ebc450 Dynamic fees v1: report congestion status to sending chain (#2318) add9fb1d53 added/fixed some docs 569a80f233 Rename LocalXcmChannel to XcmChannelStatusProvider (#2319) dc3618a4a5 Clippy e7cab6ab49 (Suggestion) Ability to externalize configuration for `ExporterFor` (#2313) c68467beff fmt 5d76f25311 use saturated_len where possible 7cc1470528 Update modules/xcm-bridge-hub-router/src/lib.rs 8d7a38a409 change log target for xcm bridge router pallet 773f93209f Revert "trigger CI" 48f1ba0323 trigger CI b26aa98d1e fixing spellcheck, clippy and rustdoc c467911a37 add new pallet to verify-pallets-build.sh ed72ebe62b get rid of redundant storage value 522bbc7ec4 benchmarks for pallet-xcm-bridge-hub-router 958243564d extension_reject_call_when_dispatcher_is_inactive 38cd8f3df3 fix other tests in the bridge-runtime-common b75e64fdf7 tests for new logic in the XcmBlobHaulerAdapter 4c741714cb tests for LocalXcmQueueMessageProcessor d99420e14c tests for LocalXcmQueueSuspender 084f551bb6 new tests for logic changes in messages pallet d9515f7317 use LocalXcmChannel in XcmBlobMessageDispatch d9a0c2e468 improvements and tests for palle-xcm-bridge-router c24301374a removed commented code eea610a875 pallet-xcm-bridge-hub-router 1fdac85a14 forbid mesage delivery transactions when the channel between target bridge hub and target asset hub is suspended 3c98c245ac OnMessageDelviered callback 65787da038 LocalXcmQueueManager + more adapters 74b48e2cc3 impl backpressure in the XcmBlobHaulerAdapter git-subtree-dir: bridges git-subtree-split: 8f86ec78b7747ba32807e8691f022edb4ad3040d
…ub-kusama-polkadot-with-dynamic-fees
bkontur
force-pushed
the
bridge-hub-kusama-polkadot-with-dynamic-fees
branch
from
August 14, 2023 11:03
6a8e39d
to
a08526f
Compare
bkontur
force-pushed
the
bridge-hub-kusama-polkadot-with-dynamic-fees
branch
from
August 14, 2023 13:28
a08526f
to
a701215
Compare
…d_queue_works` for Paid or Unpaid scenario
bkontur
force-pushed
the
bridge-hub-kusama-polkadot-with-dynamic-fees
branch
from
August 14, 2023 20:32
8348b99
to
983eb8d
Compare
svyatonik
approved these changes
Aug 15, 2023
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.
Thank you, @bkontur! All looks good. Left a couple of questions - I could do the changes if required - please leave a comment for that :)
parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/bridge_hub_config.rs
Outdated
Show resolved
Hide resolved
parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/bridge_hub_wococo_config.rs
Outdated
Show resolved
Hide resolved
bkontur
added
B1-note_worthy
Changes should be noted in the release notes
C7-critical
PR touches the given topic and has a critical impact on builders.
D9-needsaudit 👮
PR contains changes to fund-managing logic that should be properly reviewed and externally audited
T1-runtime
This PR/Issue is related to the topic “runtime”.
labels
Aug 16, 2023
… bridge-hub-kusama-polkadot-with-dynamic-fees
… bridge-hub-kusama-polkadot-with-dynamic-fees
Closed
5 tasks
acatangiu
approved these changes
Aug 18, 2023
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.
looks good!
Comment on lines
+14
to
+15
// limitations under the License. | ||
|
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
// limitations under the License. | |
// limitations under the License. | |
#![cfg(feature = "bridging")] | |
9 tasks
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.
B1-note_worthy
Changes should be noted in the release notes
C7-critical
PR touches the given topic and has a critical impact on builders.
D9-needsaudit 👮
PR contains changes to fund-managing logic that should be properly reviewed and externally audited
T1-runtime
This PR/Issue is related to the topic “runtime”.
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.
This PR extends PR with BHK/P bridging, adding dynamic fees and back-preassure mechanism.
Detail description here: paritytech/parity-bridges-common#2318
TODO: