Commit Graph

14590 Commits

Author SHA1 Message Date
Mayukha Vadari
4f135babff fix build issues 2026-07-02 10:38:21 -04:00
Mayukha Vadari
8cfffcf5d3 fix build 2026-07-02 00:09:30 -04:00
Mayukha Vadari
8ee366c963 Merge branch 'mvadari/sponsor/apply-view-context' into mvadari/sponsor/reserve-context 2026-07-02 00:02:14 -04:00
Mayukha Vadari
39a4a63164 Merge branch 'mvadari/sponsor/apply-view-context' of https://github.com/XRPLF/rippled into mvadari/sponsor/reserve-context 2026-07-01 23:56:27 -04:00
Mayukha Vadari
7ae49525f0 fix issue 2026-07-01 23:55:47 -04:00
Mayukha Vadari
cb90a26496 Update include/xrpl/tx/ApplyContext.h
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-07-01 19:00:45 -04:00
Mayukha Vadari
165a8d1462 Merge branch 'xrplf/sponsor' of https://github.com/XRPLF/rippled into mvadari/sponsor/apply-view-context 2026-07-01 18:58:08 -04:00
Mayukha Vadari
1c9168b29f refactor: Adjustment struct (#7680) 2026-07-01 18:17:29 -04:00
Mayukha Vadari
6eb5f91993 Merge branch 'xrplf/sponsor' into mvadari/sponsor/apply-view-context 2026-07-01 18:05:43 -04:00
Mayukha Vadari
76acc2c92b refactor: Move baseAccountReserve back to Fees.h (#7688) 2026-07-01 18:03:07 -04:00
Mayukha Vadari
61896fd53d Merge pull request #7694 from XRPLF/mvadari/sponsor/merge-01-01
merge from develop
2026-07-01 18:02:27 -04:00
Mayukha Vadari
cbf44b8436 fix clang-tidy 2026-07-01 17:28:03 -04:00
Mayukha Vadari
da1fe00da9 more cleanup 2026-07-01 17:27:09 -04:00
Mayukha Vadari
47a6c319f2 whoops 2026-07-01 17:25:38 -04:00
Mayukha Vadari
c4256e7301 f u clang-tidy 2026-07-01 17:20:20 -04:00
Mayukha Vadari
909f7ff102 fix forreal 2026-07-01 17:15:29 -04:00
Mayukha Vadari
b664847d59 one more fingers crossed 2026-07-01 17:10:08 -04:00
Mayukha Vadari
5c17e879f7 more fixes 2026-07-01 16:47:15 -04:00
Mayukha Vadari
688b64951d migrate checkInsufficientReserve 2026-07-01 16:30:14 -04:00
Mayukha Vadari
b09b0a9d3a Merge branch 'xrplf/sponsor' of https://github.com/XRPLF/rippled into mvadari/sponsor/apply-view-context 2026-07-01 16:20:07 -04:00
Mayukha Vadari
a12cdff58e remove local variables 2026-07-01 16:18:44 -04:00
Peter Chen
b590672929 Rename adjustOwnerCount and adjustOwnerCountObj (#7676) 2026-07-01 13:18:39 -07:00
Peter Chen
b4bac1db65 SponsorshipSet Cleanup (#7679) 2026-07-01 13:13:08 -07:00
Mayukha Vadari
dd489172c3 fix renames 2026-07-01 16:06:08 -04:00
Mayukha Vadari
558d77a2b3 Merge branch 'mvadari/sponsor/apply-view-context' of https://github.com/XRPLF/rippled into mvadari/sponsor/reserve-context 2026-07-01 15:58:52 -04:00
Mayukha Vadari
da31106aa5 more fixes 2026-07-01 15:51:51 -04:00
Mayukha Vadari
d9c683d822 fix build 2026-07-01 15:47:47 -04:00
Mayukha Vadari
5b714a79c0 Merge branch 'develop' of https://github.com/XRPLF/rippled into xrplf/sponsor 2026-07-01 15:36:15 -04:00
Mayukha Vadari
bf73446528 clean up 2026-07-01 13:44:53 -04:00
Mayukha Vadari
eb6503a2c6 Merge branch 'xrplf/sponsor' of https://github.com/XRPLF/rippled into mvadari/sponsor/apply-view-context 2026-07-01 13:40:50 -04:00
Mayukha Vadari
7817245314 refactor: Switch checkInsufficientReserve from ReadView to ApplyView (#7667) 2026-07-01 13:18:20 -04:00
Mayukha Vadari
730e526080 fix: Better handling of txs that send XRP + charge reserve (#7671) 2026-07-01 11:37:45 -04:00
Timothy Banks
c53aafa6bf refactor: Retire InnerObjTemplate fix (#7368) 2026-07-01 15:36:28 +00:00
Vito Tumas
0d149ba5b6 fix: Disable AMM creation with Vault shares (#7666) 2026-07-01 15:04:38 +00:00
Ayaz Salikhov
d1ff948244 test: Add tests for TMProofPathResponse and TMReplayDeltaResponse invalid hash/key sizes (#7593) 2026-07-01 13:30:03 +00:00
dependabot[bot]
ba739c94ce ci: [DEPENDABOT] bump actions/setup-python from 6.2.0 to 6.3.0 (#7657)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-01 13:29:06 +00:00
Ayaz Salikhov
6d0b758a12 build: Don't reuse binaries between different C++ versions (#7681) 2026-07-01 13:28:41 +00:00
Ayaz Salikhov
6aed3bb71d chore: Update pre-commit hooks && actions (#7686) 2026-07-01 13:28:14 +00:00
Vito Tumas
ea13be81b7 feat: Add an invariant to ensure object deletion also deletes its pseudo-account (#7445)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-07-01 13:21:23 +00:00
Denis Angell
86d8b244d6 feat: Add Batch (XLS-56) V1_1 (#6446)
Co-authored-by: Mayukha Vadari <mvadari@ripple.com>
2026-07-01 12:47:14 +00:00
Vito Tumas
ecf7f805c9 feat: Introduce lending 1.1 amendment and add MemoData field to VaultDelete transaction (#6324) 2026-06-30 23:51:41 +00:00
Mayukha Vadari
9f5daa9b8b fix build 2026-06-30 17:47:58 -04:00
Mayukha Vadari
8f91699943 Revert "use reference in helper functions"
This reverts commit b8ae7a2813.
2026-06-30 17:33:00 -04:00
Kassaking7
4e6f8f334f fix: add missing tests to cover all scenario for sponsor reserve (#7574) 2026-06-30 17:24:33 -04:00
Mayukha Vadari
140d5ec297 fix: crash in reset (#7675) 2026-06-30 17:20:07 -04:00
Mayukha Vadari
0832b1cfe8 fix clang-tidy 2026-06-30 14:33:23 -04:00
yinyiqian1
efeedcdc60 fix: Disallow sponsored tx to be queued (#7674) 2026-06-30 14:21:10 -04:00
Mayukha Vadari
09b5cd9879 refactor: Move SponsorshipTransfer code around, add some comments (#7662) 2026-06-30 14:06:20 -04:00
Mayukha Vadari
f5689990ed Revert "switch to &&"
This reverts commit 8f470b750d.
2026-06-30 13:49:58 -04:00
Mayukha Vadari
69534b3ec6 Revert "fix clang-tidy"
This reverts commit 4cbc0502a1.
2026-06-30 13:49:19 -04:00