-
Notifications
You must be signed in to change notification settings - Fork 569
fix: fix buf lint issues into the chain code #4555
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! buf only complained about this file missing comments https://github.com/ignite/cli/blob/69d758f1502a9ff44f1a9248236a9b004e5c18de/ignite/templates/module/create/files/ibc/%7B%7BprotoDir%7D%7D/%7B%7BappName%7D%7D/%7B%7BmoduleName%7D%7D/%7B%7BprotoVer%7D%7D/packet.proto.plush but the rest lgtm!
Faucet + Relayer are expected to fail, but not this one: https://github.com/ignite/cli/actions/runs/13749786381/job/38449302729?pr=4555 👀 |
fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏾
Description
<type_name>List
to<type_name>Map
.This part of #1561 focuses on moving toward default proto standards to enable using proto lints.