Alex Kremer
9fc8846f6a
chore: Add relevant changes from develop ( #1762 )
2024-11-27 19:16:38 +00:00
Peter Chen
d001e35427
fix: authorized_credential elements in array not objects bug ( #1744 ) ( #1747 )
...
fixes : #1743
2024-11-21 12:05:15 -05:00
Peter Chen
592af70f03
fix: Credential error message ( #1738 )
...
fixes #1737
2024-11-18 16:15:11 +00:00
github-actions[bot]
16e07b90db
style: clang-tidy auto fixes ( #1735 )
...
Fixes #1734 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-11-18 16:13:47 +00:00
Peter Chen
39419c8b58
feat: Add Support Credentials for Clio ( #1712 )
...
Rippled PR: [here](https://github.com/XRPLF/rippled/pull/5103 )
2024-11-18 16:13:09 +00:00
github-actions[bot]
e38658a0d6
style: clang-tidy auto fixes ( #1730 )
...
Fixes #1729 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-11-18 16:12:40 +00:00
Shawn Xie
fb98a6a394
feat: Implement MPT changes ( #1147 )
...
Implements https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0033d-multi-purpose-tokens
2024-11-11 17:27:04 +00:00
github-actions[bot]
07438a2e02
style: clang-tidy auto fixes ( #1720 )
...
Fixes #1719 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-11-11 17:27:04 +00:00
Alex Kremer
09aa688de4
feat: ETLng Registry ( #1713 )
...
For #1597
2024-11-11 17:27:03 +00:00
cyan317
ffc9deb0f8
fix: Add queue size limit for websocket ( #1701 )
...
For slow clients, we will disconnect with it if the message queue is too
long.
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2024-11-11 17:27:02 +00:00
github-actions[bot]
717a29ecdf
style: clang-tidy auto fixes ( #1711 )
...
Fixes #1710 .
---------
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2024-11-11 17:27:02 +00:00
Sergey Kuznetsov
4947a83696
fix: Fix issues clang-tidy found ( #1708 )
...
Fixes #1706 .
2024-11-11 17:27:01 +00:00
github-actions[bot]
164387cab0
style: clang-tidy auto fixes ( #1705 )
...
Fixes #1704 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-11-11 17:27:01 +00:00
Sergey Kuznetsov
b8f1deb90f
refactor: Coroutine based webserver ( #1699 )
...
Code of new coroutine-based web server. The new server is not connected
to Clio and not ready to use yet.
For #919 .
2024-11-11 17:27:01 +00:00
cyan317
e2aeaa0956
chore: Add counter for total messages waiting to be sent ( #1691 )
2024-11-11 17:27:00 +00:00
Sergey Kuznetsov
2951b4aaa0
style: Fix include ( #1687 )
...
Fixes #1686
2024-11-11 17:26:59 +00:00
github-actions[bot]
527020680a
style: clang-tidy auto fixes ( #1685 )
...
Fixes #1684 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-11-11 17:26:59 +00:00
github-actions[bot]
b1be848098
style: clang-tidy auto fixes ( #1674 )
...
Fixes #1673 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-11-11 17:26:58 +00:00
cyan317
41aabbfcce
feat: server info cache ( #1671 )
...
fix : #1181
2024-11-11 17:26:57 +00:00
Sergey Kuznetsov
9df3e936cc
chore: Update libxrpl to 2.3.0-b4 ( #1667 )
2024-09-25 14:44:03 +01:00
github-actions[bot]
3f791c1315
style: clang-tidy auto fixes ( #1659 )
...
Fixes #1658 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-09-25 14:44:02 +01:00
Peter Chen
e5a0477352
refactor: Clio Config ( #1593 )
...
Add constraint + parse json into Config
Second part of refactoring Clio Config; First PR found
[here](https://github.com/XRPLF/clio/pull/1544 )
Steps that are left to implement:
- Replacing all the places where we fetch config values (by using
config.valueOr/MaybeValue) to instead get it from Config Definition
- Generate markdown file using Clio Config Description
2024-09-25 14:44:02 +01:00
cyan317
3118110eb8
feat: add 'force_forward' field to request ( #1647 )
...
Fix #1141
2024-09-25 14:44:01 +01:00
cyan317
7aaba1cbad
fix: no restriction on type field ( #1644 )
...
'type' should not matter if 'full' or 'accounts' is false. Relax the
restriction for 'type'
2024-09-25 14:44:00 +01:00
cyan317
b7c50fd73d
fix: Add more restrictions to admin fields ( #1643 )
2024-09-25 14:44:00 +01:00
cyan317
0679034978
fix: Don't forward ledger API if 'full' is a string ( #1640 )
...
Fix #1635
2024-09-25 14:43:59 +01:00
Sergey Kuznetsov
4e147deafa
fix: Subscription source bugs fix ( #1626 ) ( #1633 )
...
Fixes #1620 .
Cherry pick of #1626 into develop.
- Add timeouts for websocket operations for connections to rippled.
Without these timeouts if connection hangs for some reason, clio
wouldn't know the connection is hanging.
- Fix potential data race in choosing new subscription source which will
forward messages to users.
- Optimise switching between subscription sources.
2024-09-25 14:43:59 +01:00
cyan317
9432165ace
refactor: Remove SubscriptionManagerRunner ( #1623 )
2024-09-25 14:43:58 +01:00
github-actions[bot]
3b6a87249c
style: clang-tidy auto fixes ( #1631 )
...
Fixes #1630 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-09-25 14:43:58 +01:00
Sergey Kuznetsov
b7449f72b7
test: Add test for WsConnection for ping response ( #1619 )
2024-09-25 14:43:58 +01:00
cyan317
443c74436e
fix: not forward admin API ( #1628 )
2024-09-25 14:43:57 +01:00
Peter Chen
7b5e02731d
fix: AccountNFT with invalid marker ( #1589 )
...
Fixes [#1497 ](https://github.com/XRPLF/clio/issues/1497 )
Mimics the behavior of the [fix on Rippled
side](https://github.com/XRPLF/rippled/pull/5045 )
2024-08-27 15:38:19 -04:00
Alex Kremer
9a9de501e4
feat: Move/copy support in async framework ( #1609 )
...
Fixes #1608
2024-08-20 13:24:51 +01:00
github-actions[bot]
fb473f6d28
style: clang-tidy auto fixes ( #1613 )
...
Fixes #1612 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-08-19 09:30:39 +01:00
cyan317
4cbd3f5e18
refactor: Subscription Manager uses async framework ( #1605 )
...
Fix #1209
2024-08-16 13:46:14 +01:00
Sergey Kuznetsov
5332d3e9f0
test: Make ForwardingSource tests more stable ( #1607 )
...
Fixes #1606 .
2024-08-15 14:58:08 +01:00
Sergey Kuznetsov
5499b892e6
feat: Add stop to WorkQueue ( #1600 )
...
For #442 .
2024-08-14 12:00:13 +01:00
Sergey Kuznetsov
b7c8ed7e3a
refactor: Create interface for DOSGuard ( #1602 )
...
For #919 .
2024-08-13 17:26:47 +01:00
github-actions[bot]
58045fb0b6
style: clang-tidy auto fixes ( #1591 )
...
Fixes #1590 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-08-08 10:13:43 +01:00
Sergey Kuznetsov
1b4eed3b2b
refactor: Move interval timer into a separate class ( #1588 )
...
For #442 .
2024-08-07 17:38:24 +01:00
github-actions[bot]
fa1e9da0de
style: clang-tidy auto fixes ( #1585 )
...
Fixes #1584 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-08-07 09:01:11 +01:00
Peter Chen
2bd7ac346c
refactor: Clio Config ( #1544 )
...
Implementation of new config definition + methods + UT
Steps that still need to be implemented:
- Make ClioConfigDefinition and it's method to be as constexpr as
possible
- Getting User Config file and populating the values in ConfigDefinition
while checking for constraints on user values
- Replacing all the places where we fetch config values (by using
config.valueOr/MaybeValue) to instead get it from Config Definition
- Generate markdown file using Clio Config Description
2024-08-06 11:07:25 -04:00
cyan317
a7f34490b1
fix: account_objects returns error when filter does not make sense ( #1579 )
...
Fix #1488
2024-08-05 14:37:46 +01:00
github-actions[bot]
319cd3d67b
style: clang-tidy auto fixes ( #1576 )
...
Fixes #1575 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-08-02 09:13:55 +01:00
Sergey Kuznetsov
2fef03d766
refactor: Refactor main ( #1555 )
...
For #442 .
2024-08-01 10:53:17 +01:00
Sergey Kuznetsov
fb90fb27ae
style: Fix clang-tidy issue ( #1571 )
...
Fixes #1569 . Fixes #1573 .
2024-07-31 11:06:42 +01:00
cyan317
8d0e904ecb
fix: LedgerEntryNotExist unittest failure ( #1564 )
2024-07-29 16:41:10 +01:00
cyan317
895f3c0059
fix: nftData unique bug ( #1550 )
...
Fix: failed to unique the NFT data in one ledger as we wish.
2024-07-25 11:05:28 +01:00
github-actions[bot]
648cedcba5
style: clang-tidy auto fixes ( #1548 )
...
Fixes #1547 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-07-17 10:48:27 +01:00
cyan317
8a613c5de8
fix: Fail to deduplicate the same nfts in ttNFTOKEN_CANCEL_OFFER ( #1542 )
2024-07-16 10:50:20 +01:00