Commit Graph

14570 Commits

Author SHA1 Message Date
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) 3.3.0-b1 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
Jingchen
bfde271609 chore: Fix unity build (#7730)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2026-07-06 15:22:02 +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
Bart
3d847f2a60 build: Add protobuf dependencies to Nix (#7706)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
2026-07-02 18:46:27 +00: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
Mayukha Vadari
cecea82835 refactor: Use ApplyViewContext everywhere instead of ApplyView+STTx (#7618) 2026-07-02 13:22:04 -04:00
Ayaz Salikhov
6f0f5b8bb3 chore: Make clang-tidy happy on macOS (#7701) 2026-07-02 16:26:09 +00:00
Peter Chen
0240203060 fix STAmount (#7697) 2026-07-02 08:41:11 -07:00
Bart
3b9e24e0e0 chore: Improve pre-commit hooks (#7702)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
2026-07-02 15:01:30 +00:00
Timothy Banks
4c619e8a85 refactor: Retire DisallowIncomingV1 fix (#7364) 2026-07-02 14:17:32 +00:00
Ayaz Salikhov
ad5bc87d1f Merge pull request #7700 from mathbunnyru/merge_develop_in_sponsor
chore: Merge develop to sponsor
2026-07-02 12:31:44 +01:00
Ayaz Salikhov
6c902777ee Add missing include 2026-07-02 11:48:43 +01:00
Ayaz Salikhov
bd42a05275 Merge branch 'develop' into xrplf/sponsor 2026-07-02 11:22:19 +01:00
Ayaz Salikhov
8e378c4f47 build: Add verify-headers target to cleanup headers (#7670) 2026-07-01 23:14:17 +00:00
Mayukha Vadari
1c9168b29f refactor: Adjustment struct (#7680) 2026-07-01 18:17:29 -04:00