-
Notifications
You must be signed in to change notification settings - Fork 286
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
refactor(x/mint): initialize inflation decimals once #2407
Conversation
Is there any GH issue for their finding? |
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! I'm not entirely certain about the reasoning behind this change (as no GH issue is linked), but the previous approach offers improved encapsulation, especially if these variables might need to be generated from a more intricate logic in the future.
No they didn't create GH issues for their findings. IDK why not. They shared their preliminary report in Slack so I just DM'ed it to you. |
Thanks for DM! I think if we could provide some context about the motivation of the PR changes in the PR description, it makes PRs more self-contained and easier to review, wdyt? |
dde51c8
Agreed the normal workflow should be PR closes GH issue and the GH issue should contain context to make it easy to review. IDK why Binary Builders didn't create GH issues for their findings but I intentionally didn't create GH issues b/c AFAIK their report isn't public. |
Binary Builders created GH issues so I updated all the PRs that close Binary Builders audit findings w/ links to the GH issues (including this one). |
…#2513) This is an automatic backport of pull request #2407 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details> Co-authored-by: Rootul P <[email protected]>
Closes #2501