@vultisig/core-chain 2.10.1 → 2.10.2

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vultisig/core-chain
2
2
 
3
+ ## 2.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#647](https://github.com/vultisig/vultisig-sdk/pull/647) [`55ed503`](https://github.com/vultisig/vultisig-sdk/commit/55ed503e103bdf8884c7ca7a8050742fb87d9e1f) Thanks [@rcoderdev](https://github.com/rcoderdev)! - Enable WalletCore ZIP-317 fee planning for Zcash UTXO signing inputs.
8
+
3
9
  ## 2.10.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/core-chain",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "Blockchain chain logic shared across Vultisig clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1821,7 +1821,7 @@
1821
1821
  "@solana/web3.js": "^1.98.4",
1822
1822
  "@ton/core": "^0.63.1",
1823
1823
  "@ton/crypto": "^3.3.0",
1824
- "@trustwallet/wallet-core": "^4.6.9",
1824
+ "@trustwallet/wallet-core": "^4.6.13",
1825
1825
  "@vultisig/core-config": "0.9.1",
1826
1826
  "@vultisig/lib-utils": "0.10.1",
1827
1827
  "bip32": "^5.0.1",