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

Polygon (PIP-11) Consensus Client #244

Open
4 tasks
seunlanlege opened this issue Jun 24, 2024 · 0 comments
Open
4 tasks

Polygon (PIP-11) Consensus Client #244

seunlanlege opened this issue Jun 24, 2024 · 0 comments

Comments

@seunlanlege
Copy link
Member

seunlanlege commented Jun 24, 2024

The existing Polygon consensus client tries to use the clique protocol on Bor (Polygon's execution layer) as a source for finality proofs. In practice, these proofs are unreliable and prone to frequent reorgs.

Rather than relying entirely on Bor, a polygon core dev has pointed out that we should instead rely on Heimdall (Polygon's consensus layer) for finality proofs. This is possible with the recent introduction of PIP-11. A protocol in which Heimdall's validators finalize Bor's blocks. Heimdall itself is a cosmos-sdk chain which uses a tendermint-based consensus mechanism.

This is a tracking issue for Polygon's deterministic finality mechanism on Hyperbridge

  • Tendermint consensus proof verifier
  • Tendermint consensus Prover
    • Integration with the Tesseract consensus relayer
  • ISMP consensus client implementation
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

1 participant