Skip to content

Commit 6ab0321

Browse files
authored
Merge pull request #4983 from BitGo/rel/latest
Rel/latest
2 parents 8ef85c9 + 51fe857 commit 6ab0321

File tree

141 files changed

+875
-511
lines changed

Some content is hidden

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

141 files changed

+875
-511
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ RUN cd /var/bitgo-express && \
253253
#LINK_END
254254

255255
#LABEL_START
256-
LABEL created="Tue, 24 Sep 2024 19:16:16 GMT"
257-
LABEL version=10.4.2
258-
LABEL git_hash=002953d939e71e8ad2e349278264bd1d5cdbdb4a
256+
LABEL created="Fri, 04 Oct 2024 01:21:20 GMT"
257+
LABEL version=10.4.3
258+
LABEL git_hash=46d7ad685ea88ad47b4f9e7dc4f45eee08515dc0
259259
#LABEL_END
260260

261261
USER node

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [11.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
711

812
**Note:** Version bump only for package @bitgo/abstract-cosmos

modules/abstract-cosmos/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "11.0.7",
3+
"version": "11.0.8",
44
"description": "BitGo SDK coin library for COSMOS 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-core": "^28.7.0",
40+
"@bitgo/sdk-core": "^28.8.0",
4141
"@bitgo/sdk-lib-mpc": "^10.0.0",
42-
"@bitgo/statics": "^50.0.0",
43-
"@bitgo/utxo-lib": "^10.3.0",
42+
"@bitgo/statics": "^50.1.0",
43+
"@bitgo/utxo-lib": "^11.0.0",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",
4646
"@cosmjs/encoding": "^0.29.5",

modules/abstract-eth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [22.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
### Features
9+
10+
- **sdk-coin-avaxc:** add avaxc support for evm ccr ([b37f97b](https://github.com/BitGo/BitGoJS/commit/b37f97bf2aa1e7353e4ee15e53487c2f6024aa7e))
11+
612
## [22.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
713

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

modules/abstract-eth/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-eth",
3-
"version": "22.1.2",
3+
"version": "22.2.0",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.7.0",
43+
"@bitgo/sdk-core": "^28.8.0",
4444
"@bitgo/sdk-lib-mpc": "^10.0.0",
45-
"@bitgo/statics": "^50.0.0",
46-
"@bitgo/utxo-lib": "^10.3.0",
45+
"@bitgo/statics": "^50.1.0",
46+
"@bitgo/utxo-lib": "^11.0.0",
4747
"@ethereumjs/common": "^2.6.5",
4848
"@ethereumjs/tx": "^3.3.0",
4949
"@metamask/eth-sig-util": "^5.0.2",
@@ -59,8 +59,8 @@
5959
"superagent": "^9.0.1"
6060
},
6161
"devDependencies": {
62-
"@bitgo/sdk-api": "^1.54.3",
63-
"@bitgo/sdk-test": "^8.0.43",
62+
"@bitgo/sdk-api": "^1.55.0",
63+
"@bitgo/sdk-test": "^8.0.44",
6464
"secp256k1": "5.0.0"
6565
}
6666
}

modules/abstract-lightning/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
711

812
**Note:** Version bump only for package @bitgo/abstract-lightning

modules/abstract-lightning/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-lightning",
3-
"version": "1.2.16",
3+
"version": "1.2.17",
44
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.7.0",
41-
"@bitgo/utxo-lib": "^10.3.0"
40+
"@bitgo/sdk-core": "^28.8.0",
41+
"@bitgo/utxo-lib": "^11.0.0"
4242
}
4343
}

modules/abstract-utxo/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+
# [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
### chore
9+
10+
- **utxo-lib:** remove unnecessary properties from WalletUnspent ([159f667](https://github.com/BitGo/BitGoJS/commit/159f66715cf8aa0f485d4df601556b0564cc6cfa))
11+
12+
### Features
13+
14+
- add btc testnet4 to sdk ([8edfa40](https://github.com/BitGo/BitGoJS/commit/8edfa40e24fa5061f104e7e59a8e55c2dd27a0b8))
15+
16+
### BREAKING CHANGES
17+
18+
- **utxo-lib:** removes fields from WalletUnspent type
19+
20+
Issue: BTC-1351
21+
622
## [8.14.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
723

824
### 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": "8.14.4",
3+
"version": "9.0.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.10.4",
41-
"@bitgo/sdk-api": "^1.54.3",
42-
"@bitgo/sdk-core": "^28.7.0",
43-
"@bitgo/unspents": "^0.47.10",
44-
"@bitgo/utxo-lib": "^10.3.0",
40+
"@bitgo/blockapis": "^1.10.5",
41+
"@bitgo/sdk-api": "^1.55.0",
42+
"@bitgo/sdk-core": "^28.8.0",
43+
"@bitgo/unspents": "^0.47.11",
44+
"@bitgo/utxo-lib": "^11.0.0",
4545
"@bitgo/wasm-miniscript": "^1.3.0",
4646
"@types/bluebird": "^3.5.25",
4747
"@types/lodash": "^4.14.121",

modules/account-lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [23.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
610
## [23.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
711

812
**Note:** Version bump only for package @bitgo/account-lib

0 commit comments

Comments
 (0)