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

add grandpa support to the go relayer #28

Open
8 tasks
oshorefueled opened this issue Dec 14, 2022 · 0 comments
Open
8 tasks

add grandpa support to the go relayer #28

oshorefueled opened this issue Dec 14, 2022 · 0 comments
Assignees

Comments

@oshorefueled
Copy link

oshorefueled commented Dec 14, 2022

Grandpa support is currently being implemented in this PR cosmos#1057. The list of tasks below is what's left for it to be complete.

  • 1. implement condition for when previouslyFinalizedHeight isn't passed as an argument to the query header method
  • 2. implement finality methods which are currently commented with todo
  • 3. construct grandpa consensus state
  • 4. implement parsing methods from grandpa to wasm client types.
  • 5. make justification subscription in chain processor generic. It only subscribes to beefy justifications currently
  • 6. write tests for grandpa construct methods
  • 7. check if validation data can be used to fetch relaychain data from the parachain
  • 8. Add Grandpa client to the ClientsMatch function in the provider module
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