Alex Kremer
88881e95dd
chore: TSAN fix async-signal-unsafe ( #2824 )
...
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2025-12-02 17:36:36 +00:00
github-actions[bot]
73e90b0a3f
style: clang-tidy auto fixes ( #2816 )
...
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-11-26 09:44:53 +00:00
Alex Kremer
391e7b07ab
chore: WebServerAdminTestsSuit TSAN issues ( #2809 )
2025-11-25 12:17:24 +00:00
Alex Kremer
4eadaa85fa
chore: Repeat-based tests TSAN fixes ( #2810 )
2025-11-25 12:15:43 +00:00
Ayaz Salikhov
1b1a46c429
feat: Handle prometheus requests in WorkQueue ( #2790 )
2025-11-24 16:17:45 +00:00
github-actions[bot]
42a6f516dc
style: clang-tidy auto fixes ( #2797 )
2025-11-21 10:17:56 +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
Sergey Kuznetsov
b62cfe949f
feat: Graceful shutdown with old web server ( #2786 )
...
- Stop accepting connections during graceful shutdown in the old web server
- Stop all the services before Clio exits
- Move cache saving into stop callback
2025-11-19 15:40:33 +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]
1ef7ec3464
style: clang-tidy auto fixes ( #2783 )
2025-11-14 10:52:44 +00:00
Sergey Kuznetsov
346c9f9bdf
feat: Read and write LedgerCache to file ( #2761 )
...
Fixes #2413 .
2025-11-13 17:01:40 +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
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
2f8a704071
feat: Ledger publisher use async framework ( #2756 )
2025-11-05 15:26:03 +00:00
Alex Kremer
fcc5a5425e
feat: New ETL by default ( #2752 )
2025-11-05 13:29:36 +00:00
Alex Kremer
6d79dd6b2b
feat: Async framework submit on strand/ctx ( #2751 )
2025-11-04 19:14:31 +00:00
Ayaz Salikhov
30e88fe72c
style: Fix pre-commit style issues ( #2743 )
2025-10-30 14:04:15 +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]
3b61a85ba0
style: clang-tidy auto fixes ( #2736 )
2025-10-29 09:31:21 +00:00
Sergey Kuznetsov
7c8152d76f
test: Fix flaky test ( #2729 )
2025-10-28 17:36:52 +00:00
Alex Kremer
f41d574204
fix: Flaky DeadlineIsHandledCorrectly ( #2716 )
2025-10-23 16:33:58 +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
Alex Kremer
685f611434
chore: Disable flaky DisconnectClientOnInactivity ( #2699 )
2025-10-16 18:55:58 +01:00
Alex Kremer
b4e40558c9
fix: Address AmendmentBlockHandler flakiness in old ETL tests ( #2694 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-10-15 17:15:12 +01: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
github-actions[bot]
2ed1a45ef1
style: clang-tidy auto fixes ( #2688 )
...
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-10-10 10:45:47 +01:00
Ayaz Salikhov
dabaa5bf80
fix: Drop dynamic loggers to fix memory leak ( #2686 )
2025-10-09 16:51:55 +01:00
rrmanukyan
dc5f8b9c23
fix: Add gRPC Timeout and keepalive to handle stuck connections ( #2676 )
2025-10-08 13:50:11 +01:00
Alex Kremer
693ed2061c
fix: ASAN issue with AmendmentBlockHandler test ( #2674 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-10-07 15:18:01 +01:00
Peter Chen
1cfa06c9aa
feat: Support Keyspace ( #2454 )
...
Support AWS Keyspace queries
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Alex Kremer <akremer@ripple.com >
2025-10-03 11:28:50 -04: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
Alex Kremer
245a808e4b
feat: Cache state endpoint ( #2642 )
2025-09-18 16:20:17 +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]
420b99cfa1
style: clang-tidy auto fixes ( #2635 )
...
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-09-16 14:14:55 +01:00
Ayaz Salikhov
3f2ada3439
fix: Keep spdlog loggers valid between tests ( #2614 )
2025-09-15 14:47:35 +01:00
emrearıyürek
e996f2b7ab
refactor: Use expected<void, error> instead of optional<error> ( #2565 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-09-15 13:54:09 +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
Peter Chen
9edc26a2a3
fix: Add MPT to txn JSON ( #2392 )
...
fixes #2332
2025-09-04 18:15:47 +01:00
Sergey Kuznetsov
26ef25f864
feat: Add network id to ledger feed ( #2505 )
...
Fixes #2350 .
2025-09-04 16:58:50 +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
Sergey Kuznetsov
3a667f558c
feat: Proxy support ( #2490 )
...
Add client IP resolving support in case when there is a proxy in front
of Clio.
2025-09-03 15:22:47 +01:00
Ayaz Salikhov
0a2930d861
chore: Use xrpl/2.6.0 ( #2496 )
2025-09-02 17:10:15 +01:00
emrearıyürek
402ab29a73
fix: Change error style in Config ( #2314 )
...
Fix : #1886
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Alex Kremer <akremer@ripple.com >
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2025-09-02 11:14:37 +01:00
github-actions[bot]
7413e02a05
style: clang-tidy auto fixes ( #2488 )
...
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-08-29 10:31:41 +01:00