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

fix: math: add LegacyNewDecFromStr fuzzers + remove unnecessary error wrapping #14252

Merged

Conversation

odeke-em
Copy link
Collaborator

Adds fuzzers for LegancyNewDecFromStr as well as a regression test that requires some patches to have been made. While here, removed unnecessary error wrapping.

Updates #14004
Fixes #14251

@odeke-em odeke-em requested a review from a team as a code owner December 11, 2022 02:06
… wrapping

Adds fuzzers for LegacyNewDecFromStr as well as a regression test
that requires some patches to have been made. While here, removed
unnecessary error wrapping.

Updates #14004
Fixes #14251
@odeke-em odeke-em force-pushed the fix-fuzzers-for-LegacyNewDecFromStr+remove-bad-error-wrapping branch from e0c6d32 to f13fa73 Compare December 11, 2022 02:12
@sonarqubecloud
Copy link

[Cosmos SDK] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@tac0turtle tac0turtle merged commit d247e7a into main Dec 11, 2022
@tac0turtle tac0turtle deleted the fix-fuzzers-for-LegacyNewDecFromStr+remove-bad-error-wrapping branch December 11, 2022 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

math: LegacyNewDecFromStr error wrapping when len(str) == 0 is useless
2 participants