@metamask/tron-wallet-snap 1.30.0 → 1.32.0

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.32.0]
11
+
12
+ ### Changed
13
+
14
+ - Improved Tron dApp transaction confirmations to show estimated energy and bandwidth usage ([#355](https://github.com/MetaMask/snap-tron-wallet/pull/355))
15
+ - Prevent confirmation when the account does not have enough `TRX` to cover the transaction value plus required fees.
16
+
17
+ ## [1.31.0]
18
+
19
+ ### Changed
20
+
21
+ - Use a `37 TRX` fallback fee when the network fee cannot be estimated for a transaction ([#344](https://github.com/MetaMask/snap-tron-wallet/pull/344))
22
+
10
23
  ## [1.30.0]
11
24
 
12
25
  ### Changed
@@ -574,7 +587,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
574
587
  - Initial release of Tron wallet snap
575
588
  - Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
576
589
 
577
- [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.30.0...HEAD
590
+ [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.32.0...HEAD
591
+ [1.32.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.31.0...v1.32.0
592
+ [1.31.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.30.0...v1.31.0
578
593
  [1.30.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.1...v1.30.0
579
594
  [1.29.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.0...v1.29.1
580
595
  [1.29.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.28.0...v1.29.0