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

skip leading zeros when serializing uint #225

Closed
wants to merge 1 commit into from

Conversation

mattsse
Copy link

@mattsse mattsse commented Feb 22, 2023

Motivation

Attempts to close #224

Skip leading zeros for Uint for human readable serializer.

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@prestwich
Copy link
Collaborator

prestwich commented May 10, 2023

this needs to be updated to main due to changes in e35abc8

@prestwich
Copy link
Collaborator

per convo with @mattsse, I'm closing this in favor of #243

@prestwich prestwich closed this May 12, 2023
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.

Uint Serialize impl does not skip leading zeros
2 participants