-
Notifications
You must be signed in to change notification settings - Fork 610
SafeMath testing #1965
Copy link
Copy link
Closed
Labels
A-internal-devexArea: Relates to the devex of internal teams building Aztec.Area: Relates to the devex of internal teams building Aztec.T-fixType: fix this. Not quite a bug.Type: fix this. Not quite a bug.T-testingType: Testing. More tests need to be added.Type: Testing. More tests need to be added.
Metadata
Metadata
Assignees
Labels
A-internal-devexArea: Relates to the devex of internal teams building Aztec.Area: Relates to the devex of internal teams building Aztec.T-fixType: fix this. Not quite a bug.Type: fix this. Not quite a bug.T-testingType: Testing. More tests need to be added.Type: Testing. More tests need to be added.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Add noir tests for safe math logic, to ensure that it throws when needed.
Ideally uses noir-lang/noir#2541 to ensure that failures are do to specific reasons, but can use noir-lang/noir#1994 temporarily.