Skip to content

Commit a891814

Browse files
Merge pull request #5175 from BitGo/rel/latest
chore(root): publish modules
2 parents 35171a2 + d855d3e commit a891814

File tree

151 files changed

+901
-551
lines changed

Some content is hidden

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

151 files changed

+901
-551
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ COPY --from=builder /tmp/bitgo/modules/sdk-api /var/modules/sdk-api/
5555
COPY --from=builder /tmp/bitgo/modules/unspents /var/modules/unspents/
5656
COPY --from=builder /tmp/bitgo/modules/account-lib /var/modules/account-lib/
5757
COPY --from=builder /tmp/bitgo/modules/sdk-coin-algo /var/modules/sdk-coin-algo/
58+
COPY --from=builder /tmp/bitgo/modules/sdk-coin-apt /var/modules/sdk-coin-apt/
5859
COPY --from=builder /tmp/bitgo/modules/sdk-coin-arbeth /var/modules/sdk-coin-arbeth/
5960
COPY --from=builder /tmp/bitgo/modules/abstract-eth /var/modules/abstract-eth/
6061
COPY --from=builder /tmp/bitgo/modules/sdk-coin-atom /var/modules/sdk-coin-atom/
@@ -95,7 +96,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-xtz /var/modules/sdk-coin-xtz/
9596
COPY --from=builder /tmp/bitgo/modules/sdk-coin-zeta /var/modules/sdk-coin-zeta/
9697
COPY --from=builder /tmp/bitgo/modules/sdk-coin-zketh /var/modules/sdk-coin-zketh/
9798
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ada /var/modules/sdk-coin-ada/
98-
COPY --from=builder /tmp/bitgo/modules/sdk-coin-apt /var/modules/sdk-coin-apt/
9999
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bch /var/modules/sdk-coin-bch/
100100
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bcha /var/modules/sdk-coin-bcha/
101101
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bsv /var/modules/sdk-coin-bsv/
@@ -129,6 +129,7 @@ cd /var/modules/sdk-api && yarn link && \
129129
cd /var/modules/unspents && yarn link && \
130130
cd /var/modules/account-lib && yarn link && \
131131
cd /var/modules/sdk-coin-algo && yarn link && \
132+
cd /var/modules/sdk-coin-apt && yarn link && \
132133
cd /var/modules/sdk-coin-arbeth && yarn link && \
133134
cd /var/modules/abstract-eth && yarn link && \
134135
cd /var/modules/sdk-coin-atom && yarn link && \
@@ -169,7 +170,6 @@ cd /var/modules/sdk-coin-xtz && yarn link && \
169170
cd /var/modules/sdk-coin-zeta && yarn link && \
170171
cd /var/modules/sdk-coin-zketh && yarn link && \
171172
cd /var/modules/sdk-coin-ada && yarn link && \
172-
cd /var/modules/sdk-coin-apt && yarn link && \
173173
cd /var/modules/sdk-coin-bch && yarn link && \
174174
cd /var/modules/sdk-coin-bcha && yarn link && \
175175
cd /var/modules/sdk-coin-bsv && yarn link && \
@@ -206,6 +206,7 @@ RUN cd /var/bitgo-express && \
206206
yarn link @bitgo/unspents && \
207207
yarn link @bitgo/account-lib && \
208208
yarn link @bitgo/sdk-coin-algo && \
209+
yarn link @bitgo/sdk-coin-apt && \
209210
yarn link @bitgo/sdk-coin-arbeth && \
210211
yarn link @bitgo/abstract-eth && \
211212
yarn link @bitgo/sdk-coin-atom && \
@@ -246,7 +247,6 @@ RUN cd /var/bitgo-express && \
246247
yarn link @bitgo/sdk-coin-zeta && \
247248
yarn link @bitgo/sdk-coin-zketh && \
248249
yarn link @bitgo/sdk-coin-ada && \
249-
yarn link @bitgo/sdk-coin-apt && \
250250
yarn link @bitgo/sdk-coin-bch && \
251251
yarn link @bitgo/sdk-coin-bcha && \
252252
yarn link @bitgo/sdk-coin-bsv && \
@@ -265,9 +265,9 @@ RUN cd /var/bitgo-express && \
265265
#LINK_END
266266

267267
#LABEL_START
268-
LABEL created="Thu, 21 Nov 2024 19:32:24 GMT"
269-
LABEL version=10.5.5
270-
LABEL git_hash=428cdab8c627975d262b18092a9ba7ae2ccac08a
268+
LABEL created="Tue, 26 Nov 2024 19:40:17 GMT"
269+
LABEL version=10.5.6
270+
LABEL git_hash=0c6b8af66c7451fa6df3ba038eafd6cfd2f0b219
271271
#LABEL_END
272272

273273
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.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
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.2.4",
3+
"version": "11.2.5",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,9 +38,9 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.14.1",
42-
"@bitgo/statics": "^50.9.0",
43-
"@bitgo/utxo-lib": "^11.1.0",
41+
"@bitgo/sdk-core": "^28.14.2",
42+
"@bitgo/statics": "^50.10.0",
43+
"@bitgo/utxo-lib": "^11.2.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: 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.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
711

812
**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.3.4",
3+
"version": "22.3.5",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.14.1",
44-
"@bitgo/statics": "^50.9.0",
45-
"@bitgo/utxo-lib": "^11.1.0",
43+
"@bitgo/sdk-core": "^28.14.2",
44+
"@bitgo/statics": "^50.10.0",
45+
"@bitgo/utxo-lib": "^11.2.0",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
4848
"@metamask/eth-sig-util": "^5.0.2",
@@ -58,7 +58,7 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.56.6",
62-
"@bitgo/sdk-test": "^8.0.53"
61+
"@bitgo/sdk-api": "^1.56.7",
62+
"@bitgo/sdk-test": "^8.0.54"
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.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
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.26",
3+
"version": "1.2.27",
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.14.1",
41-
"@bitgo/utxo-lib": "^11.1.0"
40+
"@bitgo/sdk-core": "^28.14.2",
41+
"@bitgo/utxo-lib": "^11.2.0"
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.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
## [9.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
711

812
### 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": "9.2.1",
3+
"version": "9.2.2",
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.7",
41-
"@bitgo/sdk-api": "^1.56.6",
42-
"@bitgo/sdk-core": "^28.14.1",
43-
"@bitgo/unspents": "^0.47.15",
44-
"@bitgo/utxo-lib": "^11.1.0",
40+
"@bitgo/blockapis": "^1.10.8",
41+
"@bitgo/sdk-api": "^1.56.7",
42+
"@bitgo/sdk-core": "^28.14.2",
43+
"@bitgo/unspents": "^0.47.16",
44+
"@bitgo/utxo-lib": "^11.2.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [24.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
### Features
9+
10+
- **sdk-coin-apt:** addition of apt skeleton in account-lib ([b6c5e93](https://github.com/BitGo/BitGoJS/commit/b6c5e932a0cafb8bbeebed0d807cac4ab31a26f8))
11+
- **sdk-coin-celo:** support eip1559 for celo ([3a7a64d](https://github.com/BitGo/BitGoJS/commit/3a7a64deec69cd57750324205a326fbe80c338b9))
12+
13+
### BREAKING CHANGES
14+
15+
- **sdk-coin-celo:** This commit updates the hardfork of testnet celo, which
16+
changes the final v value and adds support to eip1559 txn
17+
618
## [23.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
719

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

0 commit comments

Comments
 (0)