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 negative integer hex formatting and add JSON number formatting option #84

Merged
merged 5 commits into from
Oct 22, 2024

Commits on Oct 20, 2024

  1. Fix negative number hex formatting and add JSON number formatting option

    Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    peterbroadhurst committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    2aaf316 View commit details
    Browse the repository at this point in the history
  2. Formalize base64 serializer

    Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    peterbroadhurst committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ee4f1b4 View commit details
    Browse the repository at this point in the history
  3. Add pretty print option

    Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    peterbroadhurst committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3c690d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Allow address to be formatted separately to bytes

    Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    peterbroadhurst committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    221d03d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Use decoder with json.Number support

    Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    peterbroadhurst committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    68cbe18 View commit details
    Browse the repository at this point in the history