Open desimmons opened 1 month ago
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
xrpl-py==3.0.0
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
To use xrpl-py with xahau you will need to use this repo.
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