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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ RUN cd /var/bitgo-express && \
#LINK_END

#LABEL_START
LABEL created="Thu, 14 Nov 2024 17:43:24 GMT"
LABEL version=10.5.3
LABEL git_hash=afb3e16fac858b2e90da221a6ea3f9624d46287c
LABEL created="Tue, 19 Nov 2024 18:08:48 GMT"
LABEL version=10.5.4
LABEL git_hash=e5900973a860b8d79487089e3eeadfc8469922f3
#LABEL_END

USER node
Expand Down
4 changes: 4 additions & 0 deletions modules/abstract-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.1...@bitgo/abstract-cosmos@11.2.3) (2024-11-19)

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

## [11.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.2.1...@bitgo/abstract-cosmos@11.2.2) (2024-11-14)

**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.2.2",
"version": "11.2.3",
"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,8 +38,8 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.13.2",
"@bitgo/statics": "^50.7.0",
"@bitgo/sdk-core": "^28.14.0",
"@bitgo/statics": "^50.8.0",
"@bitgo/utxo-lib": "^11.0.1",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
Expand Down
4 changes: 4 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [22.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@22.3.1...@bitgo/abstract-eth@22.3.3) (2024-11-19)

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

## [22.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@22.3.1...@bitgo/abstract-eth@22.3.2) (2024-11-14)

**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": "22.3.2",
"version": "22.3.3",
"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,8 +40,8 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.13.2",
"@bitgo/statics": "^50.7.0",
"@bitgo/sdk-core": "^28.14.0",
"@bitgo/statics": "^50.8.0",
"@bitgo/utxo-lib": "^11.0.1",
"@ethereumjs/common": "^2.6.5",
"@ethereumjs/tx": "^3.3.0",
Expand All @@ -58,7 +58,7 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.56.4",
"@bitgo/sdk-test": "^8.0.51"
"@bitgo/sdk-api": "^1.56.5",
"@bitgo/sdk-test": "^8.0.52"
}
}
4 changes: 4 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@1.2.23...@bitgo/abstract-lightning@1.2.25) (2024-11-19)

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

## [1.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@1.2.23...@bitgo/abstract-lightning@1.2.24) (2024-11-14)

**Note:** Version bump only for package @bitgo/abstract-lightning
Expand Down
4 changes: 2 additions & 2 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": "1.2.24",
"version": "1.2.25",
"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 @@ -37,7 +37,7 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.13.2",
"@bitgo/sdk-core": "^28.14.0",
"@bitgo/utxo-lib": "^11.0.1"
}
}
11 changes: 11 additions & 0 deletions modules/abstract-utxo/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.

# [9.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.1.2...@bitgo/abstract-utxo@9.2.0) (2024-11-19)

### Bug Fixes

