Introduce submit_finality_proof_ex call to bridges GRANDPA pallet (#3225)

backport of
https://github.com/paritytech/parity-bridges-common/pull/2821 (see
detailed description there)
This commit is contained in:
Svyatoslav Nikolsky
2024-02-06 16:11:27 +03:00
committed by GitHub
parent bc2e5e1fe2
commit a462207158
10 changed files with 580 additions and 133 deletions
+11
View File
@@ -0,0 +1,11 @@
title: "Introduce submit_finality_proof_ex call to bridges GRANDPA pallet"
doc:
- audience: Runtime Dev
description: |
New call has been added to pallet-bridge-grandpa: submit_finality_proof_ex. It should be
used instead of deprecated submit_finality_proof. submit_finality_proof will be removed
later.
crates:
- name: "pallet-bridge-grandpa"