Ed Hennis
|
3268c63f1a
|
Merge branch 'develop' into ximinez/313-tests
|
2026-06-25 11:56:00 -04:00 |
|
Ed Hennis
|
7c2a1297db
|
clang-tidy: const correctness
|
2026-06-25 11:54:49 -04:00 |
|
Ed Hennis
|
a16d15660e
|
Remove the _other_ test case
|
2026-06-24 17:05:40 -04:00 |
|
Ed Hennis
|
fd406e2500
|
Revert "Remove test case"
This reverts commit 73dca1111a.
|
2026-06-24 16:15:34 -04:00 |
|
Ayaz Salikhov
|
eef8f4a4ff
|
chore: Use clang-tidy v22 new features (#7427)
|
2026-06-24 17:23:29 +00:00 |
|
Ayaz Salikhov
|
4fec58251b
|
build: Patch nix binaries in CMake (#7539)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
|
2026-06-24 13:56:18 +00: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 |
|
Ed Hennis
|
73dca1111a
|
Remove test case
|
2026-06-23 18:55:05 -04:00 |
|
yinyiqian1
|
5a2c82f699
|
fix: Reject delegate permission to pseudo accounts (#7597)
|
2026-06-23 19:55:23 +00:00 |
|
Bart
|
ff02269c0d
|
refactor: Use dispatch instead of post (#7438)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-06-22 22:35:28 +00:00 |
|
Ed Hennis
|
923a822491
|
Merge remote-tracking branch 'XRPLF/develop' into ximinez/313-tests
* XRPLF/develop:
refactor: Clean up tec object deletion logic (6588)
fix: Move AMMInvariant weakInvariantCheck logic into the transaction (7032)
fix: Improve ValidAMM invariant (7295)
feat: Remove clear mutable flags for DynamicMPT XLS-94 (7439)
ci: Build and push docker images in forks too (7588)
ci: [DEPENDABOT] bump actions/checkout from 6.0.3 to 7.0.0 (7585)
fix: Ensure xrpld service directories exist at startup (7565)
fix: Use template for granular delegation permissions (6613)
|
2026-06-22 18:15:16 -04:00 |
|
Ed Hennis
|
9ab4f325ce
|
test: Check some anomalous results in CI
|
2026-06-22 18:13:46 -04:00 |
|
Ed Hennis
|
f00c07da2f
|
Debug the testFromRawSizeMismatch test in CI
|
2026-06-22 18:13:45 -04:00 |
|
Ed Hennis
|
2853c64974
|
clang-tidy: includes and variable names
|
2026-06-22 18:13:44 -04:00 |
|
Ed Hennis
|
dd95b326b3
|
Update names, etc. to match develop
|
2026-06-22 18:13:44 -04:00 |
|
Ed Hennis
|
f2a22d4b99
|
Fix formatting
|
2026-06-22 18:13:44 -04:00 |
|
Ed Hennis
|
0fc1c735a1
|
Add back tests introduced by #29 #57
|
2026-06-22 18:13:44 -04:00 |
|
Ed Hennis
|
ea7a7de5de
|
Add back tests introduced by #64
|
2026-06-22 18:13:43 -04:00 |
|
Ed Hennis
|
62bce4e178
|
test: Add tests for #46
|
2026-06-22 18:13:43 -04:00 |
|
Sergey Kuznetsov
|
3086504658
|
tests: Tests for fix in account objects rpc (#58) (#59)
|
2026-06-22 18:13:43 -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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|