From d2bd9dca0c565c81602f557b832f0b768224cda1 Mon Sep 17 00:00:00 2001 From: nitowa Date: Sun, 27 Mar 2022 19:29:16 +0200 Subject: [PATCH] update README --- README.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfae64b..f1caab4 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,11 @@ txHash = await api.treeWrite("arbitrary text 123", receiveWallet.address, sendWa data = await api.treeRead([txHash]) console.log(data) //"arbitrary text 123" - - ``` +# Known Bugs +- When using large data (>300kB) and public nodes, the writing process may fail due to rate limits. xrpio will attempt to mitigate this, but success is inconsistent. +- xrpio will occasionally leave behind residual socket connections and timed intervals. This is an issue with the underlying xrpl library. A pull request was submitted and we are witing for the fix. + + # [Full documentation](https://gitea.nitowa.xyz/docs/xrpio) diff --git a/package.json b/package.json index 5ffc61a..8443f42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xrpio", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "https://gitea.nitowa.xyz/npm-packages/xrpio.git"