Skip to content

add grandpa support to the go relayer  #28

@oshorefueled

Description

@oshorefueled

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions