nkramer44
9ca4c7afd3
fix: Remove InvalidHotWallet Error from gateway_balances RPC handler ( #1830 )
...
Fixes #1825 by removing the check in the gateway_balances RPC handler
that returns the RpcInvalidHotWallet error code if one of the addresses
supplied in the request's `hotwallet` array does not have a trustline
with the `account` from the request.
As stated in the original ticket, this change fixes a discrepancy in
behavior between Clio and rippled, as rippled does not check for
trustline existence when handling gateway_balances RPCs
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2025-02-04 10:37:50 +00:00
Peter Chen
39419c8b58
feat: Add Support Credentials for Clio ( #1712 )
...
Rippled PR: [here](https://github.com/XRPLF/rippled/pull/5103 )
2024-11-18 16:13:09 +00:00
Sergey Kuznetsov
2fef03d766
refactor: Refactor main ( #1555 )
...
For #442 .
2024-08-01 10:53:17 +01:00
Sergey Kuznetsov
46bd67a9ec
feat: More verbose forwarding errors ( #1523 )
...
Fixes #1516 .
2024-07-09 15:22:01 +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
Sergey Kuznetsov
e744a5a8a9
Warn about deprecated fields ( #1314 )
...
Fixes #1251 .
2024-04-11 15:23:59 +01:00
Alex Kremer
27a422369d
Add support for Price Oracle in ledger_entry ( #1287 )
...
Fixes #1277
2024-03-22 16:51:06 +00:00
Alex Kremer
a74970b81e
Add missing doxygen comments ( #1223 )
...
Fixes #1218
2024-03-01 15:58:18 +00:00
Alex Kremer
a1699d7484
Rename headers to .hpp ( #1154 )
...
Fixes #1153
2024-02-05 13:10:50 +00:00
Sergey Kuznetsov
35f119a268
Switch to llvm 17 tools ( #1002 )
...
Fixes #952
2023-11-28 20:09:58 +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
547cb340bd
Update doxygen comments ( #818 )
...
Fixes #421
2023-08-11 21:32:32 +01:00
cyan317
d7b84a2e7a
Missing "tx_hash" for transaction_entry ( #758 )
...
Fixes #759
2023-07-11 16:47:47 +01:00
Alex Kremer
0a7def18cd
Implement custom HTTP errors ( #720 )
...
Fixes #697
2023-07-04 11:02:32 +01:00
cyan317
1e969ba13b
Unknown Option ( #710 )
...
Fixes #711
2023-07-03 11:02:14 +01:00
Alex Kremer
a960471ef4
Support api_version ( #695 )
...
Fixes #64
2023-06-16 12:14:30 +01:00
cyan317
fc0c93b2ee
hot wallet ( #656 )
...
Fix #654
2023-05-31 13:09:27 +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
4b94ed3e55
Use custom malformedAddress error in ledger_entry ( #419 )
...
Fixes #272
2022-11-22 22:18:10 +00:00
Alex Kremer
75c0d22f87
Add custom error for malformed owner and request ( #417 )
...
Fixes #274
2022-11-22 22:05:03 +00:00
CJ Cobb
cf7a6ecc89
include searched_all in error response of tx ( #407 )
2022-11-21 15:52:59 -06: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