Skip to content

Commit

Permalink
Updated fuzzing readme with additional context and fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Chin committed Feb 26, 2024
1 parent 76669e3 commit 5cdf692
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/fuzzing/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Invariants being Tested

Due to a recent rebase (on Feb 26th) with changes to the MarketManager, inlcuding the removal of the `closePosition` function, some invariants are failing because the preconditions need to be adjusted to account for the automatic pruning of the position.

There are also incoming changes that need to be made to soft liquidations (liquidating through the DToken contract), and interest accrual that needs another adjustment to pull the internal individual account exchange rate, as opposed to the global one.

## Stateful Deployment Tests

| ID | Description | Status |
Expand Down Expand Up @@ -101,7 +105,7 @@

## Market Manager - Functional Invariants

| ID | Property | Result |
| ID | Property | Result |
|-----------|-----------------------------------------------------------------------------------------------------------------------------|--------|
| MARKET-1 | Once a new token is listed, isListed(mtoken) should return true. | Passed |
| MARKET-2 | A token already added to the MarketManager cannot be added again. | Passed |
Expand Down

0 comments on commit 5cdf692

Please sign in to comment.