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
uint64 and uint128 now decode to BigInts (a109747)
BREAKING CHANGES
Values stored in the database as a 64 bit or 128 bit
unsigned integer will now be decoded to a BigInt. Previously, they
would be decode to a number if they were less than 281,474,976,710,656
and a string otherwise.