-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
fuzz: add x/bank/types.AddressFromBalancesStore #9060
fuzz: add x/bank/types.AddressFromBalancesStore #9060
Conversation
cc @odeke-em |
Thank you @cuonglm, looks like you found a bug in the code, nice! Could you please extract a reproduction case and file a bug and reference where you found it? |
Yeah, I'm doing exactly what you said :) |
I've filed for you #9062. |
@odeke-em can we merge this now? I ran it for the whole day with latest master and no crash found anymore. |
Awesome, thank you @cuonglm!
…On Thu, Apr 15, 2021 at 4:51 AM Cuong Manh Le ***@***.***> wrote:
@odeke-em <https://github.com/odeke-em> can we merge this now? I ran it
for the whole day with latest master and no crash found anymore.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9060 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFL3V4QVMACOXDTPEDEHDDTI3HLPANCNFSM42QBR2XA>
.
|
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, thank you @cuonglm!
Description
Add fuzzing for x/bank/types.AddressFromBalancesStore
Updates #7921
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes