You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: