mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Publish 1.0.0-rc1 (#93)
* Prepare to release rc1 of ripple-binary-codec v1.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ripple-binary-codec Release History
|
||||
|
||||
## 0.3.0 (2020-08-17)
|
||||
## 1.0.0-rc1 (2020-08-17)
|
||||
|
||||
- Migrate to TypeScript
|
||||
- Javascript classes used
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-binary-codec",
|
||||
"version": "0.3.0",
|
||||
"version": "1.0.0",
|
||||
"description": "XRP Ledger binary codec",
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
||||
@@ -41,7 +41,6 @@ class UInt32 extends UInt {
|
||||
return new UInt32(buf);
|
||||
}
|
||||
|
||||
console.log(typeof val);
|
||||
throw new Error("Cannot construct UInt32 from given value");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user