Commit Graph

13978 Commits

Author SHA1 Message Date
JCW
bfd2022e98 Fix clang-tidy error 2026-05-05 15:25:01 +01:00
JCW
f3df114918 Escape json key and values 2026-05-05 15:14:03 +01:00
JCW
13bdcee55d Fix errors 2026-05-05 14:16:01 +01:00
JCW
319a298b45 Fix error 2026-05-05 13:51:42 +01:00
JCW
676bc9fb5b Fix 2026-05-05 13:25:34 +01:00
JCW
09851d906c Fix clang-tidy erros 2026-05-05 11:52:12 +01:00
JCW
0edd5174a1 Fix tests 2026-05-05 11:38:55 +01:00
Jingchen
3f7b2ae1c3 Remove unneeded include directive in Logger.cpp
Removed unnecessary include for unistd.h
2026-05-02 11:50:21 +01:00
JCW
c9cf78f421 Improve test coverage 2026-05-01 22:05:06 +01:00
JCW
3f1cb056c2 Fix errors 2026-05-01 16:01:00 +01:00
Jingchen
b70c1f9e62 Merge branch 'develop' into a1q123456/spd-log-from-clio 2026-05-01 13:49:54 +01:00
JCW
418f67077c Fix clang-tidy erros 2026-05-01 13:47:51 +01:00
JCW
2e76861945 Fix clang-tidy errors 2026-05-01 13:37:57 +01:00
JCW
9135171f74 Improve test coverage 2026-05-01 13:28:06 +01:00
JCW
ed15220901 fix clang-tidy errors 2026-05-01 13:21:29 +01:00
JCW
ed7a936e1f Fix errors 2026-05-01 12:31:54 +01: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
Ayaz Salikhov
37b895b678 ci: Rename print-env -> print-build-env (#7061) 2026-05-01 09:44:52 +00:00
JCW
f1305dc629 Fix clang tidy errors 2026-05-01 10:37:36 +01:00
JCW
5c01da5244 Improve test coverage 2026-05-01 10:22:58 +01:00
JCW
640c90ee35 Fix clang-tidy errors 2026-04-30 22:02:13 +01:00
JCW
6897a853bb Cleanup the code 2026-04-30 17:28:30 +01:00
JCW
a3f8e8f32a Add functionality to extend the context data 2026-04-30 17:27:19 +01:00
Pratik Mankawde
c6053f5d64 fix: Gate -mcmodel flags to x86_64 in sanitizer builds (#7049)
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
2026-04-30 13:33:33 +00: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
JCW
d1f6d4f339 Optimisation 2026-04-30 12:24:56 +01:00
JCW
06193bde5d Performance improvements 2026-04-30 12:24:55 +01:00
JCW
cd94d7d99b Add Logger from clio and implement json logging 2026-04-30 12:24:55 +01:00
JCW
17c7398f5d Update conan lock 2026-04-30 12:24:55 +01:00
JCW
a41704b61c Add spdlog to xrpld 2026-04-30 12:24:55 +01:00
Pratik Mankawde
6407f0fa52 fix: Address code review comments regarding boost::coroutine2 (#6977)
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
2026-04-30 10:36:12 +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
Ayaz Salikhov
6ae090ba45 ci: Use print-env from XRPLF/actions (#7052) 2026-04-29 18:14:16 +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
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
Vito Tumas
147da57348 feat: Add cleanup amendment for 3.2.0 (#7037) 2026-04-28 10:22:32 +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
Alex Kremer
4dc923dcc5 chore: Enable clang-tidy modernize-use-nodiscard check (#7015) 2026-04-24 17:19:30 +00:00
Pratik Mankawde
158df5394c fix: Resolve MSVC Debug build failure in JobQueue.h; re-enable _CRTDBG_MAP_ALLOC in CI (#6993)
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
Co-authored-by: Ed Hennis <ed@ripple.com>
2026-04-24 16:47:16 +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
82abf2a849 docs: Update bug bounty information (#7006) 2026-04-24 13:15:12 +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
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
Alex Kremer
b41cbb08c6 chore: Add pre-commit hook to fix include style (#6995)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2026-04-22 22:20:14 +00:00