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
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
tequ
9cde57d284
audit 10
2026-02-18 15:09:12 +09:00
tequ
9859ba85a8
audit 9
2026-02-18 15:01:35 +09:00
tequ
f6d79f74d6
audit 8
2026-02-18 14:53:21 +09:00
tequ
392a913631
audit 3
2026-02-18 14:09:11 +09:00
tequ
49c52695cb
sfSponsorAccount -> sfSponsor/sfCounterpartySponsor
2026-02-02 12:51:35 +09:00
tequ
4a205eb9d8
add checks to accountReserve and fix sponsored owner count for xrpLiquid
2026-01-30 22:23:45 +09:00
tequ
c0de722cfa
sfHigh/LowSponsorAccount -> High/LowSponsor
2026-01-30 12:32:48 +09:00
tequ
65768237cd
Payback ReserveCount
2026-01-30 11:36:56 +09:00
tequ
5f385e0f9b
update to use sfSponsorFlags
2026-01-30 10:36:48 +09:00
tequ
8be44c7fc4
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-01-29 11:22:42 +09:00
Ayaz Salikhov
5f638f5553
chore: Set ColumnLimit to 120 in clang-format ( #6288 )
...
This change updates the ColumnLimit from 80 to 120, and applies clang-format to reformat the code.
2026-01-28 18:09:50 +00:00
tequ
88e870b1c6
change sfSponsor to STAccount, Sponsor flags as global flags
2026-01-27 12:38:01 +09:00