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
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->
## Overview
Closes: cosmos#989
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
-->
## 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
- [ ] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords
Summary of Bug
The logger throws a marshaling error when trying to convert the sequence (
uint64
) tostring
.You can see below that the logger converts the types to a string:
https://github.com/cosmos/cosmos-sdk/blob/5e9656f363a0b8e1e00a58aaeee3c0a8c1e1561b/server/logger.go#L44-L55
Version
v3.0.0
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: