Denis Angell
|
cb04a24d18
|
Merge branch 'develop' into dangell7/batch-v1
|
2026-06-26 10:45:42 -04:00 |
|
Denis Angell
|
afa4d9a0ad
|
fix: reject batch transactions from the tx queue
|
2026-06-26 10:21:38 -04:00 |
|
Timothy Banks
|
2ab43b6fda
|
refactor: Retire NFTokenReserve fix (#7367)
|
2026-06-26 10:31:16 +00:00 |
|
Timothy Banks
|
12a5d9014e
|
refactor: Retire Clawback amendment (#7353)
|
2026-06-26 10:24:25 +00:00 |
|
Mayukha Vadari
|
b9eee1d245
|
refactor: Rename (mostly keylet) functions to more closely match the docs (#7059)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-06-26 10:24:12 +00:00 |
|
Denis Angell
|
9a68998551
|
address review comments
|
2026-06-25 15:13:57 -04:00 |
|
Denis Angell
|
501994b432
|
revert txqu blocker
|
2026-06-25 09:19:29 -04:00 |
|
Denis Angell
|
d83cf86def
|
feat: add signature cache
|
2026-06-25 09:02:00 -04:00 |
|
Ayaz Salikhov
|
eef8f4a4ff
|
chore: Use clang-tidy v22 new features (#7427)
|
2026-06-24 17:23:29 +00:00 |
|
Denis Angell
|
8b8c0a9a51
|
test: cover batch signer count between tx-count and signer caps
|
2026-06-24 08:51:50 -04:00 |
|
Mayukha Vadari
|
6736ab39df
|
test: Add test for Permissioned Domain sequence fix (#7591)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
2026-06-24 12:24:27 +00:00 |
|
Ayaz Salikhov
|
b68e1f7170
|
fix: Add pragma once checker (#7580)
|
2026-06-24 12:24:04 +00:00 |
|
Timothy Banks
|
bb7c4d1c9f
|
fix: Additional RPC validation checks on ammRpcInfo account and amm_account fields. (#7324)
|
2026-06-24 12:23:12 +00:00 |
|
Zhiyuan Wang
|
69d289a388
|
fix: AMM Quality Leak into Domain BookStep for Permissioned DEX (#6853)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
2026-06-24 12:15:45 +00:00 |
|
Jingchen
|
6341e75200
|
refactor: Refactor TaggedCache.ipp to remove const_cast in canonicalize_replace_cache (#5638)
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
|
2026-06-24 12:15:11 +00:00 |
|
Denis Angell
|
0db6113a0e
|
fix: nomenclature and additional testing
|
2026-06-23 17:51:28 -04:00 |
|
yinyiqian1
|
5a2c82f699
|
fix: Reject delegate permission to pseudo accounts (#7597)
|
2026-06-23 19:55:23 +00:00 |
|
Denis Angell
|
bf5f8f2c10
|
fix: add missing direct includes for clang-tidy include-cleaner
|
2026-06-23 10:01:41 -04:00 |
|
Denis Angell
|
b8799ca3c3
|
Merge remote-tracking branch 'origin/develop' into dangell7/batch-v1
# Conflicts:
# include/xrpl/tx/Transactor.h
|
2026-06-23 09:53:53 -04: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 |
|
Denis Angell
|
19a3d4311e
|
Merge remote-tracking branch 'origin/develop' into dangell7/batch-v1
# Conflicts:
# include/xrpl/tx/Transactor.h
|
2026-06-22 14:36:32 -04:00 |
|
Denis Angell
|
94c4f49b78
|
chore: address batch review comments with asserts, comments, and tests
|
2026-06-22 14:22:09 -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 |
|
Denis Angell
|
68e31882e4
|
fix: relax batch signer cap to allow per-inner co-signers
|
2026-06-18 12:31:57 -04:00 |
|
Denis Angell
|
fd6326d114
|
fix: bind batch required signers to sfDelegate for delegated inner txns
|
2026-06-18 11:52:29 -04:00 |
|
Denis Angell
|
28bd660f7f
|
fix: harden batch inner transactions (TxQ blocker)
|
2026-06-18 11:52:29 -04: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 |
|
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 |
|
Denis Angell
|
1438c57f2c
|
Merge remote-tracking branch 'origin/develop' into dangell7/batch-v1
|
2026-06-16 12:48:18 -04:00 |
|
Denis Angell
|
ad28f32bc3
|
refactor: Align identifier naming with develop
|
2026-06-16 12:10:43 -04:00 |
|
Ed Hennis
|
e5785c4fcb
|
fix: Fix Number comparison operator
|
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 |
|
Sergey Kuznetsov
|
47b06ecd17
|
refactor: Use rocksdb includes only when it is available
|
2026-06-15 22:23:54 +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 |
|
Zhiyuan Wang
|
b34aa84e5a
|
fix: Check Fee-Free Division by Zero in AMMWithdraw singleWithdrawEPrice (#6989)
|
2026-06-15 15:31:22 +00: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 |
|
Denis Angell
|
f28c3cc160
|
Merge branch 'develop' into dangell7/batch-v1
|
2026-06-11 16:39:26 +02: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 |
|
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 |
|
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 |
|
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 |
|
Bart
|
c9769d1add
|
refactor: Use std::move and std::string_view where possible (#7424)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-06-09 13:56:32 +00:00 |
|
Ayaz Salikhov
|
2111bb4b95
|
ci: Update clang-tidy to nix-based v22 (#7412)
|
2026-06-05 14:11:47 +00:00 |
|
yinyiqian1
|
e5cf1a0985
|
fix: Add zero NFT Offer ID check for NFTokenCancelOffer (#7391)
|
2026-06-03 19:30:20 +00:00 |
|
Vito Tumas
|
225ed204ad
|
test: Suppress invariant-failure logs in Vault and LoanBroker bug-regression tests (#7379)
|
2026-06-02 17:12:09 +00:00 |
|
Vito Tumas
|
109b649106
|
refactor: Use STLedgerEntry type aliases instead of std::shared_ptr (#7282)
|
2026-06-01 15:27:13 +00:00 |
|