Peter Chen
|
18b2feea3a
|
fix tests
|
2026-06-22 13:31:07 -07:00 |
|
Peter Chen
|
71851f9b21
|
Merge remote-tracking branch 'upstream/develop' into MergeConfidentialTransferWithDevelop
|
2026-06-22 13:06:21 -07: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 |
|
Zhiyuan Wang
|
19a9ed7767
|
fix: Move AMMInvariant weakInvariantCheck logic into the transaction (#7032)
|
2026-06-22 18:42:57 +00:00 |
|
Peter Chen
|
4447bd219d
|
fix: NOLINT Clang Tidy Confidential MPT (#7573)
|
2026-06-22 14:40:53 -04:00 |
|
Zhiyuan Wang
|
93eab33dc2
|
fix: Improve ValidAMM invariant (#7295)
|
2026-06-22 17:45:42 +00:00 |
|
yinyiqian1
|
997267f845
|
feat: Remove clear mutable flags for DynamicMPT XLS-94 (#7439)
|
2026-06-22 17:36:06 +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 |
|
Shawn Xie
|
fdbde0a5bc
|
Cleanup code review comments (#7536)
|
2026-06-17 14:25:43 -04:00 |
|
Peter Chen
|
54e0f58424
|
Address Confidential Transfer Feedback and uncomment tests (#7541)
|
2026-06-17 13:32:18 -04:00 |
|
Pratik Mankawde
|
7e0ff536f5
|
refactor: Rerevert "Explicitly trim the heap after cache sweeps (#6022)"
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
|
2026-06-17 13:31:43 +01:00 |
|
Pratik Mankawde
|
044ca7719d
|
release: Bump version to 3.3.0-b0
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
|
2026-06-17 12:58:01 +01:00 |
|
Pratik Mankawde
|
cccce1c32e
|
Merge remote-tracking branch 'origin/release/3.2.x' into pratik/merge_3.2.x
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
|
2026-06-17 12:53:02 +01:00 |
|
yinyiqian1
|
31a3a0db62
|
Re-randomize after each send (#7535)
|
2026-06-16 21:11:42 -04:00 |
|
Ayaz Salikhov
|
3c43f4614f
|
release: Bump version to 3.2.0
|
2026-06-15 19:46:56 -04:00 |
|
Bart
|
0ac8e6cf1e
|
release: Bump version to 3.2.0-rc6
|
2026-06-15 22:24:03 +01:00 |
|
Vito Tumas
|
ed5f13481a
|
fix: Disable transaction invariants
|
2026-06-15 22:24:03 +01:00 |
|
Vito Tumas
|
781ef175c9
|
perf: Dispatch "hasInvalidAmount()" on type tag instead of dynamic_cast
|
2026-06-15 22:24:03 +01:00 |
|
Ed Hennis
|
e5785c4fcb
|
fix: Fix Number comparison operator
|
2026-06-15 22:24:02 +01:00 |
|
Bart
|
61dae6f792
|
release: Bump version to 3.2.0-rc5
|
2026-06-15 22:24:02 +01:00 |
|
yinyiqian1
|
fded06652a
|
fix: Add zero NFT Offer ID check for NFTokenCancelOffer
|
2026-06-15 22:24:02 +01:00 |
|
Valentin Balaschenko
|
e833e8884d
|
refactor: Revert "Explicitly trim the heap after cache sweeps (#6022)"
|
2026-06-15 22:24:02 +01:00 |
|
Sergey Kuznetsov
|
47b06ecd17
|
refactor: Use rocksdb includes only when it is available
|
2026-06-15 22:23:54 +01:00 |
|
Bart
|
5a25c9188b
|
release: Bump version to 3.2.0-rc4
|
2026-06-15 22:23:53 +01:00 |
|
Pratik Mankawde
|
f98c251011
|
refactor: Improve tracking of book (un)subscriptions
|
2026-06-15 22:23:38 +01:00 |
|
Sergey Kuznetsov
|
e29dc474b3
|
refactor: Improve payment channel closing and returned error codes
|
2026-06-15 22:23:28 +01:00 |
|
Pratik Mankawde
|
2728e11809
|
fix: Set request size limits and differential pricing for get-object-by-hash calls
|
2026-06-15 22:23:28 +01:00 |
|
Jingchen
|
9650fe8a6e
|
refactor: Use explicit types to help compiler
|
2026-06-15 22:22:53 +01:00 |
|
Pratik Mankawde
|
2df96b1550
|
fix: Silence UBSan diagnostics in the ubsan build config (#7531)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-15 19:25:37 +00:00 |
|
Peter Chen
|
59d630ab09
|
Merge remote-tracking branch 'upstream/develop' into mergeDevelop
|
2026-06-15 08:48:34 -07:00 |
|
Zhiyuan Wang
|
b34aa84e5a
|
fix: Check Fee-Free Division by Zero in AMMWithdraw singleWithdrawEPrice (#6989)
|
2026-06-15 15:31:22 +00:00 |
|
Bart
|
f5985e73ec
|
fix: Always charge peer on strand (#7422)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-06-15 14:55:56 +00:00 |
|
Peter Chen
|
5ec499245b
|
Merge pull request #7372 from PeterChen13579/add_more_confidential_Mpt_test
add missing tests to Confidential MPT
|
2026-06-11 15:08:01 -07:00 |
|
Pratik Mankawde
|
df395d6851
|
test: Add null check unit test for Oracle::aggregatePrice (#7306)
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
|
2026-06-11 18:05:36 +00:00 |
|
Peter Chen
|
9854b3efc2
|
fix clang tidy
|
2026-06-10 13:51:45 -07:00 |
|
Zhiyuan Wang
|
09c36d066e
|
fix: Correct hybrid offer deletion on credential expiry (#6843)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
|
2026-06-10 20:42:41 +00:00 |
|
Peter Chen
|
e39356a75b
|
fix clang tidy
|
2026-06-10 13:27:28 -07:00 |
|
Peter Chen
|
aca11d08ce
|
fix clang tidy
|
2026-06-10 13:03:54 -07:00 |
|
Peter Chen
|
f118070075
|
Merge remote-tracking branch 'upstream/develop' into mergeLatestDevelop
|
2026-06-10 11:43:47 -07:00 |
|
Peter Chen
|
1aa983aac9
|
fix naming
|
2026-06-10 11:41:56 -07:00 |
|
Peter Chen
|
ab730e791c
|
update mpt-crypto and uncomment confidential transfer tests
|
2026-06-10 10:52:23 -07:00 |
|
Shi Cheng
|
1f359f719c
|
fix: Add [[maybe_unused]] to fix320Enabled for assert=OFF builds (#7446)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-06-10 17:24:44 +00:00 |
|
Vito Tumas
|
83cc5df72e
|
fix: Disable transaction invariants (#7409)
|
2026-06-10 12:05:53 +00:00 |
|
Vito Tumas
|
97ca7d57bc
|
perf: Dispatch "hasInvalidAmount()" on type tag instead of dynamic_cast (#7402)
|
2026-06-10 11:44:57 +00:00 |
|
Pratik Mankawde
|
8a4bf2dee6
|
refactor: Retire fixUniversalNumber amendment (#5962)
Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-06-10 10:16:03 +00:00 |
|
Bart
|
742aa0878b
|
test: Do not create data directory for memory databases (#7323)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-06-10 09:16:53 +00:00 |
|
Ed Hennis
|
2cbc3c139e
|
fix: Fix Number comparison operator (#7406)
|
2026-06-09 17:46:56 +00:00 |
|
Ayaz Salikhov
|
fccb109e48
|
feat: Use C++ 23 standard (#7431)
|
2026-06-09 17:36:17 +00:00 |
|
Vito Tumas
|
0fb1aca461
|
refactor: Introduce XRPL_ASSERT_IF for amendment-gated assertions (#7378)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
|
2026-06-09 17:02:06 +00:00 |
|
Bart
|
c552eb333f
|
refactor: Change config section and key string literals into constants (#7095)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-06-09 14:58:21 +00:00 |
|