You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1131 we are going to implement a Clio-native feature API. However, this can't be done until XRPLF/rippled#5026 is merged and it does not look it's going to make it into libXRPL 2.2.0.
For the time being, let's forward feature instead.
The text was updated successfully, but these errors were encountered:
Fixes#1436
This is a temporary implementation of the `feature` RPC that will always
return `noPermission` iff `vetoed` is set.
If `vetoed` isn't specified, Clio will always forward the request to
`rippled` instead.
In the future, #1131 will implement a Clio-native `feature` RPC. This
requires specific support from `libxrpl` side and that is not going to
be available till at least 2.2.1, hence the temporary forwarding.
It would be great to review the error message and code so that we pick
the right one from the start.
Co-authored-by: Sergey Kuznetsov <[email protected]>
Fixes#1436
This is a temporary implementation of the `feature` RPC that will always
return `noPermission` iff `vetoed` is set.
If `vetoed` isn't specified, Clio will always forward the request to
`rippled` instead.
In the future, #1131 will implement a Clio-native `feature` RPC. This
requires specific support from `libxrpl` side and that is not going to
be available till at least 2.2.1, hence the temporary forwarding.
It would be great to review the error message and code so that we pick
the right one from the start.
Co-authored-by: Sergey Kuznetsov <[email protected]>
Summary
In #1131 we are going to implement a Clio-native
feature
API. However, this can't be done until XRPLF/rippled#5026 is merged and it does not look it's going to make it intolibXRPL 2.2.0
.For the time being, let's forward
feature
instead.The text was updated successfully, but these errors were encountered: