Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
hpmaxi
force-pushed
the
feat/94-compliance-matrix
branch
from
September 24, 2026 19:43
6d681e1 to
a417f00
Compare
luchobonatti
added this pull request to stack #158
September 25, 2026 16:43
Add docs/COMPLIANCE_MATRIX.md defining the authoritative matrix of investor states (Allowlisted, Delisted, Frozen) across all vault operations, detailing the exit-only cash path and SEP-57 hooks. Add unit tests verifying delisted and frozen lifecycle behavior. Closes #94
hpmaxi
force-pushed
the
feat/94-compliance-matrix
branch
from
September 25, 2026 18:08
a417f00 to
f90f557
Compare
This branch was successfully deployed
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.
Summary of changes
docs/COMPLIANCE_MATRIX.mddefining the authoritative compliance specification across investor states (Allowlisted, De-listed, Frozen) and all 7 vault operations (request_deposit,cancel_deposit,claim_deposit,request_redeem,cancel_redeem,claim_redeem,transfer).mint, funds safely retained in escrow until resolved).can_transfer,can_create,can_destroy) and OpenZeppelin RWA token integration.docs/COMPLIANCE_MATRIX.mdfrom Section 8.6 ofdocs/strata-product-and-architecture.md.contracts/async-vault/src/test/compliance.rsverifying all matrix transitions.Closes #94