diff --git a/.ci-config/rippled.cfg b/.ci-config/rippled.cfg index b6b907c8d..4e48e992a 100644 --- a/.ci-config/rippled.cfg +++ b/.ci-config/rippled.cfg @@ -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] diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 701121f0a..76039d661 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -41,6 +41,10 @@ Please check relevant options, delete irrelevant ones. +* 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