-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
While there is a end-to-end test suite included in the helpers, it's not quite reasonable.
Essentially we ported what we had on various v2 tests to v3, not considering how v3 changed.
The current test suite tries to:
- supply all assets, 100 each
- try to deposit 1M whatever and hope it's enough to variable borrow 10 of everything
- same as 2) but with stable borrows
At this time the tests are barely working on any networks, as supply/borrow caps and and even ceilings can prevent these tasks from being performed.
In addition to that there are currently various issues that might make sense for us to look into on foundry side:
- Optimism sUSD cannot be dealt - this makes e2e on optimism impossible right now
- deal does not work with aTokens - we don't currently need it, but might make sense to look into as we have some expertise & might make some things easier for us
I think it makes sense to think about how a reasonable e2e flow could look like and which properties we actually want to test & how to test them.
Metadata
Metadata
Assignees
Labels
No labels