Skip to content

Add XRPL_ABANDON and use it to abandon OwnerPaysFee#5510

Merged
bthomee merged 3 commits intodevelopfrom
a1q123456/add-new-macro
Jun 26, 2025
Merged

Add XRPL_ABANDON and use it to abandon OwnerPaysFee#5510
bthomee merged 3 commits intodevelopfrom
a1q123456/add-new-macro

Conversation

@a1q123456
Copy link
Copy Markdown
Contributor

High Level Overview of Change

As a follow up PR for #5435, we want to have a separate macro to describe the case where a feature has never been implemented properly and has never been enabled. This PR adds XRPL_ABANDON and moves OnwerPaysFee in features.macro to it's the abandoned section.

Context of Change

This PR makes it clear that OwnerPaysFee is an abandoned feature and we can use this macro for other features in the future.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • 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)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

API Impact

There's no API impact

@a1q123456 a1q123456 marked this pull request as ready for review June 25, 2025 09:56
@a1q123456 a1q123456 requested review from a team, Bronek and vvysokikh1 June 25, 2025 09:56
Copy link
Copy Markdown
Contributor

@vvysokikh1 vvysokikh1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.1%. Comparing base (e9d46f0) to head (033b8cc).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #5510   +/-   ##
=======================================
  Coverage     79.1%   79.1%           
=======================================
  Files          817     817           
  Lines        71704   71706    +2     
  Branches      8235    8240    +5     
=======================================
+ Hits         56725   56731    +6     
+ Misses       14979   14975    -4     
Files with missing lines Coverage Δ
include/xrpl/protocol/Feature.h 100.0% <ø> (ø)
src/libxrpl/protocol/Feature.cpp 94.9% <100.0%> (+0.1%) ⬆️

... and 5 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@a1q123456 a1q123456 force-pushed the a1q123456/add-new-macro branch from ecfbe28 to 033b8cc Compare June 25, 2025 14:10
@a1q123456 a1q123456 added the Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. label Jun 26, 2025
@bthomee bthomee merged commit df6daf0 into develop Jun 26, 2025
5 checks passed
@bthomee bthomee deleted the a1q123456/add-new-macro branch June 26, 2025 16:09
a1q123456 added a commit that referenced this pull request Jul 10, 2025
This was referenced Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants