Skip to content

Commit aa1ebf9

Browse files
authored
feat: Added mosaic revocation support. (#821)
feat: Added mosaic revocation support.
1 parent 0f4f4f3 commit aa1ebf9

19 files changed

+866
-435
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ Package | Version | Link
1111
---|---|---
1212
SDK Core| v1.0.3 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
1313
Catbuffer | v1.0.1 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
14-
Client Library | v1.0.2 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
14+
Client Library | v1.0.3 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
1515

1616
- fix: replaced `instanceof` statements. These statements are problematic when npm installs the dependency in multiples modules.
17+
- feat: added mosaic revocation support.
1718

1819
## [1.0.2] - 25-Oct-2021
1920

2021
**Milestone**: Symbol Mainnet
2122
Package | Version | Link
2223
---|---|---
2324
SDK Core| v1.0.2 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
24-
Catbuffer | v1.0.1 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
25+
Catbuffer | v1.0.0 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
2526
Client Library | v1.0.2 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
2627

2728
- feat: Multisig multilevel subscription in web listener.

package-lock.json

Lines changed: 14 additions & 14 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
@@ -94,7 +94,7 @@
9494
},
9595
"dependencies": {
9696
"@js-joda/core": "^3.2.0",
97-
"catbuffer-typescript": "^1.0.1-alpha-202111091444",
97+
"catbuffer-typescript": "^1.0.1",
9898
"crypto-js": "^4.0.0",
9999
"futoin-hkdf": "^1.3.2",
100100
"js-sha256": "^0.9.0",
@@ -106,7 +106,7 @@
106106
"ripemd160": "^2.0.2",
107107
"rxjs": "^6.6.7",
108108
"rxjs-compat": "^6.6.3",
109-
"symbol-openapi-typescript-fetch-client": "^1.0.2",
109+
"symbol-openapi-typescript-fetch-client": "^1.0.3",
110110
"tweetnacl": "^1.0.3",
111111
"utf8": "^2.1.2",
112112
"ws": "^7.3.1"

0 commit comments

Comments
 (0)