feat: Make DynamicMPT opt-in-immutable - #583
Open
yinyiqian1 wants to merge 12 commits into
Open
Conversation
yinyiqian1
force-pushed
the
update-dynamicmpt
branch
from
July 17, 2026 20:21
e6b3ad9 to
15d3476
Compare
yinyiqian1
marked this pull request as ready for review
July 17, 2026 20:22
9 tasks
8 tasks
7 tasks
3 tasks
pdp2121
added a commit
to XRPLF/xrpl.js
that referenced
this pull request
Aug 3, 2026
## High Level Overview of Change <!-- Please include a summary/list of the changes. If too broad, please consider splitting into multiple PRs. If a relevant Asana task, please link it here. --> Spec change: XRPLF/XRPL-Standards#583 ### Type of Change <!-- Please check relevant options, delete irrelevant ones. --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (non-breaking change that only restructures code) - [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) - [ ] Documentation Updates - [ ] Release ### Did you update HISTORY.md? - [ ] Yes - [ ] No, this change does not impact library users## High Level Overview of Change <!-- Please include a summary/list of the changes. If too broad, please consider splitting into multiple PRs. If a relevant Asana task, please link it here. --> Spec change: XRPLF/XRPL-Standards#583 ### Type of Change <!-- Please check relevant options, delete irrelevant ones. --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (non-breaking change that only restructures code) - [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) - [ ] Documentation Updates - [ ] Release ### Did you update HISTORY.md? - [x] Yes - [ ] No, this change does not impact library users
Kassaking7
suggested changes
Aug 11, 2026
pdp2121
added a commit
to XRPLF/xrpl-rust
that referenced
this pull request
Aug 11, 2026
## High Level Overview of Change <!-- Please include a summary/list of the changes. If too broad, please consider splitting into multiple PRs. If a relevant Asana task, please link it here. --> Spec change: XRPLF/XRPL-Standards#583 ### Type of Change <!-- Please check relevant options, delete irrelevant ones. --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (non-breaking change that only restructures code) - [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) - [ ] Documentation Updates - [ ] Release
mvadari
reviewed
Aug 13, 2026
mvadari
reviewed
Aug 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates XLS-94 to make Dynamic MPT properties mutable by default and optionally immutable.
Changes:
- Introduces
ImmutableFlagsfor creation, updates, and ledger state. - Defines capability-setting flags and validation rules.
- Revises examples, rationale, and security guidance.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
mvadari
reviewed
Aug 13, 2026
mvadari
reviewed
Aug 13, 2026
mvadari
reviewed
Aug 13, 2026
mvadari
reviewed
Aug 13, 2026
mvadari
reviewed
Aug 13, 2026
yinyiqian1
force-pushed
the
update-dynamicmpt
branch
from
August 13, 2026 21:23
1a8539a to
2aaaa66
Compare
mvadari
reviewed
Aug 14, 2026
yinyiqian1
force-pushed
the
update-dynamicmpt
branch
from
August 14, 2026 20:55
cf9e74d to
08731a9
Compare
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
As describe in the title
Context of Change
Type of Change