XRPLF / xrpl-py

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

test: run snippets in CI #602

Closed mvadari closed 1 year ago

mvadari commented 1 year ago

High Level Overview of Change

Title says it all. This PR also fixes some snippets issues and adds a sort to multisign, since that snippet was really flaky.

Context of Change

There was an error in the snippets that wasn't caught.

Type of Change

Test Plan

CI passes.

mvadari commented 1 year ago

LGTM (I added a note to double check that the 2.0 branch gets the multisign changes when the merge happens)

You can just rebase/merge before the merge to ensure that.