We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xrpl-py==3.0.0
When upgrading from xrpl-py==2.X.X to xrpl-py==3.0.0, JSON RPC requests to Xahau nodes return a 400: invalid_API_version
xrpl-py==2.X.X
400: invalid_API_version
pip install xrpl-py==3.0.0
import xrpl xrpl.ledger.get_fee(xrpl.clients.JsonRpcClient("https://xahau.network"))
Note, changing the client address to a rippled node does not display the same issue
pip install xrpl-py==2.5.0
The text was updated successfully, but these errors were encountered:
To use xrpl-py with xahau you will need to use this repo.
Sorry, something went wrong.
No branches or pull requests
Issue Description
When upgrading from
xrpl-py==2.X.X
toxrpl-py==3.0.0
, JSON RPC requests to Xahau nodes return a400: invalid_API_version
Steps to Reproduce
pip install xrpl-py==3.0.0
Note, changing the client address to a rippled node does not display the same issue
Expected Result
pip install xrpl-py==2.5.0
The text was updated successfully, but these errors were encountered: