Skip to content
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
merged 18 commits into from
Mar 25, 2025
Merged

Conversation

lucas-manuel
Copy link
Contributor

No description provided.

hieronx and others added 16 commits January 14, 2025 13:54
* 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
@lucas-manuel lucas-manuel force-pushed the add-v1.3.0 branch 2 times, most recently from d36b6d9 to 3cbdd84 Compare March 25, 2025 13:22
Copy link

Coverage after merging add-v1.3.0 into dev will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
deploy
   ControllerDeploy.sol100%100%100%100%
   ForeignControllerInit.sol100%100%100%100%
   MainnetControllerInit.sol97.18%93.33%100%100%136, 78
src
   ALMProxy.sol100%100%100%100%
   ForeignController.sol100%100%100%100%
   MainnetController.sol100%100%100%100%
   RateLimitHelpers.sol100%100%100%100%
   RateLimits.sol100%100%100%100%

@lucas-manuel lucas-manuel merged commit 3de54c3 into dev Mar 25, 2025
3 checks passed
@lucas-manuel lucas-manuel deleted the add-v1.3.0 branch March 25, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants