@bitgo-beta/abstract-substrate 1.0.1-beta.588 → 1.0.1-beta.589
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/package.json +8 -5
- package/.eslintignore +0 -5
- package/.mocharc.yml +0 -8
- package/CHANGELOG.md +0 -246
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-substrate",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.589",
|
|
4
4
|
"description": "BitGo SDK coin library for Substrate base implementation",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
42
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
43
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
41
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.1227",
|
|
42
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1219",
|
|
43
|
+
"@bitgo-beta/statics": "15.1.1-beta.1230",
|
|
44
44
|
"@polkadot/api": "14.1.1",
|
|
45
45
|
"@polkadot/keyring": "13.3.1",
|
|
46
46
|
"@polkadot/types": "14.1.1",
|
|
@@ -56,5 +56,8 @@
|
|
|
56
56
|
"lodash": "^4.17.15",
|
|
57
57
|
"tweetnacl": "^1.0.3"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "63a34e6a921d18c02a2a97b1188d0ee6231eba96",
|
|
60
|
+
"files": [
|
|
61
|
+
"dist"
|
|
62
|
+
]
|
|
60
63
|
}
|
package/.eslintignore
DELETED
package/.mocharc.yml
DELETED
package/CHANGELOG.md
DELETED
|
@@ -1,246 +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
|
-
## [1.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.11.0...@bitgo/abstract-substrate@1.11.1) (2025-09-29)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
9
|
-
|
|
10
|
-
# [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.4...@bitgo/abstract-substrate@1.11.0) (2025-09-25)
|
|
11
|
-
|
|
12
|
-
### Features
|
|
13
|
-
|
|
14
|
-
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
15
|
-
- **sdk-coin-polyx:** add decodeTransaction in utils ([4d6f451](https://github.com/BitGo/BitGoJS/commit/4d6f4510dd10bc4e92a29117de33d9ce1c6b521c))
|
|
16
|
-
- **sdk-coin-tao:** add moveStakeBuilder ([03a7b36](https://github.com/BitGo/BitGoJS/commit/03a7b368414b61ccfc45f0df5e56378fcd32168c))
|
|
17
|
-
|
|
18
|
-
## [1.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.3...@bitgo/abstract-substrate@1.10.4) (2025-09-03)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
21
|
-
|
|
22
|
-
## [1.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.2...@bitgo/abstract-substrate@1.10.3) (2025-08-30)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
25
|
-
|
|
26
|
-
## [1.10.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.1...@bitgo/abstract-substrate@1.10.2) (2025-08-29)
|
|
27
|
-
|
|
28
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
29
|
-
|
|
30
|
-
## [1.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.0...@bitgo/abstract-substrate@1.10.1) (2025-08-27)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
33
|
-
|
|
34
|
-
# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.9.2...@bitgo/abstract-substrate@1.10.0) (2025-08-22)
|
|
35
|
-
|
|
36
|
-
### Features
|
|
37
|
-
|
|
38
|
-
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
39
|
-
|
|
40
|
-
## [1.9.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.9.1...@bitgo/abstract-substrate@1.9.2) (2025-08-22)
|
|
41
|
-
|
|
42
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
43
|
-
|
|
44
|
-
## [1.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.9.0...@bitgo/abstract-substrate@1.9.1) (2025-08-19)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
47
|
-
|
|
48
|
-
# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.10...@bitgo/abstract-substrate@1.9.0) (2025-08-14)
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
- **sdk-coin-polyx:** add token builders ([6860780](https://github.com/BitGo/BitGoJS/commit/68607804efc1191ff396e05f20466526246b7d87))
|
|
53
|
-
- **sdk-coin-tao:** add tokenTransferBuilder ([43fc839](https://github.com/BitGo/BitGoJS/commit/43fc839f87e81d2592bcd249b14d7aef815a0927))
|
|
54
|
-
|
|
55
|
-
## [1.8.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.9...@bitgo/abstract-substrate@1.8.10) (2025-08-07)
|
|
56
|
-
|
|
57
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
58
|
-
|
|
59
|
-
## [1.8.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.8...@bitgo/abstract-substrate@1.8.9) (2025-07-31)
|
|
60
|
-
|
|
61
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
62
|
-
|
|
63
|
-
## [1.8.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.7...@bitgo/abstract-substrate@1.8.8) (2025-07-30)
|
|
64
|
-
|
|
65
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
66
|
-
|
|
67
|
-
## [1.8.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.5...@bitgo/abstract-substrate@1.8.7) (2025-07-25)
|
|
68
|
-
|
|
69
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
70
|
-
|
|
71
|
-
## [1.8.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.5...@bitgo/abstract-substrate@1.8.6) (2025-07-23)
|
|
72
|
-
|
|
73
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
74
|
-
|
|
75
|
-
## [1.8.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.4...@bitgo/abstract-substrate@1.8.5) (2025-07-15)
|
|
76
|
-
|
|
77
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
78
|
-
|
|
79
|
-
## [1.8.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.3...@bitgo/abstract-substrate@1.8.4) (2025-07-10)
|
|
80
|
-
|
|
81
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
82
|
-
|
|
83
|
-
## [1.8.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.2...@bitgo/abstract-substrate@1.8.3) (2025-07-03)
|
|
84
|
-
|
|
85
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
86
|
-
|
|
87
|
-
## [1.8.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.1...@bitgo/abstract-substrate@1.8.2) (2025-06-25)
|
|
88
|
-
|
|
89
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
90
|
-
|
|
91
|
-
## [1.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.8.0...@bitgo/abstract-substrate@1.8.1) (2025-06-24)
|
|
92
|
-
|
|
93
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
94
|
-
|
|
95
|
-
# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.7.1...@bitgo/abstract-substrate@1.8.0) (2025-06-18)
|
|
96
|
-
|
|
97
|
-
### Features
|
|
98
|
-
|
|
99
|
-
- add decoding support for polyx staking related txns ([f680b01](https://github.com/BitGo/BitGoJS/commit/f680b011c6c89b4c3c04ede21f089e8efc1c0ee8))
|
|
100
|
-
|
|
101
|
-
## [1.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.7.0...@bitgo/abstract-substrate@1.7.1) (2025-06-10)
|
|
102
|
-
|
|
103
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
104
|
-
|
|
105
|
-
# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.6.0...@bitgo/abstract-substrate@1.7.0) (2025-06-05)
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
110
|
-
|
|
111
|
-
# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.5.2...@bitgo/abstract-substrate@1.6.0) (2025-06-02)
|
|
112
|
-
|
|
113
|
-
### Bug Fixes
|
|
114
|
-
|
|
115
|
-
- **sdk-coin-polyx:** fix to toJson method in polyx transaction ([8f8ef0b](https://github.com/BitGo/BitGoJS/commit/8f8ef0b8fa420dadb41989465b2380af73466ae0))
|
|
116
|
-
|
|
117
|
-
### Features
|
|
118
|
-
|
|
119
|
-
- rename audit function naming and signature ([1a885ab](https://github.com/BitGo/BitGoJS/commit/1a885ab60d30ca8595e284a728f2ab9d3c09994e))
|
|
120
|
-
- **root:** add new audit key baseCoin method ([57c1778](https://github.com/BitGo/BitGoJS/commit/57c17784a72ea364f18e3af9dbd83da877827e69))
|
|
121
|
-
|
|
122
|
-
## [1.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.5.1...@bitgo/abstract-substrate@1.5.2) (2025-05-28)
|
|
123
|
-
|
|
124
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
125
|
-
|
|
126
|
-
## [1.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.5.0...@bitgo/abstract-substrate@1.5.1) (2025-05-22)
|
|
127
|
-
|
|
128
|
-
### Bug Fixes
|
|
129
|
-
|
|
130
|
-
- **sdk-coin-polyx:** all fixed ([f9c23bc](https://github.com/BitGo/BitGoJS/commit/f9c23bc9a8bc609be5f41a4ffd980138ecb63148))
|
|
131
|
-
- **sdk-coin-polyx:** fix cdd builder ([2461fbf](https://github.com/BitGo/BitGoJS/commit/2461fbfcc76f8f6e7f89302f5e3c4b99097cb97a))
|
|
132
|
-
|
|
133
|
-
# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.9...@bitgo/abstract-substrate@1.5.0) (2025-05-20)
|
|
134
|
-
|
|
135
|
-
### Features
|
|
136
|
-
|
|
137
|
-
- **sdk-coin-polyx:** add transaction builders ([31c96bb](https://github.com/BitGo/BitGoJS/commit/31c96bbbce60b93e13208e3eab06bd144cfe57e4))
|
|
138
|
-
|
|
139
|
-
## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.8...@bitgo/abstract-substrate@1.4.9) (2025-05-07)
|
|
140
|
-
|
|
141
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
142
|
-
|
|
143
|
-
## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.7...@bitgo/abstract-substrate@1.4.8) (2025-04-29)
|
|
144
|
-
|
|
145
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
146
|
-
|
|
147
|
-
## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.6...@bitgo/abstract-substrate@1.4.7) (2025-04-25)
|
|
148
|
-
|
|
149
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
150
|
-
|
|
151
|
-
## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.5...@bitgo/abstract-substrate@1.4.6) (2025-04-15)
|
|
152
|
-
|
|
153
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
154
|
-
|
|
155
|
-
## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.4...@bitgo/abstract-substrate@1.4.5) (2025-04-04)
|
|
156
|
-
|
|
157
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
158
|
-
|
|
159
|
-
## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.3...@bitgo/abstract-substrate@1.4.4) (2025-04-02)
|
|
160
|
-
|
|
161
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
162
|
-
|
|
163
|
-
## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.2...@bitgo/abstract-substrate@1.4.3) (2025-03-28)
|
|
164
|
-
|
|
165
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
166
|
-
|
|
167
|
-
## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.1...@bitgo/abstract-substrate@1.4.2) (2025-03-20)
|
|
168
|
-
|
|
169
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
170
|
-
|
|
171
|
-
## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.0...@bitgo/abstract-substrate@1.4.1) (2025-03-18)
|
|
172
|
-
|
|
173
|
-
### Bug Fixes
|
|
174
|
-
|
|
175
|
-
- **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
|
|
176
|
-
|
|
177
|
-
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.3.0...@bitgo/abstract-substrate@1.4.0) (2025-03-06)
|
|
178
|
-
|
|
179
|
-
### Features
|
|
180
|
-
|
|
181
|
-
- **abstract-substrate:** add wrw for tao ([9f30890](https://github.com/BitGo/BitGoJS/commit/9f3089000330d47696ab057891cd8d1083004a2a))
|
|
182
|
-
|
|
183
|
-
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.3.0) (2025-03-04)
|
|
184
|
-
|
|
185
|
-
### Bug Fixes
|
|
186
|
-
|
|
187
|
-
- **sdk-coin-tao:** change amount and netuid type to string ([bbb92aa](https://github.com/BitGo/BitGoJS/commit/bbb92aa3e9def1e6260a074761cdf4a38888ebd6))
|
|
188
|
-
|
|
189
|
-
### Features
|
|
190
|
-
|
|
191
|
-
- **abstract-substrate:** add common types to abstract-substrate ([6298a42](https://github.com/BitGo/BitGoJS/commit/6298a42c0b476e87b3a5e0a3cd5e57cc5c262f50))
|
|
192
|
-
- **abstract-substrate:** add missing methods for TAO stake/unstake ([635854c](https://github.com/BitGo/BitGoJS/commit/635854cbd04f473c20d20820d03d1b82f8d013e9))
|
|
193
|
-
|
|
194
|
-
# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.2.0) (2025-02-26)
|
|
195
|
-
|
|
196
|
-
### Features
|
|
197
|
-
|
|
198
|
-
- **abstract-substrate:** add common types to abstract-substrate ([6298a42](https://github.com/BitGo/BitGoJS/commit/6298a42c0b476e87b3a5e0a3cd5e57cc5c262f50))
|
|
199
|
-
- **abstract-substrate:** add missing methods for TAO stake/unstake ([635854c](https://github.com/BitGo/BitGoJS/commit/635854cbd04f473c20d20820d03d1b82f8d013e9))
|
|
200
|
-
|
|
201
|
-
## [1.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.1.6) (2025-02-20)
|
|
202
|
-
|
|
203
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
204
|
-
|
|
205
|
-
## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.3...@bitgo/abstract-substrate@1.1.5) (2025-02-19)
|
|
206
|
-
|
|
207
|
-
### Bug Fixes
|
|
208
|
-
|
|
209
|
-
- **abstract-substrate:** fix abstract-substrate implementation ([1c986da](https://github.com/BitGo/BitGoJS/commit/1c986daa817353ca522c0e8e72e67a6dffa00fac))
|
|
210
|
-
- **abstract-substrate:** fix Material specName type ([2971d82](https://github.com/BitGo/BitGoJS/commit/2971d82879879c04190b45454a21f48473d13181))
|
|
211
|
-
- **abstract-substrate:** use correct error for isWalletAddress ([f50c557](https://github.com/BitGo/BitGoJS/commit/f50c557df66a331b30c1a790884ab1d69b635390))
|
|
212
|
-
|
|
213
|
-
## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.3...@bitgo/abstract-substrate@1.1.4) (2025-02-11)
|
|
214
|
-
|
|
215
|
-
### Bug Fixes
|
|
216
|
-
|
|
217
|
-
- **abstract-substrate:** fix abstract-substrate implementation ([1c986da](https://github.com/BitGo/BitGoJS/commit/1c986daa817353ca522c0e8e72e67a6dffa00fac))
|
|
218
|
-
- **abstract-substrate:** fix Material specName type ([2971d82](https://github.com/BitGo/BitGoJS/commit/2971d82879879c04190b45454a21f48473d13181))
|
|
219
|
-
|
|
220
|
-
## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.2...@bitgo/abstract-substrate@1.1.3) (2025-02-05)
|
|
221
|
-
|
|
222
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
223
|
-
|
|
224
|
-
## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.1...@bitgo/abstract-substrate@1.1.2) (2025-01-28)
|
|
225
|
-
|
|
226
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
227
|
-
|
|
228
|
-
## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.0...@bitgo/abstract-substrate@1.1.1) (2025-01-23)
|
|
229
|
-
|
|
230
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
231
|
-
|
|
232
|
-
# [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.0.2...@bitgo/abstract-substrate@1.1.0) (2025-01-23)
|
|
233
|
-
|
|
234
|
-
### Features
|
|
235
|
-
|
|
236
|
-
- implement abstract substrate functions ([20d831b](https://github.com/BitGo/BitGoJS/commit/20d831b3be8a2cb987eda6e842b6f1db34067c17))
|
|
237
|
-
|
|
238
|
-
## [1.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.0.1...@bitgo/abstract-substrate@1.0.2) (2025-01-20)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @bitgo/abstract-substrate
|
|
241
|
-
|
|
242
|
-
## 1.0.1 (2025-01-15)
|
|
243
|
-
|
|
244
|
-
### Bug Fixes
|
|
245
|
-
|
|
246
|
-
- **abstract-substrate:** fix package.json bitgo libs version ([1ed939b](https://github.com/BitGo/BitGoJS/commit/1ed939b3bbb469b40d0e1759ea229891e765f933))
|