Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci-config/rippled.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ PermissionDelegation
PermissionedDEX
Batch
TokenEscrow
DynamicMPT

# This section can be used to simulate various FeeSettings scenarios for rippled node in standalone mode
[voting]
Expand Down
4 changes: 4 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Please check relevant options, delete irrelevant ones.
<!--
Please describe the tests that you ran to verify your changes and provide instructions so that others can reproduce.
-->
* Unit tests
* [ ] For PRs to support new amendments, I add unit tests to cover all failure conditions, with error code `tem*`, mentioned in the XLS spec
* Integration tests
* Other tests

<!--
## Future Tasks
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [[Unreleased]]

### Added

- Support for `Dynamic Multi-Purpose Tokens` (XLS-94d)

### Fixed

- Removed snippets files from the xrpl-py code repository. Updated the README file to point to the correct location on XRPL.org.
Expand Down
Loading