Sergey Kuznetsov
7558dfc7f5
chore: Commits for 2.5.0 ( #2352 )
2.5.0
2.5.0-rc3
2025-07-22 11:43:18 +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
Ayaz Salikhov
d43002b49a
ci: Run upload_conan_deps on necessary changes in .github/scripts/conan/ ( #2348 )
2025-07-18 13:49:18 +01:00
Ayaz Salikhov
30880ad627
ci: Don't run tsan unit tests, build 3rd party for gcc.tsan heavy-arm64 ( #2347 )
2025-07-18 13:04:53 +01:00
Ayaz Salikhov
25e55ef952
feat: Update to GCC 14.3 ( #2344 )
...
Testing in: https://github.com/XRPLF/clio/pull/2345
2025-07-18 12:20:42 +01:00
Ayaz Salikhov
579e6030ca
chore: Install apple-clang 17 locally ( #2342 )
2025-07-18 11:42:56 +01:00
Ayaz Salikhov
d93b23206e
chore: Do not hardcode python filename in gcc Dockerfile ( #2340 )
2025-07-17 18:18:00 +01:00
Ayaz Salikhov
1b63c3c315
chore: Don't hardcode gcc version in ci/Dockerfile ( #2337 )
2025-07-17 15:52:51 +01:00
Ayaz Salikhov
a8e61204da
chore: Don't hardcode xrplf repo when building docker images ( #2336 )
2025-07-16 13:46:33 +01:00
Ayaz Salikhov
bef24c1387
chore: Add trufflehog security tool ( #2334 )
...
Tool works locally and doesn't require internet connection, if
`--no-verification` is passed.
I also tried to add `secret.cpp` with github PAT and the tool detected
it.
2025-07-15 19:26:14 +01:00
Sergey Kuznetsov
d83be17ded
chore: Commits for 2.5.0 ( #2330 )
2.5.0-rc2
2025-07-14 15:55:34 +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
e0496aff5a
fix: Prepare runner in docs workflow ( #2325 )
2025-07-10 18:41:22 +01:00
Ayaz Salikhov
2f7adfb883
feat: Always use version from tag if available ( #2322 )
2025-07-10 17:10:31 +01:00
Ayaz Salikhov
0f1895947d
feat: Add script to rebuild conan dependencies ( #2311 )
2025-07-10 15:44:12 +01:00
Ayaz Salikhov
fa693b2aff
chore: Unify how we deal with branches ( #2320 )
2025-07-10 14:16:36 +01:00
Ayaz Salikhov
1825ea701f
fix: Mark tags with dash as prerelease ( #2319 )
2025-07-10 14:16:03 +01:00
Ayaz Salikhov
2ae5b13fb9
refactor: Simplify CMakeLists.txt for sanitizers ( #2297 )
2025-07-10 14:04:29 +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
Ayaz Salikhov
907bd7a58f
chore: Update conan revisions ( #2308 )
...
Took latest versions from CCI and uploaded to our artifactory
2025-07-09 11:46:34 +01:00
Alex Kremer
f94a9864f0
fix: Usage of compiler flags for RPC module ( #2305 )
2025-07-08 22:46:26 +01:00
Ayaz Salikhov
36ea0389e2
chore: Bump tools docker image version ( #2303 )
2025-07-08 18:05:08 +01:00
Ayaz Salikhov
12640de22d
ci: Build tools image separately for different archs ( #2302 )
2025-07-08 17:59:52 +01:00
Ayaz Salikhov
ae4f2d9023
ci: Add mold to tools image ( #2301 )
...
Work on: https://github.com/XRPLF/clio/issues/1242
2025-07-08 17:41:22 +01:00
Ayaz Salikhov
b7b61ef61d
fix: Temporarily disable dockerhub description update ( #2298 )
2025-07-08 15:41:03 +01:00
Ayaz Salikhov
f391c3c899
feat: Run sanitizers for Debug builds as well ( #2296 )
2025-07-08 12:32:16 +01:00
Ayaz Salikhov
562ea41a64
feat: Update to Clang 19 ( #2293 )
2025-07-08 11:49:11 +01:00
Ayaz Salikhov
687b1e8887
chore: Don't hardcode versions in Dockerfiles and workflows ( #2291 )
2025-07-03 11:53:53 +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
1fe323190a
fix: Make pre-commit autoupdate PRs verified ( #2289 )
2025-07-02 16:34:16 +01:00
Ayaz Salikhov
379a44641b
fix: Import a GPG key when running pre-commit-autoupdate ( #2287 )
2025-07-02 16:23:13 +01:00
Ayaz Salikhov
18b8fc7e5c
ci: Update LLVM tools to v20 ( #2278 )
...
Trying in https://github.com/XRPLF/clio/pull/2280
2025-07-02 14:55:54 +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
Ayaz Salikhov
8abc9c6645
style: Add pre-commit hook to fix JSON style in C++ code ( #2266 )
2025-06-30 15:28:59 +01:00
Ayaz Salikhov
24e1aa9ae5
fix: Only set package_id:confs for sanitized builds ( #2261 )
2025-06-30 13:15:28 +01:00
Ayaz Salikhov
9bee023105
fix: Do not allow command injection in GitHub workflows ( #2270 )
2025-06-30 12:03:06 +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
Sergey Kuznetsov
f04d2a97ec
chore: Commits for 2.5.0 ( #2268 )
2.5.0-rc1
2025-06-30 11:32:26 +01:00
Ayaz Salikhov
8fcc2dfa19
fix: Pin lxml<6.0.0 ( #2269 )
2025-06-27 18:56:14 +01:00
Ayaz Salikhov
123e09695e
feat: Switch to xrpl/2.5.0 release ( #2267 )
2025-06-27 17:13:05 +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
Ayaz Salikhov
d97f19ba1d
style: Fix JSON style in C++ code ( #2262 )
2025-06-27 11:45:11 +01:00