Peter Chen
|
9dc322fc7b
|
fix: authorized_credential elements in array not objects bug (#1744)
|
2024-11-21 10:28:23 -05:00 |
|
Sergey Kuznetsov
|
c77154a5e6
|
feat: Integrate new webserver (#1722)
For #919.
The new web server is not using dosguard yet. It will be fixed by a
separate PR.
|
2024-11-21 14:48:32 +00:00 |
|
Peter Chen
|
229ba69b5d
|
fix: Credential error message (#1738)
fixes #1737
|
2024-11-18 16:08:20 +00:00 |
|
github-actions[bot]
|
6bb5804bb8
|
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-15 11:05:38 +00:00 |
|
Peter Chen
|
67d99457f2
|
feat: Add Support Credentials for Clio (#1712)
Rippled PR: [here](https://github.com/XRPLF/rippled/pull/5103)
|
2024-11-14 19:52:03 +00:00 |
|
github-actions[bot]
|
0e25c0cabc
|
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-12 09:33:53 +00:00 |
|
Shawn Xie
|
6b61984e0e
|
feat: Implement MPT changes (#1147)
Implements https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0033d-multi-purpose-tokens
|
2024-11-11 16:02:02 +00:00 |
|
Sergey Kuznetsov
|
a21011799b
|
style: Fix include (#1687)
Fixes #1686
|
2024-10-16 11:39:23 +01:00 |
|
github-actions[bot]
|
02a75356fb
|
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-10-15 10:05:03 +01:00 |
|
github-actions[bot]
|
2c18fd5465
|
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-10-01 09:14:04 +01:00 |
|
cyan317
|
da76907279
|
feat: server info cache (#1671)
fix: #1181
|
2024-09-30 17:00:23 +01:00 |
|
Sergey Kuznetsov
|
87f1c06b5b
|
chore: Update libxrpl to 2.3.0-b4 (#1667)
|
2024-09-25 13:39:38 +01:00 |
|
cyan317
|
0282504f18
|
feat: add 'force_forward' field to request (#1647)
Fix #1141
|
2024-09-17 11:42:51 +01:00 |
|
cyan317
|
ee6018186e
|
fix: no restriction on type field (#1644)
'type' should not matter if 'full' or 'accounts' is false. Relax the
restriction for 'type'
|
2024-09-11 14:42:25 +01:00 |
|
cyan317
|
293af3f3b0
|
fix: Add more restrictions to admin fields (#1643)
|
2024-09-10 14:50:42 +01:00 |
|
cyan317
|
7d0753f1da
|
fix: Don't forward ledger API if 'full' is a string (#1640)
Fix #1635
|
2024-09-09 11:20:02 +01:00 |
|
cyan317
|
e4736bf9d8
|
fix: not forward admin API (#1628)
|
2024-09-05 15:06:57 +01:00 |
|
Peter Chen
|
7360c4fd0e
|
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 14:13:52 -04: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 |
|
cyan317
|
a7f34490b1
|
fix: account_objects returns error when filter does not make sense (#1579)
Fix #1488
|
2024-08-05 14:37:46 +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 |
|
Zhiyuan Wang
|
e16a9510f1
|
fix: Support deleted object in ledger_entry (#1483)
Fixes #1306
|
2024-07-15 18:07:09 +01:00 |
|
cyan317
|
d6598f30f1
|
fix: Add more account check (#1543)
Make sure all char is alphanumeric for account
|
2024-07-15 16:42:12 +01:00 |
|
Alex Kremer
|
b12d916276
|
fix: Relax error when full or accounts set to false (#1540)
Fixes #1537
|
2024-07-12 15:44:46 +01:00 |
|
Alex Kremer
|
4f6f717bfb
|
fix: Compatible feature response (#1539)
Fixes #1538
|
2024-07-12 15:03:19 +01:00 |
|
github-actions[bot]
|
46a616cdad
|
style: clang-tidy auto fixes (#1536)
Fixes #1535.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
|
2024-07-12 09:40:12 +01:00 |
|
Alex Kremer
|
f771478da0
|
feat: Native Feature RPC (#1526)
|
2024-07-11 12:18:13 +01:00 |
|
cyan317
|
6e606cb7d8
|
fix: Change the field name from "close_time_iso" to "closed (#1531)
|
2024-07-10 13:47:02 +01:00 |
|
Sergey Kuznetsov
|
5bcc11b347
|
test: Add more tests for warnings (#1532)
For #1518.
|
2024-07-10 13:33:59 +01:00 |
|
github-actions[bot]
|
d227c53ef3
|
style: clang-tidy auto fixes (#1530)
Fixes #1529.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
|
2024-07-10 11:42:39 +01:00 |
|
github-actions[bot]
|
e85f6cd9e4
|
style: clang-tidy auto fixes (#1528)
Fixes #1527. Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
|
2024-07-10 10:35:59 +01:00 |
|
Sergey Kuznetsov
|
46bd67a9ec
|
feat: More verbose forwarding errors (#1523)
Fixes #1516.
|
2024-07-09 15:22:01 +01:00 |
|
cyan317
|
094ed8f299
|
fix: Fix the ledger_index timezone issue (#1522)
Fix unittest failures
|
2024-07-09 13:14:22 +01:00 |
|
Sergey Kuznetsov
|
29847caf0e
|
fix: Fix extra brackets in warnings (#1519)
Fixes #1518
|
2024-07-05 12:03:22 +01:00 |
|
Sergey Kuznetsov
|
4dd3254354
|
style: Fix clang-tidy issue (#1515)
Fixes #1513
|
2024-07-03 16:22:25 +01:00 |
|
github-actions[bot]
|
f55872d496
|
style: clang-tidy auto fixes (#1512)
Fixes #1511.
---------
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
|
2024-07-03 11:23:08 +01:00 |
|
cyan317
|
66849432be
|
feat: Ledger index (#1503)
Fixed #1052
|
2024-07-02 13:58:21 +01:00 |
|
github-actions[bot]
|
d26c93a711
|
style: clang-tidy auto fixes (#1505)
Fixes #1504. Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
|
2024-07-01 09:21:46 +01:00 |
|
yinyiqian1
|
54c9a6e7c0
|
refactor: separate fixtures (#1495)
refactor #945
|
2024-06-28 13:25:52 -04:00 |
|
github-actions[bot]
|
b24aadc898
|
style: clang-tidy auto fixes (#1499)
Fixes #1498. Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
|
2024-06-28 09:51:50 +01:00 |
|
Alex Kremer
|
7bd21345a1
|
feat: AmendmentCenter (#1418)
Fixes #1416
|
2024-06-27 18:21:30 +01:00 |
|
yinyiqian1
|
2ff51ff416
|
refactor: Structure global validators better (#1484)
refactor: #1170 Structure global validators better
|
2024-06-27 09:55:17 -04:00 |
|
cyan317
|
72f9a8fe78
|
fix: Remove unused file (#1496)
|
2024-06-27 14:25:38 +01:00 |
|
cyan317
|
b2eacf9868
|
build: Upgrade to libxrpl 2.3.0-b1 (#1489)
Update libxrpl and change include path
|
2024-06-25 15:05:01 +01:00 |
|
cyan317
|
8cea9ee7e2
|
Fix empty currency (#1481)
|
2024-06-21 11:54:53 +01:00 |
|
Peter Chen
|
c795cf371a
|
Fix base_asset value in getAggregatePrice (#1467)
Fixes #1372
|
2024-06-18 09:04:33 -04:00 |
|
Peter Chen
|
437ea7bf98
|
Fix quoteAsset value in getAggregatePrice (#1449)
Fixes #1373
|
2024-06-12 11:16:11 -04:00 |
|