@metamask/tron-wallet-snap 1.32.0 → 1.33.1
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 +16 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/package.json +1 -1
- package/snap.manifest.json +2 -2
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.33.1]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Persist chain parameter cache across Snap restarts ([#365](https://github.com/MetaMask/snap-tron-wallet/pull/365))
|
|
15
|
+
- Fix `useCacheUntil` so it reuses still-valid `StateCache` entries after the Snap is recreated.
|
|
16
|
+
|
|
17
|
+
## [1.33.0]
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Align transaction-status polling with Tron's 3 second block time, while preserving the existing 15-second tracking window ([#364](https://github.com/MetaMask/snap-tron-wallet/pull/364))
|
|
22
|
+
|
|
10
23
|
## [1.32.0]
|
|
11
24
|
|
|
12
25
|
### Changed
|
|
@@ -587,7 +600,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
587
600
|
- Initial release of Tron wallet snap
|
|
588
601
|
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
|
|
589
602
|
|
|
590
|
-
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.
|
|
603
|
+
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.33.1...HEAD
|
|
604
|
+
[1.33.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.33.0...v1.33.1
|
|
605
|
+
[1.33.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.32.0...v1.33.0
|
|
591
606
|
[1.32.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.31.0...v1.32.0
|
|
592
607
|
[1.31.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.30.0...v1.31.0
|
|
593
608
|
[1.30.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.1...v1.30.0
|