-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: add user version of feature
RPC
#1131
Comments
Closed
Removed 2.2 milestone for now as we can't implement it until support is added to |
kuznetsss
added a commit
that referenced
this issue
Jun 11, 2024
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]>
kuznetsss
added a commit
that referenced
this issue
Jun 18, 2024
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
feature
RPC rippled#4781feature
to determine whether an amendment issupported
by ClioThe text was updated successfully, but these errors were encountered: