-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fast-usdc): skipAdvance when preconditions fail (#11005)
closes #10994 ## Description If any of the preconditions throw for making the advance, set the state to `ADVANCE_SKIPPED` rather than `OBSERVED`. This makes it more obvious that the contract has actively chosen to not advance, rather than getting stuck on `OBSERVED` for some reason. ### Security Considerations N/A ### Scaling Considerations N/A ### Documentation Considerations I don't think we have any docs that go this granular on the flow. ### Testing Considerations Updated tests ### Upgrade Considerations N/A
- Loading branch information
Showing
3 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters