tequ
tequ
To update Next.js to version 13 or later, we need to replace @stitches/react with another library.
## High Level Overview of Change ### Context of Change ### Type of Change - [x] New feature (non-breaking change which adds functionality) ### API Impact - [ ] Public...
## High Level Overview of Change Refactor to explicitly use `keylet::permissionedDomain` in `PermissionedDomainDelete` processing. ### Context of Change 1. Refactor to explicitly use `keylet::permissionedDomain` in `PermissionedDomainDelete` processing. 2. Fix to...
- Sponsor signing is not yet implemented. ## High Level Overview of Change ### Context of Change ### Type of Change - [x] New feature (non-breaking change which adds functionality)...
## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
Use a formatter to ensure consistency in Markdown format. - Local development environment formatting - GitHub Action formatting check
The current documentation only mentions `result.ledger`, but should also mention `result.closed` and `result.open`, which are returned when `ledger_index` is not specified. https://xrpl.org/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger#response-format ### Request https://xrpl.org/resources/dev-tools/websocket-api-tool?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%20%20%22command%22%3A%20%22ledger%22%2C%0A%20%20%22transactions%22%3A%20false%2C%0A%20%20%22expand%22%3A%20false%2C%0A%20%20%22owner_funds%22%3A%20false%2C%0A%20%20%22api_version%22%3A%202%0A%7D ```json { "command": "ledger", "transactions":...