@bitgo-beta/abstract-cosmos 1.0.1-beta.216 → 1.0.1-beta.217

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,34 @@
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
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@5.0.0) (2024-01-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
11
+ - **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))
12
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
13
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
14
+
15
+ ### Code Refactoring
16
+
17
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
18
+
19
+ ### Features
20
+
21
+ - **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
22
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ - **sdk-coin-atom:** restructured exports
27
+
28
+ * Removed constants overlapping with @bitgo/abstract-cosmos
29
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
30
+
31
+ Code dependent on the previously exported Interfaces/Constants needs to
32
+ be updated to import these from @bitgo/abstract-cosmos instead
33
+
6
34
  # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@4.0.0) (2024-01-22)
7
35
 
8
36
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-cosmos",
3
- "version": "1.0.1-beta.216",
3
+ "version": "1.0.1-beta.217",
4
4
  "description": "BitGo SDK coin library for COSMOS base implementation",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -37,10 +37,10 @@
37
37
  ]
38
38
  },
39
39
  "dependencies": {
40
- "@bitgo-beta/sdk-core": "8.2.1-beta.234",
41
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.226",
42
- "@bitgo-beta/statics": "15.1.1-beta.237",
43
- "@bitgo-beta/utxo-lib": "8.0.3-beta.235",
40
+ "@bitgo-beta/sdk-core": "8.2.1-beta.235",
41
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.227",
42
+ "@bitgo-beta/statics": "15.1.1-beta.238",
43
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.236",
44
44
  "@cosmjs/amino": "^0.29.5",
45
45
  "@cosmjs/crypto": "^0.30.1",
46
46
  "@cosmjs/encoding": "^0.29.5",
@@ -54,5 +54,5 @@
54
54
  "devDependencies": {
55
55
  "@types/lodash": "^4.14.183"
56
56
  },
57
- "gitHead": "618db61c9d3fe3530c4d73dea7e549bfac847b01"
57
+ "gitHead": "dd5ec4a888d93519876bd534a0d57c99c5579f76"
58
58
  }