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
Sergey Kuznetsov
5c77e59374
fix: Fix timer spurious calls ( #1700 )
...
Fixes #1634 .
I also checked other timers and they don't have the issue.
2024-11-11 17:27:00 +00:00
cyan317
d2dda69448
fix: Remove log ( #1694 )
2024-11-11 17:27:00 +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
cyan317
6c3c761dd1
chore: Remove unused static variables ( #1683 )
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
Alex Kremer
401448f771
style: Update code formatting ( #1682 )
...
For #1664
2024-11-11 17:26:58 +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
Alex Kremer
8d5c588e35
chore: Apply commits for 2.3.0-b4 ( #1725 )
2024-11-11 14:37:31 +00:00
Sergey Kuznetsov
9df3e936cc
chore: Update libxrpl to 2.3.0-b4 ( #1667 )
2024-09-25 14:44:03 +01:00
Alex Kremer
4166c46820
fix: Workaround for gcc12 bug with defaulted destructors ( #1666 )
...
Fixes #1662
2024-09-25 14:44:03 +01:00
github-actions[bot]
f75cbd456b
style: clang-tidy auto fixes ( #1663 )
...
Fixes #1662 .
---------
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
Co-authored-by: Peter Chen <ychen@ripple.com >
2024-09-25 14:44:03 +01:00
Peter Chen
d189651821
fix: add no lint to ignore clang-tidy ( #1660 )
...
Fixes build for
[#1659 ](https://github.com/XRPLF/clio/actions/runs/10956058143/job/30421296417 )
2024-09-25 14:44:02 +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
github-actions[bot]
b41ea34212
style: clang-tidy auto fixes ( #1639 )
...
Fixes #1638 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
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
Sergey Kuznetsov
b08447e8e0
fix: Fix logging in SubscriptionSource ( #1617 ) ( #1632 )
...
Fixes #1616 .
Cherry pick of #1617 into develop.
2024-09-25 14:43:59 +01:00
cyan317
9432165ace
refactor: Remove SubscriptionManagerRunner ( #1623 )
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
5499b892e6
feat: Add stop to WorkQueue ( #1600 )
...
For #442 .
2024-08-14 12:00:13 +01:00
github-actions[bot]
0ff1edaac8
style: clang-tidy auto fixes ( #1604 )
...
Fixes #1603 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-08-14 08:48:23 +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
github-actions[bot]
5abf912b5a
style: clang-tidy auto fixes ( #1581 )
...
Fixes #1580 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-08-06 09:09:40 +01: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
cyan317
00c4287b3b
fix: Remove cassandra from log ( #1557 )
...
Fix #1452
2024-07-30 14:38:19 +01:00
github-actions[bot]
3095f58dbe
style: clang-tidy auto fixes ( #1568 )
...
Fixes #1567 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-07-30 08:35:08 +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
Alex Kremer
77494245a9
fix: Static linkage ( #1551 )
...
Fixes #1507
2024-07-23 17:35:39 +01:00
cyan317
8a613c5de8
fix: Fail to deduplicate the same nfts in ttNFTOKEN_CANCEL_OFFER ( #1542 )
2024-07-16 10:50:20 +01:00
github-actions[bot]
d6ae890f83
style: clang-tidy auto fixes ( #1546 )
...
Fixes #1545 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-07-16 10:49:07 +01:00
Zhiyuan Wang
e16a9510f1
fix: Support deleted object in ledger_entry ( #1483 )
...
Fixes #1306
2024-07-15 18:07:09 +01:00