-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEEFY + MMR finality pallet #2469
Comments
So far I:
At this point I'm trying to find the right abstraction for making it easy to check a beefy validator signature by recovering the signer ID from it. I'm looking at this code. We should probably extend it a bit. |
Merged a PR in Substrate that reuses the |
Implemented |
The PR for making Beefy signature verification more generic was merged: paritytech/substrate#12299 |
Merged #1606 which adds a Beefy finality pallet with basic functionality |
* Align versions for runtimes (#1517) * update cargo lock Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Part of #2480
Implement pallet for verifying and storing BEEFY + MMR finality proofs.
Start from #1367 and make it production-ready
The text was updated successfully, but these errors were encountered: