Mayukha Vadari
|
b8ae7a2813
|
use reference in helper functions
|
2026-06-29 17:21:58 -04:00 |
|
Mayukha Vadari
|
d73340e639
|
switch back to value
|
2026-06-29 11:44:43 -04:00 |
|
Mayukha Vadari
|
02cc2000fa
|
clang-tidy I hope you get a rock in your shoe
|
2026-06-26 15:44:42 -05:00 |
|
Mayukha Vadari
|
88ae2bb91c
|
pass by reference
|
2026-06-25 22:16:29 -05:00 |
|
Mayukha Vadari
|
b6e1b33554
|
PoC: ApplyViewContext
|
2026-06-24 19:50:11 -04:00 |
|
Oleksandr
|
9ef1949309
|
Merge remote-tracking branch 'ripple/develop' into xrplf/sponsor
|
2026-05-28 15:19:29 -04:00 |
|
Oleksandr
|
8d905ac21b
|
Merge remote-tracking branch 'ripp/develop' into spns5
|
2026-05-26 17:06:36 -04:00 |
|
Oleksandr
|
9e5b7281cf
|
Merge remote-tracking branch 'ripple/develop' into spns5
|
2026-05-26 17:00:29 -04:00 |
|
Oleksandr
|
39e819927f
|
Merge remote-tracking branch 'ripple/develop' into spns5
|
2026-05-26 15:49:42 -04:00 |
|
Oleksandr
|
08357b196f
|
sponsor AccountID -> sponsorSle
|
2026-05-26 15:42:03 -04:00 |
|
Oleksandr
|
f042cd8e25
|
Merge remote-tracking branch 'ripple/develop' into dev_rename_merge
|
2026-05-26 15:37:34 -04:00 |
|
tequ
|
86c90c8e5c
|
clang-tidy
|
2026-05-26 14:46:41 -04:00 |
|
tequ
|
aa70d6051b
|
Merge remote-tracking branch 'upstream/develop' into sponsor
|
2026-05-26 14:46:41 -04:00 |
|
Gregory Tsipenyuk
|
3547a9335f
|
fix: Add assorted MPT/DEX fixes (#7040)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
|
2026-05-21 18:29:53 +00:00 |
|
Vito Tumas
|
9cb049276d
|
feat: Propagate underlying MPT flags to vault shares (#7077)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Denis Angell <dangell@transia.co>
Co-authored-by: Fomo <508629+shortthefomo@users.noreply.github.com>
Co-authored-by: Bart <bthomee@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-20 19:44:09 +00:00 |
|
Mayukha Vadari
|
c7ecfc6a97
|
refactor: Clean up comments post-clang-tidy changes (#7283)
|
2026-05-15 23:02:04 +00:00 |
|
Alex Kremer
|
5b6e8b6f93
|
refactor: Rename static constants (#7120)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
|
2026-05-15 15:32:19 +00:00 |
|
Mayukha Vadari
|
028f0cb5da
|
refactor: Use isFlag where possible instead of bitwise math (#7278)
|
2026-05-15 14:00:13 +00:00 |
|
Vito Tumas
|
6340c986c9
|
feat: Enable and rename fixSecurity3_1_3 to fixCleanup3_1_3 (#7128)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-05-13 09:42:34 +00:00 |
|
Alex Kremer
|
8995564ed6
|
refactor: Enable clang-tidy readability-identifier-naming check (#6571)
|
2026-05-03 10:31:53 +00:00 |
|
Alex Kremer
|
f7275b7ad9
|
chore: Enable clang-tidy v21 new checks (#7031)
|
2026-04-29 15:17:35 +00:00 |
|
tequ
|
b153213e83
|
run pre-commit
|
2026-04-28 17:20:00 +09:00 |
|
tequ
|
c12eff6646
|
apply tidy diff
|
2026-04-28 17:09:57 +09:00 |
|
tequ
|
381094498d
|
Merge remote-tracking branch 'upstream/develop' into sponsor
|
2026-04-28 09:49:52 +09:00 |
|
Alex Kremer
|
653a383ff5
|
chore: Enable clang-tidy include cleaner (#6947)
|
2026-04-17 16:43:49 +00:00 |
|
tequ
|
700a528a25
|
Merge remote-tracking branch 'upstream/develop' into sponsor
|
2026-04-10 03:38:07 +09:00 |
|
Gregory Tsipenyuk
|
dfcad69155
|
feat: Add MPT support to DEX (#5285)
|
2026-04-08 16:17:37 +00:00 |
|
tequ
|
3ea0067e6a
|
clang-format
|
2026-04-08 12:03:12 +09:00 |
|
tequ
|
3f4e88c300
|
Merge remote-tracking branch 'xrplf/develop' into sponsor
|
2026-04-08 11:47:16 +09:00 |
|
Bart
|
c00ed673a8
|
refactor: Rename non-functional uses of ripple(d) to xrpl(d) (#6676)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-04-07 13:00:17 +00:00 |
|
Vito Tumas
|
bee1056faa
|
fix: Enforce aggregate MaximumAmount in multi-send MPT (#6644)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
|
2026-04-01 13:35:13 +00:00 |
|
Alex Kremer
|
2502befb42
|
chore: Enable clang-tidy misc checks (#6655)
|
2026-03-31 17:29:45 +00:00 |
|
tequ
|
7c3ca98bd5
|
Merge remote-tracking branch 'upstream/develop' into sponsor
|
2026-03-31 14:22:49 +09:00 |
|
Alex Kremer
|
ab8c168e3b
|
chore: Enable remaining clang-tidy performance checks (#6648)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-30 17:08:47 +00:00 |
|
tequ
|
d0d4f1d153
|
Merge remote-tracking branch 'upstream/develop' into sponsor
|
2026-03-30 17:25:14 +09:00 |
|
Alex Kremer
|
403fd7c649
|
fix: More clang-tidy issues found after merging to develop (#6640)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
Co-authored-by: Bart <bthomee@users.noreply.github.com>
|
2026-03-25 14:28:28 +00:00 |
|
tequ
|
41429dcc99
|
Merge remote-tracking branch 'upstream/develop' into sponsor
|
2026-03-25 11:59:44 +09:00 |
|
Mayukha Vadari
|
e0dbe90370
|
refactor: Move ledger entry helper functions from View.h/View.cpp to dedicated helper files (#6453)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-23 15:39:58 +00:00 |
|