-
Notifications
You must be signed in to change notification settings - Fork 76
fix: Remove InvalidHotWallet Error from gateway_balances RPC handler #1830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cindyyan317
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@nkramer44, please, sign your commit. |
|
@kuznetsss I tried to work some git magic to sign 9db9de6, but it looks like I did something wrong. Should I just close this PR and re-open with a clean branch that has a signed commit? |
|
@nkramer44, up to you. I think you could hard reset your branch to the commit you need to sign, then sign it by |
…er to align with the behavior of rippled.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1830 +/- ##
===========================================
- Coverage 71.78% 71.75% -0.03%
===========================================
Files 324 324
Lines 13268 13265 -3
Branches 6743 6742 -1
===========================================
- Hits 9524 9518 -6
- Misses 1906 1907 +1
- Partials 1838 1840 +2 ☔ View full report in Codecov by Sentry. |
|
@nkramer44 All checks passed. let's go 💯 |
…RPLF#1830) Fixes XRPLF#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 <[email protected]>
…RPLF#1830) Fixes XRPLF#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 <[email protected]>
…RPLF#1830) Fixes XRPLF#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 <[email protected]>
#1873) Port of #1830 into release/2.3.1. 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
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
hotwalletarray does not have a trustline with theaccountfrom 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