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
Unsigned integers have been introduced as beta in Kotlin 1.3.
We use it in some places, but not everywhere we should.
Changing from a signed type to an unsigned type is a binary incompatible change, so we should be careful with backwards-compatibility when switching the whole codebase.
Note that we'll need to update bitcoin-kmp first to use unsigned integers.