Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
373fb52
Models and unit tests for LP amendment; TODO: Integ tests are remaini…
ckeshava Sep 8, 2025
aadadbe
update integration test with LoanSet transaction
ckeshava Sep 12, 2025
1db1744
add integ tests for loan-crud operations; update changelog
ckeshava Sep 13, 2025
b062bc3
address first batch of coderabbit AI suggestions
ckeshava Sep 15, 2025
faca6ae
Merge branch 'main' into xls66d
ckeshava Sep 16, 2025
9083a84
fix linter errors
ckeshava Sep 16, 2025
c672015
update Number internal rippled type into str JSON type
ckeshava Sep 17, 2025
029d65c
add unit tests and validation for loan_broker_set txn
ckeshava Sep 18, 2025
1ddf348
loan_set validation and unit tests
ckeshava Sep 18, 2025
4e5cf35
add hex validation for data field
ckeshava Sep 18, 2025
388553d
update tests for LoanSet txn; remove start_date field
ckeshava Sep 18, 2025
31b699e
integ test for Lending Protocol with IOU
ckeshava Sep 18, 2025
e39509f
fix the errors in STIssue codec
ckeshava Sep 19, 2025
88eade6
Merge branch 'updateIssueCodec' into xls66d
ckeshava Sep 19, 2025
3b47b6f
remove debug helper method
ckeshava Sep 22, 2025
9c38b73
integ test for VaultCreate txn with MPToken
ckeshava Sep 23, 2025
f6daf47
feature: allow xrpl-py integ tests to run on XRPL Devnet; This commit…
ckeshava Sep 23, 2025
9f27a07
fix: update the order of the encoding arguments in serialization of I…
ckeshava Sep 23, 2025
d47410a
add SAV integ test with MPToken as Vault asset
ckeshava Sep 24, 2025
bd2f13a
fix: big-endian format to interpret the sequence number in MPTID
ckeshava Sep 24, 2025
fc158fb
Update tests/integration/it_utils.py
ckeshava Sep 24, 2025
2183f0a
address code rabbit suggestions
ckeshava Sep 24, 2025
3162f69
Merge branch 'updateIssueCodec' into xls66d
ckeshava Sep 24, 2025
48bd4e7
integ test: LendingProtocol Vault with MPToken asset
ckeshava Sep 24, 2025
98288b8
Merge branch 'main' into xls66d
ckeshava Sep 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci-config/rippled.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ PermissionDelegation
PermissionedDEX
Batch
TokenEscrow
LendingProtocol

# This section can be used to simulate various FeeSettings scenarios for rippled node in standalone mode
[voting]
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [[Unreleased]]

### Added
- Support for the Lending Protocol (XLS-66d)

### Fixed

- Removed snippets files from the xrpl-py code repository. Updated the README file to point to the correct location on XRPL.org.
Expand Down
Loading
Loading