@bitgo-beta/sdk-coin-zeta 1.0.1-beta.90 → 1.0.1-beta.92
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 +39 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,45 @@
|
|
|
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.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.14.0) (2023-11-13)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
11
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
12
|
+
- **sdk-coin-zeta:** update mock for zet fullnode ([33890ae](https://github.com/BitGo/BitGoJS/commit/33890aecf87c8fdb5177b215612f4498595394d7))
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
17
|
+
- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113))
|
|
18
|
+
|
|
19
|
+
# [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.13.0) (2023-11-13)
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
24
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
25
|
+
- **sdk-coin-zeta:** update mock for zet fullnode ([33890ae](https://github.com/BitGo/BitGoJS/commit/33890aecf87c8fdb5177b215612f4498595394d7))
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
30
|
+
- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113))
|
|
31
|
+
|
|
32
|
+
# [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.12.0) (2023-11-13)
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
|
|
37
|
+
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
|
|
38
|
+
- **sdk-coin-zeta:** update mock for zet fullnode ([33890ae](https://github.com/BitGo/BitGoJS/commit/33890aecf87c8fdb5177b215612f4498595394d7))
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
|
|
43
|
+
- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113))
|
|
44
|
+
|
|
6
45
|
# [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.11.0) (2023-10-20)
|
|
7
46
|
|
|
8
47
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-zeta",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.92",
|
|
4
4
|
"description": "BitGo SDK coin library for Zeta",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/abstract-cosmos": "1.0.1-beta.
|
|
44
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
45
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
46
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/abstract-cosmos": "1.0.1-beta.152",
|
|
44
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.170",
|
|
45
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.162",
|
|
46
|
+
"@bitgo-beta/statics": "15.1.1-beta.173",
|
|
47
47
|
"@cosmjs/amino": "^0.29.5",
|
|
48
48
|
"@cosmjs/encoding": "^0.29.5",
|
|
49
49
|
"@cosmjs/stargate": "^0.29.5",
|
|
50
50
|
"bignumber.js": "^9.1.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@bitgo-beta/sdk-api": "1.10.1-beta.
|
|
54
|
-
"@bitgo-beta/sdk-test": "^1.2.
|
|
53
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.170",
|
|
54
|
+
"@bitgo-beta/sdk-test": "^1.2.46",
|
|
55
55
|
"@types/lodash": "^4.14.183"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "1481e14fdb9b28b5865b0a7e85260f6ec179ca41"
|
|
58
58
|
}
|