-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add v1.3.0 production release from private repo #88
Merged
Conversation
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
* Setup ERC7540 integration + Centrifuge fork test * Restrict claiming, extend deposit tests * Add redeem tests * Make claim methods permissioned to relayer * Address some PR comments * Separate test contracts for request and claim * Fix naming typo * Re-add rate limit checks, additional asserts, fix alignments * Fix param typo * Fix redeem rate limit key * Add failure case tests for fake vaults * Remove unused import * Address PR comments * Add request id constant * Address PR feedback * Clean up asserts * More assert cleanups * Remove redundant asserts
* feat: add subscribe and failure modes * feat: subscribe logic working * test: add assertion for tokens received * feat: redemptions working without assertions * test: add boundary conditions * feat: add final code * fix: update assertion for rounding: * fix: formatting * chore: rm public registry * fix: update to private submodule * fix: use approve helper * test: add withdraw coverage * test: add warping * feat: update to use tuples * ci: update to use private sub * fix: update filename * ci: try forge i
* ci: try sub * ci: update yaml * ci: try updating shell script * ci: rm checkout step * ci: add checkout back * ci: fix ci
* feat: add functions and addresses * feat: add basic testing * feat: add testing up to whitelisting * feat: try whitelisting * feat: update to add assertions * feat: add test coverage * fix: update sub * feat: use transferAsset * fix: update function name * fix: review updates
* Address feedback * Remove redundant supply definition * Increase rate limits * Remove unused interface method * Use conversion for rate limit decrease in redeem flow * Move rate limit * fix: update sub * test: fix rate limits for test --------- Co-authored-by: Lucas Manuel <[email protected]>
* feat: start morpho allocation poc * feat: add foreign controller, failure mode tests * test: add queue success cases, start on reallocation * test: add reallocation test * fix: cleanup for PR * test: add mainnet reallocation * feat: add rate limit check * fix: cleanup * fix: update per review * fix: update key * fix: error messages
* feat: initial deposit test working * feat: deposit success working * feat: get request redemption failure modes to work * feat: add cancel failure modes * feat: get redemption and atomic e2e test working * feat: add cancel tests and rate limits * fix: cleanup * fix: cleanup * feat: start morpho allocation poc * fix: review updates * feat: add foreign controller, failure mode tests * test: add queue success cases, start on reallocation * test: add reallocation test * fix: cleanup for PR * test: add mainnet reallocation * feat: add rate limit check * fix: cleanup * fix: update per review * fix: update key
* feat: failure modes set up * feat: failure modes set up * test: finish tests
* feat: initial compilation of refactor * test: add unit tests * fix: comments * ftest: update test to reflect new incident handling: * feat: add event
* fix: refactor superstate to take in token as param * feat: update tests * feat: add e2e test coverage * fix: fix test * feat: update address
* Update forge-std, add cancelation interface * Rename ERC and rename fund token * Add cancel deposit request test cases * Add claim cancel redeem test cases * Add more asserts * Address feedback * fix: Update test to work (#17) * fix: update test to work * chore: rm unneeded skip * Address PR feedback * Order * Add request id param * Fix alignment --------- Co-authored-by: Lucas Manuel <[email protected]>
* feat: update readme * fix: typo
* feat: add buidl and maple dos tests * refactor: inherit test contracts * feat: add morpho coverage * fix: formatting * fix: update buidl test
hexonaut
requested changes
Mar 21, 2025
hexonaut
approved these changes
Mar 22, 2025
d36b6d9
to
3cbdd84
Compare
f99f9b6
to
f59ce7f
Compare
Coverage after merging add-v1.3.0 into dev will be
Coverage Report
|
hexonaut
approved these changes
Mar 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.