Commit Graph

10411 Commits

Author SHA1 Message Date
Mayukha Vadari
9abeb52051 more fixes (part 5) (#7779) 2026-07-09 18:02:15 -04:00
Peter Chen
a065ab6c09 add adjustLoanBrokerOwnerCount func (#7777) 2026-07-09 15:00:29 -07:00
Mayukha Vadari
6a6b97b529 more fixes from review (part 4) (#7775) 2026-07-09 15:36:14 -04:00
Kassaking7
152130082d Merge pull request #7765 from Kassaking7/codecov-test
fix: sponsor test coverage
2026-07-09 14:35:55 -04:00
Mayukha Vadari
28b7fb7cc7 more fixes from review part 3 (#7771) 2026-07-09 13:31:59 -04:00
yinyiqian1
e0c9cf8b97 address comments (#7768) 2026-07-09 13:07:34 -04:00
Peter Chen
c74d394e8f Sponsor code clean up (#7767) 2026-07-09 10:05:57 -07:00
yinyiqian1
d324b7a731 refactor: combine reassign/create in SponsorshipTransfer doApply (#7766) 2026-07-08 17:54:31 -04:00
Mayukha Vadari
03d333855f refactor reserve calculations (#7747) 2026-07-08 14:36:29 -04:00
Mayukha Vadari
1c23b2acd5 refactor: rename terNO_SPONSORSHIP to terNO_PERMISSION (#7764) 2026-07-08 14:23:44 -04:00
Mayukha Vadari
d8616d486c assorted fixes from review part 2 (#7757) 2026-07-08 12:29:22 -04:00
Olek
78e4bb17c8 Disallow fee sponsorship on Batch inner txs (#7754) 2026-07-08 12:29:17 -04:00
Kassaking7
2cfbf728bc Merge pull request #7762 from Kassaking7/merge_develop 2026-07-08 12:27:06 -04:00
Mayukha Vadari
ec77e15ac7 assorted fixes from review (#7752) 2026-07-08 12:12:38 -04:00
Zhiyuan Wang
5b6ff52519 Merge branch 'develop' into merge_develop 2026-07-08 11:26:48 -04:00
yinyiqian1
5be01f06ce refactor/fix SponsorshipTransfer doApply (#7742) 2026-07-08 11:16:21 -04:00
yinyiqian1
6d8e7f45c5 Revert "fix: merge develop to sponsor (#7753)" (#7759) 2026-07-08 11:15:04 -04:00
Ayaz Salikhov
58af1e6f18 release: Bump version to 3.3.0-b1 (#7755) 2026-07-08 12:40:24 +00:00
Kassaking7
a5cced5d39 fix: Sponsored token EscrowFinish falsely rejects net-zero recycling (#7678) 2026-07-07 18:06:26 -04:00
Kassaking7
47043763af fix: merge develop to sponsor (#7753) 2026-07-07 18:06:10 -04:00
Ayaz Salikhov
e372c45836 chore: Enable most performance checks (#7727) 2026-07-07 21:03:56 +00:00
Ayaz Salikhov
2ebc96a4a6 perf: Use std::from/to_chars for JSON double parsing/formating (#7735) 2026-07-07 21:02:39 +00:00
Zhiyuan Wang
ec0716b7ba Merge branch 'develop' into merge_develop 2026-07-07 15:58:15 -04:00
Peter Chen
9b930d5dea fix: Change correct call sites to decreaseOwnerCountForObject (#7748) 2026-07-07 12:18:29 -07:00
Olek
f514427847 Fix sandbox hooks to support sponsor (#7677) 2026-07-07 15:17:25 -04:00
Mayukha Vadari
5283e9dba1 test: Add more tests for sponsor edge cases (#7746) 2026-07-07 12:53:17 -04:00
Mayukha Vadari
a2f1418aa8 feat: Add Credential support (#7741)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-07-07 11:06:45 -04:00
Mayukha Vadari
af58fdac3c test: AccountDelete works with sponsored objects (#7740) 2026-07-07 11:06:31 -04:00
Ayaz Salikhov
c5a6de6ef7 chore: Enable most cppcoreguidelines checks (#7660) 2026-07-07 13:12:52 +00:00
Peter Chen
7868d6ed79 fix sponsor fee (#7738) 2026-07-06 14:09:53 -07:00
Mayukha Vadari
70c16e8e1e fix: Remove SponsorshipTransfer from VaultInvariant/PermissionedDomainInvariant (#7739) 2026-07-06 16:48:59 -04:00
Mayukha Vadari
5670cc1316 refactor: Minor cleanups in AccountObjects.cpp (#7737) 2026-07-06 16:17:31 -04:00
Marek Foss
f5e63f8a91 test: Migrate basics Beast tests to GTest (#7136)
Co-authored-by: Alex Kremer <akremer@ripple.com>
2026-07-06 19:48:36 +00:00
Marek Foss
7a153a2bce test: Migrate resource, shamap Beast tests to GTest (#7133)
Co-authored-by: Alex Kremer <akremer@ripple.com>
2026-07-06 17:26:19 +00:00
yinyiqian1
8a71f96f78 fix and refactor SponsorshipTransfer preclaim (#7720) 2026-07-06 12:37:49 -04:00
Ayaz Salikhov
f59d5c0894 chore: Enable most misc checks (#7663) 2026-07-06 15:22:11 +00:00
Olek
c738ad14ed Fix trust <-> sponsor interaction (#7710) 2026-07-06 11:16:35 -04:00
Ayaz Salikhov
d07d2aba2e chore: Enable most modernize checks (#7664) 2026-07-06 12:19:52 +00:00
Mayukha Vadari
60702858a1 refactor: Move SponsorHelpers code to SponsorHelpers.cpp (#7713) 2026-07-03 21:00:42 -04:00
Mayukha Vadari
c7b10a3153 refactor: Rename checkInsufficientReserve to checkReserve (#7712) 2026-07-03 21:00:16 -04:00
Ayaz Salikhov
c92285f10d chore: Delete dead code (#7718) 2026-07-03 15:59:20 +00:00
Ayaz Salikhov
53649cc298 chore: Enable modernize-use-constraints (#7715) 2026-07-03 14:28:15 +00:00
Ayaz Salikhov
f151293e8a chore: Enable modernize-avoid-bind (#7711) 2026-07-03 11:17:03 +00:00
Olek
cd5ce8dc50 Payment tx fee payer ID (#7682) 2026-07-02 22:08:37 -04:00
Peter Chen
12cf66259c Fix legacy SignerList sponsorship reserve mismatch (#7703) 2026-07-02 14:08:15 -07:00
Ayaz Salikhov
7ba1d76d05 chore: Enable modernize-use-auto (#7707) 2026-07-02 20:02:55 +00:00
yinyiqian1
ed65de1489 fix SponsorshipTransfer preflight (#7683) 2026-07-02 15:54:04 -04:00
yinyiqian1
11e6d65b30 support sponsor delegation integration (#7665) 2026-07-02 15:18:30 -04:00
yinyiqian1
6003fd03fc feat: Enable ConfidentialTransfer and BatchV1_1 (#7698) 2026-07-02 18:37:37 +00:00
Ayaz Salikhov
41622b87ae chore: Enable modernize-unary-static-assert (#7705) 2026-07-02 18:30:59 +00:00