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
cyan317
db08de466a
Unify json ( #992 )
...
Fix #962
2023-11-20 13:09:28 +00:00
cyan317
ca16858878
Add DeliverMax for Tx streams ( #980 )
2023-11-13 13:29:36 +00:00
cyan317
feae85782c
DeliverMax alias of Payment tx ( #979 )
...
Fix #973
2023-11-09 13:35:08 +00:00
cyan317
b016c1d7ba
Fix lowercase ctid ( #977 )
...
Fix #963
2023-11-07 16:10:12 +00:00
Sergey Kuznetsov
0597a9d685
Add amm type to account objects ( #975 )
...
Fixes #834
2023-11-03 13:54:54 +00:00
cyan317
05bea6a971
add amm filter ( #972 )
...
Fix #968
2023-11-03 13:12:36 +00:00
cyan317
fa660ef400
Implement DID ( #967 )
...
Fix #918
2023-11-03 09:40:40 +00:00
Arihant Kothari
25d9e3cc36
Use .empty() instead of .size() for vectors ( #971 )
2023-11-02 23:02:00 +00:00
Sergey Kuznetsov
58f13e1660
Fix code inside assert ( #969 )
2023-11-02 21:34:03 +00:00
Sergey Kuznetsov
a16b680a7a
Add prometheus support ( #950 )
...
Fixes #888
2023-11-02 17:26:03 +00:00
cyan317
320ebaa5d2
Move AdminVerificationStrategy to Server ( #965 )
2023-11-02 10:17:32 +00:00
Alex Kremer
058df4d12a
Fix exit of ETL on exception ( #964 )
...
Fixes #708
2023-11-01 11:59:19 +00:00
cyan317
5e9e5f6f65
Admin password ( #958 )
...
Fix #922
2023-10-31 15:39:20 +00:00
Sergey Kuznetsov
1ce7bcbc28
Fix random source choosing ( #959 )
2023-10-31 15:04:15 +00:00