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
Sergey Kuznetsov
3bab90ca7a
Comment out gcc-only checks ( #995 )
2023-11-21 09:53:08 +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
Alex Kremer
1bacad9e49
Update xrpl version to 2.0.0-rc1 ( #990 )
...
Fixes #989
2.1.0-b2
2023-11-15 19:40:38 +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 )
2.1.0-b1
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
Alex Kremer
5145d07693
Update conan to use xrpl 2.0.0-b4 ( #961 )
...
Fixes #960
2023-10-31 19:27:06 +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
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
Sergey Kuznetsov
5de87b9ef8
Upgrade fmt to 10.1.1 ( #937 )
2023-10-18 17:11:31 +01:00
Sergey Kuznetsov
398db13f4d
Add help part to readme ( #938 )
2023-10-18 17:10:51 +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
Alex Kremer
ff3d2b5600
Set libxrpl version to 2.0.0-b2 ( #926 )
...
Fixes #925
2023-10-13 12:38:39 +01:00
cyan317
7080b4d549
Fix messages pile up ( #921 )
...
Fix #924
2023-10-11 17:24:39 +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
Sergey Kuznetsov
a541e6d00e
Update gtest version ( #900 )
2023-10-09 15:36:28 +01:00
Alex Kremer
9bd38dd290
Update cassandra version ( #844 )
...
Fixes #843
2023-10-09 13:28:11 +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
91ad1ffc3b
Fix error "readability-else-after-return" ( #905 )
...
Fix compile error
2023-10-09 11:32:29 +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
ac752c656e
Change consume to full buffer recreate ( #899 )
2023-10-06 14:57:05 +01:00
Alex Kremer
4fe868aaeb
Add inLedger to tx and account_tx ( #895 )
...
Fixes #890
2023-10-05 21:16:52 +01:00
cyan317
59eb40a1f2
Fix ledger_entry error code ( #891 )
...
Fix #896
2023-10-05 18:11:42 +01:00
Alex Kremer
0b5f667e4a
Fixes broken counters for broken pipe connections ( #880 )
...
Fixes #885
2023-10-04 16:59:40 +01:00
cyan317
fa42c5c900
Fix trans order of subscription transactions stream ( #882 )
...
Fix #833
2023-10-04 09:11:32 +01:00
Sergey Kuznetsov
0818b6ce5b
Add admin password check ( #847 )
...
Fixes #846
2023-10-03 17:22:37 +01:00
cyan317
e2cc56d25a
Add unittests for ledger publisher and bug fixes ( #860 )
...
Fix #881
2023-10-03 13:47:49 +01:00
Sergey Kuznetsov
caaa01bf0f
Add tests for special characters in currency validator ( #872 )
...
Fixes #835
We are using xrpl's function to check currency code is valid so there is no need to change our code.
I added more test cases to be sure that clio supports characters added in xrpl.
2023-10-03 12:13:17 +01:00
Sergey Kuznetsov
4b53bef1f5
Add clang tidy ( #864 )
...
Fixes #863
2023-10-03 10:43:54 +01:00