Ayaz Salikhov
4aa2ca94de
perf: Add benchmark for Logger ( #2407 )
2025-08-07 19:46:12 +01:00
Alex Kremer
87565b685a
fix: MPT test object producing ASAN error ( #2406 )
...
Plus some driveby cleanup of incorrect placement of `constexpr`
2025-08-07 18:57:26 +01:00
github-actions[bot]
43f4828a61
style: clang-tidy auto fixes ( #2402 )
...
Fixes #2401 . Please review and commit clang-tidy fixes.
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-08-07 10:44:43 +01:00
Alex Kremer
1a298dedd2
fix: ETLng more cpu usage fixes ( #2399 )
2025-08-06 16:50:48 +01:00
Alex Kremer
6c9c88e3fc
fix: Remove tight loop in ETLng ( #2398 )
2025-08-06 12:29:42 +01:00
Ayaz Salikhov
156b858db7
fix: Fix default bool value print in config definition ( #2397 )
2025-08-06 11:51:15 +01:00
github-actions[bot]
46b86a5d61
style: clang-tidy auto fixes ( #2379 )
...
Fixes #2378 . Please review and commit clang-tidy fixes.
---------
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-07-30 13:21:16 +01:00
Ayaz Salikhov
f518936e69
docs: Fix some doxygen issues ( #2370 )
2025-07-29 12:54:49 +01:00
Ayaz Salikhov
9e35f16be1
chore: Move config definition to cpp file ( #2371 )
...
Having such a long init list in almost every translation unit is
definitely not nice.
It makes it more difficult to work on custom logger (because I need to
adjust log_format), so let's move it to cpp file
2025-07-29 11:52:41 +01:00
github-actions[bot]
f347a732a6
style: clang-tidy auto fixes ( #2375 )
2025-07-29 10:51:26 +01:00
Ayaz Salikhov
0e2ba4a64e
chore: Do not generate source files and use target_compile_definition… ( #2369 )
...
…s to set version
Advantages:
- not modifying src dir in build time (`git clean` will also remove
less)
- simpler codecov (if we decide to move it to separate stage in the
future)
- The cpp file is perfectly valid, so it will be treated as a C++ files
by all the tooling
- No need to use CMAKE_PROJECT_INCLUDE_BEFORE, should work fine without
it
- Instead of generating + recompiling, we will just be doing
recompilation of 1 file
2025-07-28 12:49:36 +01:00
github-actions[bot]
e380214496
style: clang-tidy auto fixes ( #2360 )
...
Fixes #2359 . Please review and commit clang-tidy fixes.
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-07-24 10:49:05 +01:00
Ayaz Salikhov
1463b0e3e5
refactor: Refactor Logger::init() into multiple functions ( #2357 )
2025-07-23 22:56:02 +01:00
Ayaz Salikhov
60bbe1eb72
refactor: Refactor Logger.hpp and LoggerFixtures.hpp ( #2356 )
2025-07-23 17:49:27 +01:00
Alex Kremer
b29e2e4c88
chore: Update boost usages to match 1.88 ( #2355 )
2025-07-23 15:49:19 +01:00
Sergey Kuznetsov
00333a8d16
fix: Handle logger exceptions ( #2349 )
2025-07-21 17:30:08 +01:00
Sergey Kuznetsov
61c17400fe
fix: Fix writing into dead variables in BlockingCache ( #2333 )
2025-07-21 12:16:46 +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
Ayaz Salikhov
fa693b2aff
chore: Unify how we deal with branches ( #2320 )
2025-07-10 14:16:36 +01:00
Ayaz Salikhov
686a732fa8
fix: Link with boost libraries explicitly ( #2313 )
2025-07-10 12:09:21 +01:00
github-actions[bot]
4919b57466
style: clang-tidy auto fixes ( #2317 )
2025-07-10 10:50:03 +01:00
Alex Kremer
44d39f335e
fix: ASAN heap-buffer-overflow issue in DBHelpers ( #2310 )
2025-07-09 21:17:25 +01:00
Sergey Kuznetsov
bfe5b52a64
fix: Add sending queue to ng web server ( #2273 )
2025-07-09 17:29:57 +01:00
Alex Kremer
413b823976
fix: ASAN stack-buffer-overflow in NFTHelpersTest_NFTDataFromLedgerObject ( #2306 )
2025-07-09 13:43:39 +01:00
Hanlu
e664f0b9ce
chore: Remove redundant words in comment ( #2309 )
...
remove redundant words in comment
Signed-off-by: liangmulu <liangmulu@outlook.com >
2025-07-09 12:11:49 +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
be2d915df7
fix: Cleanup fmt headers ( #2285 )
2025-07-02 14:55:24 +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
Ayaz Salikhov
5cdd8a642f
fix: Use .contains() method where available ( #2277 )
2025-07-01 18:28:12 +01:00
github-actions[bot]
4ee3ef94d9
style: clang-tidy auto fixes ( #2272 )
...
Fixes #2271 .
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-06-30 11:40:45 +01:00
Peter Chen
371237487b
feat: Support single asset vault ( #1979 )
...
fixes #1921
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-06-27 15:27:34 +01:00
github-actions[bot]
e92dbc8fce
style: clang-tidy auto fixes ( #2264 )
...
Fixes #2263 . Please review and commit clang-tidy fixes.
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-06-27 10:30:17 +01:00
Ayaz Salikhov
769fdab6b7
feat: Add Support For Token Escrow ( #2252 )
...
Fix: https://github.com/XRPLF/clio/issues/2174
2025-06-26 18:03:26 +01:00
github-actions[bot]
27e29d0421
style: clang-tidy auto fixes ( #2245 )
...
Fixes #2244 . Please review and commit clang-tidy fixes.
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-06-19 11:27:06 +01:00
Alex Kremer
63ec563135
feat: ETLng cleanup and graceful shutdown ( #2232 )
2025-06-18 21:40:11 +01:00
Ayaz Salikhov
082f2fe21e
style: Put static before type ( #2231 )
2025-06-17 16:07:19 +01:00
Ayaz Salikhov
7584a683dd
fix: Add domain to book_changes ( #2229 )
...
Fix: https://github.com/XRPLF/clio/issues/2221
2025-06-17 14:22:06 +01:00
Ayaz Salikhov
f58c85d203
fix: Return domainMalformed when domain is malformed ( #2228 )
...
Fix: https://github.com/XRPLF/clio/issues/2222
Code in rippled to handle errors:
https://github.com/XRPLF/rippled/blob/2.5.0-rc1/src/xrpld/rpc/handlers/BookOffers.cpp#L183
2025-06-16 15:42:19 +01:00
Alex Kremer
3d3db68508
feat: Support start and finish sequence in ETLng ( #2226 )
...
This PR adds support for start and finish sequence specified through the
config (for parity).
2025-06-13 17:39:21 +01:00
Alex Kremer
743c9b92de
feat: Read-write switching in ETLng ( #2199 )
...
Fixes #1597
2025-06-11 17:53:14 +01:00
Ayaz Salikhov
13524be6cc
feat: Support Permissioned DEX ( #2152 )
...
Fix: https://github.com/XRPLF/clio/issues/2143
Will add tests
2025-06-06 17:12:18 +01:00
Peter Chen
ed47db7d39
chore: update libxrpl ( #2186 )
2025-06-06 15:25:21 +01:00
Sergey Kuznetsov
837a547849
chore: Revert "feat: Use new web server by default ( #2182 )" ( #2187 )
...
There is an issue found in the new web server, so we couldn't use it by
default for now.
This reverts commit b3f3259b14 .
2025-06-05 17:35:21 +01:00
Sergey Kuznetsov
4904c4b4d4
chore: Cancellable coroutines ( #2180 )
...
Add a wrap for `boost::asio::yield_context` to make async operations
cancellable by default. The API could be a bit adjusted when we start
switching our code to use it.
2025-06-05 12:17:58 +01:00
Sergey Kuznetsov
b3f3259b14
feat: Use new web server by default ( #2182 )
...
Fixes #1781 .
2025-06-04 15:01:30 +01:00
github-actions[bot]
357b96ab0d
style: clang-tidy auto fixes ( #2184 )
...
Fixes #2183 . Please review and commit clang-tidy fixes.
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2025-06-03 18:15:08 +01:00
Ayaz Salikhov
550f0fae85
refactor: Use std::expected instead of std::variant for errors ( #2160 )
2025-06-03 13:34:25 +01:00
Peter Chen
7588e9d5bf
feat: Support Batch ( #2162 )
...
fixes #2161 .
- Tested locally to confirm that Clio forwards Batch transactions
correctly.
2025-05-30 10:00:40 -04:00
github-actions[bot]
bfa17134d2
style: clang-tidy auto fixes ( #2167 )
...
Fixes #2166 . Please review and commit clang-tidy fixes.
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-05-30 10:54:16 +01:00