Ayaz Salikhov
62428a2d91
chore: Update libxrpl to 3.3.0 ( #3170 )
2026-08-12 09:57:52 +01:00
Alex Kremer
dbdbe4ea1f
fix: Introduce retry for transient errors from DB ( #3167 )
2026-08-10 14:39:15 +01:00
Peter Chen
f490117cfb
fix: Remove clio_etl from rpc cmake ( #3166 )
2026-08-05 10:57:31 -04:00
Peter Chen
466b60f8ea
feat: Support filtering txns by mpt_issuance_id ( #3153 )
...
Adds an optional `mpt_issuance_id ` field to Account_tx so that users
can filter Account transactions if the transaction is involved in a
specific `mpt_issuance_id `
2026-08-04 12:22:43 -04:00
Peter Chen
24ce768ba8
feat: Support Confidential Transfer Fields ( #3152 )
...
Add Confidential Transfer Fields to MPToken, MPToken Issuance, and
mpt_holders API
2026-07-23 15:31:15 -07:00
Chenna Keshava B S
30f8a227b1
fix: Serialize MPToken UInt64 amounts as base-10 strings ( #3139 )
2026-07-22 13:31:21 +01:00
Ayaz Salikhov
0b15620d87
chore: Use libxrpl 3.3.0-rc1 ( #3144 )
2026-07-20 20:19:16 +01:00
Ayaz Salikhov
50f9bc2bea
style: Unify style for all Doxygen comments ( #3142 )
2026-07-13 12:45:05 +01:00
Ayaz Salikhov
36ec74415a
chore: Update tidy with new v22 checks ( #3119 )
2026-06-29 11:57:24 +01:00
Sergey Kuznetsov
87f0b480bf
fix: Don't cache requests with params ( #3113 )
...
`ResponseExpirationCache` is using only `method` (or `command`) as a
key, but responses might be different with different params. This may
lead to a client getting incorrect response because of caching. This PR
fixes it by caching only requests without any additional params.
2026-06-26 12:33:27 +01:00
Sergey Kuznetsov
0b20dc728a
chore: Don't include fwd headers ( #3117 )
2026-06-25 16:06:13 +01:00
Sergey Kuznetsov
9b04d64a0e
chore: Update libxrpl to 3.2.0 ( #3114 )
2026-06-25 11:19:12 +01:00
Ayaz Salikhov
373a883840
fix: Add pragma once checker ( #3111 )
2026-06-19 17:23:03 +01:00
Ayaz Salikhov
52af23fe77
chore: Fixes after tidy v22 update ( #3108 )
2026-06-17 11:33:39 +01:00
Ayaz Salikhov
fa057bd876
ci: Use Nix-based images for all workflows except pre-commit ( #3098 )
2026-06-16 22:50:43 +01:00
Alex Kremer
cc4f204d9e
style: More clang-tidy identifier renaming ( #3076 )
2026-05-19 15:25:47 +01:00
Alex Kremer
dbc98894ba
refactor: Rename static constants ( #3073 )
2026-05-13 12:09:06 +01:00
Alex Kremer
51244feb4a
chore: Enable more clang-tidy checks ( #3054 )
2026-05-01 15:31:45 +01:00
Alex Kremer
7238cc8799
fix: Allow deleted libXRPL amendments to still be queried via feature ( #3011 )
2026-03-24 15:34:02 +00:00
Alex Kremer
21066d16e9
chore: Remove copyright from all source files ( #2975 )
2026-03-24 15:25:32 +00:00
Ayaz Salikhov
2b8a7b95e4
chore: Remove explicit accountNotFound message ( #2978 )
...
I searched rippled code, and there is no `accountNotFound` anywhere.
So, we should probably stick to the default, it looks reasonable
2026-03-09 17:17:09 +00:00
Ayaz Salikhov
43e8c8cddb
style: Unify style for 'not expectedLgrInfo.has_value()' ( #2977 )
2026-03-06 12:27:54 +00:00
Ayaz Salikhov
9cbc99651c
style: Unify style for 'not expectedNext.has_value()' ( #2979 )
2026-03-06 12:21:53 +00:00
Ayaz Salikhov
967590e639
style: Use gersemi instead of ancient cmake-format ( #2980 )
2026-03-06 12:21:01 +00:00
github-actions[bot]
395e87b9c5
style: clang-tidy auto fixes ( #2982 )
2026-03-06 10:10:16 +00:00
Ayaz Salikhov
6d56ed5ccf
chore: Move sharedPtrBackend ( #2974 )
2026-03-05 19:01:57 +00:00
github-actions[bot]
a4d6caf8a7
style: Update pre-commit hooks ( #2968 )
...
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2026-03-03 15:58:30 +00:00
github-actions[bot]
af736717fc
style: clang-tidy auto fixes ( #2958 )
...
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2026-02-23 13:54:07 +00:00
Sergey Kuznetsov
2d6f82c27f
feat: Metrics for requested ledger age ( #2947 )
...
Adding metrics to be able to analyse requested ledger age distribution.
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-20 18:01:15 +00:00
Ayaz Salikhov
6ba58f42f0
style: Set clang-format width 100 ( #2953 )
2026-02-20 15:56:03 +00:00
Ayaz Salikhov
480264ff8f
perf: Use string_view in AccountInfo ( #2951 )
2026-02-18 17:11:31 +00:00
Ayaz Salikhov
584d2bb5f2
feat: Support Lending Protocol ( #2945 )
2026-02-17 22:54:24 +00:00
emrearıyürek
9d3dbce73b
fix: Remove RpcEntryNotFound from ClioError ( #2661 )
...
Since rippled has its own error codes, all occurrences have been
replaced except for [PR2549](https://github.com/XRPLF/clio/pull/2549 ),
and the entry has also been removed entirely from Clio’s error enum.
This modification follows the feedback provided in this comment:
https://github.com/XRPLF/clio/pull/2549#discussion_r2394840688
Pending compatible libxrpl — temporarily on hold
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Alex Kremer <akremer@ripple.com >
2026-02-06 15:33:18 +00:00
Ayaz Salikhov
cf77a10555
style: Adopt cmake-format from xrpld ( #2938 )
2026-01-29 16:44:04 +00:00
Alex Kremer
c6be761f33
fix: Faster implementation of work queue ( #2887 )
2026-01-13 12:21:20 +00:00
Alex Kremer
2327e81b0b
fix: WorkQueue contention ( #2866 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-12-19 15:26:55 +00:00
yinyiqian1
06ea05891d
feat: Add DynamicMPT in account_mptoken_issuances ( #2820 )
...
Support DynamicMPT for the account_mptoken_issuances handler.
Related commit:
eed757e0c4
The original spec for `DynamicMPT` can be found here:
https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0094-dynamic-MPT
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2025-12-10 11:36:24 +00:00
emrearıyürek
2cd8226a11
refactor: Make getLedgerIndex return std::expected instead of throwing ( #2788 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Sergey Kuznetsov <kuzzz99@gmail.com >
2025-11-20 17:46:15 +00:00
emrearıyürek
2075171ca5
fix: Match ledger_entry error codes with rippled ( #2549 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Alex Kremer <akremer@ripple.com >
Co-authored-by: Peter Chen <34582813+PeterChen13579@users.noreply.github.com >
2025-11-17 15:14:31 +00:00
github-actions[bot]
be9f0615fa
style: clang-tidy auto fixes ( #2770 )
2025-11-11 09:34:02 +00:00
emrearıyürek
093606106c
refactor: Duplicate ledger_index pattern for RPC handlers ( #2755 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-11-10 17:11:12 +00:00
github-actions[bot]
a5b1dcfe55
style: clang-tidy auto fixes ( #2765 )
...
Fixes #2764 .
2025-11-10 11:49:11 +00:00
Alex Kremer
c973e99f4b
feat: WorkQueue priorities ( #2721 )
...
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-11-07 17:42:55 +00:00
Peter Chen
51dbd09ef6
fix: Empty signer list ( #2746 )
...
fixes #2730
2025-11-07 07:41:02 -08:00
Alex Kremer
fcc5a5425e
feat: New ETL by default ( #2752 )
2025-11-05 13:29:36 +00:00
github-actions[bot]
8375eb1766
style: clang-tidy auto fixes ( #2741 )
...
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-10-30 11:20:32 +00:00
yinyiqian1
eed757e0c4
feat: Support account_mptoken_issuances and account_mptokens ( #2680 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-10-29 14:17:43 +00:00
github-actions[bot]
2de49b4d33
style: clang-tidy auto fixes ( #2706 )
2025-10-20 10:41:59 +01:00
Peter Chen
7538efb01e
fix: Add mpt_issuance_id to meta of MPTIssuanceCreate ( #2701 )
...
fixes #2332
2025-10-17 09:58:38 -04:00
emrearıyürek
b361e3a108
feat: Support new types in ledger_entry ( #2654 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-10-14 17:37:14 +01:00