Results 73 issues of tequ

https://github.com/XRPLF/rippled/blob/828bb64ebc76394cf9a3f7edd42f4588d106932f/src/ripple/protocol/TxFlags.h#L102 https://github.com/XRPLF/xrpl.js/blob/a09084289b2ba61eff2363773379573584e084d1/packages/xrpl/src/models/transactions/payment.ts#L29

It would be nice to have a util method to convert currency name with more than 4 digits into currency code.

enhancement
help wanted
good first issue

We cannot use `submitAndWait` in a standalone mode network. I propose to add a standalone flag to the submitAndWait parameter so that the `ledger_accept` command can be executed in the...

Currently xrpl.js (`xrpl`) is a big code, including Client and Wallet. Even if you use only `xrpl` utils on the front end, it still contains Client and Wallet code. The...

4.0

Currently, `AccountInfoResponse` and other Response types contain a `result` field, which contains the original response of the method. https://github.com/XRPLF/xrpl.js/blob/74de24cf75ff5a3d42ebe2fa17c9733812103881/packages/xrpl/src/models/methods/accountInfo.ts#L137-L178 Since other client libraries, such as xrpl-client, will only use the...

The return value of the getOrderbook method has a buy field and a sell field, but in the following, TakerGets = XRP and TakerGets = USD are mixed in the...

Currently the method to retrieve the XRP balance for an account retrieves the XRP balance including reserves. I suggest to add a method to retrieve the available XRP balance excluding...

enhancement

https://github.com/XRPLF/rippled/blob/828bb64ebc76394cf9a3f7edd42f4588d106932f/src/ripple/protocol/TxFlags.h#L102 https://github.com/XRPLF/xrpl-dev-portal/blob/89034c9a5ccf52e0a7a2c33910ee7046940e7cb2/content/references/protocol/transactions/types/payment.md#L109

This page is not displayed in the side nav due to an omission in the `parent: ledger-data-formats.html` in the md file. `references/protocol-reference/ledger-data/ledger-entry-common-fields.md` https://xrpl.org/ledger-entry-common-fields.html

bug
organization