cherry-pick more commits from develop into release-3.1 (Vault)#6203
Merged
ximinez merged 1 commit intorelease-3.1from Jan 11, 2026
Merged
cherry-pick more commits from develop into release-3.1 (Vault)#6203ximinez merged 1 commit intorelease-3.1from
ximinez merged 1 commit intorelease-3.1from
Conversation
- Adds a mechanism for the vault owner to burn user shares when the vault is stuck. If the Vault has 0 AssetsAvailable and Total, the owner may submit a VaultClawback to reclaim the worthless fees, and thus allow the Vault to be deleted. The Amount must be left off (unless the owner is the asset issuer), specified as 0 Shares, or specified as the number of Shares held.
Collaborator
Author
|
A diff of this commit, and the corresponding commit from the PR in It looks to me like all of the differences are meta data (lines starting with |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-3.1 #6203 +/- ##
===========================================
Coverage 79.2% 79.3%
===========================================
Files 837 837
Lines 71377 71432 +55
Branches 8273 8295 +22
===========================================
+ Hits 56562 56611 +49
- Misses 14815 14821 +6
🚀 New features to boost your workflow:
|
Collaborator
Author
|
I've got a script running locally that will push this branch within a minute of a approving review. |
7 tasks
shawnxie999
approved these changes
Jan 11, 2026
This file contains hidden or 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
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.
High Level Overview of Change
Cherry-picks the merge commits from PRs merged into
develop. This PR should be merged with a push to preserve the separate commits. Do not squash or use the Github UI.Includes: