@bitgo-beta/abstract-cosmos 1.0.1-beta.246 → 1.0.1-beta.247

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 +30 -0
  2. package/package.json +6 -6
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
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@9.0.0) (2024-02-19)
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
+ - add utils to convert to and from cosmos evm address ([fda942c](https://github.com/BitGo/BitGoJS/commit/fda942c6745f6a7b887be958f157cdc0f1372c09))
23
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
24
+ - **sdk-coin-zeta:** zeta redelegate txn support with tests ([b9bf137](https://github.com/BitGo/BitGoJS/commit/b9bf137d59f370c7d5be820131442bc48fb92825))
25
+
26
+ ### BREAKING CHANGES
27
+
28
+ - **sdk-coin-atom:** restructured exports
29
+
30
+ * Removed constants overlapping with @bitgo/abstract-cosmos
31
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
32
+
33
+ Code dependent on the previously exported Interfaces/Constants needs to
34
+ be updated to import these from @bitgo/abstract-cosmos instead
35
+
6
36
  # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@8.0.0) (2024-01-30)
7
37
 
8
38
  ### 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.246",
3
+ "version": "1.0.1-beta.247",
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.264",
41
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.256",
42
- "@bitgo-beta/statics": "15.1.1-beta.267",
43
- "@bitgo-beta/utxo-lib": "8.0.3-beta.265",
40
+ "@bitgo-beta/sdk-core": "8.2.1-beta.265",
41
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.257",
42
+ "@bitgo-beta/statics": "15.1.1-beta.268",
43
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.266",
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": "f235b6844303fb69c47c43d6835cb854a8f3a3b2"
57
+ "gitHead": "4661d6039e1af5506a453d7f9043137ccf91c375"
58
58
  }