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
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
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
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]
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
b2eacf9868
build: Upgrade to libxrpl 2.3.0-b1 ( #1489 )
...
Update libxrpl and change include path
2024-06-25 15:05:01 +01:00
github-actions[bot]
e65351e9e6
[CI] clang-tidy auto fixes ( #1486 )
...
Fixes #1485 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-06-24 08:05:53 +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
github-actions[bot]
f9f3bc928e
[CI] clang-tidy auto fixes ( #1459 )
...
Fixes #1458 . Please review and commit clang-tidy fixes.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2024-06-12 11:25:16 +01:00
github-actions[bot]
a6d21c1a02
[CI] clang-tidy auto fixes ( #1457 )
...
Fixes #1456 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-06-12 10:34:13 +01:00
cyan317
49b80c7ad8
Support string type integer for oracle_document_id ( #1448 )
...
Fix #1420
2024-06-12 10:31:32 +01:00
Sergey Kuznetsov
56ab943be5
Add option to set X-User header value for forwarded requests ( #1425 )
...
Fixes #1422 .
2024-06-11 17:59:10 +01:00
Sergey Kuznetsov
9d3b4f0313
Add assertion to process method ( #1453 )
...
Also adjust clangd so it doesn't bother us with header files about `expected`.
2024-06-11 13:10:08 +01:00
Alex Kremer
42c970a2a3
Forward feature RPC ( #1440 )
...
Fixes #1436
This is a temporary implementation of the `feature` RPC that will always
return `noPermission` iff `vetoed` is set.
If `vetoed` isn't specified, Clio will always forward the request to
`rippled` instead.
In the future, #1131 will implement a Clio-native `feature` RPC. This
requires specific support from `libxrpl` side and that is not going to
be available till at least 2.2.1, hence the temporary forwarding.
It would be great to review the error message and code so that we pick
the right one from the start.
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2024-06-11 10:51:03 +01:00
Peter Chen
967b85ca33
Change ledgerInfo and replace with ledgerHeader ( #1426 )
...
Fixes [#1396 ](https://github.com/XRPLF/clio/issues/1396 )
2024-06-03 13:11:31 -04:00
github-actions[bot]
99400d74ba
[CI] clang-tidy auto fixes ( #1412 )
...
Fixes #1411 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-05-16 10:47:06 +01:00
Sergey Kuznetsov
da10535bc0
Cover LoadBalancer with tests ( #1394 )
...
Fixes #680 . Fixes #1222 .
2024-05-15 14:02:36 +01:00
cyan317
3a6390caf5
Fix bug: api version change does not affect the subscribed session ( #1404 )
...
Fix #1133
2024-05-13 09:12:35 +01:00
Alex Kremer
cbc856b190
Separate unit tests and integration tests ( #1393 )
...
Fixes #1391
2024-05-07 15:12:48 +01:00
Alex Kremer
d5ed0cff77
Use LLVM 18 tooling ( #1382 )
...
Fixes #1381
2024-05-03 09:57:16 +01:00
github-actions[bot]
8f47128424
[CI] clang-tidy auto fixes ( #1385 )
...
Fixes #1384 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-04-30 12:39:35 +01:00
Alex Kremer
c00342c792
Disable cache on missing data ( #1368 )
...
For #1354
2024-04-24 18:57:32 +01:00
Alex Kremer
e66cc7759e
Remove full from ledger RPC forwarding ( #1360 )
...
Fixes #777
2024-04-15 18:53:14 +01:00
github-actions[bot]
3fa1df9117
[CI] clang-tidy auto fixes ( #1352 )
...
Fixes #1351 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2024-04-12 11:45:20 +01:00
Sergey Kuznetsov
e744a5a8a9
Warn about deprecated fields ( #1314 )
...
Fixes #1251 .
2024-04-11 15:23:59 +01:00
github-actions[bot]
470585461d
[CI] clang-tidy auto fixes ( #1341 )
...
Fixes #1340 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-04-09 11:36:17 +01:00
Alex Kremer
6ff6956a53
Move to std::expected ( #1288 )
...
Fixes #1173
2024-04-08 16:13:33 +01:00
github-actions[bot]
dade122c6e
[CI] clang-tidy auto fixes ( #1335 )
...
Fixes #1334 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-04-08 14:15:25 +01:00
cyan317
36a790d666
Implement get_aggregate_price ( #1313 )
...
Fix #1129
2024-04-03 13:26:56 +01:00
Alex Kremer
27a422369d
Add support for Price Oracle in ledger_entry ( #1287 )
...
Fixes #1277
2024-03-22 16:51:06 +00:00
Maria Shodunke
6e8de0b64e
Improve developer docs + formatting ( #1278 )
...
Fixes #1235 .
Signed-off-by: Sergey Kuznetsov <skuznetsov@ripple.com >
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2024-03-20 17:02:41 +00:00
Sergey Kuznetsov
d47f3b71bd
Refactor cmake ( #1231 )
...
Fixes #920 .
2024-03-06 16:29:26 +00:00
github-actions[bot]
1842f26826
[CI] clang-tidy auto fixes ( #1241 )
...
Fixes #1240 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-03-06 10:09:07 +00:00
Alex Kremer
73d427c1cb
Automatically detect missing doxygen comments ( #1226 )
...
Fixes #1216
2024-03-05 12:37:16 +00:00
github-actions[bot]
c7b637b3f3
[CI] clang-tidy auto fixes ( #1228 )
...
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-03-04 09:16:08 +00:00
Alex Kremer
a74970b81e
Add missing doxygen comments ( #1223 )
...
Fixes #1218
2024-03-01 15:58:18 +00:00
Alex Kremer
862fc48924
Use doxygen-awesome theme ( #1214 )
...
For #889
2024-02-27 15:22:44 +00:00
Alex Kremer
97a63db51d
Basic execution context framework ( #1004 )
...
Fixes #1187
2024-02-15 20:36:00 +00:00
cyan317
b89cdb26f2
Use json value_to<string> to do the string convert ( #1172 )
...
Fix #953
2024-02-14 13:26:00 +00:00
Alex Kremer
cce695c570
Rename all detail to impl ( #1168 )
...
Fixes #1084
2024-02-12 11:54:41 +00:00