Skip to content

Commit 208318c

Browse files
committed
Merge branch 'master' into WP-6461-ada-address-verification
TICKET: WP-6461
2 parents b4ed3c5 + 6add082 commit 208318c

File tree

256 files changed

+5313
-1509
lines changed

Some content is hidden

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

256 files changed

+5313
-1509
lines changed

CODEOWNERS

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@
111111
/modules/sdk-core/src/bitgo/trading/ @BitGo/prime
112112

113113
# Core Modules
114-
/modules/bitgo/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-platform
114+
/modules/bitgo/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
115115
/modules/bitgo/test/v2/unit/lightning/ @BitGo/btc-team
116-
/modules/blake2b-wasm/ @BitGo/web-experience @BitGo/wallet-platform
117-
/modules/blake2b/ @BitGo/web-experience @BitGo/wallet-platform
118-
/modules/express/ @BitGo/wallet-platform
116+
/modules/blake2b-wasm/ @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
117+
/modules/blake2b/ @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
118+
/modules/express/ @BitGo/wallet-core @BitGo/wallet-core-india
119119
/modules/express/src/lightning/ @BitGo/btc-team
120120
/modules/express/test/unit/lightning/ @BitGo/btc-team
121121
/modules/express/test/unit/clientRoutes/lightning/ @BitGo/btc-team
122-
/modules/key-card/ @BitGo/wallet-platform
123-
/modules/sdk-api/ @BitGo/web-experience @BitGo/wallet-platform
122+
/modules/key-card/ @BitGo/wallet-core @BitGo/wallet-core-india
123+
/modules/sdk-api/ @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
124124
/modules/sdk-api/src/v1 @BitGo/btc-team
125125
/modules/sdk-api/test/unit/v1 @BitGo/btc-team
126126
/modules/sdk-core/ @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/hsm @BitGo/coins
@@ -129,14 +129,14 @@
129129
/modules/sdk-lib-mpc/ @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/hsm
130130
/modules/deser-lib/ @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/hsm
131131
/modules/sdk-rpc-wrapper @BitGo/ethalt-team
132-
/modules/sdk-test/ @BitGo/web-experience @BitGo/wallet-platform
133-
/modules/sjcl/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-platform
132+
/modules/sdk-test/ @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
133+
/modules/sjcl/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
134134
/modules/statics/ @BitGo/web-experience @BitGo/ethalt-team
135135
/modules/statics/src/utxo.ts @BitGo/btc-team
136-
/modules/web-demo/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-platform
136+
/modules/web-demo/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
137137
/scripts/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/developer-experience
138-
/types/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-platform
139-
/webpack/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-platform
138+
/types/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
139+
/webpack/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
140140

141141
# Asset Metadata Service
142142
/modules/statics/src/coins/botTokens.ts @BitGo/ams
@@ -147,13 +147,13 @@
147147
/check-package-versions.js @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/developer-experience
148148
/CODEOWNERS @BitGo/git-admins
149149
/DEVELOPERS.md @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/developer-experience
150-
/commitlint.config.js @BitGo/coins @BitGo/web-experience @BitGo/wallet-platform
151-
/Dockerfile @BitGo/coins @BitGo/web-experience @BitGo/wallet-platform
150+
/commitlint.config.js @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
151+
/Dockerfile @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
152152
/lerna.json @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/developer-experience @BitGo/devops
153153
/package.json @BitGo/sdk-reviewers
154154
**/package.json @BitGo/sdk-reviewers
155155
/tsconfig.json @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/developer-experience @BitGo/devops
156-
/tsconfig.packages.json @BitGo/coins @BitGo/web-experience @BitGo/wallet-platform
156+
/tsconfig.packages.json @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
157157
/yarn.lock @BitGo/sdk-reviewers
158158
/.iyarc @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/hsm @BitGo/velocity
159159
flake.nix @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/hsm @BitGo/developer-experience

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.15.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-19)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
10+
11+
12+
13+
614
## [11.15.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-13)
715

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

modules/abstract-cosmos/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-cosmos",
3-
"version": "11.15.13",
3+
"version": "11.15.14",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,10 +38,10 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^36.20.1",
41+
"@bitgo/sdk-core": "^36.21.0",
4242
"@bitgo/sdk-lib-mpc": "^10.8.1",
4343
"@bitgo/secp256k1": "^1.7.0",
44-
"@bitgo/statics": "^58.13.0",
44+
"@bitgo/statics": "^58.14.0",
4545
"@cosmjs/amino": "^0.29.5",
4646
"@cosmjs/crypto": "^0.30.1",
4747
"@cosmjs/encoding": "^0.29.5",

modules/abstract-eth/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [24.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-19)
7+
8+
9+
### Features
10+
11+
* recovery support for Hedera EVM ([b832596](https://github.com/BitGo/BitGoJS/commit/b832596290b006a7403a4e5767b88c9929f74505))
12+
13+
14+
15+
16+
617
# [24.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-13)
718

819

modules/abstract-eth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "24.16.0",
3+
"version": "24.17.0",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^36.20.1",
43+
"@bitgo/sdk-core": "^36.21.0",
4444
"@bitgo/sdk-lib-mpc": "^10.8.1",
4545
"@bitgo/secp256k1": "^1.7.0",
46-
"@bitgo/statics": "^58.13.0",
46+
"@bitgo/statics": "^58.14.0",
4747
"@ethereumjs/common": "^2.6.5",
4848
"@ethereumjs/rlp": "^4.0.0",
4949
"@ethereumjs/tx": "^3.3.0",
@@ -60,8 +60,8 @@
6060
"superagent": "^9.0.1"
6161
},
6262
"devDependencies": {
63-
"@bitgo/sdk-api": "^1.71.5",
64-
"@bitgo/sdk-test": "^9.1.13",
63+
"@bitgo/sdk-api": "^1.71.6",
64+
"@bitgo/sdk-test": "^9.1.14",
6565
"@types/keccak": "^3.0.5"
6666
},
6767
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c",

0 commit comments

Comments
 (0)