Skip to content
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

DRAFT: Ximinez/lending xls 66 #5270

Draft
wants to merge 51 commits into
base: develop
Choose a base branch
from
Draft

DRAFT: Ximinez/lending xls 66 #5270

wants to merge 51 commits into from

Conversation

ximinez
Copy link
Collaborator

@ximinez ximinez commented Jan 31, 2025

Base branch is #5224

High Level Overview of Change

Context of Change

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

  • Public API: New feature (new methods and/or new fields)
  • Public API: Breaking change (in general, breaking changes should only impact the next api_version)
  • libxrpl change (any change that may affect libxrpl or dependents of libxrpl)
  • Peer protocol change (must be backward compatible or bump the peer protocol version)

@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch 3 times, most recently from f489c13 to 1240135 Compare February 1, 2025 00:21
@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch from 1240135 to 6f5d1ad Compare February 4, 2025 19:35
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 71.21588% with 232 lines in your changes missing coverage. Please review.

Project coverage is 78.0%. Comparing base (02387fd) to head (27e4c4f).

Files with missing lines Patch % Lines
src/xrpld/ledger/detail/View.cpp 63.2% 68 Missing ⚠️
src/xrpld/app/misc/CredentialHelpers.cpp 20.4% 43 Missing ⚠️
src/xrpld/app/tx/detail/VaultCreate.cpp 78.0% 20 Missing ⚠️
src/xrpld/app/tx/detail/VaultDeposit.cpp 74.6% 18 Missing ⚠️
src/xrpld/app/tx/detail/VaultClawback.cpp 70.7% 17 Missing ⚠️
src/xrpld/app/tx/detail/VaultWithdraw.cpp 74.1% 14 Missing ⚠️
src/xrpld/app/tx/detail/VaultSet.cpp 71.1% 13 Missing ⚠️
src/xrpld/app/tx/detail/VaultDelete.cpp 80.0% 9 Missing ⚠️
src/libxrpl/protocol/STNumber.cpp 77.1% 8 Missing ⚠️
src/xrpld/app/tx/detail/MPTokenAuthorize.cpp 78.9% 4 Missing ⚠️
... and 6 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #5270     +/-   ##
=========================================
- Coverage     78.1%   78.0%   -0.1%     
=========================================
  Files          790     802     +12     
  Lines        67607   68274    +667     
  Branches      8164    8268    +104     
=========================================
+ Hits         52828   53281    +453     
- Misses       14779   14993    +214     
Files with missing lines Coverage Δ
include/xrpl/json/json_value.h 98.5% <ø> (ø)
include/xrpl/protocol/AMMCore.h 100.0% <ø> (ø)
include/xrpl/protocol/Asset.h 95.2% <100.0%> (+0.5%) ⬆️
include/xrpl/protocol/Feature.h 100.0% <ø> (ø)
include/xrpl/protocol/IOUAmount.h 100.0% <ø> (ø)
include/xrpl/protocol/Indexes.h 100.0% <100.0%> (ø)
include/xrpl/protocol/MPTAmount.h 100.0% <ø> (ø)
include/xrpl/protocol/MPTIssue.h 100.0% <100.0%> (ø)
include/xrpl/protocol/SField.h 100.0% <ø> (ø)
include/xrpl/protocol/STAmount.h 95.5% <100.0%> (+0.3%) ⬆️
... and 47 more

... and 4 files with indirect coverage changes

Impacted file tree graph

@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch from 6f5d1ad to 81feddd Compare February 6, 2025 17:33
@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch from 81feddd to 27e4c4f Compare February 7, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants