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 |
|
Ayaz Salikhov
|
33802f475f
|
docs: Build docs using doxygen 1.14.0 (#2681)
|
2025-10-07 18:48:19 +01:00 |
|
github-actions[bot]
|
2f3e9498dc
|
style: clang-tidy auto fixes (#2645)
|
2025-09-23 11:31:26 +02:00 |
|
emrearıyürek
|
d2de240389
|
fix: Print out error details of web context (#2351)
|
2025-09-22 13:45:04 +01:00 |
|
github-actions[bot]
|
5e5dd649cf
|
style: clang-tidy auto fixes (#2639)
|
2025-09-18 10:32:06 +01:00 |
|
Peter Chen
|
fb1cdcbde5
|
fix: mpt_issuance_id not in tx for MPTIssuanceCreate (#2630)
fixes: #2332
|
2025-09-17 16:17:58 +01:00 |
|
Alex Kremer
|
b66d13bc74
|
fix: Workaround large number validation and parsing (#2608)
Fixes #2586
|
2025-09-17 16:12:32 +01:00 |
|
github-actions[bot]
|
97480ce626
|
style: clang-tidy auto fixes (#2606)
|
2025-09-12 11:08:44 +01:00 |
|
Peter Chen
|
91b248e3b2
|
fix: remove MPTIssuanceID from tx (#2569)
fixes #2332 : Essentially, remove `mpt_issuance_id` for
`MPTokenIssuanceCreate`
|
2025-09-10 08:38:03 -07:00 |
|
Ayaz Salikhov
|
f1bf423f69
|
fix: Remove global static loggers (#2557)
|
2025-09-08 22:50:08 +01:00 |
|
Peter Chen
|
9edc26a2a3
|
fix: Add MPT to txn JSON (#2392)
fixes #2332
|
2025-09-04 18:15:47 +01:00 |
|
github-actions[bot]
|
7c68770787
|
style: clang-tidy auto fixes (#2519)
|
2025-09-04 10:57:00 +01:00 |
|
emrearıyürek
|
90ac03cae7
|
fix: Support canonical names for type in account_objects (#2437)
Fix: https://github.com/XRPLF/clio/issues/2275
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
|
2025-09-03 17:06:21 +01:00 |
|
Ayaz Salikhov
|
0a2930d861
|
chore: Use xrpl/2.6.0 (#2496)
|
2025-09-02 17:10:15 +01:00 |
|
Peter Chen
|
c780ef8a0b
|
refactor: output struct (#2456)
fixes #2452
|
2025-08-20 11:13:05 -04:00 |
|
Peter Chen
|
e9ab081ab7
|
fix: add trustline locking flag to account_info (#2338)
fixes #2323
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
|
2025-08-19 10:07:21 -04:00 |
|
emrearıyürek
|
5eea26d9ac
|
perf: Pass const reference Input into handlers (#2409)
Fix https://github.com/XRPLF/clio/issues/2265
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
|
2025-08-11 12:21:32 +01:00 |
|
Alex Kremer
|
b29e2e4c88
|
chore: Update boost usages to match 1.88 (#2355)
|
2025-07-23 15:49:19 +01:00 |
|
Sergey Kuznetsov
|
b6c1e2578b
|
chore: Remove using blocking cache (#2328)
BlockingCache has a bug so reverting its usage for now.
|
2025-07-14 13:47:13 +01:00 |
|
Alex Kremer
|
f94a9864f0
|
fix: Usage of compiler flags for RPC module (#2305)
|
2025-07-08 22:46:26 +01:00 |
|
github-actions[bot]
|
cc506fd094
|
style: Update pre-commit hooks (#2290)
Update versions of pre-commit hooks to latest version.
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
|
2025-07-02 16:36:34 +01:00 |
|
Ayaz Salikhov
|
57dda8ac50
|
chore: Update fmt to 11.2.0 (#2281)
Seems that new clang-tidy fails with our old fmt lib
|
2025-07-02 14:11:35 +01:00 |
|