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

## [11.15.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.15.2...@bitgo/abstract-cosmos@11.15.3) (2025-10-08)


### Bug Fixes

* add explicit 'files' in package json ([3b00373](https://github.com/BitGo/BitGoJS/commit/3b0037396f6ac16bb9380bd85bf37f2b133068f4))





## [11.15.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.15.1...@bitgo/abstract-cosmos@11.15.2) (2025-10-02)

**Note:** Version bump only for package @bitgo/abstract-cosmos
Expand Down
10 changes: 5 additions & 5 deletions modules/abstract-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@bitgo/abstract-cosmos",
"version": "11.15.2",
"version": "11.15.3",
"description": "BitGo SDK coin library for COSMOS base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "npm run prepare",
"build-ts": "yarn tsc --build --incremental --verbose .",
"fmt": "prettier --write .",
"check-fmt": "prettier --check .",
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
"clean": "rm -r ./dist",
"lint": "eslint --quiet .",
"prepare": "npm run build-ts && shx cp -r ./resources ./dist"
Expand Down Expand Up @@ -38,10 +38,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.10.1",
"@bitgo/sdk-lib-mpc": "^10.7.0",
"@bitgo/sdk-core": "^36.11.0",
"@bitgo/sdk-lib-mpc": "^10.8.0",
"@bitgo/secp256k1": "^1.5.0",
"@bitgo/statics": "^58.2.0",
"@bitgo/statics": "^58.3.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.29.5",
Expand Down
11 changes: 11 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [24.13.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.13.2...@bitgo/abstract-eth@24.13.3) (2025-10-08)


### Bug Fixes

* add explicit 'files' in package json ([3b00373](https://github.com/BitGo/BitGoJS/commit/3b0037396f6ac16bb9380bd85bf37f2b133068f4))





## [24.13.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.13.1...@bitgo/abstract-eth@24.13.2) (2025-10-02)

**Note:** Version bump only for package @bitgo/abstract-eth
Expand Down
14 changes: 7 additions & 7 deletions modules/abstract-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bitgo/abstract-eth",
"version": "24.13.2",
"version": "24.13.3",
"description": "BitGo SDK coin library for ETH base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "yarn tsc --build --incremental --verbose .",
"fmt": "prettier --write .",
"check-fmt": "prettier --check .",
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
"clean": "rm -r ./dist",
"lint": "eslint --quiet .",
"prepare": "npm run build",
Expand Down Expand Up @@ -40,10 +40,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.10.1",
"@bitgo/sdk-lib-mpc": "^10.7.0",
"@bitgo/sdk-core": "^36.11.0",
"@bitgo/sdk-lib-mpc": "^10.8.0",
"@bitgo/secp256k1": "^1.5.0",
"@bitgo/statics": "^58.2.0",
"@bitgo/statics": "^58.3.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.69.2",
"@bitgo/sdk-test": "^9.1.2",
"@bitgo/sdk-api": "^1.70.0",
"@bitgo/sdk-test": "^9.1.3",
"@types/keccak": "^3.0.5"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c",
Expand Down
12 changes: 12 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.2.0...@bitgo/abstract-lightning@7.2.1) (2025-10-08)


### Bug Fixes

* add explicit 'files' in package json ([3b00373](https://github.com/BitGo/BitGoJS/commit/3b0037396f6ac16bb9380bd85bf37f2b133068f4))
* convert unsupported utxolib prefixes ([3c5b4ba](https://github.com/BitGo/BitGoJS/commit/3c5b4ba4c11dbadb5dc2d47fa7d8b47d8ada512b))





# [7.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.1.1...@bitgo/abstract-lightning@7.2.0) (2025-10-02)

### Features
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.2.0",
"version": "7.2.1",
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"test": "yarn unit-test",
"unit-test": "nyc -- mocha --recursive test",
"fmt": "prettier --write .",
"check-fmt": "prettier --check .",
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
"clean": "rm -r ./dist",
"lint": "eslint --quiet .",
"prepare": "npm run build"
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@bitgo/public-types": "5.22.0",
"@bitgo/sdk-core": "^36.10.1",
"@bitgo/statics": "^58.2.0",
"@bitgo/sdk-core": "^36.11.0",
"@bitgo/statics": "^58.3.0",
"@bitgo/utxo-lib": "^11.11.0",
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
"bs58check": "^2.1.2",
Expand Down
11 changes: 11 additions & 0 deletions modules/abstract-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.11.2...@bitgo/abstract-substrate@1.11.3) (2025-10-08)


### Bug Fixes

* add explicit 'files' in package json ([3b00373](https://github.com/BitGo/BitGoJS/commit/3b0037396f6ac16bb9380bd85bf37f2b133068f4))





## [1.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.11.1...@bitgo/abstract-substrate@1.11.2) (2025-10-02)

**Note:** Version bump only for package @bitgo/abstract-substrate
Expand Down
10 changes: 5 additions & 5 deletions modules/abstract-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@bitgo/abstract-substrate",
"version": "1.11.2",
"version": "1.11.3",
"description": "BitGo SDK coin library for Substrate base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "npm run prepare",
"build-ts": "yarn tsc --build --incremental --verbose .",
"fmt": "prettier --write .",
"check-fmt": "prettier --check .",
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
"clean": "rm -r ./dist",
"lint": "eslint --quiet .",
"prepare": "npm run build-ts"
Expand Down Expand Up @@ -38,9 +38,9 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.10.1",
"@bitgo/sdk-lib-mpc": "^10.7.0",
"@bitgo/statics": "^58.2.0",
"@bitgo/sdk-core": "^36.11.0",
"@bitgo/sdk-lib-mpc": "^10.8.0",
"@bitgo/statics": "^58.3.0",
"@polkadot/api": "14.1.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/types": "14.1.1",
Expand Down
8 changes: 8 additions & 0 deletions modules/abstract-utxo/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.

## [9.27.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.27.2...@bitgo/abstract-utxo@9.27.3) (2025-10-08)

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





## [9.27.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.27.1...@bitgo/abstract-utxo@9.27.2) (2025-10-02)

**Note:** Version bump only for package @bitgo/abstract-utxo
Expand Down
12 changes: 6 additions & 6 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": "9.27.2",
"version": "9.27.3",
"description": "BitGo SDK coin library for UTXO base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"scripts": {
"build": "yarn tsc --build --incremental --verbose .",
"fmt": "prettier --write .",
"check-fmt": "prettier --check .",
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
"clean": "rm -r ./dist",
"lint": "eslint --quiet .",
"prepare": "npm run build",
Expand Down Expand Up @@ -43,10 +43,10 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.12.0",
"@bitgo/sdk-api": "^1.69.2",
"@bitgo/sdk-core": "^36.10.1",
"@bitgo/unspents": "^0.50.1",
"@bitgo/utxo-core": "^1.20.1",
"@bitgo/sdk-api": "^1.70.0",
"@bitgo/sdk-core": "^36.11.0",
"@bitgo/unspents": "^0.50.2",
"@bitgo/utxo-core": "^1.20.2",
"@bitgo/utxo-lib": "^11.11.0",
"@bitgo/wasm-miniscript": "2.0.0-beta.7",
"@types/lodash": "^4.14.121",
Expand Down
11 changes: 11 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [27.11.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.11.2...@bitgo/account-lib@27.11.3) (2025-10-08)


### Bug Fixes

* add explicit 'files' in package json ([3b00373](https://github.com/BitGo/BitGoJS/commit/3b0037396f6ac16bb9380bd85bf37f2b133068f4))





## [27.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.11.1...@bitgo/account-lib@27.11.2) (2025-10-02)

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