Peter Chen
c795cf371a
Fix base_asset value in getAggregatePrice ( #1467 )
...
Fixes #1372
2.2.0-rc2
2024-06-18 09:04:33 -04:00
Peter Chen
e135aa49d5
Create generate free port class to avoid conflicting ports ( #1439 )
...
Fixes #1317
2024-06-18 11:29:05 +01:00
cyan317
5ba08b1d26
Improve etl check ( #1465 )
...
Fix #1444
2.2.0-rc1
2024-06-17 11:52:39 +01:00
github-actions[bot]
37cd79ceb0
[CI] clang-tidy auto fixes ( #1464 )
...
Fixes #1463 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-06-17 09:18:35 +01:00
Sergey Kuznetsov
1334bd05d9
Add forwarding timeout option ( #1462 )
...
Fixes #1454 .
2024-06-14 16:53:08 +01: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
cyan317
aa1f3efda2
Add trouble shooting md ( #1455 )
...
Fix #1284
2024-06-12 10:34:49 +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
1125b09611
Allow tlsv13 in Clio ( #1447 )
...
Fixes #1419
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2024-06-10 11:52:53 -04:00
Sergey Kuznetsov
ce94f0f513
Update libxrpl to 2.2.0 ( #1446 )
2024-06-10 14:52:35 +01:00
Peter Chen
d39fb20022
Update build documentation to address encountered errors ( #1442 )
2024-06-04 10:05:27 -04: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
Peter Chen
55b8134e6d
Comment out precommit hook for Doc ( #1432 )
...
Temporary Fix for #1431
2024-05-30 20:17:18 +01:00
Alex Kremer
66e8a65732
Flow to check new libXRPL version ( #1433 )
2024-05-29 17:31:15 +01:00
Peter Chen
067dd72aed
Move NameGenerator to util ( #1428 )
...
Fixes for #876
2024-05-29 09:08:27 -04:00
Peter Chen
da5bf5c441
Fix invalid syntax in example-config.json ( #1423 )
...
remove "." fixes syntax for example-config; runs with ./clio_server
2024-05-24 09:22:08 -04:00
Sergey Kuznetsov
ff4bc5b0aa
Load tool ( #1421 )
...
Simple tool to put a specific load on clio.
2024-05-24 13:01:36 +01:00
Alex Kremer
c56998477c
Upgrade libxrpl to 2.2.0-rc3 ( #1417 )
...
Fixes #1414
2.2.0-b3
2024-05-21 13:56:53 +01:00
cyan317
df17b429c5
Fix: Duplicate messages when subscribe both accounts and proposed_accounts ( #1415 )
...
Fix #1134
2024-05-21 09:04:46 +01:00
Michael Legleux
36c6caa7c0
Date of commit in version string; No git hash in release version ( #1409 )
...
A release's version string should be a signed annotated tag which Clio
has generally been following.
Uses the date of the commit since that seems like a more useful item to
track to not have identical source builds have different version
strings.
2024-05-17 14:40:41 -07:00
Alex Kremer
642aaf8902
Upgrade to xrpl 2.2.0-rc2 with temporary fixes ( #1413 )
...
For #1414
2024-05-17 18:57:37 +01: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
Sergey Kuznetsov
f74b89cc8d
Push CI docker image on manual workflow run ( #1408 )
2024-05-14 16:43:01 +01:00
github-actions[bot]
d229ff1811
[CI] clang-tidy auto fixes ( #1407 )
...
Fixes #1406 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-05-14 09:12:23 +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
a8c90a31d9
Fix typo in nightly ( #1403 )
2024-05-09 04:10:26 +01:00
Alex Kremer
531b647b1e
Attempt to fix nightly build ( #1398 )
...
Fixes #1363
2024-05-09 03:15:36 +01:00
Alex Kremer
cbc856b190
Separate unit tests and integration tests ( #1393 )
...
Fixes #1391
2024-05-07 15:12:48 +01:00
cyan317
98ef83d470
Fix missing tx from account_tx ( #1390 )
...
Fix #1389
Since our selectAccountTxForward is no longer inclusive, we should adjust this place.
2024-05-03 10:34:52 +01:00
Alex Kremer
d5ed0cff77
Use LLVM 18 tooling ( #1382 )
...
Fixes #1381
2024-05-03 09:57:16 +01:00
Alex Kremer
b18d73eef0
Combine requestStop and cancel as abort ( #1379 )
...
Fixes #1367
2024-05-01 15:34:59 +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
b8cb60b7db
Move docker CI to LLVM 18 tooling ( #1381 )
...
For #1343
This is the first PR which only just meant to update our docker image on
docker hub.
2024-04-29 16:29:20 +01:00
Alex Kremer
0dcbbf9afa
Static linkage ( #1377 )
...
Fixes #1300
2024-04-25 16:51:16 +01:00
Alex Kremer
c00342c792
Disable cache on missing data ( #1368 )
...
For #1354
2024-04-24 18:57:32 +01:00
github-actions[bot]
82b8316978
[CI] clang-tidy auto fixes ( #1375 )
...
Fixes #1374 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-04-24 09:04:53 +01:00
Sergey Kuznetsov
890e5bb4c2
Add signals handler ( #1365 )
...
For #442 .
2024-04-23 14:14:15 +01:00
Alex Kremer
adadd70a05
Remove TTL usage ( #1361 )
...
Fixes #1322
2024-04-16 16:45:07 +01:00
Alex Kremer
e66cc7759e
Remove full from ledger RPC forwarding ( #1360 )
...
Fixes #777
2024-04-15 18:53:14 +01:00
Alex Kremer
e931f27d3b
Support clang 16 in docker CI ( #1348 )
...
Fixes #1175
2024-04-15 12:09:34 +01:00
cyan317
1fe42c88c3
Fix deletion script ( #1357 )
...
Because the slice has not done deep clone. All the _Data_ in
_deleteInfo_ will eventually refer to the last item in partition.
Please refer to "reuse slice session" from:
https://pkg.go.dev/github.com/gocql/gocql#hdr-Reusing_slices
2024-04-12 15:06:51 +01:00
Sergey Kuznetsov
6b9c8a12d0
Fix issue creation for nightly ( #1355 )
2024-04-12 12:25:28 +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
cyan317
25876aef9b
Add detail to error log ( #1353 )
2024-04-12 10:56:37 +01:00