You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client_type in client related events has changed from "tendermint" to "Tendermint". This causes the relayer to only extract events from batches that do not contain CreateClient or UpdateClient events, which is almost all (except OpenInit events)
Version
master
Steps to Reproduce
Run Rust relayer against gaia while Go relayer is running
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
The
client_type
in client related events has changed from "tendermint" to "Tendermint". This causes the relayer to only extract events from batches that do not containCreateClient
orUpdateClient
events, which is almost all (exceptOpenInit
events)Version
master
Steps to Reproduce
Run Rust relayer against gaia while Go relayer is running
For Admin Use
The text was updated successfully, but these errors were encountered: