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 62 commits into
base: develop
Choose a base branch
from
Draft

DRAFT: Ximinez/lending xls 66 #5270

wants to merge 62 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 from 1240135 to 6f5d1ad Compare February 4, 2025 19:35
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 70.39627% with 254 lines in your changes missing coverage. Please review.

Project coverage is 78.0%. Comparing base (ab44cc3) to head (a697138).
Report is 6 commits behind head on develop.

Files with missing lines Patch % Lines
src/xrpld/ledger/detail/View.cpp 59.9% 85 Missing ⚠️
src/xrpld/app/misc/CredentialHelpers.cpp 20.4% 43 Missing ⚠️
src/xrpld/app/tx/detail/VaultCreate.cpp 79.4% 20 Missing ⚠️
src/xrpld/app/tx/detail/VaultDeposit.cpp 75.0% 19 Missing ⚠️
src/xrpld/app/tx/detail/VaultClawback.cpp 71.9% 16 Missing ⚠️
src/xrpld/app/tx/detail/VaultWithdraw.cpp 73.3% 16 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 9 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #5270     +/-   ##
=========================================
- Coverage     78.2%   78.0%   -0.2%     
=========================================
  Files          790     802     +12     
  Lines        67738   68616    +878     
  Branches      8177    8346    +169     
=========================================
+ Hits         52962   53497    +535     
- Misses       14776   15119    +343     
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 55 more

... and 20 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
@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch from 27e4c4f to 2d209c4 Compare February 8, 2025 00:58
@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch from 2d209c4 to 4e79b3f Compare February 25, 2025 15:37
@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch 3 times, most recently from 45e3687 to e8fbd22 Compare February 27, 2025 01:19
Bronek and others added 6 commits February 28, 2025 14:21
This assert is known to occasionally trigger, without causing errors
downstream. It is replaced with a log message.
- Update documentation
@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch from e8fbd22 to a697138 Compare February 28, 2025 19:24
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.

5 participants