@bitgo/sdk-coin-zketh 2.4.2 → 2.4.4
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/dist/test/fixtures/zketh.d.ts +44 -0
- package/dist/test/fixtures/zketh.d.ts.map +1 -0
- package/dist/test/fixtures/zketh.js +56 -0
- package/dist/test/getBuilder.d.ts +3 -0
- package/dist/test/getBuilder.d.ts.map +1 -0
- package/dist/test/getBuilder.js +9 -0
- package/dist/test/resources.d.ts +21 -0
- package/dist/test/resources.d.ts.map +1 -0
- package/dist/test/resources.js +34 -0
- package/dist/test/unit/transaction.d.ts +2 -0
- package/dist/test/unit/transaction.d.ts.map +1 -0
- package/dist/test/unit/transaction.js +92 -0
- package/dist/test/unit/transactionBuilder/send.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/send.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/send.js +105 -0
- package/dist/test/unit/transferBuilder.d.ts +2 -0
- package/dist/test/unit/transferBuilder.d.ts.map +1 -0
- package/dist/test/unit/transferBuilder.js +137 -0
- package/dist/test/unit/zketh.d.ts +2 -0
- package/dist/test/unit/zketh.d.ts.map +1 -0
- package/dist/test/unit/zketh.js +614 -0
- package/dist/test/unit/zkethToken.d.ts +2 -0
- package/dist/test/unit/zkethToken.d.ts.map +1 -0
- package/dist/test/unit/zkethToken.js +35 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +11 -8
- package/.eslintignore +0 -4
- package/.mocharc.yml +0 -8
- package/CHANGELOG.md +0 -562
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/sdk-coin-zketh",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"description": "BitGo SDK coin library for zkSync",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "yarn tsc --build --incremental --verbose .",
|
|
9
9
|
"fmt": "prettier --write .",
|
|
10
|
-
"check-fmt": "prettier --check
|
|
10
|
+
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
|
|
11
11
|
"clean": "rm -r ./dist",
|
|
12
12
|
"lint": "eslint --quiet .",
|
|
13
13
|
"prepare": "npm run build",
|
|
@@ -40,16 +40,19 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo/abstract-eth": "^24.13.
|
|
44
|
-
"@bitgo/sdk-core": "^36.
|
|
43
|
+
"@bitgo/abstract-eth": "^24.13.4",
|
|
44
|
+
"@bitgo/sdk-core": "^36.12.0",
|
|
45
45
|
"@bitgo/secp256k1": "^1.5.0",
|
|
46
|
-
"@bitgo/statics": "^58.
|
|
46
|
+
"@bitgo/statics": "^58.4.0",
|
|
47
47
|
"@ethereumjs/common": "^2.6.5"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@bitgo/sdk-api": "^1.
|
|
51
|
-
"@bitgo/sdk-test": "^9.1.
|
|
50
|
+
"@bitgo/sdk-api": "^1.70.1",
|
|
51
|
+
"@bitgo/sdk-test": "^9.1.4",
|
|
52
52
|
"secp256k1": "5.0.1"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "8ac87cf1e91ae2a5fb227904735933d91ec57051",
|
|
55
|
+
"files": [
|
|
56
|
+
"dist"
|
|
57
|
+
]
|
|
55
58
|
}
|
package/.eslintignore
DELETED
package/.mocharc.yml
DELETED
package/CHANGELOG.md
DELETED
|
@@ -1,562 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [2.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.4.1...@bitgo/sdk-coin-zketh@2.4.2) (2025-10-02)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
9
|
-
|
|
10
|
-
## [2.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.4.0...@bitgo/sdk-coin-zketh@2.4.1) (2025-09-29)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
13
|
-
|
|
14
|
-
# [2.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.3.4...@bitgo/sdk-coin-zketh@2.4.0) (2025-09-25)
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
18
|
-
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
19
|
-
|
|
20
|
-
## [2.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.3.3...@bitgo/sdk-coin-zketh@2.3.4) (2025-09-03)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
23
|
-
|
|
24
|
-
## [2.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.3.2...@bitgo/sdk-coin-zketh@2.3.3) (2025-08-30)
|
|
25
|
-
|
|
26
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
27
|
-
|
|
28
|
-
## [2.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.3.1...@bitgo/sdk-coin-zketh@2.3.2) (2025-08-29)
|
|
29
|
-
|
|
30
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
31
|
-
|
|
32
|
-
## [2.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.3.0...@bitgo/sdk-coin-zketh@2.3.1) (2025-08-27)
|
|
33
|
-
|
|
34
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
35
|
-
|
|
36
|
-
# [2.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.2.5...@bitgo/sdk-coin-zketh@2.3.0) (2025-08-22)
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
40
|
-
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
41
|
-
|
|
42
|
-
## [2.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.2.4...@bitgo/sdk-coin-zketh@2.2.5) (2025-08-22)
|
|
43
|
-
|
|
44
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
45
|
-
|
|
46
|
-
## [2.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.2.3...@bitgo/sdk-coin-zketh@2.2.4) (2025-08-19)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
49
|
-
|
|
50
|
-
## [2.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.2.2...@bitgo/sdk-coin-zketh@2.2.3) (2025-08-14)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
53
|
-
|
|
54
|
-
## [2.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.2.1...@bitgo/sdk-coin-zketh@2.2.2) (2025-08-07)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
57
|
-
|
|
58
|
-
## [2.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.2.0...@bitgo/sdk-coin-zketh@2.2.1) (2025-07-31)
|
|
59
|
-
|
|
60
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
61
|
-
|
|
62
|
-
# [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.9...@bitgo/sdk-coin-zketh@2.2.0) (2025-07-30)
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
- **root:** enable passing apiKey for recovery on eth likes ([dc8d3c2](https://github.com/BitGo/BitGoJS/commit/dc8d3c201b5ab82b05e1db69f310a0860e21bf78))
|
|
67
|
-
|
|
68
|
-
## [2.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.7...@bitgo/sdk-coin-zketh@2.1.9) (2025-07-25)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
71
|
-
|
|
72
|
-
## [2.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.7...@bitgo/sdk-coin-zketh@2.1.8) (2025-07-23)
|
|
73
|
-
|
|
74
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
75
|
-
|
|
76
|
-
## [2.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.6...@bitgo/sdk-coin-zketh@2.1.7) (2025-07-15)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
79
|
-
|
|
80
|
-
## [2.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.5...@bitgo/sdk-coin-zketh@2.1.6) (2025-07-10)
|
|
81
|
-
|
|
82
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
83
|
-
|
|
84
|
-
## [2.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.4...@bitgo/sdk-coin-zketh@2.1.5) (2025-07-03)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
87
|
-
|
|
88
|
-
## [2.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.3...@bitgo/sdk-coin-zketh@2.1.4) (2025-06-25)
|
|
89
|
-
|
|
90
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
91
|
-
|
|
92
|
-
## [2.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.2...@bitgo/sdk-coin-zketh@2.1.3) (2025-06-24)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
95
|
-
|
|
96
|
-
## [2.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.1...@bitgo/sdk-coin-zketh@2.1.2) (2025-06-18)
|
|
97
|
-
|
|
98
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
99
|
-
|
|
100
|
-
## [2.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.1.0...@bitgo/sdk-coin-zketh@2.1.1) (2025-06-10)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
103
|
-
|
|
104
|
-
# [2.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.75...@bitgo/sdk-coin-zketh@2.1.0) (2025-06-05)
|
|
105
|
-
|
|
106
|
-
### Features
|
|
107
|
-
|
|
108
|
-
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
109
|
-
|
|
110
|
-
## [2.0.75](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.74...@bitgo/sdk-coin-zketh@2.0.75) (2025-06-02)
|
|
111
|
-
|
|
112
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
113
|
-
|
|
114
|
-
## [2.0.74](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.73...@bitgo/sdk-coin-zketh@2.0.74) (2025-05-28)
|
|
115
|
-
|
|
116
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
117
|
-
|
|
118
|
-
## [2.0.73](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.72...@bitgo/sdk-coin-zketh@2.0.73) (2025-05-22)
|
|
119
|
-
|
|
120
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
121
|
-
|
|
122
|
-
## [2.0.72](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.71...@bitgo/sdk-coin-zketh@2.0.72) (2025-05-20)
|
|
123
|
-
|
|
124
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
125
|
-
|
|
126
|
-
## [2.0.71](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.70...@bitgo/sdk-coin-zketh@2.0.71) (2025-05-07)
|
|
127
|
-
|
|
128
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
129
|
-
|
|
130
|
-
## [2.0.70](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.69...@bitgo/sdk-coin-zketh@2.0.70) (2025-04-29)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
133
|
-
|
|
134
|
-
## [2.0.69](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.68...@bitgo/sdk-coin-zketh@2.0.69) (2025-04-25)
|
|
135
|
-
|
|
136
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
137
|
-
|
|
138
|
-
## [2.0.68](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.67...@bitgo/sdk-coin-zketh@2.0.68) (2025-04-15)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
141
|
-
|
|
142
|
-
## [2.0.67](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.66...@bitgo/sdk-coin-zketh@2.0.67) (2025-04-04)
|
|
143
|
-
|
|
144
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
145
|
-
|
|
146
|
-
## [2.0.66](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.65...@bitgo/sdk-coin-zketh@2.0.66) (2025-04-02)
|
|
147
|
-
|
|
148
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
149
|
-
|
|
150
|
-
## [2.0.65](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.64...@bitgo/sdk-coin-zketh@2.0.65) (2025-03-28)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
153
|
-
|
|
154
|
-
## [2.0.64](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.63...@bitgo/sdk-coin-zketh@2.0.64) (2025-03-20)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
157
|
-
|
|
158
|
-
## [2.0.63](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.62...@bitgo/sdk-coin-zketh@2.0.63) (2025-03-18)
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
- **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
|
|
163
|
-
|
|
164
|
-
## [2.0.62](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.61...@bitgo/sdk-coin-zketh@2.0.62) (2025-03-06)
|
|
165
|
-
|
|
166
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
167
|
-
|
|
168
|
-
## [2.0.61](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.58...@bitgo/sdk-coin-zketh@2.0.61) (2025-03-04)
|
|
169
|
-
|
|
170
|
-
### Bug Fixes
|
|
171
|
-
|
|
172
|
-
- dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
|
|
173
|
-
|
|
174
|
-
## [2.0.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.58...@bitgo/sdk-coin-zketh@2.0.60) (2025-02-26)
|
|
175
|
-
|
|
176
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
177
|
-
|
|
178
|
-
## [2.0.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.58...@bitgo/sdk-coin-zketh@2.0.59) (2025-02-20)
|
|
179
|
-
|
|
180
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
181
|
-
|
|
182
|
-
## [2.0.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.56...@bitgo/sdk-coin-zketh@2.0.58) (2025-02-19)
|
|
183
|
-
|
|
184
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
185
|
-
|
|
186
|
-
## [2.0.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.56...@bitgo/sdk-coin-zketh@2.0.57) (2025-02-11)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
189
|
-
|
|
190
|
-
## [2.0.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.55...@bitgo/sdk-coin-zketh@2.0.56) (2025-02-05)
|
|
191
|
-
|
|
192
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
193
|
-
|
|
194
|
-
## [2.0.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.54...@bitgo/sdk-coin-zketh@2.0.55) (2025-01-28)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
197
|
-
|
|
198
|
-
## [2.0.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.53...@bitgo/sdk-coin-zketh@2.0.54) (2025-01-23)
|
|
199
|
-
|
|
200
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
201
|
-
|
|
202
|
-
## [2.0.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.52...@bitgo/sdk-coin-zketh@2.0.53) (2025-01-23)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
205
|
-
|
|
206
|
-
## [2.0.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.51...@bitgo/sdk-coin-zketh@2.0.52) (2025-01-20)
|
|
207
|
-
|
|
208
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
209
|
-
|
|
210
|
-
## [2.0.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.50...@bitgo/sdk-coin-zketh@2.0.51) (2025-01-15)
|
|
211
|
-
|
|
212
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
213
|
-
|
|
214
|
-
## [2.0.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.49...@bitgo/sdk-coin-zketh@2.0.50) (2025-01-09)
|
|
215
|
-
|
|
216
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
217
|
-
|
|
218
|
-
## [2.0.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.48...@bitgo/sdk-coin-zketh@2.0.49) (2025-01-03)
|
|
219
|
-
|
|
220
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
221
|
-
|
|
222
|
-
## [2.0.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.47...@bitgo/sdk-coin-zketh@2.0.48) (2024-12-24)
|
|
223
|
-
|
|
224
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
225
|
-
|
|
226
|
-
## [2.0.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.46...@bitgo/sdk-coin-zketh@2.0.47) (2024-12-19)
|
|
227
|
-
|
|
228
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
229
|
-
|
|
230
|
-
## [2.0.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.44...@bitgo/sdk-coin-zketh@2.0.46) (2024-12-17)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
233
|
-
|
|
234
|
-
## [2.0.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.44...@bitgo/sdk-coin-zketh@2.0.45) (2024-12-17)
|
|
235
|
-
|
|
236
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
237
|
-
|
|
238
|
-
## [2.0.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.43...@bitgo/sdk-coin-zketh@2.0.44) (2024-12-12)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
241
|
-
|
|
242
|
-
## [2.0.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.42...@bitgo/sdk-coin-zketh@2.0.43) (2024-12-11)
|
|
243
|
-
|
|
244
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
245
|
-
|
|
246
|
-
## [2.0.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.41...@bitgo/sdk-coin-zketh@2.0.42) (2024-12-03)
|
|
247
|
-
|
|
248
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
249
|
-
|
|
250
|
-
## [2.0.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.40...@bitgo/sdk-coin-zketh@2.0.41) (2024-11-26)
|
|
251
|
-
|
|
252
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
253
|
-
|
|
254
|
-
## [2.0.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.39...@bitgo/sdk-coin-zketh@2.0.40) (2024-11-21)
|
|
255
|
-
|
|
256
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
257
|
-
|
|
258
|
-
## [2.0.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.37...@bitgo/sdk-coin-zketh@2.0.39) (2024-11-19)
|
|
259
|
-
|
|
260
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
261
|
-
|
|
262
|
-
## [2.0.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.37...@bitgo/sdk-coin-zketh@2.0.38) (2024-11-14)
|
|
263
|
-
|
|
264
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
265
|
-
|
|
266
|
-
## [2.0.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.36...@bitgo/sdk-coin-zketh@2.0.37) (2024-11-08)
|
|
267
|
-
|
|
268
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
269
|
-
|
|
270
|
-
## [2.0.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.35...@bitgo/sdk-coin-zketh@2.0.36) (2024-11-07)
|
|
271
|
-
|
|
272
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
273
|
-
|
|
274
|
-
## [2.0.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.34...@bitgo/sdk-coin-zketh@2.0.35) (2024-11-01)
|
|
275
|
-
|
|
276
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
277
|
-
|
|
278
|
-
## [2.0.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.33...@bitgo/sdk-coin-zketh@2.0.34) (2024-10-22)
|
|
279
|
-
|
|
280
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
281
|
-
|
|
282
|
-
## [2.0.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.32...@bitgo/sdk-coin-zketh@2.0.33) (2024-10-15)
|
|
283
|
-
|
|
284
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
285
|
-
|
|
286
|
-
## [2.0.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.31...@bitgo/sdk-coin-zketh@2.0.32) (2024-10-08)
|
|
287
|
-
|
|
288
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
289
|
-
|
|
290
|
-
## [2.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.30...@bitgo/sdk-coin-zketh@2.0.31) (2024-10-04)
|
|
291
|
-
|
|
292
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
293
|
-
|
|
294
|
-
## [2.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.29...@bitgo/sdk-coin-zketh@2.0.30) (2024-09-24)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
297
|
-
|
|
298
|
-
## [2.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.28...@bitgo/sdk-coin-zketh@2.0.29) (2024-09-19)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
301
|
-
|
|
302
|
-
## [2.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.27...@bitgo/sdk-coin-zketh@2.0.28) (2024-09-16)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
305
|
-
|
|
306
|
-
## [2.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.26...@bitgo/sdk-coin-zketh@2.0.27) (2024-09-10)
|
|
307
|
-
|
|
308
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
309
|
-
|
|
310
|
-
## [2.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.25...@bitgo/sdk-coin-zketh@2.0.26) (2024-09-03)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
313
|
-
|
|
314
|
-
## [2.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.24...@bitgo/sdk-coin-zketh@2.0.25) (2024-08-29)
|
|
315
|
-
|
|
316
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
317
|
-
|
|
318
|
-
## [2.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.23...@bitgo/sdk-coin-zketh@2.0.24) (2024-08-27)
|
|
319
|
-
|
|
320
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
321
|
-
|
|
322
|
-
## [2.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.21...@bitgo/sdk-coin-zketh@2.0.23) (2024-08-20)
|
|
323
|
-
|
|
324
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
325
|
-
|
|
326
|
-
## [2.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.21...@bitgo/sdk-coin-zketh@2.0.22) (2024-08-13)
|
|
327
|
-
|
|
328
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
329
|
-
|
|
330
|
-
## [2.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.20...@bitgo/sdk-coin-zketh@2.0.21) (2024-08-07)
|
|
331
|
-
|
|
332
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
333
|
-
|
|
334
|
-
## [2.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.19...@bitgo/sdk-coin-zketh@2.0.20) (2024-07-30)
|
|
335
|
-
|
|
336
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
337
|
-
|
|
338
|
-
## [2.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.18...@bitgo/sdk-coin-zketh@2.0.19) (2024-07-24)
|
|
339
|
-
|
|
340
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
341
|
-
|
|
342
|
-
## [2.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.17...@bitgo/sdk-coin-zketh@2.0.18) (2024-07-16)
|
|
343
|
-
|
|
344
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
345
|
-
|
|
346
|
-
## [2.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.16...@bitgo/sdk-coin-zketh@2.0.17) (2024-07-04)
|
|
347
|
-
|
|
348
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
349
|
-
|
|
350
|
-
## [2.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.15...@bitgo/sdk-coin-zketh@2.0.16) (2024-07-02)
|
|
351
|
-
|
|
352
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
353
|
-
|
|
354
|
-
## [2.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.14...@bitgo/sdk-coin-zketh@2.0.15) (2024-06-27)
|
|
355
|
-
|
|
356
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
357
|
-
|
|
358
|
-
## [2.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.13...@bitgo/sdk-coin-zketh@2.0.14) (2024-06-26)
|
|
359
|
-
|
|
360
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
361
|
-
|
|
362
|
-
## [2.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.11...@bitgo/sdk-coin-zketh@2.0.13) (2024-06-21)
|
|
363
|
-
|
|
364
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
365
|
-
|
|
366
|
-
## [2.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.11...@bitgo/sdk-coin-zketh@2.0.12) (2024-06-20)
|
|
367
|
-
|
|
368
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
369
|
-
|
|
370
|
-
## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.10...@bitgo/sdk-coin-zketh@2.0.11) (2024-06-14)
|
|
371
|
-
|
|
372
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
373
|
-
|
|
374
|
-
## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.9...@bitgo/sdk-coin-zketh@2.0.10) (2024-06-11)
|
|
375
|
-
|
|
376
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
377
|
-
|
|
378
|
-
## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.8...@bitgo/sdk-coin-zketh@2.0.9) (2024-06-05)
|
|
379
|
-
|
|
380
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
381
|
-
|
|
382
|
-
## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.7...@bitgo/sdk-coin-zketh@2.0.8) (2024-05-31)
|
|
383
|
-
|
|
384
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
385
|
-
|
|
386
|
-
## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.6...@bitgo/sdk-coin-zketh@2.0.7) (2024-05-28)
|
|
387
|
-
|
|
388
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
389
|
-
|
|
390
|
-
## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.5...@bitgo/sdk-coin-zketh@2.0.6) (2024-05-22)
|
|
391
|
-
|
|
392
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
393
|
-
|
|
394
|
-
## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.4...@bitgo/sdk-coin-zketh@2.0.5) (2024-05-17)
|
|
395
|
-
|
|
396
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
397
|
-
|
|
398
|
-
## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.3...@bitgo/sdk-coin-zketh@2.0.4) (2024-05-13)
|
|
399
|
-
|
|
400
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
401
|
-
|
|
402
|
-
## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.2...@bitgo/sdk-coin-zketh@2.0.3) (2024-05-08)
|
|
403
|
-
|
|
404
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
405
|
-
|
|
406
|
-
## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.1...@bitgo/sdk-coin-zketh@2.0.2) (2024-05-01)
|
|
407
|
-
|
|
408
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
409
|
-
|
|
410
|
-
## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@2.0.0...@bitgo/sdk-coin-zketh@2.0.1) (2024-04-25)
|
|
411
|
-
|
|
412
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
413
|
-
|
|
414
|
-
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.12...@bitgo/sdk-coin-zketh@2.0.0) (2024-04-24)
|
|
415
|
-
|
|
416
|
-
### Features
|
|
417
|
-
|
|
418
|
-
- **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
|
|
419
|
-
|
|
420
|
-
### BREAKING CHANGES
|
|
421
|
-
|
|
422
|
-
- **abstract-eth:** Made ChainID mandatory for signAndBuild method
|
|
423
|
-
|
|
424
|
-
## [1.9.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.11...@bitgo/sdk-coin-zketh@1.9.12) (2024-04-22)
|
|
425
|
-
|
|
426
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
427
|
-
|
|
428
|
-
## [1.9.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.10...@bitgo/sdk-coin-zketh@1.9.11) (2024-04-17)
|
|
429
|
-
|
|
430
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
431
|
-
|
|
432
|
-
## [1.9.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.9...@bitgo/sdk-coin-zketh@1.9.10) (2024-04-12)
|
|
433
|
-
|
|
434
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
435
|
-
|
|
436
|
-
## [1.9.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.8...@bitgo/sdk-coin-zketh@1.9.9) (2024-04-10)
|
|
437
|
-
|
|
438
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
439
|
-
|
|
440
|
-
## [1.9.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.7...@bitgo/sdk-coin-zketh@1.9.8) (2024-04-09)
|
|
441
|
-
|
|
442
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
443
|
-
|
|
444
|
-
## [1.9.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.6...@bitgo/sdk-coin-zketh@1.9.7) (2024-04-08)
|
|
445
|
-
|
|
446
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
447
|
-
|
|
448
|
-
## [1.9.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.5...@bitgo/sdk-coin-zketh@1.9.6) (2024-04-05)
|
|
449
|
-
|
|
450
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
451
|
-
|
|
452
|
-
## [1.9.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.4...@bitgo/sdk-coin-zketh@1.9.5) (2024-03-28)
|
|
453
|
-
|
|
454
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
455
|
-
|
|
456
|
-
## [1.9.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.3...@bitgo/sdk-coin-zketh@1.9.4) (2024-03-19)
|
|
457
|
-
|
|
458
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
459
|
-
|
|
460
|
-
## [1.9.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.2...@bitgo/sdk-coin-zketh@1.9.3) (2024-03-11)
|
|
461
|
-
|
|
462
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
463
|
-
|
|
464
|
-
## [1.9.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.1...@bitgo/sdk-coin-zketh@1.9.2) (2024-02-28)
|
|
465
|
-
|
|
466
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
467
|
-
|
|
468
|
-
## [1.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zketh@1.9.0...@bitgo/sdk-coin-zketh@1.9.1) (2024-02-22)
|
|
469
|
-
|
|
470
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-zketh
|
|
471
|
-
|
|
472
|
-
# 1.9.0 (2024-02-19)
|
|
473
|
-
|
|
474
|
-
### Bug Fixes
|
|
475
|
-
|
|
476
|
-
- **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
|
|
477
|
-
|
|
478
|
-
### Features
|
|
479
|
-
|
|
480
|
-
- **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
|
|
481
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
482
|
-
- **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
|
|
483
|
-
|
|
484
|
-
# 1.7.0 (2024-01-30)
|
|
485
|
-
|
|
486
|
-
### Bug Fixes
|
|
487
|
-
|
|
488
|
-
- **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
|
|
489
|
-
|
|
490
|
-
### Features
|
|
491
|
-
|
|
492
|
-
- **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
|
|
493
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
494
|
-
- **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
|
|
495
|
-
|
|
496
|
-
# 1.6.0 (2024-01-26)
|
|
497
|
-
|
|
498
|
-
### Bug Fixes
|
|
499
|
-
|
|
500
|
-
- **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
|
|
501
|
-
|
|
502
|
-
### Features
|
|
503
|
-
|
|
504
|
-
- **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
|
|
505
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
506
|
-
- **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
|
|
507
|
-
|
|
508
|
-
# 1.5.0 (2024-01-26)
|
|
509
|
-
|
|
510
|
-
### Bug Fixes
|
|
511
|
-
|
|
512
|
-
- **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
|
|
513
|
-
|
|
514
|
-
### Features
|
|
515
|
-
|
|
516
|
-
- **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
|
|
517
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
518
|
-
- **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
|
|
519
|
-
|
|
520
|
-
# 1.4.0 (2024-01-25)
|
|
521
|
-
|
|
522
|
-
### Bug Fixes
|
|
523
|
-
|
|
524
|
-
- **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
|
|
525
|
-
|
|
526
|
-
### Features
|
|
527
|
-
|
|
528
|
-
- **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
|
|
529
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
530
|
-
- **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
|
|
531
|
-
|
|
532
|
-
# 1.3.0 (2024-01-22)
|
|
533
|
-
|
|
534
|
-
### Bug Fixes
|
|
535
|
-
|
|
536
|
-
- **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
|
|
537
|
-
|
|
538
|
-
### Features
|
|
539
|
-
|
|
540
|
-
- **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
|
|
541
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
542
|
-
- **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
|
|
543
|
-
|
|
544
|
-
# 1.2.0 (2024-01-09)
|
|
545
|
-
|
|
546
|
-
### Bug Fixes
|
|
547
|
-
|
|
548
|
-
- **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
|
|
549
|
-
|
|
550
|
-
### Features
|
|
551
|
-
|
|
552
|
-
- **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
|
|
553
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
554
|
-
- **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
|
|
555
|
-
|
|
556
|
-
# 1.1.0 (2024-01-03)
|
|
557
|
-
|
|
558
|
-
### Features
|
|
559
|
-
|
|
560
|
-
- **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
|
|
561
|
-
- **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
|
|
562
|
-
- **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
|