Pratik Mankawde
48ece2779d
fix: Handle WSClient write failure when server closes WebSocket ( #6671 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-04 10:13:47 -04:00
Bart
79a3ab4c22
refactor: Rename non-functional uses of ripple(d) to xrpl(d) ( #6676 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-05-04 10:13:47 -04:00
Mayukha Vadari
f2a7ee0067
refactor: Move more helper files into libxrpl/ledger/helpers ( #6731 )
...
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-05-04 10:13:46 -04:00
Mayukha Vadari
06453c15a0
fix: Minor RPC fixes ( #6730 )
2026-05-04 10:13:46 -04:00
Zhiyuan Wang
f1b9046c91
fix: Prevent deletion of MPTokens with active escrow ( #6635 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-05-04 10:13:46 -04:00
Vito Tumas
26e310e498
fix: Clamp VaultClawback to assetsAvailable for zero-amount clawback ( #6646 )
2026-05-04 10:13:46 -04:00
Vito Tumas
6ba5576b92
fix: Add assorted Lending Protocol fixes ( #6678 )
...
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com >
2026-05-04 10:13:46 -04:00
Mayukha Vadari
48d2eb20b3
fix: Change variable signedness and correctly handle std::optional ( #6657 )
2026-05-04 10:13:45 -04:00
Mayukha Vadari
a772faf339
refactor: Reorganize RPC handler files ( #6628 )
2026-05-04 10:13:45 -04:00
yinyiqian1
e5b0b6f674
docs: Add explanatory comment to checkFee ( #6631 )
2026-05-04 10:13:45 -04:00
yinyiqian1
17f26ba973
fix: Decouple reserve from fee in delegate payment ( #6568 )
2026-05-04 10:13:45 -04:00
Vito Tumas
28c53362b6
fix: Check trustline limits for share-denominated vault withdrawals ( #6645 )
2026-05-04 10:13:45 -04:00
Bart
b6a09a4d2c
release: Bump version to 3.2.0-b3
2026-04-01 13:27:58 -04:00
Valentin Balaschenko
3adad49c86
fix: Remove fatal assertion on Linux thread name truncation ( #6690 )
2026-04-01 13:27:23 -04:00
Alex Kremer
f04943fc50
chore: Enable clang-tidy coreguidelines checks ( #6698 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-04-01 13:27:23 -04:00
Vito Tumas
14749fdfb0
fix: Enforce aggregate MaximumAmount in multi-send MPT ( #6644 )
...
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-04-01 13:27:22 -04:00
Mayukha Vadari
ee3a08c8d4
fix: Fix previous ledger size typo in RCLConsensus ( #6696 )
2026-04-01 13:27:22 -04:00
Alex Kremer
2dc705bd99
chore: Enable clang-tidy misc checks ( #6655 )
2026-04-01 13:27:22 -04:00
Bart
5a66086fce
chore: Remove unnecessary clang-format off/on directives ( #6682 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-04-01 13:27:21 -04:00
Pratik Mankawde
682dda8bfc
fix: Fix Workers::stop() race between m_allPaused and m_runningTaskCount ( #6574 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-01 13:27:21 -04:00
Bart
aac17f588a
release: Bump version to 3.2.0-b2
2026-03-30 14:52:51 -04:00
Alex Kremer
453d94da17
chore: Enable remaining clang-tidy performance checks ( #6648 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-30 14:52:09 -04:00
Jingchen
b36aedb4d5
refactor: Address PR comments after the modularisation PRs ( #6389 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-03-30 14:52:09 -04:00
Vito Tumas
29aba28f5b
refactor: Split LoanInvariant into LoanBrokerInvariant and LoanInvariant ( #6674 )
2026-03-30 14:52:08 -04:00
Jingchen
e26624dcd1
refactor: Make function naming in ServiceRegistry consistent ( #6390 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
Co-authored-by: Ed Hennis <ed@ripple.com >
2026-03-30 14:52:08 -04:00
Valentin Balaschenko
885f7b8c33
chore: Shorten job names to stay within Linux 15-char thread limit ( #6669 )
2026-03-30 14:52:07 -04:00
Vito Tumas
dcf973bc50
fix: Improve loan invariant message ( #6668 )
2026-03-30 14:52:07 -04:00
Bart
aac64d3b85
Update version ( #6672 )
2026-03-26 09:50:04 -04:00
Jingchen
8f182e825a
refactor: Modularise ledger ( #6536 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
Co-authored-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-03-25 16:32:45 +00:00
Mayukha Vadari
2c7af360c2
fix: Remove unused/unreachable transactor code ( #6612 )
2026-03-25 16:02:14 +00:00
Alex Kremer
403fd7c649
fix: More clang-tidy issues found after merging to develop ( #6640 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-03-25 14:28:28 +00:00
Jingchen
4096623ae1
chore: Remove the forward declarations that cause build errors when unity build is enabled ( #6633 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
2026-03-24 23:00:41 +00:00
Mayukha Vadari
85a4015a64
fix: Assorted Permissioned Domain fixes ( #6587 )
2026-03-24 18:53:57 +00:00
Mayukha Vadari
f7bb4018fa
fix: Assorted Vault fixes ( #6607 )
2026-03-24 18:53:49 +00:00
Alex Kremer
0eedefbf45
refactor: Enable more clang-tidy readability checks ( #6595 )
...
Co-authored-by: Sergey Kuznetsov <kuzzz99@gmail.com >
2026-03-24 15:42:12 +00:00
Mayukha Vadari
8b986e4ab0
refactor: Improve imports to only call the needed helpers ( #6624 )
2026-03-24 10:20:32 +00:00
Olek
dcfcdab14e
fix: Remove superfluous view update from credentials ( #6545 )
2026-03-23 18:29:34 +00:00
Mayukha Vadari
e0dbe90370
refactor: Move ledger entry helper functions from View.h/View.cpp to dedicated helper files ( #6453 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-23 15:39:58 +00:00
Mayukha Vadari
be1cc48d84
fix: Assorted Oracle fixes ( #6570 )
2026-03-22 18:08:18 +00:00
Alex Kremer
12954d5392
fix: Address remaining issue after clang-tidy merge ( #6582 )
2026-03-18 22:41:09 +00:00
Jingchen
b1e5ba0518
feat: Add code generator for transactions and ledger entries ( #6443 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-03-18 21:11:51 +00:00
Mayukha Vadari
d360e7c5b6
refactor: Rename transactor files/classes to match the tx name ( #6580 )
2026-03-18 19:52:07 +00:00
Alex Kremer
57e4cbbcd9
refactor: Add simple clang-tidy readability checks ( #6556 )
...
This change enables the following clang-tidy checks:
- readability-avoid-nested-conditional-operator,
- readability-avoid-return-with-void-value,
- readability-braces-around-statements,
- readability-const-return-type,
- readability-container-contains,
- readability-container-size-empty,
- readability-else-after-return,
- readability-make-member-function-const,
- readability-redundant-casting,
- readability-redundant-inline-specifier,
- readability-redundant-member-init,
- readability-redundant-string-init,
- readability-reference-to-constructed-temporary,
- readability-static-definition
2026-03-18 16:41:49 +00:00
Mayukha Vadari
b92a9a3053
fix: Make assorted NFT fixes ( #6566 )
...
This change:
* Removes a set of unnecessary brackets in the initialization of an `std::uint32_t`.
* Fixes a couple of incorrect flags (same value, just wrong variables - so no amendment needed).
2026-03-18 14:47:59 +00:00
Mayukha Vadari
dcaef828b4
refactor: Replace !=/== tesSuccess with using isTesSuccess ( #6409 )
...
This change replaces all instances of `<variable> != tesSUCCESS` with `!isTesSuccess(<variable>)` and `<variable> == tesSUCCESS` with `isTesSuccess(<variable>)`.
2026-03-18 14:15:10 +00:00
yinyiqian1
6fbeb04d9e
fix: Disallow empty permission list when Delegate object is absent ( #6542 )
...
This change fixes delegation:
* If the Delegate object is not present, we should disallow empty permission list in DelegateSet preclaim.
* Empty permission list is only allowed to delete the existing Delegate object.
* In `doApply`, permission list being empty returns `tecINTERNAL`, which should not happen.
2026-03-18 13:39:31 +00:00
Alex Kremer
2a325e7e2c
chore: Enable clang-tidy bugprone-use-after-move check ( #6476 )
2026-03-18 00:12:06 +00:00
Copilot
9e14707e77
fix: Peer crawler port field type inconsistency ( #6318 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com >
Co-authored-by: Mayukha Vadari <mvadari@gmail.com >
Co-authored-by: Mayukha Vadari <mvadari@ripple.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-03-17 22:03:56 +00:00
Mayukha Vadari
95a45d7442
chore: Add comment explaining why ammLPHolds is called twice ( #6546 )
2026-03-17 20:11:36 +00:00
tequ
b129b71c33
refactor: Use ReadView instead of ApplyView in authorizedDepositPreauth() ( #6560 )
2026-03-17 15:56:51 -04:00