-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(earn): support partial withdrawals (#6128)
### Description Adds the ability to support partial withdrawals from Earn pools and adds the feature gate `allow_earn_partial_withdrawal` to enable this feature. | Example Deposit | Example Withdrawal | | ----- | ----- | | ![](https://github.com/user-attachments/assets/7dd5ca59-fb0c-4bae-b273-7fd65727c643) | ![](https://github.com/user-attachments/assets/b4054b9a-7db3-445f-8aea-e4e555e88268) | ### Test plan - [x] Tested locally on iOS - [x] Tested locally on Android - [x] Unit Tests Updated ### Related issues - ACT-1386 ### Backwards compatibility Yes ### Network scalability Yes --------- Co-authored-by: Finnian Jacobson-Schulte <[email protected]> Co-authored-by: Jacob Waterman <[email protected]> Co-authored-by: Satish Ravi <[email protected]>
- Loading branch information
1 parent
89e51c4
commit b1c5b2c
Showing
13 changed files
with
589 additions
and
112 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
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
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
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.