-
Couldn't load subscription status.
- Fork 1.6k
Retire fix1578 amendment #5927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Retire fix1578 amendment #5927
Conversation
Signed-off-by: Pratik Mankawde <[email protected]>
| testAMM( | ||
| [&](AMM& ammAlice, Env& env) { | ||
| // Order that can't be filled | ||
| TER const killedCode{TER{tecKILLED}}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall I get rid of this(and at other places) killedCode variable and use TER{tecKILLED} directly in its place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's alright
|
There's some conflicts. Can you fix them before adding the label please? |
Signed-off-by: Pratik Mankawde <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5927 +/- ##
=========================================
- Coverage 79.5% 78.5% -1.0%
=========================================
Files 817 817
Lines 72198 69014 -3184
Branches 8293 8272 -21
=========================================
- Hits 57392 54202 -3190
- Misses 14806 14812 +6
🚀 New features to boost your workflow:
|
Signed-off-by: Pratik Mankawde <[email protected]>
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)