Skip to content
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

API Version checking does not support xrpl-py==3.0.0 #370

Open
desimmons opened this issue Oct 1, 2024 · 1 comment
Open

API Version checking does not support xrpl-py==3.0.0 #370

desimmons opened this issue Oct 1, 2024 · 1 comment

Comments

@desimmons
Copy link

Issue Description

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

Steps to Reproduce

  1. 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

Expected Result

  1. pip install xrpl-py==2.5.0
import xrpl
xrpl.ledger.get_fee(xrpl.clients.JsonRpcClient("https://xahau.network"))
@dangell7
Copy link
Collaborator

dangell7 commented Oct 7, 2024

To use xrpl-py with xahau you will need to use this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants