Skip to content

Commit c5a1da8

Browse files
Merge pull request #5114 from BitGo/rel/latest
SDK release back merge
2 parents 6eda868 + fe0d680 commit c5a1da8

File tree

133 files changed

+690
-422
lines changed

Some content is hidden

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

133 files changed

+690
-422
lines changed

Dockerfile

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

258258
#LABEL_START
259-
LABEL created="Fri, 08 Nov 2024 02:05:43 GMT"
260-
LABEL version=10.5.1
261-
LABEL git_hash=0f6c330572bba4bf82ea5512c1d9a375c5f51339
259+
LABEL created="Fri, 08 Nov 2024 18:49:09 GMT"
260+
LABEL version=10.5.2
261+
LABEL git_hash=32175cea450e3841ce4936d1156236977a115937
262262
#LABEL_END
263263

264264
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.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
# [11.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-07)
711

812
### Features

modules/abstract-cosmos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,7 +38,7 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.13.0",
41+
"@bitgo/sdk-core": "^28.13.1",
4242
"@bitgo/statics": "^50.6.0",
4343
"@bitgo/utxo-lib": "^11.0.1",
4444
"@cosmjs/amino": "^0.29.5",

modules/abstract-eth/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+
## [22.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
# [22.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-07)
711

812
### Features

modules/abstract-eth/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-eth",
3-
"version": "22.3.0",
3+
"version": "22.3.1",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.13.0",
43+
"@bitgo/sdk-core": "^28.13.1",
4444
"@bitgo/statics": "^50.6.0",
4545
"@bitgo/utxo-lib": "^11.0.1",
4646
"@ethereumjs/common": "^2.6.5",
@@ -58,7 +58,7 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.56.2",
62-
"@bitgo/sdk-test": "^8.0.49"
61+
"@bitgo/sdk-api": "^1.56.3",
62+
"@bitgo/sdk-test": "^8.0.50"
6363
}
6464
}

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.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-07)
711

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

modules/abstract-lightning/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-lightning",
3-
"version": "1.2.22",
3+
"version": "1.2.23",
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.13.0",
40+
"@bitgo/sdk-core": "^28.13.1",
4141
"@bitgo/utxo-lib": "^11.0.1"
4242
}
4343
}

modules/abstract-utxo/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+
## [9.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
## [9.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-07)
711

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

modules/abstract-utxo/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-utxo",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@bitgo/blockapis": "^1.10.6",
41-
"@bitgo/sdk-api": "^1.56.2",
42-
"@bitgo/sdk-core": "^28.13.0",
41+
"@bitgo/sdk-api": "^1.56.3",
42+
"@bitgo/sdk-core": "^28.13.1",
4343
"@bitgo/unspents": "^0.47.12",
4444
"@bitgo/utxo-lib": "^11.0.1",
4545
"@bitgo/wasm-miniscript": "^1.3.0",

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.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
610
## [23.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-07)
711

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

0 commit comments

Comments
 (0)