-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print latest packet sequences in log or app.yaml #146
Comments
There's type LastQueriedHeights = {
packetHeightA: number,
packetHeightB: number,
ackHeightA: number,
ackHeightB: number
} Is it any helpful? If not, could you elaborate a bit more on what you would like to see in logs, please? |
Not exactly,
|
I cannot add it as
We do show it in verbose mode where we show the data of each packet:
This contains the channel and sequence along with the full packet application data (eg. ics20 source/receive/denom/amount). You can just run with |
It has been some time since I created this request. I should have explained the issue better in the description. If packet height provided using verbose mode, all fine. |
Helpful when debugging and tracking current status of relayer
The text was updated successfully, but these errors were encountered: