fix: add workaround for rippled UNLModify encoding bug (#1830)

* initial patch

* clean up

* make ts happy

* fix typing

* respond to comments

* Revert "respond to comments"

This reverts commit 689768bbf1.

* Publish

 - ripple-address-codec@4.2.1-beta.0
 - ripple-binary-codec@1.2.1-beta.0
 - ripple-keypairs@1.1.1-beta.0
 - xrpl@2.0.3-beta.0

* add helper comments

Co-authored-by: Nathan Nichols <natenichols@cox.net>
This commit is contained in:
Mayukha Vadari
2021-11-30 17:16:03 -05:00
committed by GitHub
parent 3e55066b70
commit fc101c6733
9 changed files with 44 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.0.2",
"version": "2.0.3-beta.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -24,9 +24,9 @@
"bip39": "^3.0.4",
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.2.0",
"ripple-binary-codec": "^1.2.0",
"ripple-keypairs": "^1.1.0",
"ripple-address-codec": "^4.2.1-beta.0",
"ripple-binary-codec": "^1.2.1-beta.0",
"ripple-keypairs": "^1.1.1-beta.0",
"ws": "^8.2.2"
},
"devDependencies": {