@bitgo-beta/sdk-core 8.2.1-beta.1214 → 8.2.1-beta.1215

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [36.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@36.8.0...@bitgo/sdk-core@36.9.0) (2025-09-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **bitgo:** added data validation on tx ([489974e](https://github.com/BitGo/BitGoJS/commit/489974e6d9cf2b1889d269465d9ef0a9f2d43ab9))
11
+ - **bitgo:** added validation for unsigned txHex from txRequest matches client staking request ([b535375](https://github.com/BitGo/BitGoJS/commit/b53537595f0fa8c0eec28c28889c5b7e5a62723a))
12
+ - don't catch the exception thrown form sign or build methods ([96d8c40](https://github.com/BitGo/BitGoJS/commit/96d8c40b682b3f6ba01eebbd75d17519561ee7ef))
13
+ - fix wallet proofs class url (change wallet to wallets) ([af47416](https://github.com/BitGo/BitGoJS/commit/af47416ff8b1699f401fe469b8794d65484b34ba))
14
+ - **sdk-coin-sol:** explain init ata address transactions ([076f4cc](https://github.com/BitGo/BitGoJS/commit/076f4ccf6bae5031c9bcd3bf49dde2c297767fec))
15
+ - **sdk-coin-sol:** if empty verification then token enablements verif by default ([eb9ebe9](https://github.com/BitGo/BitGoJS/commit/eb9ebe9c9e2284c7df9e7b6f135d2ee25c0193b8))
16
+ - **sdk-core:** backup keychain creation to use correct privateMaterial ([745219f](https://github.com/BitGo/BitGoJS/commit/745219fef999b2df635caa1d8d5edc139cd53732))
17
+ - **sdk-core:** override timeout for before() ([405fa81](https://github.com/BitGo/BitGoJS/commit/405fa81d6020caa2c772740ad031722376db6541))
18
+ - **sdk-core:** skip btc undelegate stake tx validation ([32cc8bf](https://github.com/BitGo/BitGoJS/commit/32cc8bf3e0c9866dde073ab1bf4a1d4c65c7b8c7))
19
+ - **sdk-core:** skip validation for Tron staking ([5c6d86a](https://github.com/BitGo/BitGoJS/commit/5c6d86aacc5f3dc7a18cea6ddbad9e970cb8974d))
20
+ - sequential build and sign messages ([c5ec2ad](https://github.com/BitGo/BitGoJS/commit/c5ec2ad9d5ab1ecc7c60608c27284318ba00fbaf))
21
+ - use new instances of wallet in parallel calls ([7dca29c](https://github.com/BitGo/BitGoJS/commit/7dca29c28cf104c651b9b33da594d7d247df09f7))
22
+
23
+ ### Features
24
+
25
+ - **abstract-eth:** add flush token support for ERC721 and ERC1155 ([5d4fa35](https://github.com/BitGo/BitGoJS/commit/5d4fa353088b2bd99ed5e6423bf17d3e1c300e35))
26
+ - add advanced wallet type ([536be8a](https://github.com/BitGo/BitGoJS/commit/536be8ae1ec957e7f86f82462c202fc19f43f0b8))
27
+ - add new param to support the resource type ([ee7fcb2](https://github.com/BitGo/BitGoJS/commit/ee7fcb2650567225e8c627abc4e110206aac3f97))
28
+ - add signer address in sign-message implementation ([b53999d](https://github.com/BitGo/BitGoJS/commit/b53999d2209710731fc2152bfb9fb95e879a5ac1))
29
+ - add statics and configuration for flow ([35b76f9](https://github.com/BitGo/BitGoJS/commit/35b76f974bb02cb149438736fc14fd8856e3ed05))
30
+ - added statics config for KavaEVM ([e6d0872](https://github.com/BitGo/BitGoJS/commit/e6d0872687b98743b3fc63e162aa8364d3ef060c))
31
+ - added statics config for MegaEth and Plume ([a2bbeaa](https://github.com/BitGo/BitGoJS/commit/a2bbeaafd8350fc8b00a186bbd781d3884120295))
32
+ - bumped public types ([6bd0aec](https://github.com/BitGo/BitGoJS/commit/6bd0aecb700a740f76c169b1476e1832bc3abe22))
33
+ - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
34
+ - enable smart contract calls aptos ([704f6f9](https://github.com/BitGo/BitGoJS/commit/704f6f97478f7d9eeb57a31225bd3ca0a7164035))
35
+ - **sdk-coin-dot:** integrate the Westend AssetHub chain for tdot ([0d90a2b](https://github.com/BitGo/BitGoJS/commit/0d90a2b4d659e1690e600d46df5ca24ea23db3b7))
36
+ - **sdk-coin-dot:** integrate the Westend AssetHub chain for tdot ([5557e65](https://github.com/BitGo/BitGoJS/commit/5557e65d869061ecae5daa427c71708117e4c2c8))
37
+ - **sdk-coin-sol:** blind signing guards for token enablements ([2099f83](https://github.com/BitGo/BitGoJS/commit/2099f8353800499e9f9f887d42e8fcab7500e194))
38
+ - **sdk-core,sdk-coin-sol:** token enablements verify option and type check improvements ([c694864](https://github.com/BitGo/BitGoJS/commit/c694864416f075b126548febe48a68dbf466dfc2))
39
+ - **sdk-core:** add signer address in signMessage intent ([a6b8715](https://github.com/BitGo/BitGoJS/commit/a6b8715df55e1876ff264e3f0dc3008a1b8e182a))
40
+ - **sdk-core:** added evm keyring params in wallet interface ([1e41b26](https://github.com/BitGo/BitGoJS/commit/1e41b2614ad4dc936b5f7b403df1894c088dbfc0))
41
+ - **sdk-core:** bulk sign account based midnight claim messages ([d88b805](https://github.com/BitGo/BitGoJS/commit/d88b8056eb084dec4b44b24fb727298d791951d7))
42
+ - **sdk-core:** evm keyring wallet and address creation api chnages ([50a2f14](https://github.com/BitGo/BitGoJS/commit/50a2f144aaaa641a39268fe7bc04e64792e8f60e))
43
+
6
44
  # [36.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@36.7.0...@bitgo/sdk-core@36.8.0) (2025-09-03)
7
45
 
8
46
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-core",
3
- "version": "8.2.1-beta.1214",
3
+ "version": "8.2.1-beta.1215",
4
4
  "description": "core library functions for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -37,12 +37,12 @@
37
37
  ]
38
38
  },
39
39
  "dependencies": {
40
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1206",
41
- "@bitgo-beta/secp256k1": "1.0.2-beta.1241",
42
- "@bitgo-beta/sjcl": "1.0.2-beta.1453",
43
- "@bitgo-beta/statics": "15.1.1-beta.1217",
44
- "@bitgo-beta/utxo-core": "1.8.1-beta.331",
45
- "@bitgo-beta/utxo-lib": "8.0.3-beta.1215",
40
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1207",
41
+ "@bitgo-beta/secp256k1": "1.0.2-beta.1242",
42
+ "@bitgo-beta/sjcl": "1.0.2-beta.1454",
43
+ "@bitgo-beta/statics": "15.1.1-beta.1218",
44
+ "@bitgo-beta/utxo-core": "1.8.1-beta.332",
45
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.1216",
46
46
  "@bitgo/public-types": "5.22.0",
47
47
  "@noble/curves": "1.8.1",
48
48
  "@stablelib/hex": "^1.0.0",
@@ -70,11 +70,11 @@
70
70
  "uuid": "^8.3.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@bitgo-beta/sdk-opensslbytes": "1.0.0-beta.767",
73
+ "@bitgo-beta/sdk-opensslbytes": "1.0.0-beta.768",
74
74
  "@openpgp/web-stream-tools": "0.0.14",
75
75
  "@types/keccak": "^3.0.5",
76
76
  "@types/lodash": "^4.14.151",
77
77
  "nyc": "^15.0.0"
78
78
  },
79
- "gitHead": "79d28955c240e47e67b872b8c110f461c0bd1d78"
79
+ "gitHead": "fe43285aec5efb650432d9914f7f94bc906baba3"
80
80
  }