mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Bridge: added free headers submission support to the substrate-relay (#4157)
Original PR: https://github.com/paritytech/parity-bridges-common/pull/2884. Since chain-specific code lives in the `parity-bridges-common` repo, some parts of original PR will require another PR --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
This commit is contained in:
committed by
GitHub
parent
a633e954f3
commit
7e68b2b8da
@@ -0,0 +1,29 @@
|
||||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
||||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
||||
|
||||
title: "Bridge: added free headers submission support to the substrate-relay"
|
||||
|
||||
doc:
|
||||
- audience: Node Dev
|
||||
description: |
|
||||
Bridge finality and parachains relayer now supports mode, where it only submits some headers
|
||||
for free. There's a setting in a runtime configuration, which introduces this "free header"
|
||||
concept. Submitting such header is considered a common good deed, so it is free for relayers.
|
||||
|
||||
crates:
|
||||
- name: bp-bridge-hub-kusama
|
||||
bump: major
|
||||
- name: bp-bridge-hub-polkadot
|
||||
bump: major
|
||||
- name: bp-bridge-hub-rococo
|
||||
bump: major
|
||||
- name: bp-bridge-hub-westend
|
||||
bump: major
|
||||
- name: relay-substrate-client
|
||||
bump: major
|
||||
- name: finality-relay
|
||||
bump: major
|
||||
- name: substrate-relay-helper
|
||||
bump: major
|
||||
- name: parachains-relay
|
||||
bump: major
|
||||
Reference in New Issue
Block a user