@bitgo/sdk-coin-icp 1.11.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-icp@1.12.0...@bitgo/sdk-coin-icp@1.13.0) (2025-04-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-icp:** enhance hash functions to support Uint8Array in Utils class ([dbe8eea](https://github.com/BitGo/BitGoJS/commit/dbe8eeab6ce84d397ef606e20851259b3f207914))
11
+ - **sdk-coin-icp:** update cbor-x import to use index-no-eval ([6c3f6af](https://github.com/BitGo/BitGoJS/commit/6c3f6af3cadb23270db7feb00d6235058422862f))
12
+ - **sdk-coin-icp:** update from() method to use PayloadsData ([ea7b7e2](https://github.com/BitGo/BitGoJS/commit/ea7b7e2e3c8722f46db1b89e898ad9a1dea3450d))
13
+ - **sdk-coin-icp:** update protobufjs dependency to version 7.5.0 ([663b5ee](https://github.com/BitGo/BitGoJS/commit/663b5ee200fd9550d55005e68d2fc616b4ff219d))
14
+
15
+ ### Features
16
+
17
+ - **sdk-coin-icp:** add protobuf definitions for message SendRequest ([b1b62c3](https://github.com/BitGo/BitGoJS/commit/b1b62c3875bada1a8f3d23c86685781163a63ff9))
18
+ - **sdk-coin-icp:** add transaction ID handling and related utilities ([59d20a8](https://github.com/BitGo/BitGoJS/commit/59d20a8f8033de6856b68f2382f431fa08afcfa2))
19
+ - **sdk-coin-icp:** implemented default memo as 0 and related changes ([cab3bcc](https://github.com/BitGo/BitGoJS/commit/cab3bcc609f0e23a73cb6cb7c24071dfa7742adf))
20
+ - **sdk-coin-icp:** replace protoDefinition with staticProtoDefinition for protobuf parsing ([34b8de0](https://github.com/BitGo/BitGoJS/commit/34b8de08e0e2b9151ad1e4b03b988ca982db9c68))
21
+
22
+ # [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-icp@1.11.0...@bitgo/sdk-coin-icp@1.12.0) (2025-04-15)
23
+
24
+ ### Bug Fixes
25
+
26
+ - **sdk-coin-icp:** validate pubkey only when set ([854b279](https://github.com/BitGo/BitGoJS/commit/854b279ec947019e868048d7f11e7632bb4e60ab))
27
+
28
+ ### Features
29
+
30
+ - **sdk-coin-icp:** add missing function implementations ([5f99a06](https://github.com/BitGo/BitGoJS/commit/5f99a0693272427aae9bc49a400db8d2558860cf))
31
+ - **sdk-coin-icp:** implement getHashFunction ([22ddba1](https://github.com/BitGo/BitGoJS/commit/22ddba1aaaa2d90235d206e9264efaa5c9c2cffe))
32
+ - **sdk-coin-icp:** implement signTransaction method ([26a28aa](https://github.com/BitGo/BitGoJS/commit/26a28aaed67d5884107ca6817daf7734ebcc85ed))
33
+ - **sdk-coin-icp:** implemented recover() for WRW support ([d6bd979](https://github.com/BitGo/BitGoJS/commit/d6bd979f2a52b36a86366ce5f9d5f8e619df155f))
34
+ - **sdk-coin-icp:** make memo field optional in transaction interfaces and builders ([f2d2088](https://github.com/BitGo/BitGoJS/commit/f2d20886f67c12d53529064f0dc8192bc6643c49))
35
+
6
36
  # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-icp@1.10.1...@bitgo/sdk-coin-icp@1.11.0) (2025-04-04)
7
37
 
8
38
  ### Features