cyan317
350a45e7e2
Fix unstable unittest ( #1102 )
...
Properly mock wsbase
2024-01-15 12:06:14 +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
github-actions[bot]
93d5c12b14
[CI] clang-tidy auto fixes ( #1094 )
...
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-01-11 09:37:54 +00:00
cyan317
2514b7986e
Fix unstable test ( #1089 )
2024-01-10 16:56:57 +00:00
cyan317
d30e63d49a
add api_version to response ( #1088 )
...
Fix #1020
2024-01-09 15:53:09 +00:00
github-actions[bot]
61f1e0853d
[CI] clang-tidy auto fixes ( #1086 )
...
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-01-09 09:35:42 +00:00
cyan317
eb1831c489
New subscription manager ( #1071 )
...
Fix #886
2024-01-08 14:45:57 +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
github-actions[bot]
b609298870
[CI] clang-tidy auto fixes ( #1070 )
...
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-01-03 08:53:47 +00:00
Alex Kremer
d077093a8d
Simplify backend mock access for unittests ( #1062 )
2024-01-02 13:35:57 +00:00
Sergey Kuznetsov
b1dc2775fb
Remove exception text from error sending ( #1048 )
...
Fixes #1037
2023-12-13 16:30:16 +00:00
github-actions[bot]
a9d685d5c0
[CI] clang-tidy auto fixes ( #1046 )
...
Fixes #1045 .
2023-12-13 15:08:53 +00:00
Sergey Kuznetsov
a34e107b86
Add nightly builds ( #1013 )
...
Partially fixes #884 .
Adds:
- Docker image for CI on Linux
- Nightly builds without cache and releases
- Nightly clang-tidy checks
- Fix typos in .clang-tidy
2023-12-08 18:22:22 +00:00
cyan317
b886586de3
Unify ledger_index type ( #1019 )
...
Fix #1014
2023-12-08 14:20:40 +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
cyan317
a5fbb01299
fix ( #999 )
...
Fix #985
2023-11-24 16:01:27 +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
Sergey Kuznetsov
a16b680a7a
Add prometheus support ( #950 )
...
Fixes #888
2023-11-02 17:26:03 +00:00
cyan317
5e9e5f6f65
Admin password ( #958 )
...
Fix #922
2023-10-31 15:39:20 +00:00
Shawn Xie
243858df12
nfts_by_issuer (#948 )
...
Fixes issue #385
Original PR:
#584
2023-10-30 19:53:32 +00:00
Sergey Kuznetsov
b363cc93af
Fix wrong random using ( #955 )
...
Fixes #855
2023-10-30 16:40:16 +00:00
Sergey Kuznetsov
200d97f0de
Add AMM types to AccountTx filter ( #954 )
2023-10-30 16:36:28 +00:00
cyan317
1ec5d3e5a3
Amm ledgerentry ( #951 )
...
Fix #916
2023-10-30 15:23:47 +00:00
cyan317
e062121917
Add config to run without valid etl ( #946 )
...
Fix #943
2023-10-20 16:22:25 +01:00
Alex Kremer
1aab2b94b1
Move to clang-format-16 ( #908 )
...
Fixes #848
2023-10-19 16:55:04 +01:00
cyan317
5e8ffb66b4
Subscribe cleanup ( #940 )
...
Fix #939
2023-10-18 15:45:54 +01:00
cyan317
939740494b
Fix dosguard max_connection ( #927 )
...
Fix #928
2023-10-13 13:10:33 +01:00
cyan317
8d783ecd6a
ctid for tx ( #907 )
...
Fix #898 and #917
2023-10-11 09:47:05 +01:00
Sergey Kuznetsov
5e6682ddc7
Add db usage counters ( #912 )
...
Fixes #911
2023-10-10 18:34:28 +01:00
Alex Kremer
fca29694a0
Fix http params handling discrepancy ( #913 )
...
Fixes #909
2023-10-10 12:23:40 +01:00
Alex Kremer
f683b25f76
Add field name to output of invalidParams for OneOf ( #906 )
...
Fixes #901
2023-10-09 13:26:54 +01:00
cyan317
64b4a908da
Fix account_tx response both both ledger range and ledger index/hash are specified ( #904 )
...
Fix mismatch with rippled
2023-10-09 10:19:07 +01:00
Alex Kremer
4fe868aaeb
Add inLedger to tx and account_tx ( #895 )
...
Fixes #890
2023-10-05 21:16:52 +01:00