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
0864dfc19e
roll back now-unneeded changes
2026-06-29 11:52:55 -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
b591bfeacf
fix build
2026-06-26 12:21:37 -05:00
Mayukha Vadari
6947d41dd5
add assert
2026-06-26 11:10:42 -05:00
Mayukha Vadari
00fc081cf6
implement the rest of it
2026-06-26 10:46:10 -05:00
Mayukha Vadari
bcb3de14e8
Merge branch 'xrplf/sponsor' of https://github.com/XRPLF/rippled into mvadari/sponsor/apply-view-context
2026-06-26 10:28:04 -05:00
Mayukha Vadari
88ae2bb91c
pass by reference
2026-06-25 22:16:29 -05:00
Peter Chen
5eff397170
Remove AMM and Offer reserve from Sponsor ( #7617 )
2026-06-25 12:32:42 -07:00
Mayukha Vadari
b6e1b33554
PoC: ApplyViewContext
2026-06-24 19:50:11 -04:00
yinyiqian1
494391b4ab
replace sponsorshipSet checkPermission with macro
2026-06-22 20:58:57 -04:00
yinyiqian1
fba4ba6ebd
Merge remote-tracking branch 'origin/develop' into merge-develop-sponsor
2026-06-22 20:00:11 -04:00
Mayukha Vadari
4a3abc0407
fix: Assorted AI comments ( #7569 )
2026-06-22 15:16:14 -04:00
Mayukha Vadari
dd7401fde2
refactor: Clean up tec object deletion logic ( #6588 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-06-22 18:44:42 +00:00
Mayukha Vadari
1eef7473d3
Revert "Sponsorship should be non-obligated for sponsee ( #7552 )" ( #7577 )
2026-06-22 14:42:53 -04:00
Zhiyuan Wang
93eab33dc2
fix: Improve ValidAMM invariant ( #7295 )
2026-06-22 17:45:42 +00:00
yinyiqian1
772ea80a25
fix: Use template for granular delegation permissions ( #6613 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-06-17 23:20:54 +00:00
yinyiqian1
14986cc043
Sponsorship should be non-obligated for sponsee ( #7552 )
2026-06-17 14:08:06 -04:00
Oleksandr
f650d52ada
Merge remote-tracking branch 'ripple/develop' into xrplf/sponsor
2026-06-15 12:54:37 -04:00
Ayaz Salikhov
fccb109e48
feat: Use C++ 23 standard ( #7431 )
2026-06-09 17:36:17 +00: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
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
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
0bfdfa73ff
Merge fixes
2026-05-26 15:50:54 -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
960aaec91e
merge fixes
2026-05-26 15:39:46 -04:00
Oleksandr
f042cd8e25
Merge remote-tracking branch 'ripple/develop' into dev_rename_merge
2026-05-26 15:37:34 -04:00
tequ
c72fd59539
clang-tidy
2026-05-26 14:47:54 -04:00
Oleksandr
eb88c0ef6b
Fix clang-format, some refactoring
2026-05-26 14:46:41 -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
Vito Tumas
633ef4706f
fix: Fix VaultInvariant and VaultDeposit precision bugs at IOU scale boundaries ( #7272 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-05-26 16:32:44 +00:00
Gregory Tsipenyuk
dcd2ff0b5f
fix: Fix non-canonical MPT amount ( #7117 )
...
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-23 06:40:26 +00: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
Shawn Xie
28cc20c816
fix: Fix wrong hybrid offer orderbook placement and update LedgerStateFix to amend ExchangeRate meta ( #7087 )
...
Co-authored-by: Peter Chen <ychen@ripple.com >
2026-05-21 06:19:04 +00:00
Shawn Xie
8c0080020f
fix: Update pDEX invariant firing under a valid offer deletion ( #7118 )
...
Co-authored-by: Peter Chen <ychen@ripple.com >
2026-05-20 21:10:04 +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
ad7232cbc5
refactor: Rename account_ to accountID_ ( #7284 )
2026-05-18 10:56:54 +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
cdee9a675c
refactor: Use more scoped enums ( #7086 )
2026-05-11 15:39:48 +00:00
Alex Kremer
8995564ed6
refactor: Enable clang-tidy readability-identifier-naming check ( #6571 )
2026-05-03 10:31:53 +00:00