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

Overflow protection and fuzz tests for gas meter & std dev filter #474

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

hacheigriega
Copy link
Member

@hacheigriega hacheigriega commented Jan 24, 2025

  • Added overflow protections in tally and pubkey modules.
  • Fuzz testing of tally gas meter and standard deviation particularly involving large numbers
  • Fix the number parsing of standard deviation filter to follow the pattern of ojg JSON parser, which parses numbers in the range of -9223372036854775799 and 9223372036854775799 as int64 and the numbers out of that range as strings (encoding/json.Number).

@hacheigriega hacheigriega merged commit b147906 into main Jan 24, 2025
6 checks passed
@hacheigriega hacheigriega deleted the hy/fuzz branch January 24, 2025 16:05
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.

2 participants