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
When we uses pull event source mode, hermes listen cannot set compat_mode properly. So It fails to unmarshal block_results if that chain uses 0.34 CometBFT.
Version
b076784
Steps to Reproduce
Set event source mode as pull
hermes listen --chain <chain-id>
Send any tx and show the parsing error
Acceptance Criteria
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
When we uses pull event source mode,
hermes listen
cannot setcompat_mode
properly. So It fails to unmarshalblock_results
if that chain uses 0.34 CometBFT.Version
b076784
Steps to Reproduce
pull
hermes listen --chain <chain-id>
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: