Skip to content
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

Log appended into genesis export #2400

Closed
5 tasks
sainoe opened this issue Apr 14, 2023 · 1 comment · Fixed by #2416
Closed
5 tasks

Log appended into genesis export #2400

sainoe opened this issue Apr 14, 2023 · 1 comment · Fixed by #2416
Assignees
Labels
status: waiting-triage This issue/PR has not yet been triaged by the team. type: bug Issues that need priority attention -- something isn't working

Comments

@sainoe
Copy link
Contributor

sainoe commented Apr 14, 2023

Summary of Bug

The genesis export is getting weirdly corrupted by a bypass-fee-msg log in app.go.
After removing the line printing the log the genesis export works as expected.

Version

The bug occurs only using v9.0.2 and was introduced by PR #2092. It can be reproduced on a running Gaia instance using the command below.

$ gaiad export --height 20 2> export-test3.json
provider@e-baryon-test:~$ head export-test3.json 
9:52AM INF min fee bypass activated for message types types=["/ibc.core.channel.v1.MsgRecvPacket","/ibc.core.channel.v1.MsgAcknowledgement","/ibc.core.client.v1.MsgUpdateClient"]

credits @dasanchez


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
  • Is a spike necessary to map out how the issue should be approached?
@sainoe sainoe added type: bug Issues that need priority attention -- something isn't working status: waiting-triage This issue/PR has not yet been triaged by the team. labels Apr 14, 2023
@sainoe
Copy link
Contributor Author

sainoe commented Apr 14, 2023

@MSalopek Do you have more info about the intention of this log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-triage This issue/PR has not yet been triaged by the team. type: bug Issues that need priority attention -- something isn't working
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant