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
Replace raw + and - on i128 balances with checked_add / checked_sub, panicking with "arithmetic overflow" on None. Prevents balance corruption on extreme inputs.
Replace raw
+and-oni128balances withchecked_add/checked_sub, panicking with"arithmetic overflow"onNone. Prevents balance corruption on extreme inputs.