-
Notifications
You must be signed in to change notification settings - Fork 520
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
Test and make use of rippled API versioning #1105
Comments
Do we have a defined way to do rippled api versioning? whats the point of version if theres only one version of rippled API |
Yes, if I recall correctly, I think there are now 2 versions in the rippled API (the changes are minor, but there are changes). @mDuo13 are there docs or PRs where we can see exactly what changed? 🙏 |
Is this the |
There's really only one version right now: https://github.com/ripple/rippled/blob/aee422e8197b9c827587f2a8f009decf1a9f2ac0/src/ripple/rpc/impl/RPCHelpers.h#L224 Version 2 is considered a beta version. You can enable it via the config if you want, but it's not ready for public consumption yet. There might be breaking changes. |
@cjcobb23 This is more of a discussion for Any changes/versions that make it into a stable release should be considered "ready for public consumption". If a client is allowed to specify |
@intelliot These are valid points. You could make an issue in the rippled repo if you want, so we can discuss there. I just wanted to let you all know that right now you can't actually test or use anything other than API version 1, unless you have access to a server that has the beta API enabled. |
Going to declare this closed because it's been added to request models in #1498. Feel free to reopen if you think further implementation work needs to be done. |
XRPLF/rippled#3155
The text was updated successfully, but these errors were encountered: