Alex Kremer
51244feb4a
chore: Enable more clang-tidy checks ( #3054 )
2026-05-01 15:31:45 +01:00
Sergey Kuznetsov
f1460de5d3
feat: Optional log rotation ( #3016 )
...
This PR adds an option to disable log rotation.
2026-04-27 15:30:53 +01:00
Sergey Kuznetsov
fe0bf736fb
refactor: Use error code in make_address() calls ( #3044 )
...
Function `ip::make_address()` throws an exception on an invalid IP.
Refactor to a better error handling without exceptions.
2026-04-27 11:32:07 +01:00
Alex Kremer
4e85398aed
chore: Remove more copyrights from code ( #3012 )
...
More copyrights detected following #2975
2026-03-24 15:33:12 +00:00
Alex Kremer
21066d16e9
chore: Remove copyright from all source files ( #2975 )
2026-03-24 15:25:32 +00:00
Sergey Kuznetsov
fbdd6d6105
feat: Limit cache loading in cluster ( #2985 )
...
This PR adds an option to limit simultaneous cache loading in a cluster
to one node at a time.
Fixes #2707
2026-03-09 17:11:20 +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]
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
Ayaz Salikhov
e9052bcd80
style: Remove readability-identifier-naming where not needed ( #2962 )
2026-02-23 14:43:19 +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
Ayaz Salikhov
6ba58f42f0
style: Set clang-format width 100 ( #2953 )
2026-02-20 15:56:03 +00:00
Ayaz Salikhov
cf77a10555
style: Adopt cmake-format from xrpld ( #2938 )
2026-01-29 16:44:04 +00:00
Sergey Kuznetsov
a72e5a180f
feat: Choose writer by cluster communication ( #2830 )
...
Fixes #1974
2026-01-21 11:41:26 +00:00
Sergey Kuznetsov
88866ea6fd
fix: No output from failed asserts in tests ( #2905 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-01-12 17:29:20 +00:00
Sergey Kuznetsov
bb39bce40b
style: Fix clang-tidy error ( #2901 )
2026-01-12 14:31:34 +00:00
Ayaz Salikhov
bb3159bda0
feat: Add build information to clio_server --version ( #2893 )
2026-01-09 13:59:43 +00:00
github-actions[bot]
b0abe14057
style: clang-tidy auto fixes ( #2891 )
2026-01-09 10:07:21 +00:00
Alex Kremer
a9787b131e
feat: Basic support for channels ( #2859 )
...
This PR implements go-like channels wrapper (on top of asio experimental
channels).
In the future this will be integrated into the AsyncFramework.
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2026-01-08 14:21:46 +00:00
Sergey Kuznetsov
9f76eabf0a
feat: Option to save cache asyncronously ( #2883 )
...
This PR adds an option to save cache to file asynchronously in parallel
with shutting down the rest of Clio services.
2026-01-07 17:20:56 +00:00
Alex Kremer
69b8e5bd06
feat: Add observable value util ( #2831 )
...
This implements a simple observable value. Can be used for a more
reactive approach. Will be used in ETL state and across the codebase
with time.
2025-12-08 16:44:43 +00:00
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]
b534570cdd
style: clang-tidy auto fixes ( #2822 )
...
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-11-27 09:46:53 +00:00
Ayaz Salikhov
946976546a
chore: Use boost::asio::ssl::stream instead of boost::beast::ssl_stream ( #2814 )
2025-11-26 12:27:48 +00:00
Alex Kremer
4eadaa85fa
chore: Repeat-based tests TSAN fixes ( #2810 )
2025-11-25 12:15:43 +00:00
github-actions[bot]
9ea61ba6b9
style: clang-tidy auto fixes ( #2801 )
...
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2025-11-21 11:27:40 +00:00
github-actions[bot]
19157dec74
style: clang-tidy auto fixes ( #2799 )
...
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2025-11-21 11:02:07 +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
ac608004bc
docs: Fix graceful_period description ( #2791 )
2025-11-19 19:17:44 +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
Sergey Kuznetsov
346c9f9bdf
feat: Read and write LedgerCache to file ( #2761 )
...
Fixes #2413 .
2025-11-13 17:01:40 +00:00
Alex Kremer
893daab8f8
chore: Change default max_queue_size to 1000 ( #2771 )
2025-11-11 16:37:00 +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
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
dabaa5bf80
fix: Drop dynamic loggers to fix memory leak ( #2686 )
2025-10-09 16:51:55 +01:00
Ayaz Salikhov
33802f475f
docs: Build docs using doxygen 1.14.0 ( #2681 )
2025-10-07 18:48:19 +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
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
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
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]
ffd18049eb
style: Update pre-commit hooks ( #2491 )
...
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2025-09-01 13:21:47 +01:00
Ayaz Salikhov
0403248a8f
test: Move prettyPath to its own file and test it ( #2486 )
2025-08-28 18:33:03 +01:00
github-actions[bot]
6c34458d6c
style: clang-tidy auto fixes ( #2471 )
2025-08-22 10:31:05 +01:00
Ayaz Salikhov
3681ef4e41
feat: Do not print critical errors in stdout ( #2468 )
2025-08-21 15:33:01 +01:00