Skip to content

Commit 8beed66

Browse files
authored
Merge pull request #5374 from BitGo/rel/latest
chore(root): publish modules
2 parents 32577ba + 04af01b commit 8beed66

File tree

147 files changed

+834
-514
lines changed

Some content is hidden

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

147 files changed

+834
-514
lines changed

Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-arbeth /var/modules/sdk-coin-arb
6161
COPY --from=builder /tmp/bitgo/modules/abstract-eth /var/modules/abstract-eth/
6262
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/
64-
COPY --from=builder /tmp/bitgo/modules/abstract-substrate /var/modules/abstract-substrate/
6564
COPY --from=builder /tmp/bitgo/modules/sdk-coin-avaxc /var/modules/sdk-coin-avaxc/
6665
COPY --from=builder /tmp/bitgo/modules/sdk-coin-avaxp /var/modules/sdk-coin-avaxp/
6766
COPY --from=builder /tmp/bitgo/modules/sdk-coin-eth /var/modules/sdk-coin-eth/
@@ -90,7 +89,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-sei /var/modules/sdk-coin-sei/
9089
COPY --from=builder /tmp/bitgo/modules/sdk-coin-sol /var/modules/sdk-coin-sol/
9190
COPY --from=builder /tmp/bitgo/modules/sdk-coin-stx /var/modules/sdk-coin-stx/
9291
COPY --from=builder /tmp/bitgo/modules/sdk-coin-sui /var/modules/sdk-coin-sui/
93-
COPY --from=builder /tmp/bitgo/modules/sdk-coin-tao /var/modules/sdk-coin-tao/
9492
COPY --from=builder /tmp/bitgo/modules/sdk-coin-tia /var/modules/sdk-coin-tia/
9593
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ton /var/modules/sdk-coin-ton/
9694
COPY --from=builder /tmp/bitgo/modules/sdk-coin-trx /var/modules/sdk-coin-trx/
@@ -112,6 +110,8 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethlike /var/modules/sdk-coin-et
112110
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethw /var/modules/sdk-coin-ethw/
113111
COPY --from=builder /tmp/bitgo/modules/sdk-coin-lnbtc /var/modules/sdk-coin-lnbtc/
114112
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ltc /var/modules/sdk-coin-ltc/
113+
COPY --from=builder /tmp/bitgo/modules/sdk-coin-tao /var/modules/sdk-coin-tao/
114+
COPY --from=builder /tmp/bitgo/modules/abstract-substrate /var/modules/abstract-substrate/
115115
COPY --from=builder /tmp/bitgo/modules/sdk-coin-xlm /var/modules/sdk-coin-xlm/
116116
COPY --from=builder /tmp/bitgo/modules/sdk-coin-zec /var/modules/sdk-coin-zec/
117117

@@ -138,7 +138,6 @@ cd /var/modules/sdk-coin-arbeth && yarn link && \
138138
cd /var/modules/abstract-eth && yarn link && \
139139
cd /var/modules/sdk-coin-atom && yarn link && \
140140
cd /var/modules/abstract-cosmos && yarn link && \
141-
cd /var/modules/abstract-substrate && yarn link && \
142141
cd /var/modules/sdk-coin-avaxc && yarn link && \
143142
cd /var/modules/sdk-coin-avaxp && yarn link && \
144143
cd /var/modules/sdk-coin-eth && yarn link && \
@@ -167,7 +166,6 @@ cd /var/modules/sdk-coin-sei && yarn link && \
167166
cd /var/modules/sdk-coin-sol && yarn link && \
168167
cd /var/modules/sdk-coin-stx && yarn link && \
169168
cd /var/modules/sdk-coin-sui && yarn link && \
170-
cd /var/modules/sdk-coin-tao && yarn link && \
171169
cd /var/modules/sdk-coin-tia && yarn link && \
172170
cd /var/modules/sdk-coin-ton && yarn link && \
173171
cd /var/modules/sdk-coin-trx && yarn link && \
@@ -189,6 +187,8 @@ cd /var/modules/sdk-coin-ethlike && yarn link && \
189187
cd /var/modules/sdk-coin-ethw && yarn link && \
190188
cd /var/modules/sdk-coin-lnbtc && yarn link && \
191189
cd /var/modules/sdk-coin-ltc && yarn link && \
190+
cd /var/modules/sdk-coin-tao && yarn link && \
191+
cd /var/modules/abstract-substrate && yarn link && \
192192
cd /var/modules/sdk-coin-xlm && yarn link && \
193193
cd /var/modules/sdk-coin-zec && yarn link
194194
#COPY_END
@@ -218,7 +218,6 @@ RUN cd /var/bitgo-express && \
218218
yarn link @bitgo/abstract-eth && \
219219
yarn link @bitgo/sdk-coin-atom && \
220220
yarn link @bitgo/abstract-cosmos && \
221-
yarn link @bitgo/abstract-substrate && \
222221
yarn link @bitgo/sdk-coin-avaxc && \
223222
yarn link @bitgo/sdk-coin-avaxp && \
224223
yarn link @bitgo/sdk-coin-eth && \
@@ -247,7 +246,6 @@ RUN cd /var/bitgo-express && \
247246
yarn link @bitgo/sdk-coin-sol && \
248247
yarn link @bitgo/sdk-coin-stx && \
249248
yarn link @bitgo/sdk-coin-sui && \
250-
yarn link @bitgo/sdk-coin-tao && \
251249
yarn link @bitgo/sdk-coin-tia && \
252250
yarn link @bitgo/sdk-coin-ton && \
253251
yarn link @bitgo/sdk-coin-trx && \
@@ -269,14 +267,16 @@ RUN cd /var/bitgo-express && \
269267
yarn link @bitgo/sdk-coin-ethw && \
270268
yarn link @bitgo/sdk-coin-lnbtc && \
271269
yarn link @bitgo/sdk-coin-ltc && \
270+
yarn link @bitgo/sdk-coin-tao && \
271+
yarn link @bitgo/abstract-substrate && \
272272
yarn link @bitgo/sdk-coin-xlm && \
273273
yarn link @bitgo/sdk-coin-zec
274274
#LINK_END
275275

276276
#LABEL_START
277-
LABEL created="Thu, 09 Jan 2025 18:39:00 GMT"
278-
LABEL version=10.6.7
279-
LABEL git_hash=a67d6d6aefb10365ec158c3cf23814b29d085bbc
277+
LABEL created="Wed, 15 Jan 2025 12:14:19 GMT"
278+
LABEL version=10.6.8
279+
LABEL git_hash=cf0b3b3479e1744566865e5ab544c85d3fcdf159
280280
#LABEL_END
281281

282282
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.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-15)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)
711

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

modules/abstract-cosmos/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-cosmos",
3-
"version": "11.2.14",
3+
"version": "11.2.15",
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.19.0",
42-
"@bitgo/statics": "^50.18.0",
41+
"@bitgo/sdk-core": "^28.19.1",
42+
"@bitgo/statics": "^50.19.0",
4343
"@bitgo/utxo-lib": "^11.2.1",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",

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.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-15)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)
711

812
### Bug Fixes

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": "22.4.8",
3+
"version": "22.4.9",
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.19.0",
44-
"@bitgo/statics": "^50.18.0",
43+
"@bitgo/sdk-core": "^28.19.1",
44+
"@bitgo/statics": "^50.19.0",
4545
"@bitgo/utxo-lib": "^11.2.1",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
@@ -58,8 +58,8 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.58.0",
62-
"@bitgo/sdk-test": "^8.0.63",
61+
"@bitgo/sdk-api": "^1.58.1",
62+
"@bitgo/sdk-test": "^8.0.64",
6363
"@types/keccak": "^3.0.5"
6464
}
6565
}

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.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-15)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)
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.36",
3+
"version": "1.2.37",
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.19.0",
40+
"@bitgo/sdk-core": "^28.19.1",
4141
"@bitgo/utxo-lib": "^11.2.1"
4242
}
4343
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.0.1 (2025-01-15)
7+
8+
### Bug Fixes
9+
10+
- **abstract-substrate:** fix package.json bitgo libs version ([1ed939b](https://github.com/BitGo/BitGoJS/commit/1ed939b3bbb469b40d0e1759ea229891e765f933))

modules/abstract-substrate/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-substrate",
3-
"version": "1.0.0",
3+
"version": "1.0.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,7 +38,7 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.19.0",
42-
"@bitgo/statics": "^50.18.0"
41+
"@bitgo/sdk-core": "^28.19.1",
42+
"@bitgo/statics": "^50.19.0"
4343
}
4444
}

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.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-15)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
# [9.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)