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: handle strict=False when decoding uint256 #240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

antazoey
Copy link

@antazoey antazoey commented Dec 19, 2024

What was wrong?

Related to Issue #227
Closes #227

How was it fixed?

if self.strict is False, pad the value with leading zeroes to 32 bytes instead.

Todo:

  • Clean up commit history
  • Add or update documentation related to these changes
  • Add entry to the release notes

Cute Animal Picture

https://www.publicdomainpictures.net/pictures/250000/velka/alaskan-husky.jpg

@antazoey antazoey marked this pull request as draft December 19, 2024 20:38
@antazoey antazoey marked this pull request as ready for review December 23, 2024 15:46
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.

Decode input data with bad padding
1 participant