Skip to content

Commit 0e12dca

Browse files
Merge pull request #5644 from BitGo/rel/latest
chore(root): publish modules
2 parents 774028b + 826db0b commit 0e12dca

File tree

173 files changed

+1145
-638
lines changed

Some content is hidden

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

173 files changed

+1145
-638
lines changed

Dockerfile

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

297297
#LABEL_START
298-
LABEL created="Thu, 20 Feb 2025 13:57:47 GMT"
299-
LABEL version=11.0.0
300-
LABEL git_hash=469eab4beb54ca705626534535fa32bad6756c11
298+
LABEL created="Wed, 26 Feb 2025 03:40:57 GMT"
299+
LABEL version=12.0.0
300+
LABEL git_hash=fe3b7697acb46f16e7445d0ebf3d93098e781653
301301
#LABEL_END
302302

303303
USER node

modules/abstract-cosmos/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+
# [11.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-26)
7+
8+
### Bug Fixes
9+
10+
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
11+
12+
### Features
13+
14+
- **abstract-cosmos:** add unsigned sweep recovery for cosmos ([e2d1d07](https://github.com/BitGo/BitGoJS/commit/e2d1d0787a375d6ae8493961b607a9cea9d2f29a))
15+
616
# [11.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-20)
717

818
### Bug Fixes

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.3.0",
3+
"version": "11.4.0",
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": "^29.0.0",
42-
"@bitgo/secp256k1": "^1.3.1",
43-
"@bitgo/statics": "^51.0.1",
41+
"@bitgo/sdk-core": "^30.0.0",
42+
"@bitgo/statics": "^51.1.0",
43+
"@bitgo/secp256k1": "^1.3.2",
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.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-20)
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.6.1",
3+
"version": "22.6.2",
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": "^29.0.0",
44-
"@bitgo/secp256k1": "^1.3.1",
45-
"@bitgo/statics": "^51.0.1",
43+
"@bitgo/sdk-core": "^30.0.0",
44+
"@bitgo/statics": "^51.1.0",
45+
"@bitgo/secp256k1": "^1.3.2",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
4848
"@metamask/eth-sig-util": "^5.0.2",
@@ -58,8 +58,8 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.58.9",
62-
"@bitgo/sdk-test": "^8.0.72",
61+
"@bitgo/sdk-api": "^1.59.0",
62+
"@bitgo/sdk-test": "^8.0.73",
6363
"@types/keccak": "^3.0.5"
6464
},
6565
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

modules/abstract-lightning/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-26)
7+
8+
### Features
9+
10+
- **abstract-lightning:** add codecs for more lightning apis ([1b6d238](https://github.com/BitGo/BitGoJS/commit/1b6d238a3538f7059ce773f8bd218ad8b723f17c))
11+
- **abstract-lightning:** move lnv2 logic from sdk-core ([5c9114d](https://github.com/BitGo/BitGoJS/commit/5c9114d6a4dbdd5a130bde7cb897ff6f1f8132e0))
12+
- **abstract-lightning:** wire up lnv2 invoices ([dba5411](https://github.com/BitGo/BitGoJS/commit/dba5411dea805ab3bf5e3937736d5c0d6f166e49))
13+
14+
### BREAKING CHANGES
15+
16+
- **abstract-lightning:** Lightning v2
17+
- **abstract-lightning:** Lightning v2
18+
619
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-20)
720

821
### Features

modules/abstract-lightning/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-lightning",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
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",
@@ -40,9 +40,9 @@
4040
},
4141
"dependencies": {
4242
"@bitgo/public-types": "4.17.0",
43-
"@bitgo/sdk-core": "^29.0.0",
44-
"@bitgo/statics": "^51.0.1",
45-
"@bitgo/utxo-lib": "^11.2.2",
43+
"@bitgo/sdk-core": "^30.0.0",
44+
"@bitgo/statics": "^51.1.0",
45+
"@bitgo/utxo-lib": "^11.2.3",
4646
"bs58check": "^2.1.2",
4747
"fp-ts": "^2.12.2",
4848
"io-ts": "npm:@bitgo-forks/[email protected]",

modules/abstract-substrate/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-26)
7+
8+
### Features
9+
10+
- **abstract-substrate:** add common types to abstract-substrate ([6298a42](https://github.com/BitGo/BitGoJS/commit/6298a42c0b476e87b3a5e0a3cd5e57cc5c262f50))
11+
- **abstract-substrate:** add missing methods for TAO stake/unstake ([635854c](https://github.com/BitGo/BitGoJS/commit/635854cbd04f473c20d20820d03d1b82f8d013e9))
12+
613
## [1.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-20)
714

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

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.1.6",
3+
"version": "1.2.0",
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": "^29.0.0",
42-
"@bitgo/statics": "^51.0.1",
41+
"@bitgo/sdk-core": "^30.0.0",
42+
"@bitgo/statics": "^51.1.0",
4343
"@polkadot/keyring": "13.3.1",
4444
"@polkadot/types": "14.1.1",
4545
"@polkadot/util": "13.3.1",

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

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

0 commit comments

Comments
 (0)