mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 20:57:59 +00:00
7e68b2b8da
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>
30 lines
958 B
Plaintext
30 lines
958 B
Plaintext
# 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
|