Retire fix1578 amendment - #5927
Merged
Merged
Conversation
pratikmankawde
commented
Oct 23, 2025
| testAMM( | ||
| [&](AMM& ammAlice, Env& env) { | ||
| // Order that can't be filled | ||
| TER const killedCode{TER{tecKILLED}}; |
Contributor
Author
There was a problem hiding this comment.
Shall I get rid of this(and at other places) killedCode variable and use TER{tecKILLED} directly in its place?
a1q123456
approved these changes
Oct 24, 2025
Contributor
|
There's some conflicts. Can you fix them before adding the label please? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5927 +/- ##
=========================================
- Coverage 78.3% 78.3% -0.0%
=========================================
Files 817 817
Lines 68971 68968 -3
Branches 8305 8301 -4
=========================================
- Hits 54026 54022 -4
- Misses 14945 14946 +1
🚀 New features to boost your workflow:
|
pratikmankawde
requested review from
vlntb and
vvysokikh1
and removed request for
vlntb
October 24, 2025 14:35
vvysokikh1
approved these changes
Oct 28, 2025
Amendments activated for more than 2 years can be retired. This change retires the fix1578 amendment.
bthomee
force-pushed
the
pratik/retire_fix1578_amendment
branch
from
October 28, 2025 15:02
8cf3e1c to
5cf2c64
Compare
bthomee
enabled auto-merge
October 28, 2025 15:02
bthomee
disabled auto-merge
October 29, 2025 13:41
bthomee
enabled auto-merge (squash)
October 29, 2025 15:24
beartec-jpg
pushed a commit
to beartec-jpg/FalconLedger
that referenced
this pull request
Jun 1, 2026
Amendments activated for more than 2 years can be retired. This change retires the fix1578 amendment.
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
This change retires the
fix1578amendment.Context of Change
Amendments activated for more than 2 years can be retired.
https://xrpl.org/resources/known-amendments#fix1578
Type of Change
.gitignore, formatting, dropping support for older tooling)