XRPLF / xrpl-py

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

feat: add support for XLS-40 + add script to auto-generate models from rippled code #652

Closed mvadari closed 7 months ago

mvadari commented 9 months ago

High Level Overview of Change

This PR adds support for XLS-40 and adds a script to automatically generate transaction models from rippled source code.

Context of Change

https://github.com/XRPLF/XRPL-Standards/pull/136 https://github.com/XRPLF/rippled/pull/4636

Type of Change

Did you update CHANGELOG.md?

Test Plan

Added model tests (integration tests will be added later). CI passes.