Mayukha Vadari
4cbc0502a1
fix clang-tidy
2026-06-29 20:33:46 -04:00
Mayukha Vadari
8f470b750d
switch to &&
2026-06-29 18:45:58 -04:00
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
00fc081cf6
implement the rest of it
2026-06-26 10:46:10 -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
7e5ac6f8cb
Merge remote-tracking branch 'ripple/develop' into xrplf/sponsor
2026-06-03 19:31:46 -04:00
Vito Tumas
109b649106
refactor: Use STLedgerEntry type aliases instead of std::shared_ptr ( #7282 )
2026-06-01 15:27:13 +00:00
Oleksandr
8d905ac21b
Merge remote-tracking branch 'ripp/develop' into spns5
2026-05-26 17:06:36 -04:00
Oleksandr
0997b92de3
Merge fixes
2026-05-26 17:04:16 -04:00
Oleksandr
9e5b7281cf
Merge remote-tracking branch 'ripple/develop' into spns5
2026-05-26 17:00:29 -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
Oleksandr
c5941d6b14
Unify accountReserve, ownerCount, ownerReserve
2026-05-26 14:40:07 -04:00
Oleksandr
462a0b2338
Read/const_ref
2026-05-26 14:40:06 -04: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
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
Alex Kremer
8995564ed6
refactor: Enable clang-tidy readability-identifier-naming check ( #6571 )
2026-05-03 10:31:53 +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
021eaa81bf
fix Co-Signed Sponsoring Bypasses Sponsor Balance Check
2026-04-13 15:30:33 +09: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
3f4e88c300
Merge remote-tracking branch 'xrplf/develop' into sponsor
2026-04-08 11:47:16 +09:00
Alex Kremer
2502befb42
chore: Enable clang-tidy misc checks ( #6655 )
2026-03-31 17:29:45 +00:00
tequ
41429dcc99
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-03-25 11:59:44 +09:00
Mayukha Vadari
f7bb4018fa
fix: Assorted Vault fixes ( #6607 )
2026-03-24 18:53:49 +00:00
Mayukha Vadari
8b986e4ab0
refactor: Improve imports to only call the needed helpers ( #6624 )
2026-03-24 10:20:32 +00: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
tequ
f13945eff9
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-03-19 11:10:44 +09:00
Mayukha Vadari
d360e7c5b6
refactor: Rename transactor files/classes to match the tx name ( #6580 )
2026-03-18 19:52:07 +00:00
Alex Kremer
57e4cbbcd9
refactor: Add simple clang-tidy readability checks ( #6556 )
...
This change enables the following clang-tidy checks:
- readability-avoid-nested-conditional-operator,
- readability-avoid-return-with-void-value,
- readability-braces-around-statements,
- readability-const-return-type,
- readability-container-contains,
- readability-container-size-empty,
- readability-else-after-return,
- readability-make-member-function-const,
- readability-redundant-casting,
- readability-redundant-inline-specifier,
- readability-redundant-member-init,
- readability-redundant-string-init,
- readability-reference-to-constructed-temporary,
- readability-static-definition
2026-03-18 16:41:49 +00:00
Mayukha Vadari
dcaef828b4
refactor: Replace !=/== tesSuccess with using isTesSuccess ( #6409 )
...
This change replaces all instances of `<variable> != tesSUCCESS` with `!isTesSuccess(<variable>)` and `<variable> == tesSUCCESS` with `isTesSuccess(<variable>)`.
2026-03-18 14:15:10 +00:00
tequ
013c2d6a56
refactor: Add const qualifier to SLE in verifyDepositPreauth parameter ( #6555 )
2026-03-17 19:33:18 +00:00
tequ
024ab07eb4
minor fixes
2026-03-17 21:35:08 +09:00
tequ
d95b6e41e5
Refactor variable declarations in xrpLiquid
2026-03-17 21:15:41 +09:00
tequ
eb7e01de7e
Remove unused tx parameter from removeEmptyHolding()
2026-03-17 21:04:40 +09:00
tequ
c9666d7b45
refactor adjustOwnerCount() to use adjustSponsorOwnerCountHlp()
2026-03-17 20:28:01 +09:00
tequ
839ba17dae
Refactor: sponsorship-related helpers
2026-03-17 20:11:49 +09:00
tequ
85e1f2b16c
Rename [sponsor|sponsee]Acc,[sponsor|sponsee]Account to [sponsor|sponsee]AccountID for clarity
2026-03-17 18:32:30 +09:00
tequ
8c8ecffe1f
remove tx parameter from adjustOwnerCount()
2026-03-17 18:14:24 +09:00
tequ
53f407e1bd
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-03-17 17:22:54 +09:00
Alex Kremer
0335076359
chore: Fix additional clang-tidy issues for unused-local-non-trivial-variable check ( #6509 )
2026-03-09 17:16:04 +00:00
tequ
062ece321b
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-02-23 23:20:21 +09:00
Ayaz Salikhov
2c1fad1023
chore: Apply clang-format width 100 ( #6387 )
2026-02-19 23:30:00 +00:00
Sergey Kuznetsov
31302877ab
ci: Add clang tidy workflow to ci ( #6369 )
2026-02-19 14:06:44 -05:00