Ed Hennis
48b1716e6f
Make Number::operator/= significantly more accurate
...
- Prevents extreme dust rounding from getting lost, especially when
rounding away from zero. (Upward for positive, downward for negative.)
2026-05-23 19:02:03 +01:00
Ed Hennis
4ab886bcbc
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-22 17:56:15 -04:00
Bart
dfb9b8ed9a
release: Bump version to 3.2.0-b7 ( #7316 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
3.2.0-b7
2026-05-22 19:32:12 +00:00
Jingchen
179e73594a
fix: Check if the MPT first loss cover can be sent to the broker before deleting the broker ( #7125 )
...
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-05-22 11:58:48 +00:00
Michael Legleux
15dd653e4b
fix: Fix RPM prerelease ordering and start xrpld on DEB install ( #7313 )
2026-05-22 11:30:45 +00:00
Michael Legleux
a37afe13ff
ci: Re-enable full nproc for Linux ( #7315 )
2026-05-22 11:30:37 +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
Ed Hennis
7f64c337d8
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-21 14:25:50 -04:00
Bart
1a98182e23
refactor: Remove dead fetchBatch code ( #7309 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-05-21 17:52:41 +00:00
Bart
79308705c5
release: Bump version to 3.2.0-b6 ( #7311 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
3.2.0-b6
2026-05-21 17:50:59 +00:00
Vito Tumas
e24de65f42
chore: Revert graceful peer disconnection and follow-up fix ( #7296 )
2026-05-21 16:13:41 +00:00
Vito Tumas
7fdaa0a5ef
fix: Fix IOU precision issues in LoanBrokerCover transactions ( #7274 )
2026-05-21 14:51:58 +00:00
Vito Tumas
795dc5e364
fix: Avoid principal-zeroing in non-final loan payments at coarse scale ( #7050 )
...
Co-authored-by: Ed Hennis <ed@ripple.com >
2026-05-21 14:46:26 +00:00
Ed Hennis
61bdd6fb78
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-21 10:10:00 -04:00
Pratik Mankawde
f6fd5ddb0a
fix: Add null check ( #7305 )
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-21 13:24:04 +00:00
Ed Hennis
8e06e78f11
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-21 07:11:49 -04:00
Ed Hennis
42fda85fbc
Fix more AMM tests, and to not exclude fixCleanup3_2_0
2026-05-21 12:04:29 +01:00
Rithvik Reddygari
afcf6fbcdc
docs: Add --parallel flag to cmake build commands in BUILD.md ( #7302 )
2026-05-21 06:33:19 +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
Ed Hennis
3a4b92b050
Change the priority of the amendments for large mantissas
...
- Order the checks so that large mantissa is only enabled if SAV or LP
are enabled. fixCleanup3_2_0 only enables the rounding fix.
- Fix tests, and don't exclude fixCleanup3_2_0 in AMM tests
- Also fix formatting
2026-05-21 00:53:07 +01:00
Ed Hennis
aea19df3c1
Apply suggestions from @Tapanito code review
...
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com >
2026-05-20 18:46:17 -04:00
Ed Hennis
8b56749ca3
Apply suggestions from Copilot code review
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-20 18:39:46 -04:00
Ed Hennis
71cf996fc6
Review feedback from @tapanito: lambda checks condition in doRoundUp
2026-05-20 23:28:26 +01:00
Alex Kremer
a830ab10ef
style: More clang-tidy identifier renaming ( #7290 )
2026-05-20 21:31:15 +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
yinyiqian1
9cb0740673
fix: Fix multisign and signfor to check for delegate ( #7064 )
2026-05-20 20:24:09 +00:00
Mayukha Vadari
242ce3e9e4
refactor: Fix sfGeneric and sfInvalid field names ( #7300 )
2026-05-20 19:47:59 +00:00
box4wangjing
a5d238e7d4
docs: Fix some comments to improve readability ( #7122 )
...
Signed-off-by: box4wangjing <box4wangjing@outlook.com >
Co-authored-by: Mayukha Vadari <mvadari@ripple.com >
2026-05-20 19:46:45 +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
Ed Hennis
4c7ea64b6c
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-19 16:53:33 -04:00
Vito Tumas
93ac1aa7aa
fix: Disable unnecessary sanity-check in VaultDeposit ( #7288 )
2026-05-19 16:38:50 +00:00
dependabot[bot]
d9a3af8207
ci: [DEPENDABOT] bump actions/upload-artifact from 7.0.0 to 7.0.1 ( #7286 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-19 16:35:38 +00:00
Ed Hennis
c8947c6f75
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-19 10:15:10 -04:00
Ayaz Salikhov
8d1083e5ea
ci: Only run reusable package in public repos ( #7293 )
2026-05-19 13:15:11 +00:00
Ed Hennis
09ae5b719f
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-19 05:15:47 -04:00
Fomo
1e45d363c5
fix: Set default peering port to 2459 ( #6848 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-05-19 06:05:47 +00:00
Denis Angell
ad3d172a1f
fix: Use account ledger entry when canceling token escrows ( #6171 )
2026-05-18 20:08:48 +00:00
Mayukha Vadari
ad7232cbc5
refactor: Rename account_ to accountID_ ( #7284 )
2026-05-18 10:56:54 +00:00
Michael Legleux
93836f22db
ci: Add Linux package builds (DEB + RPM) to CI ( #6639 )
2026-05-16 05:08:37 +00:00
Ed Hennis
09f2d06dd4
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-15 21:32:09 -04:00
Ed Hennis
6964013941
Merge remote-tracking branch 'XRPLF/develop' into ximinez/number-fix-maxrepcusp
...
* XRPLF/develop:
release: Set version to 3.3.0-b0 (7280)
refactor: Rename static constants (7120)
refactor: Use `isFlag` where possible instead of bitwise math (7278)
ci: Update XRPLF/actions (7281)
2026-05-15 21:14:34 -04:00
Mayukha Vadari
c7ecfc6a97
refactor: Clean up comments post-clang-tidy changes ( #7283 )
2026-05-15 23:02:04 +00:00
Ed Hennis
6809690fad
release: Set version to 3.3.0-b0 ( #7280 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-05-15 18:04:49 +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
Ayaz Salikhov
15b3ed1ae7
ci: Update XRPLF/actions ( #7281 )
2026-05-15 11:21:29 +00:00
Ed Hennis
70c6e01d7e
clang-tidy: this is ridiculous
2026-05-14 21:02:49 -04:00
Ed Hennis
ddfb7ee69c
clang-tidy: {}
2026-05-14 20:48:34 -04:00
Ed Hennis
b69b9242e2
fixup! clang-tidy: Avoid nested "?:" in global Rules initialization
2026-05-14 20:33:15 -04:00
Ed Hennis
cd2fcf0a5e
Merge branch 'develop' into ximinez/number-fix-maxrepcusp
2026-05-14 18:25:17 -04:00