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
Alex Kremer
a1699d7484
Rename headers to .hpp ( #1154 )
...
Fixes #1153
2024-02-05 13:10:50 +00:00
Sergey Kuznetsov
957aadd25a
Requests library ( #1140 )
...
For #51 .
First part of improving forwarding - library for easy async requests.
2024-02-05 11:35:10 +00:00
github-actions[bot]
ecfe5e84e5
[CI] clang-tidy auto fixes ( #1152 )
...
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-02-02 09:34:08 +00:00
Alex Kremer
03c0940649
Fix most includes in headers ( #1149 )
...
Fixes #1146
2024-02-01 12:49:11 +00:00
cyan317
dc5aacfe39
Side chain ledgerentry ( #1144 )
...
Fix #861
2024-02-01 09:12:24 +00:00
Santiago Reig
df27c4e629
Forward server_state to rippled ( #1135 )
...
Fixes #1138 .
2024-01-25 15:56:31 +00:00
cyan317
37ee74c293
Fix bookbase ( #1139 )
...
Fix #1137
2024-01-25 14:01:01 +00:00
Bronek Kozicki
ec335176bb
Fixes for gcc 13 ( #1128 )
...
* Add include <cstdint> where needed
* Add .devcontainer to .gitignore
* Document gcc-13 compilation fix for rocksdb
2024-01-25 12:01:11 +00:00
cyan317
ab33b26ec4
Fix ETL race condition problem ( #1132 )
...
Wait for previous publish being finished to switch to writer.
2024-01-24 16:55:08 +00:00
cyan317
28c8fa2a9a
Ledger entry type filter for account_objects and ledger_data ( #1116 )
...
Fix #1109
2024-01-17 17:29:59 +00:00
Alex Kremer
34594ff8c0
[CI] clang-tidy auto fixes (FAKE4) ( #1120 )
2024-01-16 14:49:28 +00:00
Alex Kremer
3eb36c049c
[CI] clang-tidy auto fixes (FAKE3) ( #1118 )
2024-01-16 14:32:40 +00:00
Alex Kremer
0cef9e0620
[CI] clang-tidy auto fixes (FAKE2) ( #1115 )
2024-01-16 12:50:07 +00:00
Alex Kremer
923d021c83
[CI] clang-tidy auto fixes (FAKE) ( #1113 )
2024-01-16 12:36:29 +00:00
cyan317
f97e0690c8
Account tx type improvement ( #1108 )
...
Fix #1090
2024-01-16 09:18:47 +00:00
Alex Kremer
ce86572274
Fix forwarded flag placement ( #1101 )
...
Fixes #1091
2024-01-12 14:02:50 +00:00
github-actions[bot]
ac97788db8
[CI] clang-tidy auto fixes ( #1099 )
...
Fixes #1098 . Fixes #1100 .
---------
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2024-01-12 12:29:51 +00:00
Alex Kremer
f4df5c2185
Implement amm_info handler ( #1060 )
...
Fixes #283
2024-01-11 15:57:53 +00:00
cyan317
d30e63d49a
add api_version to response ( #1088 )
...
Fix #1020
2024-01-09 15:53:09 +00:00
cyan317
eb1831c489
New subscription manager ( #1071 )
...
Fix #886
2024-01-08 14:45:57 +00:00
Alex Kremer
e26a1e37b5
Improve batching code ( #1079 )
...
Fixes #1077
2024-01-05 15:44:30 +00:00
github-actions[bot]
ae135759ef
[CI] clang-tidy auto fixes ( #1081 )
...
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-01-05 09:31:56 +00:00
Alex Kremer
28188aa0f9
Add batching to writes ( #1076 )
...
Fixes #1077
2024-01-04 15:17:15 +00:00
Alex Kremer
d077093a8d
Simplify backend mock access for unittests ( #1062 )
2024-01-02 13:35:57 +00:00
Bronek Kozicki
fe9649d872
Fix c++20 requires syntax ( #1057 )
2023-12-19 20:52:53 +00:00
Sergey Kuznetsov
b1dc2775fb
Remove exception text from error sending ( #1048 )
...
Fixes #1037
2023-12-13 16:30:16 +00:00
cyan317
b886586de3
Unify ledger_index type ( #1019 )
...
Fix #1014
2023-12-08 14:20:40 +00:00
cyan317
c87586a265
Fix compiler error: header missing ( #1016 )
2023-12-04 13:45:48 +00:00
cyan317
8172670c93
Add close_time_iso to transaction stream ( #1012 )
...
Fix #1011
2023-11-30 13:32:50 +00:00
Sergey Kuznetsov
3fdcd3315b
Make assert write to both log file and cerr ( #1009 )
2023-11-30 10:33:52 +00:00
cyan317
dd018f1c5e
Fix ledger close_time_iso( #1008 )
...
Fix #1007
2023-11-29 18:04:12 +00:00
Sergey Kuznetsov
24c562fa2a
Add hostname resolving to dosguard ( #1000 )
...
Fixes #983 .
Cassandra, ETL sorces and cache already support hostname resolving.
Also added config to show missing includes by clangd.
2023-11-29 15:13:40 +00:00
Sergey Kuznetsov
35f119a268
Switch to llvm 17 tools ( #1002 )
...
Fixes #952
2023-11-28 20:09:58 +00:00
Sergey Kuznetsov
1be368dcaf
Fix wrong assert ( #1003 )
2023-11-28 14:06:17 +00:00
cyan317
a5fbb01299
fix ( #999 )
...
Fix #985
2023-11-24 16:01:27 +00:00
Sergey Kuznetsov
3b75d88a35
Add server_definitions to forwarding set ( #996 )
...
Fixes #942
2023-11-22 16:21:03 +00:00
cyan317
f0224581a5
Fix nfts_by_issuer's DB issue ( #997 )
...
Fix #988
2023-11-22 15:55:46 +00:00
Sergey Kuznetsov
b998473673
Add compression and histogram metric type for Prometheus ( #987 )
...
Fixes #932
Also fixes #966
Decided not to add Summary type because it has the same functionality as Histogram but makes more calculations on client side (Clio side). See https://prometheus.io/docs/practices/histograms for detailed comparison.
2023-11-22 12:55:06 +00:00
Sergey Kuznetsov
8ebe2d6a80
Add assertion that terminate clio ( #994 )
...
Fixes #893 .
Also added termination handler to print backtrace on crash, so fixes #929 .
2023-11-21 13:06:04 +00:00
cyan317
74660aebf1
binary ( #993 )
...
Fix #984
2023-11-20 17:53:34 +00:00