Stefan Thomas
Stefan Thomas
It's good practice to recommend a specific MIME type that people should use, so we should put some thought into it and come up with recommended MIME types for text...
We've gotten feedback from various people that the current nomenclature is not very clear. We should consider nomenclature carefully and change it if necessary. The window for doing that is...
We should provisionally register the `cc:` and `cf:` URI schemes with IANA.
When running the development environment you'll sometimes see errors of the type `ECONNRESET: socket hang up`. This is due to the following upstream Node.js issue: https://github.com/nodejs/node/issues/47130
This issue is the main tracker for ledger support. ### Planned Ledgers | Ledger | Currency | Status | |---|---|---| | XRPL | XRP | Backlog | | Bitcoin-Lightning |...
When loading the xrpl module in Node.js 21, a deprecation warning is issued. ``` (node:99818) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. ``` *...
In [`src/models/methods/subscribe.ts`, line 289](https://github.com/XRPLF/xrpl.js/blob/f3960c3cccc26f7e595fc4365a68fdd52db03be3/packages/xrpl/src/models/methods/subscribe.ts#L289) the `TransactionStream` type declares a field called `transaction` which contains the main transaction data. However, in reality, when using API version 2, this field appears to...