Skip to content

Conversation

@ximinez
Copy link
Collaborator

@ximinez ximinez commented Nov 5, 2025

This is just a placeholder to keep this code around.

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-shortages branch 5 times, most recently from b9fc042 to 206b543 Compare November 10, 2025 21:02
@ximinez ximinez force-pushed the ximinez/lending-shortages branch from 206b543 to 0008e2d Compare November 11, 2025 00:55
@ximinez ximinez force-pushed the ximinez/lending-XLS-66 branch from 156186d to 590f69c Compare November 23, 2025 02:24
ximinez and others added 8 commits November 24, 2025 21:47
…nez/lending-shortages

* XRPLF/ximinez/lending-XLS-66: (48 commits)
  Fix formatting
  Review feedback from @gregtatcam: typo
  Review feedback from @Tapanito, @gregtatcam, and @shawnxie999
  Update src/xrpld/app/tx/detail/LoanBrokerCoverClawback.cpp
  Fix formatting
  Add deep freeze check to LoanBrokerDelete (6053)
  Fix build error with LoanBroker invariant
  Address a couple of feedback items from @Tapanito and @shawnxie999:
  Review feedback from @shawnxie999: removeEmptyHolding
  Review feedback from @shawnxie999: broker owner count
  Update src/xrpld/app/tx/detail/LoanBrokerCoverClawback.cpp
  Update src/xrpld/app/tx/detail/LoanBrokerCoverDeposit.cpp
  Update src/xrpld/app/tx/detail/LoanBrokerSet.cpp
  Add a LoanBroker invariant to compare CoverAvailable to balance
  refactor: Retire RequireFullyCanonicalSig amendment (6035)
  refactor: Retire DeletableAccounts amendment (6056)
  refactor: Retire CryptoConditionsSuite amendment (6036)
  Review feedback from @gregtatcam: variable name
  Review feedback from @gregtatcam: readability
  From discussion with @gregtatcam: Revert "Payment"
  ...
…nez/lending-shortages

* XRPLF/ximinez/lending-XLS-66:
  ci: Trigger clio pipeline on PRs targeting release branches (6080)
  Review feedback from @shawnxie999: MPT Clawback
  Move the ValidPseudoAccounts class back to its original location
  Fix formatting again
  refactor: Retire Flow and FlowSortStrands amendments (6054)
  Add additional documentation to Lending Protocol (6037)
@ximinez ximinez changed the base branch from ximinez/lending-XLS-66 to ximinez/lending-XLS-66-2 December 1, 2025 20:03
- Exclude LogicError lines in ApplyView.cpp (specifically directory
  operations) from code coverage.
- Replace the ability to set the next page on a new directory page with
  an assert, because nothing uses it right now.
- Early return with success for batch inner transactions in preflight2.
…iminez/lending-XLS-66-2

* XRPLF/ximinez/develop-nolending:
  Revert "Implement Lending Protocol (unsupported) (5270)"
  Implement Lending Protocol (unsupported) (5270)
@ximinez ximinez force-pushed the ximinez/lending-XLS-66-2 branch from 335b9be to c953073 Compare December 3, 2025 17:37
@ximinez ximinez changed the base branch from ximinez/lending-XLS-66-2 to ximinez/lending-XLS-66-ongoing December 3, 2025 18:11
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