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
L495 of channel-04/keeper/packet.go emits a log message regarding the acknowledgement of a packet.
L497 incorrectly passes packet.GetSequence, rather than calling packet.GetSequence(), meaning the value of sequence in the log output is a JSON marshalling error as follows:
## Overview
This PR adds a dependency on `celestia-openrpc` `505ff801e818` which
will eventually replace `go-cnc`. `go-header` was pinned to `0.2.6` as
`0.2.7` is breaking tests.
Fixescosmos#995
## Checklist
<!--
Please complete the checklist to ensure that the PR is ready to be
reviewed.
IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->
- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [x] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords
Summary of Bug
L495 of channel-04/keeper/packet.go emits a log message regarding the acknowledgement of a packet.
L497 incorrectly passes
packet.GetSequence
, rather than callingpacket.GetSequence()
, meaning the value ofsequence
in the log output is a JSON marshalling error as follows:Version
v2.0.3 onwards
Steps to Reproduce
N/A
For Admin Use
The text was updated successfully, but these errors were encountered: