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 example contracts (notably the token contract examples) don't have checks for over/underflow when operating on values. We should use the SafeU120 library.
The content you are editing has changed. Please copy your edits and refresh the page.
Most of these also have insecure logic so seems like a hello kitty bandage on a torso without a head. Think it would make sense to do as part of a large redo of those tokens as part of #1743.
Currently, the example contracts (notably the token contract examples) don't have checks for over/underflow when operating on values. We should use the SafeU120 library.
Dependencies
noir-libs/
so that other apps can use it. #1794The text was updated successfully, but these errors were encountered: