@cardano-foundation/cardano-verify-datasignature
Version:
A lightweight typescript library to verify a cip30 datasignature for browser and nodejs
87 lines (38 loc) • 4.25 kB
Markdown
# Changelog
## [1.0.11](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.10...v1.0.11) (2022-12-21)
### Bug Fixes
* fill null payload with message parameter if provided. solves [#11](https://github.com/cardano-foundation/cardano-verify-datasignature/issues/11) ([71b1ae4](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/71b1ae44315a8dbfecefcf6a4cdbeac8610f719c))
## [1.0.10](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.9...v1.0.10) (2022-12-20)
### Features
* add cardano-signer as a cli option to the readme ([5364349](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/53643497d5dab0abc1e3b05a404e0d753d1730fe))
## [1.0.9](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.8...v1.0.9) (2022-12-20)
### Features
* add support for enterprise addresses should fix [#9](https://github.com/cardano-foundation/cardano-verify-datasignature/issues/9) ([619a2ce](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/619a2ce8197fd6bc3f54629505adc22f401d7c9a))
## [1.0.8](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.7...v1.0.8) (2022-12-19)
### Features
* add more testcases to check if all cases of [#9](https://github.com/cardano-foundation/cardano-verify-datasignature/issues/9) and [#11](https://github.com/cardano-foundation/cardano-verify-datasignature/issues/11) are now handled correctly ([510e10d](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/510e10dac49f155a65286ba5b48a90ee5257ebf4))
## [1.0.7](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.6...v1.0.7) (2022-12-18)
### Bug Fixes
* repair payment address verification and check for null payload ([e43225e](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/e43225ea20901e55b68ef771a68b6d5b2258a9d9))
## [1.0.6](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.5...v1.0.6) (2022-12-18)
### Bug Fixes
* update @stricahq/cip08 version to handle hashed payloads (regarding to [#9](https://github.com/cardano-foundation/cardano-verify-datasignature/issues/9)) ([b6adf0e](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/b6adf0ef5f0b12a083e0f819952d19b1ea14985c))
## [1.0.5](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.4...v1.0.5) (2022-12-13)
### Bug Fixes
* link types and preserve docstrings ([2a4eb6f](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/2a4eb6fa340748b7021b9850d3d10991767a697a))
## [1.0.4](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.3...v1.0.4) (2022-12-13)
### Features
* add payment address verification ([e2e5341](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/e2e5341aa382a6ac4e0fd98566904c10599fc968))
## [1.0.3](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.2...v1.0.3) (2022-12-12)
### Bug Fixes
* resolve bundle error unknown this ([b17be8f](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/b17be8fd78b5a16d2a17e58650ffd75dd85975f1))
## [1.0.2](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.1...v1.0.2) (2022-12-12)
### Features
* add webpack to build the module for browser and commonjs ([9bf7bf4](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/9bf7bf46453b3d1ee777517b5934a9551136b89d))
## [1.0.1](https://github.com/cardano-foundation/cardano-verify-datasignature/compare/v1.0.0...v1.0.1) (2022-12-12)
### Bug Fixes
* set the package name to the github repo name ([43e9842](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/43e9842ba60d8fa074f87dee656910e1d2624e66))
## 1.0.0 (2022-12-12)
### Features
* add build pipeline ([7d6e954](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/7d6e95470e4b86046c24c44b68a946983cc5ea4d))
* implement signature verification ([9f3820c](https://github.com/cardano-foundation/cardano-verify-datasignature/commit/9f3820c3d1184d6912aaf573431f668c15be4873))