Support AccountDelete (#37)

- Fix https://github.com/ripple/ripple-binary-codec/issues/36
- Re-number transaction result codes
- Link reference for transaction types
This commit is contained in:
Elliot Lee
2019-12-14 22:34:14 -08:00
parent c6d01e4ce0
commit e1ec2f79e5
4 changed files with 222 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "0.2.4",
"version": "0.3.0-rc1",
"description": "XRP Ledger binary codec",
"files": [
"distrib/npm/*",
@@ -47,7 +47,6 @@
"url": "https://github.com/ripple/ripple-binary-codec/issues"
},
"homepage": "https://github.com/ripple/ripple-binary-codec#readme",
"author": "ndudfield@gmail.com",
"license": "ISC",
"readmeFilename": "README.md"
}