Skip to content
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

Open
Tracked by #2432
serban300 opened this issue Sep 14, 2022 · 6 comments
Open
Tracked by #2432

BEEFY + MMR finality pallet #2469

serban300 opened this issue Sep 14, 2022 · 6 comments

Comments

@serban300
Copy link
Collaborator

Part of #2480

Implement pallet for verifying and storing BEEFY + MMR finality proofs.

Start from #1367 and make it production-ready

@serban300 serban300 self-assigned this Sep 14, 2022
@serban300
Copy link
Collaborator Author

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.

@serban300
Copy link
Collaborator Author

serban300 commented Oct 4, 2022

Merged a PR in Substrate that reuses the sp_runtime::traits::Hash trait for beefy-mmr pallet instead of creating a new Hasher trait. Adapting my local bridges beefy branch to the new code.

@serban300
Copy link
Collaborator Author

I created a new branch where I'm working on this issue since updating #1367 seemed a bit harder. That's where the progress can be tracked. When it will be in a good enough state I will open a RFC, but we're still pretty far from that point.

@serban300
Copy link
Collaborator Author

Implemented TypeInfo for some MMR and Beefy strctures in order to be able to use them in extrinsics:

paritytech/substrate#12382
paritytech/substrate#12423

@serban300
Copy link
Collaborator Author

The PR for making Beefy signature verification more generic was merged: paritytech/substrate#12299

@serban300
Copy link
Collaborator Author

Merged #1606 which adds a Beefy finality pallet with basic functionality

svyatonik referenced this issue Jul 17, 2023
* Align versions for runtimes (#1517)

* update cargo lock

Co-authored-by: Branislav Kontur <bkontur@gmail.com>
@EmmanuellNorbertTulbure EmmanuellNorbertTulbure transferred this issue from paritytech/parity-bridges-common Aug 25, 2023
@the-right-joyce the-right-joyce transferred this issue from paritytech/polkadot-sdk Aug 25, 2023
@serban300 serban300 removed their assignment Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants