update README
This commit is contained in:
@@ -44,8 +44,11 @@ txHash = await api.treeWrite("arbitrary text 123", receiveWallet.address, sendWa
|
|||||||
data = await api.treeRead([txHash])
|
data = await api.treeRead([txHash])
|
||||||
|
|
||||||
console.log(data) //"arbitrary text 123"
|
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)
|
# [Full documentation](https://gitea.nitowa.xyz/docs/xrpio)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xrpio",
|
"name": "xrpio",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.nitowa.xyz/npm-packages/xrpio.git"
|
"url": "https://gitea.nitowa.xyz/npm-packages/xrpio.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user