-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable BEEFY
report_fork_voting()
(#6856)
Related to #4523 Follow-up for: #5188 Reopening #6732 as a new PR --------- Co-authored-by: command-bot <>
- Loading branch information
Showing
17 changed files
with
278 additions
and
71 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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: Enable report_fork_voting() | ||
|
||
doc: | ||
- audience: | ||
- Runtime Dev | ||
- Runtime User | ||
description: | | ||
This PR enables calling `report_fork_voting`. | ||
In order to do this we needed to also check that the ancestry proof is optimal. | ||
|
||
crates: | ||
- name: pallet-mmr | ||
bump: minor | ||
- name: sp-mmr-primitives | ||
bump: minor | ||
- name: sp-consensus-beefy | ||
bump: minor | ||
- name: rococo-runtime | ||
bump: minor | ||
- name: pallet-beefy | ||
bump: minor | ||
- name: pallet-beefy-mmr | ||
bump: minor | ||
- name: westend-runtime | ||
bump: minor |
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
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
Oops, something went wrong.