LimpidCrypto

Results 52 issues of LimpidCrypto

How about a way to subscribe to an order book? The `subscribe` method only supports a way to subscribe to the transaction stream of an order book. I guess it...

enhancement
potential bounty idea

The high-level method `get_account_transactions` should have an argument `marker`. When requesting [`account_tx`](https://xrpl.org/account_tx.html) it is not guaranteed to receive all transactions an account has ever sent at once. When an account...

The field `ticket_sequence` is missing as a common field in the [`Transaction`](https://github.com/XRPLF/xrpl-py/blob/master/xrpl/models/transactions/transaction.py#L243) object. It is needed to specify which ticket to be "replaced" with the transaction. Since no one complained...

The [`path_find`](https://xrpl.org/path_find.html#path_find) method is supposed to give you updates about paths resulting in a given currency. When using the `PathFind` model and passing in an `id` the client (no matter...

bug
good first issue
help wanted

When receiving a transactions data, the `Flags` field contains all flags set expressed as integer. Example: ``` { "Account": "rMapXdAPsZBScjMKUki7hJBz7aZH51BRqi", "Fee": "15", "Flags": 2148139008, "LastLedgerSequence": 71663679, "Memos": [ { "Memo":...

enhancement
good first issue
potential bounty idea

## Issue Description For a node it is possible to set `path_search_max` to zero in its `rippled.cfg` to disable path finding. Ripple Testnet (https://s.altnet.rippletest.net:51234/) seams to do so. I also...

## Summary This PR just adds some minor improvements such as fix a misspelling, fixes some nits and a false typing. It also addresses the issue #1183 and puts the...

## High Level Overview of Change This PR adds [`Ledger Objects`](https://xrpl.org/ledger-object-types.html#ledger-object-types) to have a more pythonic, object orientated way of structuring data (the objects themselves, transactions, ...). It will also...

## High Level Overview of Change This PR adds (some) Ledger Object models: - AccountRoot - Amendment - AMM - Bridge - Check - DepositPreauth - DID - DirectoryNode -...

TEST