-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fast-usdc contract flow (#10572)
refs: #10388 closes: #10577 doesn't close until - exercise all the code in the contract (analytic; best effort) ## Description / Testing Considerations - [x] test all the sequences in the product spec - [x] enumerate all the sequences in the product spec - [x] fix advancer/settler amount agreement bug postponed: - - #10510 - [todo] C12 - Contract MUST only pay back the Pool only if they started the advance before USDC is minted - #10554 some `test.todo()`s are out of scope of contract flow tests. Some are more feasible as exo tests: - [todo] C18 - forward - MUST log and alert these incidents - [skip] LP borrow - TODO: move to exo test - [skip] LP repay - TODO: move to exo test an some are after M1: - [todo] PERF: Target: settlement completes in a few minutes (after USDC is minted) - [todo] fee levels MUST be visible to external parties - i.e., written to public storage - [todo] C21 - Contract MUST log / timestamp each step in the transaction flow ### Security / Scaling / Upgrade Considerations n/a ### Documentation Considerations Internal design docs are assumed background knowledge.
- Loading branch information
Showing
11 changed files
with
1,399 additions
and
438 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
Oops, something went wrong.