XRPLF / xrpl-py

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

Remove deprecated request wrappers #579

Closed JST5000 closed 1 year ago

JST5000 commented 1 year ago

High Level Overview of Change

Remove requests that were deprecated for the 2.0 release.

Context of Change

Many request wrappers were just as complicated to use, and their return types were too simplistic in many situations. Instead, we recommend directly calling the request with a Request object and client.request.

Type of Change

Test Plan

CI Passes

justinr1234 commented 1 year ago

@JST5000 please merge latest main branch

justinr1234 commented 1 year ago

@JST5000 can you merge main?

JST5000 commented 1 year ago

Superseded by #581