- **abstract-utxo:** rename isExtendedAddressFormat to isScriptRecipient ([c37b2a5](https://github.com/BitGo/BitGoJS/commit/c37b2a50fec7c4a60706e0cb906b40c2d47990ef))

### Features

- **abstract-utxo:** explain and verify tx with op return ([04f8518](https://github.com/BitGo/BitGoJS/commit/04f851884ab245fd25eb9ee2858743263a5e99d9))
- fix scriptPubKey prefix ([9d9ce34](https://github.com/BitGo/BitGoJS/commit/9d9ce34330583cd65aba082c623024e0d9ab1505)), closes [/github.com/bitcoin/bitcoin/blob/v28.0/src/rpc/blockchain.cpp#L657](https://github.com//github.com/bitcoin/bitcoin/blob/v28.0/src/rpc/blockchain.cpp/issues/L657)

## [9.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.1.2...@bitgo/abstract-utxo@9.1.3) (2024-11-14)

**Note:** Version bump only for package @bitgo/abstract-utxo
Expand Down
8 changes: 4 additions & 4 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.1.3",
"version": "9.2.0",
"description": "BitGo SDK coin library for UTXO base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.10.6",
"@bitgo/sdk-api": "^1.56.4",
"@bitgo/sdk-core": "^28.13.2",
"@bitgo/unspents": "^0.47.13",
"@bitgo/sdk-api": "^1.56.5",
"@bitgo/sdk-core": "^28.14.0",
"@bitgo/unspents": "^0.47.14",
"@bitgo/utxo-lib": "^11.0.1",
"@bitgo/wasm-miniscript": "^1.3.0",
"@types/bluebird": "^3.5.25",
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.

# [23.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.2...@bitgo/account-lib@23.3.0) (2024-11-19)

### Bug Fixes

- deps fix ([0e49204](https://github.com/BitGo/BitGoJS/commit/0e49204b1b259f8c851f08828b115038d0854dee))

### Features

- **sdk-coin-coredao:** add coredao sdk skeleton ([0e6ce18](https://github.com/BitGo/BitGoJS/commit/0e6ce183f378968ea1453395ba28f7eb5ab26d96))
- **sdk-coin-oas:** add oas sdk skeleton ([d04f601](https://github.com/BitGo/BitGoJS/commit/d04f601103e949da4ff50653b6d593c678536ea5))

## [23.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@23.2.2...@bitgo/account-lib@23.2.3) (2024-11-14)

**Note:** Version bump only for package @bitgo/account-lib
Expand Down
82 changes: 41 additions & 41 deletions modules/account-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/account-lib",
"version": "23.2.3",
"version": "23.3.0",
"description": "BitGo's account library functions",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -27,47 +27,47 @@
"node": ">=18 <21"
},
"dependencies": {
"@bitgo/sdk-coin-algo": "^2.1.44",
"@bitgo/sdk-coin-arbeth": "^21.0.38",
"@bitgo/sdk-coin-atom": "^13.1.2",
"@bitgo/sdk-coin-avaxc": "^5.1.7",
"@bitgo/sdk-coin-avaxp": "^5.0.45",
"@bitgo/sdk-coin-bera": "^2.2.7",
"@bitgo/sdk-coin-bld": "^3.0.15",
"@bitgo/sdk-coin-bsc": "^22.1.30",
"@bitgo/sdk-coin-celo": "^3.0.38",
"@bitgo/sdk-coin-coredao": "^1.0.0",
"@bitgo/sdk-coin-coreum": "^21.0.15",
"@bitgo/sdk-coin-cspr": "^2.0.46",
"@bitgo/sdk-coin-dot": "^4.1.24",
"@bitgo/sdk-coin-etc": "^2.2.13",
"@bitgo/sdk-coin-eth": "^24.2.35",
"@bitgo/sdk-coin-eth2": "^3.0.45",
"@bitgo/sdk-coin-hash": "^3.0.15",
"@bitgo/sdk-coin-hbar": "^2.0.46",
"@bitgo/sdk-coin-injective": "^3.0.15",
"@bitgo/sdk-coin-islm": "^2.0.46",
"@bitgo/sdk-coin-near": "^2.0.46",
"@bitgo/sdk-coin-oas": "^1.0.0",
"@bitgo/sdk-coin-opeth": "^18.1.31",
"@bitgo/sdk-coin-osmo": "^3.0.15",
"@bitgo/sdk-coin-polygon": "^21.0.15",
"@bitgo/sdk-coin-rbtc": "^2.0.46",
"@bitgo/sdk-coin-rune": "^1.1.3",
"@bitgo/sdk-coin-sei": "^3.0.15",
"@bitgo/sdk-coin-sol": "^4.7.3",
"@bitgo/sdk-coin-stx": "^3.3.3",
"@bitgo/sdk-coin-sui": "^5.8.5",
"@bitgo/sdk-coin-tia": "^3.0.15",
"@bitgo/sdk-coin-ton": "^3.4.3",
"@bitgo/sdk-coin-trx": "^2.0.46",
"@bitgo/sdk-coin-xrp": "^3.5.1",
"@bitgo/sdk-coin-xtz": "^2.1.44",
"@bitgo/sdk-coin-zeta": "^3.0.15",
"@bitgo/sdk-coin-zketh": "^2.0.38",
"@bitgo/sdk-core": "^28.13.2",
"@bitgo/sdk-coin-algo": "^2.1.45",
"@bitgo/sdk-coin-arbeth": "^21.0.39",
"@bitgo/sdk-coin-atom": "^13.1.3",
"@bitgo/sdk-coin-avaxc": "^5.1.8",
"@bitgo/sdk-coin-avaxp": "^5.0.46",
"@bitgo/sdk-coin-bera": "^2.2.8",
"@bitgo/sdk-coin-bld": "^3.0.16",
"@bitgo/sdk-coin-bsc": "^22.2.0",
"@bitgo/sdk-coin-celo": "^3.0.39",
"@bitgo/sdk-coin-coredao": "^1.1.0",
"@bitgo/sdk-coin-coreum": "^21.0.16",
"@bitgo/sdk-coin-cspr": "^2.0.47",
"@bitgo/sdk-coin-dot": "^4.1.25",
"@bitgo/sdk-coin-etc": "^2.2.14",
"@bitgo/sdk-coin-eth": "^24.2.36",
"@bitgo/sdk-coin-eth2": "^3.0.46",
"@bitgo/sdk-coin-hash": "^3.0.16",
"@bitgo/sdk-coin-hbar": "^2.0.47",
"@bitgo/sdk-coin-injective": "^3.0.16",
"@bitgo/sdk-coin-islm": "^2.0.47",
"@bitgo/sdk-coin-near": "^2.0.47",
"@bitgo/sdk-coin-oas": "^1.1.0",
"@bitgo/sdk-coin-opeth": "^18.1.32",
"@bitgo/sdk-coin-osmo": "^3.0.16",
"@bitgo/sdk-coin-polygon": "^21.0.16",
"@bitgo/sdk-coin-rbtc": "^2.0.47",
"@bitgo/sdk-coin-rune": "^1.1.4",
"@bitgo/sdk-coin-sei": "^3.0.16",
"@bitgo/sdk-coin-sol": "^4.7.4",
"@bitgo/sdk-coin-stx": "^3.3.4",
"@bitgo/sdk-coin-sui": "^5.8.6",
"@bitgo/sdk-coin-tia": "^3.0.16",
"@bitgo/sdk-coin-ton": "^3.4.4",
"@bitgo/sdk-coin-trx": "^2.0.47",
"@bitgo/sdk-coin-xrp": "^3.6.0",
"@bitgo/sdk-coin-xtz": "^2.1.45",
"@bitgo/sdk-coin-zeta": "^3.0.16",
"@bitgo/sdk-coin-zketh": "^2.0.39",
"@bitgo/sdk-core": "^28.14.0",
"@bitgo/sdk-lib-mpc": "^10.1.0",
"@bitgo/statics": "^50.7.0",
"@bitgo/statics": "^50.8.0",
"bignumber.js": "^9.1.1",
"bs58": "^4.0.1"
},
Expand Down
17 changes: 17 additions & 0 deletions modules/bitgo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [39.13.0](https://github.com/BitGo/BitGoJS/compare/bitgo@39.11.1...bitgo@39.13.0) (2024-11-19)

### Bug Fixes

- **abstract-utxo:** rename isExtendedAddressFormat to isScriptRecipient ([c37b2a5](https://github.com/BitGo/BitGoJS/commit/c37b2a50fec7c4a60706e0cb906b40c2d47990ef))
- deps fix ([0e49204](https://github.com/BitGo/BitGoJS/commit/0e49204b1b259f8c851f08828b115038d0854dee))
- **sdk-coin-rune:** rename thorchain:rune to tthorchain:rune ([27f3afa](https://github.com/BitGo/BitGoJS/commit/27f3afa5fcfe8d3281d845a37e13bc7ccec86098))

### Features

- **abstract-utxo:** explain and verify tx with op return ([04f8518](https://github.com/BitGo/BitGoJS/commit/04f851884ab245fd25eb9ee2858743263a5e99d9))
- **sdk-coin-apt:** add APT to statics ([3d1c70d](https://github.com/BitGo/BitGoJS/commit/3d1c70ded1c687488a2fe5a2322a19a58b779fb6))
- **sdk-coin-apt:** new coin generation, apt skeleton ([3405799](https://github.com/BitGo/BitGoJS/commit/3405799d07096829093c590bf1506bc6b93c6e68))
- **sdk-coin-coredao:** add coredao sdk skeleton ([0e6ce18](https://github.com/BitGo/BitGoJS/commit/0e6ce183f378968ea1453395ba28f7eb5ab26d96))
- **sdk-coin-oas:** add oas sdk skeleton ([d04f601](https://github.com/BitGo/BitGoJS/commit/d04f601103e949da4ff50653b6d593c678536ea5))
- **sdk-coin-xrp:** add wrw support cold wallet xrpl token ([095c408](https://github.com/BitGo/BitGoJS/commit/095c408d07412ee39ef6bfaf6e30b32bb0b78447))

# [39.12.0](https://github.com/BitGo/BitGoJS/compare/bitgo@39.11.1...bitgo@39.12.0) (2024-11-14)

### Bug Fixes
Expand Down
Loading
Loading