Jackson Mills

Results 73 comments of Jackson Mills

There is a bounty that is closely related to this here: https://github.com/XRPLBounties/Proposals/blob/main/open_bounties/0062%20Account-based%20toml%20Lookup.md The bounty is to add it to xrpl.org. This issue is slightly different in that it is asking...

These snippets for Escrows & generating crypto conditions will probably be relevant: https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/escrow/py

@mDuo13 Would it make sense to include this sample on the `Escrow` page on xrpl.org in order to show people how to do that using external libraries instead of adding...

Completed in the 2.0.0 beta release

As an additional note, this is a feature I tried to find when I had when trying to set up our docker container for xrpl.js and xrpl-py CI since the...

@ckeshava Yep that note should be in the HISTORY.md file :) We usually group changes in categories - the default ones we use as needed are: ## Added ## Fixed...

Will affect this file: packages/xrpl/test/client/requestNextPage.test.ts after the above fix in #2337 is merged. There is currently a commented out test with a TODO which can be used as a starting...

It may also be worth considering that the default `lastLedgerSequence` when autofilling could be too generous. We don't want it to fail accidentally, but as it is now it takes...