1905 Commits

Author SHA1 Message Date
Ayaz Salikhov
c88ffa7c92 chore: Use LLVM tools 21 (#3051) 2026-04-29 16:34:21 +01:00
Ayaz Salikhov
32aeda0ce7 chore: Fix clang-tidy 21 issues (#3052) 2026-04-29 16:17:32 +01:00
Ayaz Salikhov
f174b47f49 ci: Build image with LLVM tools 21 (#3049) 2026-04-29 14:25:10 +01:00
Ayaz Salikhov
80cdb3234a ci: Upload clang-tidy git diff (#3050) 2026-04-29 13:28:46 +01:00
Sergey Kuznetsov
f1460de5d3 feat: Optional log rotation (#3016)
This PR adds an option to disable log rotation.
2.8.0-rc1 nightly-20260429
2026-04-27 15:30:53 +01:00
github-actions[bot]
198773f86a style: clang-tidy auto fixes (#3047)
Fixes #3046. Please review and commit clang-tidy fixes.

Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
2026-04-27 13:02:05 +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
Sergey Kuznetsov
d7bcf6e726 fix: Client IP resolving when proxy reusing TCP connection (#3043)
Proxy may reuse TCP connections to send HTTP requests from different
clients. This PR fixes bug when Clio resolves client IP only once per
connection.
2.8.0-b1
2026-04-22 16:01:18 +01:00
dependabot[bot]
e091175be7 ci: [DEPENDABOT] Bump actions/cache from 5.0.4 to 5.0.5 (#3039)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:06:27 +01:00
dependabot[bot]
6dae9fb093 ci: [DEPENDABOT] Bump tj-actions/changed-files from 47.0.5 to 47.0.6 (#3040)
Co-authored-by: github-actions[bot]
Co-authored-by: Tonye Jack <a
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:05:25 +01:00
Mayukha Vadari
9c4b631925 chore: Add more AI folders to .gitignore (#3038) 2026-04-17 22:04:39 +01:00
Ayaz Salikhov
dc78915e13 chore: Update XRPLF/actions (#3023) 2026-04-13 14:37:08 +01:00
dependabot[bot]
4eb929ab54 ci: [DEPENDABOT] Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#3031)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 13:42:18 +01:00
dependabot[bot]
016c82e26e ci: [DEPENDABOT] Bump actions/upload-artifact from 7.0.0 to 7.0.1 in /.github/actions/code-coverage (#3035)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 13:42:08 +01:00
dependabot[bot]
6c96b1d059 ci: [DEPENDABOT] Bump docker/build-push-action from 7.0.0 to 7.1.0 in /.github/actions/build-docker-image (#3034)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 13:42:00 +01:00
dependabot[bot]
7b897b5a87 ci: [DEPENDABOT] Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#3033)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 13:41:51 +01:00
dependabot[bot]
a44c6064dd ci: [DEPENDABOT] Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 (#3032)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 13:40:55 +01:00
dependabot[bot]
9cbec5ef45 ci: [DEPENDABOT] Bump docker/login-action from 4.0.0 to 4.1.0 (#3024)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 11:29:16 +01:00
dependabot[bot]
ecfaae3efd ci: [DEPENDABOT] Bump docker/login-action from 4.0.0 to 4.1.0 in /.github/actions/build-docker-image (#3025)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 11:29:10 +01:00
github-actions[bot]
a6f4bd8849 style: Update pre-commit hooks (#3022)
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
2026-04-01 10:05:14 +01:00
dependabot[bot]
22a9003aa3 ci: [DEPENDABOT] Bump codecov/codecov-action from 5.5.3 to 6.0.0 (#3018) 2026-03-30 08:51:00 +01:00
dependabot[bot]
1b822c37dc ci: [DEPENDABOT] Bump actions/deploy-pages from 4.0.5 to 5.0.0 (#3020) 2026-03-30 08:50:10 +01:00
dependabot[bot]
727665b4b9 ci: [DEPENDABOT] Bump actions/configure-pages from 5.0.0 to 6.0.0 (#3019) 2026-03-30 08:49:22 +01:00
Ayaz Salikhov
fb8d648a08 test: Don't hardcode apiVersion where possible (#3017) 2026-03-27 16:02:19 +00:00
github-actions[bot]
0beaff15cd style: clang-tidy auto fixes (#3015)
Fixes #3014. Please review and commit clang-tidy fixes.

Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
2026-03-25 10:27:59 +00:00
Alex Kremer
4b37493bc0 fix: Forwarded stream ignores specified api_version (#3010) 2026-03-24 15:34:44 +00:00
Alex Kremer
7238cc8799 fix: Allow deleted libXRPL amendments to still be queried via feature (#3011) 2026-03-24 15:34:02 +00: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
dependabot[bot]
4c3b5327b7 ci: [DEPENDABOT] Bump actions/cache from 5.0.3 to 5.0.4 (#3009)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 13:59:13 +00:00
dependabot[bot]
9231a545a2 ci: [DEPENDABOT] Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#3008)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 13:58:55 +00:00
Sergey Kuznetsov
d3381a1dab fix: Resolve proxy ip before processing any request (#3006) 2026-03-19 15:34:53 +00:00
github-actions[bot]
6ecca9e19c style: clang-tidy auto fixes (#3004)
Fixes #3003.
2026-03-17 11:43:07 +00:00
Sergey Kuznetsov
2316cced64 feat: Recover from fallback writer state (#3000)
Add a timer and new `FallbackRecovery` state to try to recover from
`Fallback` writer state every hour.
Fixes #2997
2026-03-16 14:09:26 +00:00
dependabot[bot]
1140b9e3a5 ci: [DEPENDABOT] Bump actions/download-artifact from 8.0.0 to 8.0.1 (#3001) 2026-03-16 06:14:18 +00:00
github-actions[bot]
4f0a983195 style: clang-tidy auto fixes (#2999) 2026-03-10 10:11:29 +00:00
Ayaz Salikhov
2b8a7b95e4 chore: Remove explicit accountNotFound message (#2978)
I searched rippled code, and there is no `accountNotFound` anywhere.
So, we should probably stick to the default, it looks reasonable
2026-03-09 17:17:09 +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
53d9617b26 chore: Update XRPLF/actions (#2996) 2026-03-09 16:28:09 +00:00
Ayaz Salikhov
80743406ba chore: Use check-pr-title from XRPLF/actions (#2984) 2026-03-09 15:21:16 +00:00
dependabot[bot]
f82196d9a2 ci: [DEPENDABOT] Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 in /.github/actions/build-docker-image (#2991)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 13:02:12 +00:00
Ayaz Salikhov
9385b77483 chore: Remove cmake-format mentions (#2986) 2026-03-09 11:34:17 +00:00
dependabot[bot]
88e8118cce ci: [DEPENDABOT] Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 in /.github/actions/build-docker-image (#2995) 2026-03-09 09:27:56 +00:00
dependabot[bot]
7f34bebad1 ci: [DEPENDABOT] Bump docker/build-push-action from 6.18.0 to 7.0.0 in /.github/actions/build-docker-image (#2994) 2026-03-09 09:27:18 +00:00
dependabot[bot]
675046f9f2 ci: [DEPENDABOT] Bump docker/login-action from 3.7.0 to 4.0.0 in /.github/actions/build-docker-image (#2993) 2026-03-09 09:26:59 +00:00
dependabot[bot]
b3c70a2f35 ci: [DEPENDABOT] Bump docker/metadata-action from 5.10.0 to 6.0.0 in /.github/actions/build-docker-image (#2992) 2026-03-09 09:26:42 +00:00
dependabot[bot]
1defdd7312 ci: [DEPENDABOT] Bump tj-actions/changed-files from 47.0.1 to 47.0.5 (#2990) 2026-03-09 09:26:00 +00:00
dependabot[bot]
45cc3aa57b ci: [DEPENDABOT] Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0 (#2989) 2026-03-09 09:25:33 +00:00
dependabot[bot]
ef0c3847fd ci: [DEPENDABOT] Bump docker/login-action from 3.7.0 to 4.0.0 (#2988) 2026-03-09 09:24:41 +00:00
dependabot[bot]
b571e11f63 ci: [DEPENDABOT] Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#2987) 2026-03-09 09:24:13 +00:00