emrearıyürek
90ac03cae7
fix: Support canonical names for type in account_objects ( #2437 )
...
Fix: https://github.com/XRPLF/clio/issues/2275
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2025-09-03 17:06:21 +01:00
emrearıyürek
5eea26d9ac
perf: Pass const reference Input into handlers ( #2409 )
...
Fix https://github.com/XRPLF/clio/issues/2265
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2025-08-11 12:21:32 +01:00
github-actions[bot]
357b96ab0d
style: clang-tidy auto fixes ( #2184 )
...
Fixes #2183 . Please review and commit clang-tidy fixes.
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2025-06-03 18:15:08 +01:00
Ayaz Salikhov
550f0fae85
refactor: Use std::expected instead of std::variant for errors ( #2160 )
2025-06-03 13:34:25 +01:00
Alex Kremer
820b32c6d7
chore: No ALL_CAPS ( #1760 )
...
Fixes #1680
2025-01-02 11:39:31 +00:00
Peter Chen
fe4f95dabd
fix: Check ledger range in every handler ( #1755 )
...
fixes #1565
2024-11-29 10:11:07 -05:00
github-actions[bot]
5abf912b5a
style: clang-tidy auto fixes ( #1581 )
...
Fixes #1580 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-08-06 09:09:40 +01:00
cyan317
a7f34490b1
fix: account_objects returns error when filter does not make sense ( #1579 )
...
Fix #1488
2024-08-05 14:37:46 +01:00
cyan317
b2eacf9868
build: Upgrade to libxrpl 2.3.0-b1 ( #1489 )
...
Update libxrpl and change include path
2024-06-25 15:05:01 +01:00
Peter Chen
967b85ca33
Change ledgerInfo and replace with ledgerHeader ( #1426 )
...
Fixes [#1396 ](https://github.com/XRPLF/clio/issues/1396 )
2024-06-03 13:11:31 -04:00
Alex Kremer
d5ed0cff77
Use LLVM 18 tooling ( #1382 )
...
Fixes #1381
2024-05-03 09:57:16 +01: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
a1699d7484
Rename headers to .hpp ( #1154 )
...
Fixes #1153
2024-02-05 13:10:50 +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
cyan317
b886586de3
Unify ledger_index type ( #1019 )
...
Fix #1014
2023-12-08 14:20:40 +00:00
Sergey Kuznetsov
35f119a268
Switch to llvm 17 tools ( #1002 )
...
Fixes #952
2023-11-28 20:09:58 +00:00
cyan317
db08de466a
Unify json ( #992 )
...
Fix #962
2023-11-20 13:09:28 +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
Alex Kremer
1aab2b94b1
Move to clang-format-16 ( #908 )
...
Fixes #848
2023-10-19 16:55:04 +01:00
Sergey Kuznetsov
4b53bef1f5
Add clang tidy ( #864 )
...
Fixes #863
2023-10-03 10:43:54 +01:00
Alex Kremer
ec70127050
Add LOG macro to prevent unnecessary evaluations ( #823 )
...
Fixes #824
2023-08-15 14:36:11 +01:00
Alex Kremer
547cb340bd
Update doxygen comments ( #818 )
...
Fixes #421
2023-08-11 21:32:32 +01:00
Peter Chen
23442ff1a7
Refactor namespaces part 1 ( #817 )
...
Part 1 of refactoring effort
2023-08-10 18:05:13 +01:00
cyan317
e3ada6c5da
Remove deprecated fields ( #814 )
...
Fix #801
2023-08-07 18:23:13 +01:00
Alex Kremer
c6ca650767
Add initial Conan integration ( #712 )
...
Fixes #645
2023-07-24 18:43:02 +01:00
cyan317
a292a607c2
Implement 'type' for 'ledger_data' ( #705 )
...
Fixes #703
2023-07-04 15:26:21 +01:00
Alex Kremer
d7d5d61747
Integrate nextgen RPC into clio ( #572 )
...
Fixes #592
2023-05-04 16:15:36 +01:00
Alex Kremer
d816ef54ab
Reformat codebase with 120 char limit ( #583 )
2023-04-06 11:24:36 +01:00
Alex Kremer
f81086f40c
Add copyright to top of each source file ( #444 )
...
Fixes #411
2022-12-12 21:11:01 +00:00
Alex Kremer
9803e86158
Add closed to header for all paths of ledger_data ( #416 )
...
Fixes #219
2022-11-22 22:03:49 +00:00
Alex Kremer
a47bf2e8fe
Implement logging abstraction ( #371 )
...
Fixes #290
2022-11-17 22:02:16 +00:00
Alex Kremer
0a5bf911c1
Add error code extension mechanism and use malformed currency code ( #396 )
...
Fixes #275
2022-11-15 17:08:09 +00:00
CJ Cobb
97ef66d130
Allow server to download cache from another clio server ( #246 )
...
* Allow server to download cache from another clio server
* Config takes an array of clio peers. If any of these peers have a
full cache, clio picks a peer at random to download the cache from.
Otherwise, fall back to downloading cache from the database.
2022-10-04 12:29:29 -04:00
Nathan Nichols
d83975e750
report ledger when no marker exists in ledger_data ( #203 )
2022-07-15 13:25:46 -05:00
Nathan Nichols
92d6687151
specify [min, default, max] limits in handler table ( #135 )
...
* specify rpc limits in the handler table
* special case in ledger_data if !binary
2022-06-15 16:51:49 -05:00
Nathan Nichols
14a972c8e2
error when marker does not exist ( #167 )
2022-06-15 16:18:45 -05:00
Devon White
9939f6e6f4
Add NFT RPC infrastructure
2022-05-18 15:41:56 -04:00
CJ Cobb
f8437b9ba4
proper handling of deleted objects
2022-03-21 13:57:35 -07:00
CJ Cobb
f41bfa3715
only return non-deleted object
2022-03-21 13:57:35 -07:00
CJ Cobb
7c6979ae57
optimized ledger_data
2022-03-21 13:57:35 -07:00
CJ Cobb
b332c388d2
Load cache from our own database
2022-03-07 15:55:42 -05:00
undertome
c03b72ad51
Advance DOSGuard ( #96 )
...
* Add C++20 features
* Make whitelist const
2022-02-18 17:43:02 -05:00
natenichols
d016253264
Make database reads async
...
* yield on db read using asio
* PostgresBackend fetches multiple transactions or objects in parallel
2022-02-16 09:36:51 -05:00
Nathan Nichols
e930ff04df
Refactors subscription manager ( #52 )
...
* Replaces mutexes with asio strands
2021-12-14 11:24:10 -05:00
CJ Cobb
96c72eec49
remove rippled license
2021-09-24 12:13:11 -04:00
CJ Cobb
79ac95ae8e
fix transaction on db restart bug
2021-08-19 10:28:14 -04:00
CJ Cobb
56e81eb1d8
reorg
2021-08-02 15:54:37 -04:00