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
The fast-usdc contract's error handling has accreted incrementally, leading to multiple patterns. Some throw synchronously, some promises. Some are caught, some promises are explicitly unhandled. Some silent failures,
What is the Problem Being Solved?
The fast-usdc contract's error handling has accreted incrementally, leading to multiple patterns. Some throw synchronously, some promises. Some are caught, some promises are explicitly unhandled. Some silent failures,
Description of the Design
Look over the contract for all calls that can error and confirm that they are handled/logged correctly.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: