Skip to content

Commit e8bf1cc

Browse files
Merge pull request #3660 from BitGo/rel/latest
Rel/latest
2 parents e2e104e + 78a2f9a commit e8bf1cc

File tree

120 files changed

+1555
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+1555
-429
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-polygon /var/modules/sdk-coin-po
106106
RUN cd /var/modules/sdk-coin-polygon && yarn link
107107
COPY --from=builder /tmp/bitgo/modules/sdk-coin-rbtc /var/modules/sdk-coin-rbtc/
108108
RUN cd /var/modules/sdk-coin-rbtc && yarn link
109+
COPY --from=builder /tmp/bitgo/modules/sdk-coin-sei /var/modules/sdk-coin-sei/
110+
RUN cd /var/modules/sdk-coin-sei && yarn link
109111
COPY --from=builder /tmp/bitgo/modules/sdk-coin-sol /var/modules/sdk-coin-sol/
110112
RUN cd /var/modules/sdk-coin-sol && yarn link
111113
COPY --from=builder /tmp/bitgo/modules/sdk-coin-stx /var/modules/sdk-coin-stx/
@@ -142,8 +144,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethw /var/modules/sdk-coin-ethw/
142144
RUN cd /var/modules/sdk-coin-ethw && yarn link
143145
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ltc /var/modules/sdk-coin-ltc/
144146
RUN cd /var/modules/sdk-coin-ltc && yarn link
145-
COPY --from=builder /tmp/bitgo/modules/sdk-coin-sei /var/modules/sdk-coin-sei/
146-
RUN cd /var/modules/sdk-coin-sei && yarn link
147147
COPY --from=builder /tmp/bitgo/modules/sdk-coin-xlm /var/modules/sdk-coin-xlm/
148148
RUN cd /var/modules/sdk-coin-xlm && yarn link
149149
COPY --from=builder /tmp/bitgo/modules/sdk-coin-xrp /var/modules/sdk-coin-xrp/
@@ -188,6 +188,7 @@ RUN cd /var/bitgo-express && \
188188
yarn link @bitgo/sdk-coin-osmo && \
189189
yarn link @bitgo/sdk-coin-polygon && \
190190
yarn link @bitgo/sdk-coin-rbtc && \
191+
yarn link @bitgo/sdk-coin-sei && \
191192
yarn link @bitgo/sdk-coin-sol && \
192193
yarn link @bitgo/sdk-coin-stx && \
193194
yarn link @bitgo/sdk-coin-sui && \
@@ -206,16 +207,15 @@ RUN cd /var/bitgo-express && \
206207
yarn link @bitgo/sdk-coin-eos && \
207208
yarn link @bitgo/sdk-coin-ethw && \
208209
yarn link @bitgo/sdk-coin-ltc && \
209-
yarn link @bitgo/sdk-coin-sei && \
210210
yarn link @bitgo/sdk-coin-xlm && \
211211
yarn link @bitgo/sdk-coin-xrp && \
212212
yarn link @bitgo/sdk-coin-zec
213213
#LINK_END
214214

215215
#LABEL_START
216-
LABEL created="Mon, 19 Jun 2023 12:36:24 GMT"
217-
LABEL version=9.27.0
218-
LABEL git_hash=f244290e9dbdc327d7c958a8855dcef0fbc36ba4
216+
LABEL created="Wed, 21 Jun 2023 04:11:17 GMT"
217+
LABEL version=9.29.0
218+
LABEL git_hash=fced576cf32a20224ba25abd31efdfd4e8e04f94
219219
#LABEL_END
220220

221221
USER node

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-21)
7+
8+
### Features
9+
10+
- **bitgo:** update dockerfile ([987140b](https://github.com/BitGo/BitGoJS/commit/987140b2b40e9f2f2c2911eb750a33f2185d43b7))
11+
12+
## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-14)
13+
14+
**Note:** Version bump only for package @bitgo/abstract-cosmos
15+
16+
# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-13)
17+
18+
### Features
19+
20+
- **abstract-cosmos:** sdk abstract-cosmos and sdk osmo refactored ([d1bb5f6](https://github.com/BitGo/BitGoJS/commit/d1bb5f614533b1cc119b434510539673061d2c2a))
21+
- **sdk-coin-tia:** celestia sdk along with testcases ([eb1431a](https://github.com/BitGo/BitGoJS/commit/eb1431a02de539b05f1fc2660c650563f3d7085a))
22+
- **sdk-coin-tia:** celestia sdk along with testcases ([1d104e0](https://github.com/BitGo/BitGoJS/commit/1d104e0d0ac0c813d16cd6da759b1a904bab4641))
23+
24+
## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-07)
25+
26+
**Note:** Version bump only for package @bitgo/abstract-cosmos
27+
628
# 1.1.0 (2023-06-05)
729

830
### Bug Fixes

modules/abstract-cosmos/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "1.1.0",
3+
"version": "1.3.0",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,18 +37,18 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^8.7.0",
41-
"@bitgo/statics": "^16.1.0",
42-
"@bitgo/utxo-lib": "^9.0.0",
40+
"@bitgo/sdk-core": "^8.10.0",
41+
"@bitgo/statics": "^17.0.1",
42+
"@bitgo/utxo-lib": "^9.2.0",
4343
"@cosmjs/amino": "^0.29.5",
4444
"@cosmjs/crypto": "^0.30.1",
4545
"@cosmjs/encoding": "^0.29.5",
4646
"@cosmjs/proto-signing": "^0.29.5",
4747
"@cosmjs/stargate": "^0.29.5",
4848
"bignumber.js": "^9.1.1",
4949
"cosmjs-types": "^0.6.1",
50-
"superagent": "^3.8.3",
51-
"lodash": "^4.17.21"
50+
"lodash": "^4.17.21",
51+
"superagent": "^3.8.3"
5252
},
5353
"devDependencies": {
5454
"@types/lodash": "^4.14.183"

modules/abstract-eth/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-21)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
10+
## [1.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-14)
11+
12+
**Note:** Version bump only for package @bitgo/abstract-eth
13+
14+
## [1.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-13)
15+
16+
**Note:** Version bump only for package @bitgo/abstract-eth
17+
18+
## [1.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-07)
19+
20+
**Note:** Version bump only for package @bitgo/abstract-eth
21+
622
## [1.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-05)
723

824
**Note:** Version bump only for package @bitgo/abstract-eth

modules/abstract-eth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "1.2.23",
3+
"version": "1.2.27",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,10 +37,10 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-coin-eth": "^4.5.0",
41-
"@bitgo/sdk-core": "^8.7.0",
42-
"@bitgo/statics": "^16.1.0",
43-
"@bitgo/utxo-lib": "^9.0.0",
40+
"@bitgo/sdk-coin-eth": "^4.5.4",
41+
"@bitgo/sdk-core": "^8.10.0",
42+
"@bitgo/statics": "^17.0.1",
43+
"@bitgo/utxo-lib": "^9.2.0",
4444
"bignumber.js": "^8.0.1"
4545
}
4646
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-21)
7+
8+
### Features
9+
10+
- **abstract-utxo:** support express external signer for musig2 inputs ([4401367](https://github.com/BitGo/BitGoJS/commit/44013673d564c976ae7b55788369dc48acbec64f))
11+
- **utxo-lib:** add extractTransaction to UtxoPsbt ([0c41982](https://github.com/BitGo/BitGoJS/commit/0c41982de5b9397e69b314272c4e0f38bb6f69c3))
12+
13+
## [3.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-14)
14+
15+
**Note:** Version bump only for package @bitgo/abstract-utxo
16+
17+
## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-13)
18+
19+
**Note:** Version bump only for package @bitgo/abstract-utxo
20+
21+
# [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-07)
22+
23+
### Features
24+
25+
- **abstract-utxo:** make walletId param optional for signtx ([f5aff50](https://github.com/BitGo/BitGoJS/commit/f5aff5087727fb1842dc7cda64756553ab364c2b))
26+
627
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-05)
728

829
### Bug Fixes

modules/abstract-utxo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "3.0.0",
3+
"version": "3.2.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,11 +37,11 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/blockapis": "^1.6.8",
41-
"@bitgo/sdk-api": "^1.10.5",
42-
"@bitgo/sdk-core": "^8.7.0",
43-
"@bitgo/unspents": "^0.15.0",
44-
"@bitgo/utxo-lib": "^9.0.0",
40+
"@bitgo/blockapis": "^1.7.0",
41+
"@bitgo/sdk-api": "^1.11.2",
42+
"@bitgo/sdk-core": "^8.10.0",
43+
"@bitgo/unspents": "^0.15.3",
44+
"@bitgo/utxo-lib": "^9.2.0",
4545
"@types/bluebird": "^3.5.25",
4646
"@types/lodash": "^4.14.121",
4747
"@types/superagent": "4.1.15",

modules/account-lib/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-21)
7+
8+
### Features
9+
10+
- **sdk-coin-bld:** agoric sdk along with testcases ([ed60702](https://github.com/BitGo/BitGoJS/commit/ed607029abc9f85babbe05475248b2d2718cf667))
11+
- **sdk-coin-hash:** provenance sdk init along with testcases ([3862212](https://github.com/BitGo/BitGoJS/commit/38622127b29558aaefa6a135a284a727f94a057b))
12+
- **sdk-coin-sei:** sei sdk init along with testcases ([d7fac3f](https://github.com/BitGo/BitGoJS/commit/d7fac3f17ca99535a9d0aa81acd6d1d84bf5d54d))
13+
14+
## [4.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-14)
15+
16+
**Note:** Version bump only for package @bitgo/account-lib
17+
18+
# [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-13)
19+
20+
### Features
21+
22+
- **abstract-cosmos:** sdk abstract-cosmos and sdk osmo refactored ([d1bb5f6](https://github.com/BitGo/BitGoJS/commit/d1bb5f614533b1cc119b434510539673061d2c2a))
23+
- **account-lib:** add osmo ([4e4d69b](https://github.com/BitGo/BitGoJS/commit/4e4d69b77923aaae9f91e4c98d60c050259d9712))
24+
- **account-lib:** add osmo ([d8eeaa4](https://github.com/BitGo/BitGoJS/commit/d8eeaa43db3204f8b1591186e1978f853710af50))
25+
- **sdk-coin-tia:** celestia sdk along with testcases ([1d104e0](https://github.com/BitGo/BitGoJS/commit/1d104e0d0ac0c813d16cd6da759b1a904bab4641))
26+
- **sdk-core:** make paillier proofs mandatory ([4c62dd8](https://github.com/BitGo/BitGoJS/commit/4c62dd8bae41b0a66a4aa840c16f2cdf5abc9997))
27+
28+
## [4.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-07)
29+
30+
### Bug Fixes
31+
32+
- **sdk-coin-trx:** os agnostic commands ([6a740f2](https://github.com/BitGo/BitGoJS/commit/6a740f22ac8e79bdadbe28ee14a8a62cb554bd65))
33+
634
# [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-06-05)
735

836
### Bug Fixes

modules/account-lib/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "4.7.0",
3+
"version": "4.9.0",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -27,34 +27,34 @@
2727
"node": ">=14 <17"
2828
},
2929
"dependencies": {
30-
"@bitgo/sdk-coin-algo": "^1.3.23",
31-
"@bitgo/sdk-coin-atom": "^3.3.0",
32-
"@bitgo/sdk-coin-avaxc": "^2.4.14",
33-
"@bitgo/sdk-coin-avaxp": "^3.5.14",
34-
"@bitgo/sdk-coin-bld": "^1.0.0",
35-
"@bitgo/sdk-coin-bsc": "^3.6.0",
36-
"@bitgo/sdk-coin-celo": "^1.3.23",
37-
"@bitgo/sdk-coin-cspr": "^1.2.23",
38-
"@bitgo/sdk-coin-dot": "^2.3.1",
39-
"@bitgo/sdk-coin-etc": "^1.2.23",
40-
"@bitgo/sdk-coin-eth": "^4.5.0",
41-
"@bitgo/sdk-coin-eth2": "^1.2.23",
42-
"@bitgo/sdk-coin-hash": "^1.0.0",
43-
"@bitgo/sdk-coin-hbar": "^1.3.23",
44-
"@bitgo/sdk-coin-near": "^1.4.1",
45-
"@bitgo/sdk-coin-osmo": "^1.1.0",
46-
"@bitgo/sdk-coin-polygon": "^1.5.7",
47-
"@bitgo/sdk-coin-rbtc": "^1.3.23",
48-
"@bitgo/sdk-coin-sei": "^1.0.0",
49-
"@bitgo/sdk-coin-sol": "^2.5.1",
50-
"@bitgo/sdk-coin-stx": "^2.0.7",
51-
"@bitgo/sdk-coin-sui": "^3.0.7",
52-
"@bitgo/sdk-coin-tia": "^1.0.0",
53-
"@bitgo/sdk-coin-trx": "^1.8.0",
54-
"@bitgo/sdk-coin-xtz": "^1.4.23",
55-
"@bitgo/sdk-core": "^8.7.0",
56-
"@bitgo/sdk-lib-mpc": "^8.4.0",
57-
"@bitgo/statics": "^16.1.0",
30+
"@bitgo/sdk-coin-algo": "^1.3.27",
31+
"@bitgo/sdk-coin-atom": "^3.3.4",
32+
"@bitgo/sdk-coin-avaxc": "^2.4.18",
33+
"@bitgo/sdk-coin-avaxp": "^3.5.18",
34+
"@bitgo/sdk-coin-bld": "^1.1.0",
35+
"@bitgo/sdk-coin-bsc": "^3.6.4",
36+
"@bitgo/sdk-coin-celo": "^1.3.27",
37+
"@bitgo/sdk-coin-cspr": "^1.2.27",
38+
"@bitgo/sdk-coin-dot": "^3.0.2",
39+
"@bitgo/sdk-coin-etc": "^1.2.27",
40+
"@bitgo/sdk-coin-eth": "^4.5.4",
41+
"@bitgo/sdk-coin-eth2": "^1.2.27",
42+
"@bitgo/sdk-coin-hash": "^1.1.0",
43+
"@bitgo/sdk-coin-hbar": "^1.3.27",
44+
"@bitgo/sdk-coin-near": "^1.4.5",
45+
"@bitgo/sdk-coin-osmo": "^1.3.2",
46+
"@bitgo/sdk-coin-polygon": "^1.5.11",
47+
"@bitgo/sdk-coin-rbtc": "^1.3.27",
48+
"@bitgo/sdk-coin-sei": "^1.1.0",
49+
"@bitgo/sdk-coin-sol": "^2.5.5",
50+
"@bitgo/sdk-coin-stx": "^2.0.11",
51+
"@bitgo/sdk-coin-sui": "^3.2.0",
52+
"@bitgo/sdk-coin-tia": "^1.1.2",
53+
"@bitgo/sdk-coin-trx": "^1.8.4",
54+
"@bitgo/sdk-coin-xtz": "^1.4.27",
55+
"@bitgo/sdk-core": "^8.10.0",
56+
"@bitgo/sdk-lib-mpc": "^8.5.0",
57+
"@bitgo/statics": "^17.0.1",
5858
"bignumber.js": "^9.0.0",
5959
"bs58": "^4.0.1"
6060
},

modules/bitgo/CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,66 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.4.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@19.4.0) (2023-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **sdk-core:** recreate tx for account coins ([16d1244](https://github.com/BitGo/BitGoJS/commit/16d1244ce79a72474ce21dee5ec79499c5cc2963))
12+
13+
14+
### Features
15+
16+
* **abstract-utxo:** support express external signer for musig2 inputs ([4401367](https://github.com/BitGo/BitGoJS/commit/44013673d564c976ae7b55788369dc48acbec64f))
17+
* **sdk-coin-bld:** agoric sdk along with testcases ([ed60702](https://github.com/BitGo/BitGoJS/commit/ed607029abc9f85babbe05475248b2d2718cf667))
18+
* **sdk-coin-bld:** agoric sdk along with testcases ([3cba328](https://github.com/BitGo/BitGoJS/commit/3cba3289ea2d37122ff5274c8d373986c53b33d2))
19+
* **sdk-coin-hash:** provenance sdk init along with testcases ([7ab7cca](https://github.com/BitGo/BitGoJS/commit/7ab7ccad66e394298befdbb993abc182943ecf5c))
20+
* **sdk-coin-sei:** sei sdk init along with testcases ([d7fac3f](https://github.com/BitGo/BitGoJS/commit/d7fac3f17ca99535a9d0aa81acd6d1d84bf5d54d))
21+
22+
23+
24+
25+
26+
# [19.3.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@19.3.0) (2023-06-14)
27+
28+
29+
### Features
30+
31+
* **root:** use eddsa commitment for tss utils and signing ([b14b64f](https://github.com/BitGo/BitGoJS/commit/b14b64fbcb4cf65880154586b777992be0e49d37))
32+
* **sdk-core:** remove ecdsa tss feature flag ([1382684](https://github.com/BitGo/BitGoJS/commit/1382684250102d13ff829f84d724331f8c8dd073))
33+
34+
35+
36+
37+
38+
# [19.2.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@19.2.0) (2023-06-13)
39+
40+
41+
### Features
42+
43+
* **sdk-coin-tia:** celestia sdk along with testcases ([1d104e0](https://github.com/BitGo/BitGoJS/commit/1d104e0d0ac0c813d16cd6da759b1a904bab4641))
44+
* **sdk-core:** accelerateTransaction always uses txFormat=psbt ([41da856](https://github.com/BitGo/BitGoJS/commit/41da85613862753e301f57163f3e5c10ed7477de))
45+
* **sdk-core:** make paillier proofs mandatory ([4c62dd8](https://github.com/BitGo/BitGoJS/commit/4c62dd8bae41b0a66a4aa840c16f2cdf5abc9997))
46+
* **sdk-core:** manageUnspents overrides txFormat during bss ([1f53a9d](https://github.com/BitGo/BitGoJS/commit/1f53a9d91767c8e0c3deca74a66b881f92a2d2b6))
47+
* **sdk-core:** sendMany always builds with psbt format for non-tss ([8c894b2](https://github.com/BitGo/BitGoJS/commit/8c894b2adef167abb1e8eb57b5643e1eaf69cc77))
48+
* **sdk-core:** sweepWallet uses txFormat='psbt' ([bc80b3d](https://github.com/BitGo/BitGoJS/commit/bc80b3db5d917961bd5f8446bba8bef2f89f5c8e))
49+
50+
51+
52+
53+
54+
# [19.1.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@19.1.0) (2023-06-07)
55+
56+
57+
### Features
58+
59+
* **abstract-utxo:** make walletId param optional for signtx ([f5aff50](https://github.com/BitGo/BitGoJS/commit/f5aff5087727fb1842dc7cda64756553ab364c2b))
60+
* **statics:** add Injective config ([750e817](https://github.com/BitGo/BitGoJS/commit/750e8178f50c6814e7dc92148b70beb287719b8a))
61+
62+
63+
64+
65+
666
# [19.0.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@19.0.0) (2023-06-05)
767

868

0 commit comments

Comments
 (0)