Ed Hennis
2d797acca1
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-05-06 18:48:50 -04:00
Ed Hennis
487f5a0fd3
clang-tidy fix: lock_guard -> scoped_lock
2026-05-06 18:44:16 -04:00
Ed Hennis
d530f269ca
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-05-06 14:18:33 -04:00
Ed Hennis
d8134f98e9
Merge branch 'develop' into ximinez/online-delete-gaps
2026-05-06 14:17:47 -04:00
Vito Tumas
a4720d0449
chore: Mark empty transactor invariants as future work ( #7080 )
2026-05-06 12:55:24 +00:00
Vet
50244a8637
chore: Update default values of base and owner reserve to 1/0.2 ( #6382 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-05-06 11:19:57 +00:00
Ed Hennis
743c9b9ede
Merge remote-tracking branch 'XRPLF/ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
...
* XRPLF/ximinez/online-delete-gaps:
fix: Fix regressions in `server_definitions` (7008)
chore: Do not duplicate sanitizer flags (7058)
ci: Run pre-commit on diff in clang-tidy workflow (7078)
ci: Use XRPLF/create-issue (7076)
ci: Rewrite clang-tidy workflow(s) in a reusable manner (7062)
chore: Ignore identifier-naming update in git blame (7066)
refactor: Enable clang-tidy `readability-identifier-naming` check (6571)
2026-05-05 19:25:10 -04:00
Ed Hennis
a22732fb66
Fix build errors caused by divergence from base branch
2026-05-05 19:17:54 -04:00
Ed Hennis
450a623d4b
Merge branch 'develop' into ximinez/online-delete-gaps
2026-05-05 16:46:26 -04:00
Mayukha Vadari
5e1c35f7f7
fix: Fix regressions in server_definitions ( #7008 )
2026-05-05 17:18:26 +00:00
Ed Hennis
b8370438fb
Merge remote-tracking branch 'XRPLF/develop' into ximinez/online-delete-gaps
...
* XRPLF/develop:
ci: Rewrite clang-tidy workflow(s) in a reusable manner (7062)
chore: Ignore identifier-naming update in git blame (7066)
refactor: Enable clang-tidy `readability-identifier-naming` check (6571)
2026-05-04 21:36:05 -04:00
Alex Kremer
8995564ed6
refactor: Enable clang-tidy readability-identifier-naming check ( #6571 )
2026-05-03 10:31:53 +00:00
Ed Hennis
2b948835e9
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-05-01 14:01:13 -04:00
Ed Hennis
ecb5604d3b
Merge branch 'develop' into ximinez/online-delete-gaps
2026-05-01 12:54:31 -04:00
Bart
182d844996
refactor: Revert certain Throws by LogicErrors ( #7036 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-05-01 09:50:00 +00:00
Ed Hennis
c4527e7b0f
Merge remote-tracking branch 'XRPLF/develop' into ximinez/online-delete-gaps
...
* XRPLF/develop:
fix: Gate -mcmodel flags to x86_64 in sanitizer builds (7049)
fix: Prevents overwriting a bool value in an invariant (6609)
fix: Address code review comments regarding `boost::coroutine2` (6977)
refactor: Apply various minor improvements and corrections (7045)
fix: Store `Delegate` object in delegating and authorized account directories for proper deletion (6681)
ci: Use print-env from XRPLF/actions (7052)
fix: Make assorted RPC fixes (6529)
chore: Enable clang-tidy v21 new checks (7031)
2026-04-30 14:30:36 -04:00
Vito Tumas
31180f94c2
fix: Prevents overwriting a bool value in an invariant ( #6609 )
...
Co-authored-by: Ed Hennis <ed@ripple.com >
2026-04-30 13:05:09 +00:00
Bart
4d0ea8ae36
refactor: Apply various minor improvements and corrections ( #7045 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-04-30 10:22:11 +00:00
Zhiyuan Wang
dbd646bd53
fix: Store Delegate object in delegating and authorized account directories for proper deletion ( #6681 )
2026-04-29 18:17:01 +00:00
Mayukha Vadari
7be98d95de
fix: Make assorted RPC fixes ( #6529 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-29 18:05:34 +00:00
Alex Kremer
f7275b7ad9
chore: Enable clang-tidy v21 new checks ( #7031 )
2026-04-29 15:17:35 +00:00
Ed Hennis
778e2b3ce8
Fix clang-tidy: missing include
2026-04-28 15:44:14 -05:00
Ed Hennis
23146d684b
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-04-28 16:31:50 -04:00
Ed Hennis
295d03aec8
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-28 16:23:08 -04:00
Jingchen
46b997b774
feat: Create new transaction testing framework TxTest ( #6537 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 14:16:10 +00:00
Pratik Mankawde
3547112540
fix: Fix ubsan flagged issues ( #6151 )
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-04-27 20:34:16 +00:00
Ed Hennis
e45be2411f
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-04-25 14:46:13 -04:00
Ed Hennis
9262c2e624
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-25 14:41:57 -04:00
Alex Kremer
4dc923dcc5
chore: Enable clang-tidy modernize-use-nodiscard check ( #7015 )
2026-04-24 17:19:30 +00:00
Zhiyuan Wang
a6bd9251d2
docs: Update hybrid offer invariant comment ( #7007 )
2026-04-24 16:35:10 +00:00
Mayukha Vadari
9ae29612ea
fix: Fix flaky CI tests ( #7005 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-24 13:23:43 +00:00
Mayukha Vadari
7cfa5d4610
fix: Make assorted Payments fixes ( #6585 )
2026-04-24 12:56:50 +00:00
Mayukha Vadari
248cb29681
refactor: Move LendingHelpers into libxrpl/ledger/helpers ( #6638 )
...
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-04-24 12:06:26 +00:00
Ed Hennis
dbcc37548e
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-04-23 15:56:35 -04:00
Ed Hennis
b385a41aa5
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-23 15:55:43 -04:00
Jingchen
7a449edebb
refactor: Clean up NetworkOPs ( #6575 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
2026-04-23 17:59:49 +00:00
Alex Kremer
19da25812b
fix: Remaining clang-tidy unchecked optionals ( #6979 )
2026-04-23 16:21:01 +00:00
Jingchen
7cd503859e
refactor: Remove seq from TMGetObjectByHash ( #6976 )
2026-04-23 13:59:23 +00:00
Ed Hennis
488ce12a13
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-04-22 23:53:00 -04:00
Ed Hennis
4eb9726097
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-22 23:39:00 -04:00
pdp2121
bd1b126230
feat: Add --definitions flag and artifact ( #6858 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-04-22 20:10:52 +00:00
Ed Hennis
d961f3d88a
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-04-22 14:49:34 -04:00
Ed Hennis
28a38ef1cc
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-22 14:48:51 -04:00
Mayukha Vadari
1c6cdc653c
fix: More clang-tidy issues ( #6992 )
2026-04-22 17:42:15 +00:00
Ed Hennis
52c14b533d
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-04-22 13:11:06 -04:00
Ed Hennis
39f9380b2b
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-22 11:36:03 -04:00
Vito Tumas
2e307329f0
refactor: Add transaction-specific invariant checking ( #6551 )
2026-04-22 14:41:19 +00:00
Ed Hennis
e135f43430
Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated
2026-04-21 19:35:08 -04:00
Ed Hennis
239fcaceb4
clang-tidy fix: Use std::to_string for std::uint32_t
2026-04-21 19:30:05 -04:00
Ed Hennis
d4b58a74f4
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-21 14:37:52 -04:00