Luc des Trois Maisons
80090fb327
Stub mpt_verify_send_proof for throughput ceiling measurement
...
Skip bulletproof range proof verification in ConfidentialMPTSend to
measure the upper bound on Send throughput when verification is free.
NOT FOR PRODUCTION USE.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-06-05 16:21:07 -04:00
Peter Chen
dacd108657
Refactor confidential Test into 2 files ( #7351 )
2026-05-29 14:14:41 -04:00
Peter Chen
5869c23ecd
Add specific checks for COA and OA ( #7275 )
2026-05-26 13:44:36 -04:00
yinyiqian1
ca7da3600f
Add Batch + Delegation + Confidential tests ( #7279 )
2026-05-15 14:08:58 -04:00
Peter Chen
bab0c48d01
add amm pseudo account test with confidential Transfer ( #7276 )
2026-05-15 10:26:43 -04:00
Peter Chen
71983a59b6
add public MPT txn after Clearing Confidential Flag ( #7113 )
2026-05-13 09:57:18 -04:00
yinyiqian1
70f03eba66
Update error code for transfer rate error ( #7115 )
2026-05-12 13:31:13 -04:00
yinyiqian1
d7158abb63
Enforce zero transfer rate for confidential MPT ( #7106 )
2026-05-11 11:35:44 -04:00
yinyiqian1
c5cfeefc44
refactor and check deposit preauth before ZK proof ( #7085 )
2026-05-07 11:13:11 -04:00
yinyiqian1
ed6de36cb4
Increase confidential transactions fee ( #7063 )
2026-05-06 17:15:39 -04:00
Shawn Xie
b831b661ed
Merge develop into confidential-transfer
...
Merge `develop` into `confidential-transfer`
2026-05-04 20:45:24 -04:00
Shawn Xie
cd193bba31
exclude bugprone access
2026-05-04 19:40:27 -04:00
Shawn Xie
086d95aa2c
exclude constness for ConfidentialTransfer test file
2026-05-04 18:03:51 -04:00
Shawn Xie
6960e3a234
exclude const clang tidy
2026-05-04 17:20:48 -04:00
Shawn Xie
d7d9e54f92
fix const
2026-05-04 16:08:55 -04:00
Shawn Xie
541c4afeca
clang tidy
2026-05-04 15:45:12 -04:00
Shawn Xie
64b5c3cf8f
update delegable test cnt
2026-05-04 15:12:18 -04:00
Shawn Xie
feb9782387
fix autogen
2026-05-04 14:53:46 -04:00
Shawn Xie
aa55d7e360
Merge branch 'ripple/confidential-transfer' into ct-merge-dev-may-4
2026-05-04 14:39:54 -04:00
Shawn Xie
f1de2738a3
Fix clang tidy and compile errors
2026-05-04 14:39:03 -04:00
yinyiqian1
cad129921d
add IssuerEncryptedBalance check in ConvertBack ( #7060 )
...
Co-authored-by: Peter Chen <34582813+PeterChen13579@users.noreply.github.com >
2026-05-04 14:32:23 -04:00
Shawn Xie
5afa29cd39
Merge remote-tracking branch 'upstream/develop' into ct-merge-dev-may-4
...
# Conflicts:
# include/xrpl/protocol/detail/features.macro
# include/xrpl/protocol/detail/ledger_entries.macro
# include/xrpl/protocol/detail/secp256k1.h
# include/xrpl/protocol/detail/transactions.macro
# src/libxrpl/ledger/helpers/TokenHelpers.cpp
# src/libxrpl/protocol/PublicKey.cpp
# src/libxrpl/tx/invariants/MPTInvariant.cpp
# src/libxrpl/tx/transactors/token/MPTokenIssuanceSet.cpp
# src/test/app/Delegate_test.cpp
# src/test/jtx/impl/mpt.cpp
# src/test/jtx/mpt.h
2026-05-04 13:51:58 -04:00
Ayaz Salikhov
d050073842
ci: Rewrite clang-tidy workflow(s) in a reusable manner ( #7062 )
2026-05-04 12:51:07 +00:00
Alex Kremer
8490206228
chore: Ignore identifier-naming update in git blame ( #7066 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-03 21:42:44 +00:00
Alex Kremer
8995564ed6
refactor: Enable clang-tidy readability-identifier-naming check ( #6571 )
2026-05-03 10:31:53 +00:00
Shawn Xie
9a62a1e471
fix: add credential amendment check and more refactoring ( #7041 )
2026-05-01 12:25:01 -04:00
Bart
182d844996
refactor: Revert certain Throws by LogicErrors ( #7036 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-05-01 09:50:00 +00:00
Ayaz Salikhov
37b895b678
ci: Rename print-env -> print-build-env ( #7061 )
2026-05-01 09:44:52 +00:00
Peter Chen
cc58844d49
Merge pull request #7048 from PeterChen13579/add_defensive_checks
...
add defensive checks
2026-04-30 15:12:06 -04:00
Peter Chen
58337c61c5
Fix comments
2026-04-30 14:36:19 -04:00
Pratik Mankawde
c6053f5d64
fix: Gate -mcmodel flags to x86_64 in sanitizer builds ( #7049 )
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-04-30 13:33:33 +00:00
Vito Tumas
31180f94c2
fix: Prevents overwriting a bool value in an invariant ( #6609 )
...
Co-authored-by: Ed Hennis <ed@ripple.com >
2026-04-30 13:05:09 +00:00
Pratik Mankawde
6407f0fa52
fix: Address code review comments regarding boost::coroutine2 ( #6977 )
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-04-30 10:36:12 +00:00
Bart
4d0ea8ae36
refactor: Apply various minor improvements and corrections ( #7045 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-04-30 10:22:11 +00:00
Zhiyuan Wang
dbd646bd53
fix: Store Delegate object in delegating and authorized account directories for proper deletion ( #6681 )
2026-04-29 18:17:01 +00:00
Ayaz Salikhov
6ae090ba45
ci: Use print-env from XRPLF/actions ( #7052 )
2026-04-29 18:14:16 +00:00
Mayukha Vadari
7be98d95de
fix: Make assorted RPC fixes ( #6529 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-29 18:05:34 +00:00
Peter Chen
d09352af59
add another check
2026-04-29 13:36:20 -04:00
Peter Chen
7fad75d2b2
add test
2026-04-29 12:10:23 -04:00
Peter Chen
5f1c3ba4eb
add defensive checks
2026-04-29 11:28:56 -04:00
Alex Kremer
f7275b7ad9
chore: Enable clang-tidy v21 new checks ( #7031 )
2026-04-29 15:17:35 +00:00
Shawn Xie
9bfd78e2fc
Add ZKP and ciphertext malleability tests ( #6999 )
2026-04-28 11:25:40 -04:00
Jingchen
46b997b774
feat: Create new transaction testing framework TxTest ( #6537 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 14:16:10 +00:00
Vito Tumas
147da57348
feat: Add cleanup amendment for 3.2.0 ( #7037 )
2026-04-28 10:22:32 +00:00
Pratik Mankawde
3547112540
fix: Fix ubsan flagged issues ( #6151 )
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-04-27 20:34:16 +00:00
Shawn Xie
5a643b1a7f
fix: assorted safety checks ( #7030 )
2026-04-27 14:36:54 -04:00
yinyiqian1
8457b91b10
Test inconsistent C1 for ConfidentialMPTSend ( #7017 )
2026-04-24 15:03:26 -04:00
Alex Kremer
4dc923dcc5
chore: Enable clang-tidy modernize-use-nodiscard check ( #7015 )
2026-04-24 17:19:30 +00:00
Pratik Mankawde
158df5394c
fix: Resolve MSVC Debug build failure in JobQueue.h; re-enable _CRTDBG_MAP_ALLOC in CI ( #6993 )
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
Co-authored-by: Ed Hennis <ed@ripple.com >
2026-04-24 16:47:16 +00:00
Zhiyuan Wang
a6bd9251d2
docs: Update hybrid offer invariant comment ( #7007 )
2026-04-24 16:35:10 +00:00