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
43 changes: 43 additions & 0 deletions modules/abstract-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.19.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.19.3...@bitgo/abstract-cosmos@11.19.4) (2026-06-16)

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





## [11.19.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.19.2...@bitgo/abstract-cosmos@11.19.3) (2026-06-09)

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





## [11.19.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.19.1...@bitgo/abstract-cosmos@11.19.2) (2026-06-04)

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





## [11.19.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.19.0...@bitgo/abstract-cosmos@11.19.1) (2026-06-03)

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





# [11.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.18.11...@bitgo/abstract-cosmos@11.19.0) (2026-06-02)


### Features

* use decryptAsync/encryptAsync for remaining WRW flows ([195ecdf](https://github.com/BitGo/BitGoJS/commit/195ecdf2ac6fde20bfb18e49ba49f41c391dfba9))





## [11.18.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.18.10...@bitgo/abstract-cosmos@11.18.11) (2026-05-28)

**Note:** Version bump only for package @bitgo/abstract-cosmos
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.18.11",
"version": "11.19.4",
"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": "^37.3.0",
"@bitgo/sdk-core": "^37.7.0",
"@bitgo/sdk-lib-mpc": "^10.14.0",
"@bitgo/secp256k1": "^1.11.0",
"@bitgo/statics": "^58.43.0",
"@bitgo/statics": "^58.48.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.29.5",
Expand Down
59 changes: 59 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,65 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [24.29.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.28.1...@bitgo/abstract-eth@24.29.0) (2026-06-16)


### Features

* **abstract-eth:** implement deriveAddress for MPC/TSS ETH wallets ([59dc3d2](https://github.com/BitGo/BitGoJS/commit/59dc3d2f3daabc17fef0b36245f0bedf380581d1))





## [24.28.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.28.0...@bitgo/abstract-eth@24.28.1) (2026-06-09)

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





# [24.28.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.27.1...@bitgo/abstract-eth@24.28.0) (2026-06-04)


### Bug Fixes

* **abstract-eth:** fix verifyTransaction for base multig address during enable token flow ([a82b334](https://github.com/BitGo/BitGoJS/commit/a82b3349dc7ec6fe5023736dc86a6141a1229de8))


### Features

* **sdk-coin-eth:** add zama token withdrawal support ([d5f0c0c](https://github.com/BitGo/BitGoJS/commit/d5f0c0c56e07f6c7770ba8561e894b5a8a2da2e8))





## [24.27.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.27.0...@bitgo/abstract-eth@24.27.1) (2026-06-03)

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





# [24.27.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.26.1...@bitgo/abstract-eth@24.27.0) (2026-06-02)


### Bug Fixes

* **sdk-coin-eth:** add enable token support for zama ([7adf457](https://github.com/BitGo/BitGoJS/commit/7adf457395afd1ca0120d8a1c2ae596b70c0d493))


### Features

* use decryptAsync/encryptAsync for remaining WRW flows ([195ecdf](https://github.com/BitGo/BitGoJS/commit/195ecdf2ac6fde20bfb18e49ba49f41c391dfba9))





## [24.26.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.26.0...@bitgo/abstract-eth@24.26.1) (2026-05-28)

**Note:** Version bump only for package @bitgo/abstract-eth
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.26.1",
"version": "24.29.0",
"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": "^37.3.0",
"@bitgo/sdk-core": "^37.7.0",
"@bitgo/sdk-lib-mpc": "^10.14.0",
"@bitgo/secp256k1": "^1.11.0",
"@bitgo/statics": "^58.43.0",
"@bitgo/statics": "^58.48.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.81.1",
"@bitgo/sdk-test": "^9.1.46",
"@bitgo/sdk-api": "^1.86.0",
"@bitgo/sdk-test": "^9.1.51",
"@types/keccak": "^3.0.5"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c",
Expand Down
50 changes: 50 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,56 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.13.0...@bitgo/abstract-lightning@7.13.1) (2026-06-16)

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





# [7.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.12.0...@bitgo/abstract-lightning@7.13.0) (2026-06-09)


### Features

* add isReward to tx entry for ln ([686cd15](https://github.com/BitGo/BitGoJS/commit/686cd1527728deaac2edb491fec920cd3358837e))
* thread encryptionVersion in SDK ([cb174f4](https://github.com/BitGo/BitGoJS/commit/cb174f47c34f113880650516a12d7b8c69d89e77))





# [7.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.11.1...@bitgo/abstract-lightning@7.12.0) (2026-06-04)


### Features

* migrate remaining sync decrypt/encrypt calls ([a52f1ae](https://github.com/BitGo/BitGoJS/commit/a52f1ae2a177c1fc02c82ff254cd08ed90760f16))





## [7.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.11.0...@bitgo/abstract-lightning@7.11.1) (2026-06-03)

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





# [7.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.10.9...@bitgo/abstract-lightning@7.11.0) (2026-06-02)


### Features

* bump public typers to 6.22 ([bc2e6b6](https://github.com/BitGo/BitGoJS/commit/bc2e6b671b61a552602d9a18cc2962137c484435))





## [7.10.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.10.8...@bitgo/abstract-lightning@7.10.9) (2026-05-28)

**Note:** Version bump only for package @bitgo/abstract-lightning
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.10.9",
"version": "7.13.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": "6.22.0",
"@bitgo/sdk-core": "^37.3.0",
"@bitgo/statics": "^58.43.0",
"@bitgo/utxo-lib": "^11.22.1",
"@bitgo/sdk-core": "^37.7.0",
"@bitgo/statics": "^58.48.0",
"@bitgo/utxo-lib": "^11.24.0",
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
"bs58check": "^2.1.2",
"fp-ts": "^2.12.2",
Expand Down
43 changes: 43 additions & 0 deletions modules/abstract-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.16.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.16.3...@bitgo/abstract-substrate@1.16.4) (2026-06-16)

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





## [1.16.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.16.2...@bitgo/abstract-substrate@1.16.3) (2026-06-09)

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





## [1.16.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.16.1...@bitgo/abstract-substrate@1.16.2) (2026-06-04)

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





## [1.16.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.16.0...@bitgo/abstract-substrate@1.16.1) (2026-06-03)

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





# [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.15.1...@bitgo/abstract-substrate@1.16.0) (2026-06-02)


### Features

* fixed verify transaction flow for tao and polyx ([d4f6593](https://github.com/BitGo/BitGoJS/commit/d4f65932c4c8fe06422fde29adb55e7790f19c6d))





## [1.15.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.15.0...@bitgo/abstract-substrate@1.15.1) (2026-05-28)

**Note:** Version bump only for package @bitgo/abstract-substrate
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.15.1",
"version": "1.16.4",
"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": "^37.3.0",
"@bitgo/sdk-core": "^37.7.0",
"@bitgo/sdk-lib-mpc": "^10.14.0",
"@bitgo/statics": "^58.43.0",
"@bitgo/statics": "^58.48.0",
"@polkadot/api": "14.1.1",
"@polkadot/keyring": "13.5.6",
"@polkadot/types": "14.1.1",
Expand Down
57 changes: 57 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,63 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@11.6.1...@bitgo/abstract-utxo@11.7.0) (2026-06-16)


### Features

* **abstract-utxo:** implement deriveAddress for fixed-script UTXO wallets ([44c361f](https://github.com/BitGo/BitGoJS/commit/44c361f544b10d4eb778c0d92c6616cfc33de6ad))





## [11.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@11.6.0...@bitgo/abstract-utxo@11.6.1) (2026-06-09)

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





# [11.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@11.5.1...@bitgo/abstract-utxo@11.6.0) (2026-06-04)


### Features

* migrate remaining sync decrypt/encrypt calls ([a52f1ae](https://github.com/BitGo/BitGoJS/commit/a52f1ae2a177c1fc02c82ff254cd08ed90760f16))





## [11.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@11.5.0...@bitgo/abstract-utxo@11.5.1) (2026-06-03)

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





# [11.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@11.4.0...@bitgo/abstract-utxo@11.5.0) (2026-06-02)


### Bug Fixes

* add back in verifyTransaction ([1eec26e](https://github.com/BitGo/BitGoJS/commit/1eec26e9eb2fa6a8a601fa5cb8f893200f3047b1))


### Features

* **abstract-utxo:** disable legacy tx format and utxolib backend for all coins ([b1b82de](https://github.com/BitGo/BitGoJS/commit/b1b82deec28bf42e36bb8144630e7dac0738e0d8))
* **abstract-utxo:** verify sBTC mint amount against change amount ([2c3b12a](https://github.com/BitGo/BitGoJS/commit/2c3b12a31bc933cfad698ef76fa6922b603230b7))
* **sdk-core,abstract-utxo:** add qr param and client-side output validation ([31e6eec](https://github.com/BitGo/BitGoJS/commit/31e6eec610fa661a3cbad46c7359cfd94cec42f5))
* use decryptAsync/encryptAsync for remaining WRW flows ([195ecdf](https://github.com/BitGo/BitGoJS/commit/195ecdf2ac6fde20bfb18e49ba49f41c391dfba9))





# [11.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@11.3.0...@bitgo/abstract-utxo@11.4.0) (2026-05-28)


Expand Down
Loading
Loading