Skip to content

Commit 98b16cf

Browse files
Merge pull request #5420 from BitGo/rel/latest
chore(root): publish modules
2 parents 411c649 + 8e272dd commit 98b16cf

File tree

157 files changed

+1372
-618
lines changed

Some content is hidden

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

157 files changed

+1372
-618
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-atom /var/modules/sdk-coin-atom/
6363
COPY --from=builder /tmp/bitgo/modules/abstract-cosmos /var/modules/abstract-cosmos/
6464
COPY --from=builder /tmp/bitgo/modules/sdk-coin-avaxc /var/modules/sdk-coin-avaxc/
6565
COPY --from=builder /tmp/bitgo/modules/sdk-coin-avaxp /var/modules/sdk-coin-avaxp/
66-
COPY --from=builder /tmp/bitgo/modules/sdk-coin-baby /var/modules/sdk-coin-baby/
6766
COPY --from=builder /tmp/bitgo/modules/sdk-coin-eth /var/modules/sdk-coin-eth/
67+
COPY --from=builder /tmp/bitgo/modules/sdk-coin-baby /var/modules/sdk-coin-baby/
6868
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bera /var/modules/sdk-coin-bera/
6969
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bld /var/modules/sdk-coin-bld/
7070
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bsc /var/modules/sdk-coin-bsc/
@@ -142,8 +142,8 @@ cd /var/modules/sdk-coin-atom && yarn link && \
142142
cd /var/modules/abstract-cosmos && yarn link && \
143143
cd /var/modules/sdk-coin-avaxc && yarn link && \
144144
cd /var/modules/sdk-coin-avaxp && yarn link && \
145-
cd /var/modules/sdk-coin-baby && yarn link && \
146145
cd /var/modules/sdk-coin-eth && yarn link && \
146+
cd /var/modules/sdk-coin-baby && yarn link && \
147147
cd /var/modules/sdk-coin-bera && yarn link && \
148148
cd /var/modules/sdk-coin-bld && yarn link && \
149149
cd /var/modules/sdk-coin-bsc && yarn link && \
@@ -224,8 +224,8 @@ RUN cd /var/bitgo-express && \
224224
yarn link @bitgo/abstract-cosmos && \
225225
yarn link @bitgo/sdk-coin-avaxc && \
226226
yarn link @bitgo/sdk-coin-avaxp && \
227-
yarn link @bitgo/sdk-coin-baby && \
228227
yarn link @bitgo/sdk-coin-eth && \
228+
yarn link @bitgo/sdk-coin-baby && \
229229
yarn link @bitgo/sdk-coin-bera && \
230230
yarn link @bitgo/sdk-coin-bld && \
231231
yarn link @bitgo/sdk-coin-bsc && \
@@ -280,9 +280,9 @@ RUN cd /var/bitgo-express && \
280280
#LINK_END
281281

282282
#LABEL_START
283-
LABEL created="Mon, 20 Jan 2025 14:11:17 GMT"
284-
LABEL version=10.6.9
285-
LABEL git_hash=0ac3f4f1997fb2b28081f10e813f6790b2dc0b90
283+
LABEL created="Thu, 23 Jan 2025 20:12:13 GMT"
284+
LABEL version=10.6.11
285+
LABEL git_hash=fba132f039d492cc4db687470404551a520d879f
286286
#LABEL_END
287287

288288
USER node

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
10+
## [11.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
11+
12+
**Note:** Version bump only for package @bitgo/abstract-cosmos
13+
614
## [11.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
715

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

modules/abstract-cosmos/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "11.2.16",
3+
"version": "11.2.18",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.20.0",
42-
"@bitgo/statics": "^50.20.0",
41+
"@bitgo/sdk-core": "^28.21.1",
42+
"@bitgo/statics": "^50.21.1",
4343
"@bitgo/utxo-lib": "^11.2.1",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",
@@ -54,5 +54,6 @@
5454
},
5555
"devDependencies": {
5656
"@types/lodash": "^4.14.183"
57-
}
57+
},
58+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
5859
}

modules/abstract-eth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
10+
## [22.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
11+
12+
**Note:** Version bump only for package @bitgo/abstract-eth
13+
614
## [22.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
715

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

modules/abstract-eth/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "22.4.10",
3+
"version": "22.4.12",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,8 +40,8 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.20.0",
44-
"@bitgo/statics": "^50.20.0",
43+
"@bitgo/sdk-core": "^28.21.1",
44+
"@bitgo/statics": "^50.21.1",
4545
"@bitgo/utxo-lib": "^11.2.1",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
@@ -58,8 +58,9 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.58.2",
62-
"@bitgo/sdk-test": "^8.0.65",
61+
"@bitgo/sdk-api": "^1.58.4",
62+
"@bitgo/sdk-test": "^8.0.67",
6363
"@types/keccak": "^3.0.5"
64-
}
64+
},
65+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
6566
}

modules/abstract-lightning/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
10+
## [1.2.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
11+
12+
**Note:** Version bump only for package @bitgo/abstract-lightning
13+
614
## [1.2.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
715

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

modules/abstract-lightning/package.json

Lines changed: 4 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.38",
3+
"version": "1.2.40",
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,8 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.20.0",
40+
"@bitgo/sdk-core": "^28.21.1",
4141
"@bitgo/utxo-lib": "^11.2.1"
42-
}
42+
},
43+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
4344
}

modules/abstract-substrate/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
10+
# [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
11+
12+
### Features
13+
14+
- implement abstract substrate functions ([20d831b](https://github.com/BitGo/BitGoJS/commit/20d831b3be8a2cb987eda6e842b6f1db34067c17))
15+
616
## [1.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
717

818
**Note:** Version bump only for package @bitgo/abstract-substrate

modules/abstract-substrate/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-substrate",
3-
"version": "1.0.2",
3+
"version": "1.1.1",
44
"description": "BitGo SDK coin library for Substrate base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.20.0",
42-
"@bitgo/statics": "^50.20.0",
41+
"@bitgo/sdk-core": "^28.21.1",
42+
"@bitgo/statics": "^50.21.1",
4343
"@polkadot/keyring": "13.3.1",
4444
"@polkadot/types": "14.1.1",
4545
"@polkadot/util": "13.3.1",
@@ -50,5 +50,6 @@
5050
"hi-base32": "^0.5.1",
5151
"lodash": "^4.17.15",
5252
"tweetnacl": "^1.0.3"
53-
}
53+
},
54+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
5455
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
10+
# [9.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
11+
12+
### Bug Fixes
13+
14+
- **abstract-utxo:** only include dist/src in package.json ([ae0c36a](https://github.com/BitGo/BitGoJS/commit/ae0c36a1579a7ec698ac09efc443dd75142212e9))
15+
16+
### Features
17+
18+
- **abstract-utxo:** export `offlineVault` module ([cf248c1](https://github.com/BitGo/BitGoJS/commit/cf248c191b5f3a77e7556ec3208ab39c2aa369ca))
19+
- add getTransactionExplanation ([8a53455](https://github.com/BitGo/BitGoJS/commit/8a53455a9246c814185f61d4115d745395fc8cd0))
20+
621
# [9.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
722

823
### Bug Fixes

0 commit comments

Comments
 (0)