Skip to content

Commit f0843f9

Browse files
committed
version 0.22.0 update
1 parent f150b5d commit f0843f9

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

readme.md renamed to README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,15 @@ Running the unit tests require node.js v8.15+.
772772

773773
# Change Log
774774

775+
### 0.22.0
776+
- Update bchaddr-slp package (adds "regtest:" compatibility)
777+
- Add TransactionOutput interface to primatives.ts
778+
- Updated unit tests with "allow_inconclusive" on missing tranasaction
779+
- More linting
780+
- (breaking change) Update applyInitialSlpJudgement (to be able to work with non-BITBOX sources of utxo data)
781+
775782
### 0.21.4
783+
- Fixed a critical security vulnerability in the validation message parser
776784
- Add ts linting / allow json comments
777785

778786
### 0.21.3

package-lock.json

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slpjs",
3-
"version": "0.21.4",
3+
"version": "0.22.0",
44
"description": "Simple Ledger Protocol (SLP) JavaScript Library",
55
"main": "index.js",
66
"files": [
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@types/lodash": "^4.14.120",
5353
"axios": "^0.18.1",
54-
"bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#master",
54+
"bchaddrjs-slp": "0.2.7",
5555
"bignumber.js": "^8.1.1",
5656
"bitcore-lib-cash": "^0.19.0",
5757
"lodash": "^4.17.14"

0 commit comments

Comments
 (0)