Skip to content

Large unsigned integers should be decoded to a BigInt rather than a string #228

Closed
@oschwald

Description

@oschwald

Currently, the decoder converts unsigned integers that are more than 6 bytes long to strings. They would be easier to use correctly if they were left as BigInt values.

I am raising this as an issue rather than immediately making a PR as this would technically be a breaking change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions