Grandpa support is currently being implemented in this PR https://github.com/cosmos/relayer/pull/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
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.
todoClientsMatchfunction in theprovidermodule