Mayukha Vadari
|
d562129e7c
|
Merge branch 'ripple/se/fees' into ripple/smart-escrow
|
2026-04-13 17:01:46 -04:00 |
|
Mayukha Vadari
|
1d9fe9dbaf
|
Merge branch 'ripple/wasmi-host-functions' into ripple/se/fees
|
2026-04-13 17:01:20 -04:00 |
|
Olek
|
8cc2169939
|
test: Calling wrap functions from c++ side (#6699)
|
2026-04-09 18:48:58 -04:00 |
|
Mayukha Vadari
|
74beb5f80d
|
Merge branch 'ripple/se/fees' of https://github.com/XRPLF/rippled into ripple/smart-escrow
|
2026-04-08 13:52:24 -04:00 |
|
Mayukha Vadari
|
a4dfdaf77a
|
Merge branch 'ripple/wasmi-host-functions' of https://github.com/XRPLF/rippled into ripple/se/fees
|
2026-04-08 13:51:41 -04:00 |
|
Mayukha Vadari
|
826f613ad8
|
Merge branch 'ripple/wasmi' of https://github.com/XRPLF/rippled into ripple/wasmi-host-functions
|
2026-04-08 13:51:09 -04:00 |
|
Gregory Tsipenyuk
|
dfcad69155
|
feat: Add MPT support to DEX (#5285)
|
2026-04-08 16:17:37 +00:00 |
|
Mayukha Vadari
|
4bae4d781f
|
fix build
|
2026-04-08 11:43:21 -04:00 |
|
Mayukha Vadari
|
01a5e07830
|
Merge branch 'ripple/se/fees' of https://github.com/XRPLF/rippled into ripple/smart-escrow
|
2026-04-08 09:58:40 -04:00 |
|
Mayukha Vadari
|
34522bc668
|
Merge branch 'ripple/wasmi-host-functions' of https://github.com/XRPLF/rippled into ripple/se/fees
|
2026-04-08 09:58:24 -04:00 |
|
Olek
|
d2641d85bd
|
New floats format, STAmount compatible (#6600)
|
2026-04-07 20:19:19 -04:00 |
|
Mayukha Vadari
|
75f66bd9fe
|
fix build
|
2026-04-07 17:24:48 -04:00 |
|
Mayukha Vadari
|
e1cc82587b
|
Merge branch 'ripple/wasmi' of https://github.com/XRPLF/rippled into ripple/wasmi-host-functions
|
2026-04-07 16:02:32 -04:00 |
|
Pratik Mankawde
|
2cc9439fde
|
fix: Handle WSClient write failure when server closes WebSocket (#6671)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-07 16:01:26 -04:00 |
|
Bart
|
46e88dc732
|
refactor: Rename non-functional uses of ripple(d) to xrpl(d) (#6676)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-04-07 16:01:26 -04:00 |
|
Mayukha Vadari
|
bc24f2e211
|
refactor: Move more helper files into libxrpl/ledger/helpers (#6731)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
|
2026-04-07 16:01:26 -04:00 |
|
Mayukha Vadari
|
7a7c993b15
|
fix: Minor RPC fixes (#6730)
|
2026-04-07 16:01:26 -04:00 |
|
Zhiyuan Wang
|
9733ca8f91
|
fix: Prevent deletion of MPTokens with active escrow (#6635)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
|
2026-04-07 16:01:26 -04:00 |
|
Vito Tumas
|
18d5e3e226
|
fix: Clamp VaultClawback to assetsAvailable for zero-amount clawback (#6646)
|
2026-04-07 16:01:25 -04:00 |
|
Vito Tumas
|
b30b4e1d65
|
fix: Add assorted Lending Protocol fixes (#6678)
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
|
2026-04-07 16:01:25 -04:00 |
|
Mayukha Vadari
|
d435893602
|
fix: Change variable signedness and correctly handle std::optional (#6657)
|
2026-04-07 16:01:25 -04:00 |
|
Pratik Mankawde
|
6d1a5be8d2
|
fix: Handle WSClient write failure when server closes WebSocket (#6671)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-07 19:15:40 +00:00 |
|
Bart
|
c00ed673a8
|
refactor: Rename non-functional uses of ripple(d) to xrpl(d) (#6676)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-04-07 13:00:17 +00:00 |
|
Mayukha Vadari
|
f239256d87
|
refactor: Move more helper files into libxrpl/ledger/helpers (#6731)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
|
2026-04-06 22:36:32 +00:00 |
|
Mayukha Vadari
|
00761dbb67
|
fix: Minor RPC fixes (#6730)
|
2026-04-06 22:15:16 +00:00 |
|
Zhiyuan Wang
|
077e03ff33
|
fix: Prevent deletion of MPTokens with active escrow (#6635)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
|
2026-04-06 17:51:46 +00:00 |
|
Vito Tumas
|
7d524a03b8
|
fix: Clamp VaultClawback to assetsAvailable for zero-amount clawback (#6646)
|
2026-04-06 15:13:03 +00:00 |
|
Vito Tumas
|
c0ee813666
|
fix: Add assorted Lending Protocol fixes (#6678)
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
|
2026-04-03 17:41:45 +00:00 |
|
Mayukha Vadari
|
fe2e5ce649
|
fix clang-tidy issues
|
2026-04-03 12:33:14 -04:00 |
|
Mayukha Vadari
|
8e05416211
|
fix: Change variable signedness and correctly handle std::optional (#6657)
|
2026-04-03 15:16:50 +00:00 |
|
Mayukha Vadari
|
6afa51142d
|
Merge branch 'ripple/se/fees' of https://github.com/XRPLF/rippled into ripple/smart-escrow
|
2026-04-03 11:06:16 -04:00 |
|
Mayukha Vadari
|
22054a573d
|
Merge branch 'ripple/wasmi-host-functions' of https://github.com/XRPLF/rippled into ripple/se/fees
|
2026-04-03 09:57:23 -04:00 |
|
Mayukha Vadari
|
7ef256499c
|
Merge branch 'ripple/wasmi' of https://github.com/XRPLF/rippled into wasmi-host-functions
|
2026-04-03 09:57:07 -04:00 |
|
Mayukha Vadari
|
4fc1778ec8
|
fix clang-tidy issues
|
2026-04-03 09:56:42 -04:00 |
|
Oleksandr
|
65322d9e78
|
fix Clang-tidy
|
2026-04-02 21:33:43 -04:00 |
|
Mayukha Vadari
|
81555d5456
|
refactor: Reorganize RPC handler files (#6628)
|
2026-04-02 23:46:17 +00:00 |
|
Mayukha Vadari
|
0acfa1c4f2
|
fix merge issues
|
2026-04-02 19:22:52 -04:00 |
|
Mayukha Vadari
|
309fdfc3f2
|
Merge branch 'ripple/se/fees' of https://github.com/XRPLF/rippled into ripple/smart-escrow
|
2026-04-02 19:08:08 -04:00 |
|
Mayukha Vadari
|
63bd5fc4ee
|
fix clang-tidy issues
|
2026-04-02 19:07:10 -04:00 |
|
Mayukha Vadari
|
82e7f7eeec
|
Merge branch 'ripple/wasmi-host-functions' of https://github.com/XRPLF/rippled into ripple/se/fees
|
2026-04-02 19:06:00 -04:00 |
|
Mayukha Vadari
|
c5598a4284
|
fix clang-tidy issues
|
2026-04-02 19:05:34 -04:00 |
|
Mayukha Vadari
|
63d09f9c51
|
Merge branch 'ripple/wasmi-host-functions' of https://github.com/XRPLF/rippled into ripple/se/fees
|
2026-04-02 19:04:34 -04:00 |
|
Mayukha Vadari
|
0deb6bcadf
|
fix build
|
2026-04-02 18:39:14 -04:00 |
|
Mayukha Vadari
|
d606f88e84
|
Merge branch 'ripple/wasmi-host-functions' of https://github.com/XRPLF/rippled into ripple/se/fees
|
2026-04-02 18:12:30 -04:00 |
|
Mayukha Vadari
|
9b013b559b
|
Merge branch 'ripple/wasmi' of https://github.com/XRPLF/rippled into wasmi-host-functions
|
2026-04-02 17:54:32 -04:00 |
|
yinyiqian1
|
3414a1776b
|
docs: Add explanatory comment to checkFee (#6631)
|
2026-04-02 20:48:35 +00:00 |
|
yinyiqian1
|
6d9ed125f3
|
fix: Decouple reserve from fee in delegate payment (#6568)
|
2026-04-02 20:48:00 +00:00 |
|
Vito Tumas
|
02fa55df8d
|
fix: Check trustline limits for share-denominated vault withdrawals (#6645)
|
2026-04-01 19:31:45 +00:00 |
|
Valentin Balaschenko
|
6e2452207d
|
fix: Remove fatal assertion on Linux thread name truncation (#6690)
|
2026-04-01 16:56:45 +00:00 |
|
Alex Kremer
|
29e49abd3c
|
chore: Enable clang-tidy coreguidelines checks (#6698)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
|
2026-04-01 15:46:14 +00:00 |
|