XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
150 stars 84 forks source link

feat: add rippled API v2 support and use as default #720

Closed ckeshava closed 2 months ago

ckeshava commented 3 months ago

High Level Overview of Change

All the requests are updated to use the newer rippled v2 API responses

Type of Change

Did you update CHANGELOG.md?

Test Plan

Existing integration tests have been modified to use the newer API version responses.

khancode commented 3 months ago

Type of Change should be set to "Breaking change" since response data has changed. Also can you change PR title to: "feat: add rippled API v2 support and use as default"?

mvadari commented 2 months ago

This PR should be merged into a different branch, called something like 3.0, since this is going to be in a major version bump. That allows us to still merge/deploy other PRs in minor/patch bumps without waiting to be ready for a major version bump.