Skip to content

Commit a633e95

Browse files
svyatonikacatangiu
andauthored
Bridge: make some headers submissions free (#4102)
supersedes paritytech/parity-bridges-common#2873 Draft because of couple of TODOs: - [x] fix remaining TODOs; - [x] double check that all changes from paritytech/parity-bridges-common#2873 are correctly ported; - [x] create a separate PR (on top of that one or a follow up?) for https://github.com/paritytech/polkadot-sdk/tree/sv-try-new-bridge-fees; - [x] fix compilation issues (haven't checked, but there should be many). --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
1 parent 4f3d43a commit a633e95

54 files changed

Lines changed: 3730 additions & 615 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitlab/pipeline/zombienet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ include:
1212
# polkadot tests
1313
- .gitlab/pipeline/zombienet/polkadot.yml
1414
# bridges tests
15-
- .gitlab/pipeline/zombienet/bridges.yml
15+
# TODO: https://github.com/paritytech/parity-bridges-common/pull/2884
16+
# commenting until we have a new relatye, compatible with updated fees scheme
17+
# - .gitlab/pipeline/zombienet/bridges.yml

Cargo.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bridges/bin/runtime-common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ hash-db = { version = "0.16.0", default-features = false }
1616
log = { workspace = true }
1717
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
1818
static_assertions = { version = "1.1", optional = true }
19+
tuplex = { version = "0.1", default-features = false }
1920

2021
# Bridge dependencies
2122

@@ -82,6 +83,7 @@ std = [
8283
"sp-runtime/std",
8384
"sp-std/std",
8485
"sp-trie/std",
86+
"tuplex/std",
8587
"xcm-builder/std",
8688
"xcm/std",
8789
]

0 commit comments

Comments
 (0)