Skip to content

Commit

Permalink
feat: Added mosaic revocation support. (#821)
Browse files Browse the repository at this point in the history
feat: Added mosaic revocation support.
  • Loading branch information
fboucquez authored Nov 12, 2021
1 parent 0f4f4f3 commit aa1ebf9
Show file tree
Hide file tree
Showing 19 changed files with 866 additions and 435 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ Package | Version | Link
---|---|---
SDK Core| v1.0.3 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
Catbuffer | v1.0.1 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
Client Library | v1.0.2 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
Client Library | v1.0.3 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)

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

## [1.0.2] - 25-Oct-2021

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

- feat: Multisig multilevel subscription in web listener.
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"dependencies": {
"@js-joda/core": "^3.2.0",
"catbuffer-typescript": "^1.0.1-alpha-202111091444",
"catbuffer-typescript": "^1.0.1",
"crypto-js": "^4.0.0",
"futoin-hkdf": "^1.3.2",
"js-sha256": "^0.9.0",
Expand All @@ -106,7 +106,7 @@
"ripemd160": "^2.0.2",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.3",
"symbol-openapi-typescript-fetch-client": "^1.0.2",
"symbol-openapi-typescript-fetch-client": "^1.0.3",
"tweetnacl": "^1.0.3",
"utf8": "^2.1.2",
"ws": "^7.3.1"
Expand Down
Loading

0 comments on commit aa1ebf9

Please sign in to comment.