Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions modules/abstract-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.16.0...@bitgo/abstract-cosmos@11.17.0) (2026-02-12)


### Features

* **abstract-cosmos,sdk-coin-hash:** add fee granter support ([b827c52](https://github.com/BitGo/BitGoJS/commit/b827c528f94b44f87dc48771c13591c9ad61ae12))
* **abstract-cosmos,sdk-coin-hash:** add group proposal support ([093e777](https://github.com/BitGo/BitGoJS/commit/093e77704b5092e01c86b91ac5e898179b83a4b8))
* **abstract-cosmos,sdk-coin-hash:** add MsgVote support ([8a1f504](https://github.com/BitGo/BitGoJS/commit/8a1f5044038d37ec5631e4b1256815f8e20c2fc3))
* **abstract-cosmos:** add contract call decoding ([199876b](https://github.com/BitGo/BitGoJS/commit/199876b0de321a723a7f643a3d4da48f8300d0f6))





# [11.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.15.24...@bitgo/abstract-cosmos@11.16.0) (2026-01-30)


Expand Down
6 changes: 3 additions & 3 deletions modules/abstract-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-cosmos",
"version": "11.16.0",
"version": "11.17.0",
"description": "BitGo SDK coin library for COSMOS base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,10 +38,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.30.0",
"@bitgo/sdk-core": "^36.31.0",
"@bitgo/sdk-lib-mpc": "^10.9.0",
"@bitgo/secp256k1": "^1.10.0",
"@bitgo/statics": "^58.24.0",
"@bitgo/statics": "^58.25.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.29.5",
Expand Down
8 changes: 8 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [24.20.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.20.0...@bitgo/abstract-eth@24.20.1) (2026-02-12)

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





# [24.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.19.8...@bitgo/abstract-eth@24.20.0) (2026-01-30)


Expand Down
10 changes: 5 additions & 5 deletions modules/abstract-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-eth",
"version": "24.20.0",
"version": "24.20.1",
"description": "BitGo SDK coin library for ETH base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,10 +40,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.30.0",
"@bitgo/sdk-core": "^36.31.0",
"@bitgo/sdk-lib-mpc": "^10.9.0",
"@bitgo/secp256k1": "^1.10.0",
"@bitgo/statics": "^58.24.0",
"@bitgo/statics": "^58.25.0",
"@ethereumjs/common": "^2.6.5",
"@ethereumjs/rlp": "^4.0.0",
"@ethereumjs/tx": "^3.3.0",
Expand All @@ -60,8 +60,8 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.73.4",
"@bitgo/sdk-test": "^9.1.25",
"@bitgo/sdk-api": "^1.74.0",
"@bitgo/sdk-test": "^9.1.26",
"@types/keccak": "^3.0.5"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c",
Expand Down
8 changes: 8 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.7.0...@bitgo/abstract-lightning@7.7.1) (2026-02-12)

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





# [7.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.6.6...@bitgo/abstract-lightning@7.7.0) (2026-01-30)


Expand Down
8 changes: 4 additions & 4 deletions modules/abstract-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-lightning",
"version": "7.7.0",
"version": "7.7.1",
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@bitgo/public-types": "5.63.0",
"@bitgo/sdk-core": "^36.30.0",
"@bitgo/statics": "^58.24.0",
"@bitgo/utxo-lib": "^11.20.0",
"@bitgo/sdk-core": "^36.31.0",
"@bitgo/statics": "^58.25.0",
"@bitgo/utxo-lib": "^11.21.0",
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
"bs58check": "^2.1.2",
"fp-ts": "^2.12.2",
Expand Down
8 changes: 8 additions & 0 deletions modules/abstract-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.13.0...@bitgo/abstract-substrate@1.13.1) (2026-02-12)

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





# [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.12.4...@bitgo/abstract-substrate@1.13.0) (2026-01-30)


Expand Down
6 changes: 3 additions & 3 deletions modules/abstract-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-substrate",
"version": "1.13.0",
"version": "1.13.1",
"description": "BitGo SDK coin library for Substrate base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.30.0",
"@bitgo/sdk-core": "^36.31.0",
"@bitgo/sdk-lib-mpc": "^10.9.0",
"@bitgo/statics": "^58.24.0",
"@bitgo/statics": "^58.25.0",
"@polkadot/api": "14.1.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/types": "14.1.1",
Expand Down
40 changes: 40 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.17.0...@bitgo/abstract-utxo@10.18.0) (2026-02-12)


### Bug Fixes

* **abstract-utxo:** update BIP322 test to verify wasm-utxo respects sighashType ([b721908](https://github.com/BitGo/BitGoJS/commit/b7219080087e7f65921f9416f14ea499fc6311cd))


### Features

* **abstract-utxo:** add signTransaction tests ([352beb8](https://github.com/BitGo/BitGoJS/commit/352beb887b1a2c7b0357454036e3c4c54f9eb4db))
* **abstract-utxo:** always use wasm-utxo backend for recovery ([88e3135](https://github.com/BitGo/BitGoJS/commit/88e3135bdb7546c75320c079ddf3af24720624aa))
* **abstract-utxo:** bump wasm-utxo to 1.32.0 ([6621f86](https://github.com/BitGo/BitGoJS/commit/6621f86777c1b3e7d803f657179aad5939e2abc6))
* **abstract-utxo:** bump wasm-utxo to 1.34.0 ([3067511](https://github.com/BitGo/BitGoJS/commit/30675114fb1380c5d08dd339a4233b04a32a06f7))
* **abstract-utxo:** default to wasm-utxo on testnet ([15b50c8](https://github.com/BitGo/BitGoJS/commit/15b50c89a18d7d1d48eafec2587c7fe077cc5089))
* **abstract-utxo:** export UtxoCoinName types and type guards ([bb8bf45](https://github.com/BitGo/BitGoJS/commit/bb8bf45c3cc134fda2ef64a4971102b7caee151a))
* **abstract-utxo:** improve Litecoin address conversion for cross-chain recovery ([2e2335d](https://github.com/BitGo/BitGoJS/commit/2e2335d64ba77f20f2a80b7fb9bb2502fabf4439))
* **abstract-utxo:** inline unspent type definitions ([83cfd4b](https://github.com/BitGo/BitGoJS/commit/83cfd4bd201b91657293c54c0ebec717d495adf7))
* **abstract-utxo:** make pubs parameter required for custom signing function ([945a272](https://github.com/BitGo/BitGoJS/commit/945a2722c53dcd9032fed6acf449911e4d3ba074))
* **abstract-utxo:** optimize test suite with min coin selection ([a7228c5](https://github.com/BitGo/BitGoJS/commit/a7228c56947f595cd35a95a982134f7d61593a08))
* **abstract-utxo:** refactor backup key recovery ([bba10c3](https://github.com/BitGo/BitGoJS/commit/bba10c3a11a3259848c225cfbff6e20351e27e64))
* **abstract-utxo:** remove unspents dependency ([92d3e52](https://github.com/BitGo/BitGoJS/commit/92d3e52fa32625ed1aee31ceaff30855f08e566d))
* **abstract-utxo:** remove unused addressType param ([ffb0e61](https://github.com/BitGo/BitGoJS/commit/ffb0e618fdb15a25db6a56f0dde31616a0dac5eb))
* **abstract-utxo:** replace utxo-lib with wasm-utxo in tests ([68861ee](https://github.com/BitGo/BitGoJS/commit/68861ee5ce83aabc8bca0a70f0b05270418a9023))
* **abstract-utxo:** simplify BIP322 message verification ([0fbc202](https://github.com/BitGo/BitGoJS/commit/0fbc2023f21dedb270e4e479c826ff706409df76))
* **abstract-utxo:** simplify mock recovery provider ([fb8feb7](https://github.com/BitGo/BitGoJS/commit/fb8feb7157715e2cf9e10831d4693774d2c422a4))
* **abstract-utxo:** simplify test script configuration ([4c68dbf](https://github.com/BitGo/BitGoJS/commit/4c68dbf90d6b272cbb0552d55ca053a70e1e5365))
* **abstract-utxo:** switch to using wasm-utxo primitives ([473b076](https://github.com/BitGo/BitGoJS/commit/473b0760a69477f0463adf828dd6f7831db81152))
* **abstract-utxo:** update check-fmt command path pattern ([8eedc51](https://github.com/BitGo/BitGoJS/commit/8eedc51febd6a630d4c2d401aeefb56f7f2bb868))
* **abstract-utxo:** upgrade wasm-utxo to version 1.36.0 ([2f60e92](https://github.com/BitGo/BitGoJS/commit/2f60e9230d6243a2b62323b0129b3c64d08d0b2c))
* **abstract-utxo:** use correct script hash for testnet LTC addresses ([c908b56](https://github.com/BitGo/BitGoJS/commit/c908b5661cb620d6a1831d5d587dd036ecb860ea))
* **abstract-utxo:** use PSBT getHalfSignedLegacyFormat method ([a326192](https://github.com/BitGo/BitGoJS/commit/a326192983287dab29ee462c8aa44e43f5c727e0))
* **abstract-utxo:** use wasm-utxo for backup key recovery ([b14a369](https://github.com/BitGo/BitGoJS/commit/b14a3693e1885b6bb9af151d6979f56f5a0ad77c))
* **abstract-utxo:** use wasm-utxo for CCR utility functions ([0006da4](https://github.com/BitGo/BitGoJS/commit/0006da4e79c07393a9aab66b5b5713b1a8bf1799))
* **abstract-utxo:** use wasm-utxo instead of utxo-lib ([c2fb2d5](https://github.com/BitGo/BitGoJS/commit/c2fb2d5ab3e8bb42cc17b942d4c4e957c624bb5a))





# [10.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.16.0...@bitgo/abstract-utxo@10.17.0) (2026-01-30)


Expand Down
16 changes: 8 additions & 8 deletions modules/abstract-utxo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-utxo",
"version": "10.17.0",
"version": "10.18.0",
"description": "BitGo SDK coin library for UTXO base implementation",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -60,13 +60,13 @@
]
},
"dependencies": {
"@bitgo/blockapis": "^1.12.13",
"@bitgo/sdk-api": "^1.73.4",
"@bitgo/sdk-core": "^36.30.0",
"@bitgo/blockapis": "^1.13.0",
"@bitgo/sdk-api": "^1.74.0",
"@bitgo/sdk-core": "^36.31.0",
"@bitgo/secp256k1": "^1.10.0",
"@bitgo/utxo-core": "^1.32.0",
"@bitgo/utxo-lib": "^11.20.0",
"@bitgo/utxo-ord": "^1.25.0",
"@bitgo/utxo-core": "^1.33.0",
"@bitgo/utxo-lib": "^11.21.0",
"@bitgo/utxo-ord": "^1.26.0",
"@bitgo/wasm-utxo": "^1.36.0",
"@types/lodash": "^4.14.121",
"@types/superagent": "4.1.15",
Expand All @@ -78,7 +78,7 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-test": "^9.1.25",
"@bitgo/sdk-test": "^9.1.26",
"mocha": "^10.2.0"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
Expand Down
8 changes: 8 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [27.19.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.19.0...@bitgo/account-lib@27.19.1) (2026-02-12)

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





# [27.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.18.5...@bitgo/account-lib@27.19.0) (2026-01-30)


Expand Down
Loading