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
|
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 |
|
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 |
|
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
|
8095e6893d
|
Change log level (#1319)
Fix #1205
|
2024-04-08 13:21:37 +01:00 |
|
cyan317
|
36a790d666
|
Implement get_aggregate_price (#1313)
Fix #1129
|
2024-04-03 13:26:56 +01:00 |
|
Alex Kremer
|
03a01e55f9
|
Upgrade CI docker image to gcc-12 (#1289)
Fixes #1271
|
2024-03-25 18:19:34 +00: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 |
|
Alex Kremer
|
8e75818b4f
|
Support fields from XRPFees amendment (#1282)
Fixes #1280
|
2024-03-20 16:34:39 +00:00 |
|
Sergey Kuznetsov
|
9d91fddce5
|
Make assertions to be printed even when logger is off (#1275)
|
2024-03-19 13:06:17 +00:00 |
|
github-actions[bot]
|
94706bfff9
|
[CI] clang-tidy auto fixes (#1270)
Fixes #1269. Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
|
2024-03-15 08:59:03 +00:00 |
|
cyan317
|
a1243da956
|
Cache loading update (#1254)
Fix #1199
|
2024-03-14 16:42:57 +00:00 |
|
Sergey Kuznetsov
|
e83dfcbcc3
|
Export etl metrics to prometheus (#1256)
Fixes #1248.
|
2024-03-14 11:37:31 +00:00 |
|
cyan317
|
010538d6fe
|
Add 'oracle' to ledger object filter (#1264)
Fix #1265
|
2024-03-14 11:35:01 +00:00 |
|
Sergey Kuznetsov
|
74455f5b99
|
Fix forwarding bug and float support for config (#1243)
|
2024-03-07 14:39:25 +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 |
|
Sergey Kuznetsov
|
8dbdb9d8e3
|
Fix documentation comment (#1234)
|
2024-03-05 19:25:38 +00:00 |
|
Sergey Kuznetsov
|
58a1833cf2
|
Add forwarding cache (#1204)
Fixes #51.
|
2024-03-05 18:09:29 +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 |
|
cyan317
|
a7f61c3e68
|
remove _ from public member (#1217)
|
2024-02-27 15:56:01 +00:00 |
|
Alex Kremer
|
862fc48924
|
Use doxygen-awesome theme (#1214)
For #889
|
2024-02-27 15:22:44 +00:00 |
|
Sergey Kuznetsov
|
c94f55b7eb
|
Add doc for Random and TerminationHandler (#1206)
Fixes #1010
|
2024-02-26 23:07:05 +00:00 |
|
github-actions[bot]
|
656ab286b6
|
[CI] clang-tidy auto fixes (#1197)
Fixes #1196
|
2024-02-21 13:50:46 +00:00 |
|
Alex Kremer
|
190b5c6a37
|
Rewrite cache loader to async framework (#1193)
Fixes #1188
|
2024-02-20 19:24:49 +00:00 |
|
Sergey Kuznetsov
|
62f55a7dce
|
Refactor source (#1171)
For #51
|
2024-02-20 14:07:27 +00:00 |
|
github-actions[bot]
|
9b0dab602f
|
[CI] clang-tidy auto fixes (#1190)
|
2024-02-16 10:21:59 +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 |
|
Alex Kremer
|
08b02c64cb
|
Fix amm_info amounts in output map to user input (#1162)
Fixes #1156
|
2024-02-06 21:12:57 +00:00 |
|
github-actions[bot]
|
6bd72355db
|
[CI] clang-tidy auto fixes (#1159)
Fixes #1158
|
2024-02-06 12:08:44 +00:00 |
|