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
Sergey Kuznetsov
e744a5a8a9
Warn about deprecated fields ( #1314 )
...
Fixes #1251 .
2024-04-11 15:23:59 +01:00
Alex Kremer
230212213b
Remove Any wrapper ( #1336 )
...
Fixes #1174
2024-04-10 19:14:53 +01:00
Sergey Kuznetsov
7fcd3e48bd
Turn off some clang-tidy checks ( #1344 )
2024-04-09 17:24:05 +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
Sergey Kuznetsov
ec05b06370
Fix clang-tidy ( #1339 )
2024-04-09 11:03:34 +01:00
Sergey Kuznetsov
1b7d35b16c
Create issue if nightly fails ( #1333 )
...
Fixes #1276 .
2024-04-09 10:25:14 +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
8095e6893d
Change log level ( #1319 )
...
Fix #1205
2024-04-08 13:21:37 +01:00
Sergey Kuznetsov
48b0a7690c
Fix docker update trigger ( #1330 )
2024-04-08 13:13:14 +01:00
Sergey Kuznetsov
7372442f3a
Fix clang-tidy in CI ( #1325 )
...
Also removed old docker files and scripts.
2024-04-08 11:49:43 +01:00
cyan317
36a790d666
Implement get_aggregate_price ( #1313 )
...
Fix #1129
2024-04-03 13:26:56 +01:00
Sergey Kuznetsov
285dd008de
Update ports to avoid conflicts ( #1318 )
...
Quick fix for conflicting ports. Better solution will be in #1317 .
2024-04-03 12:52:00 +01:00
Alex Kremer
332b66dc4f
Round 9 of gcc-12 attempts ( #1305 )
...
Fixes #1271
2024-03-28 13:45:07 +00:00
Alex Kremer
231556d850
Round 8 of gcc-12 attempts ( #1301 )
...
Fixes #1271
2024-03-28 03:22:03 +00:00
Alex Kremer
d2439cc8a9
Round 7 of gcc-12 attempts ( #1298 )
...
Fixes #1271
2024-03-27 16:00:46 +00:00
Alex Kremer
03d6b1a3b6
Round 6 of gcc-12 attempts ( #1297 )
...
Fixes #1271
2024-03-27 15:07:32 +00:00
Alex Kremer
ebdcca51a6
Round 5 of gcc-12 attempts ( #1295 )
...
Fixes #1271
2024-03-26 13:25:45 +00:00
Alex Kremer
7e5f94c3fd
Round 4 of gcc-12 attempts ( #1294 )
...
Fixes #1271
2024-03-26 12:29:46 +00:00
Alex Kremer
1be4d5186d
Round 3 of gcc-12 attempts ( #1293 )
...
Fixes #1271
2024-03-26 12:06:30 +00:00