From e644f64b3a5a915aef85cdc4dc5e9d25ea1abc28 Mon Sep 17 00:00:00 2001 From: frankie Date: Thu, 9 Jan 2025 07:24:35 -1000 Subject: [PATCH 1/3] update CHANGELOG --- CHANGELOG.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb7c673..0a3f4b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,29 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil ## [UNRELEASED] +### Added + +### Fixed + +### Changed + +### Broke + +### Dev + +### Meta + +## [0.4.1] Goumang - 2025-01-09 (entropy-core compatibility: 0.3.0) ### Added - utility method to return substrate api instance to interact with without needing to instantiate entropy instance (#435)[https://github.com/entropyxyz/sdk/pull/435] -- verifying method for signatures `keccak` and `blake2_256` hashed signatures +- verifying method for signatures `keccak` and `blake2_256` hashed signatures[#445](https://github.com/entropyxyz/sdk/pull/445) ### Fixed ### Changed ### Broke -- sign and sign with adapters no longer returns just the signature. It now returns a object `SignatureData` that contains the signature and information pronating to it see the `SignatureData` interface in (./src/signing/index.ts)(./src/signing/index.ts) -- `entropy.sign` and `entropy.signWithAdaptersInOrder` function argument interface key renamed `sigRequestHash` -> `hexMessage` +- sign and sign with adapters no longer returns just the signature. It now returns a object `SignatureData` that contains the signature and information pronating to it see the `SignatureData` interface in (./src/signing/index.ts)(./src/signing/index.ts) [#445](https://github.com/entropyxyz/sdk/pull/445) +- `entropy.sign` and `entropy.signWithAdaptersInOrder` function argument interface key renamed `sigRequestHash` -> `hexMessage` [#445](https://github.com/entropyxyz/sdk/pull/445) ### Dev ### Meta From 028d43141a1e77ed4469d158bd8764d65897e4b5 Mon Sep 17 00:00:00 2001 From: frankie Date: Thu, 9 Jan 2025 07:25:36 -1000 Subject: [PATCH 2/3] 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b4ec768..a49bbaab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@entropyxyz/sdk", - "version": "0.4.1-2", + "version": "0.4.1", "license": "AGPL-3.0-only", "description": "JS SDK for entropy blockchain ", "type": "module", From f0e2a32e1d0e77c164853a1ce28c90b5acd21193 Mon Sep 17 00:00:00 2001 From: Nayyir Jutha Date: Thu, 9 Jan 2025 12:28:46 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3f4b5d..d4614735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil ## [0.4.1] Goumang - 2025-01-09 (entropy-core compatibility: 0.3.0) ### Added - utility method to return substrate api instance to interact with without needing to instantiate entropy instance (#435)[https://github.com/entropyxyz/sdk/pull/435] -- verifying method for signatures `keccak` and `blake2_256` hashed signatures[#445](https://github.com/entropyxyz/sdk/pull/445) +- verifying method for signatures `keccak` and `blake2_256` hashed signatures [#445](https://github.com/entropyxyz/sdk/pull/445) ### Fixed ### Changed