@metamask/tron-wallet-snap 1.7.3 → 1.8.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 +21 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/images/question-mark.svg +3 -0
- package/locales/de.json +47 -0
- package/locales/el.json +47 -0
- package/locales/en.json +27 -129
- package/locales/es.json +47 -0
- package/locales/fr.json +47 -0
- package/locales/hi.json +47 -0
- package/locales/id.json +47 -0
- package/locales/ja.json +47 -0
- package/locales/ko.json +47 -0
- package/locales/pt.json +47 -0
- package/locales/ru.json +47 -0
- package/locales/tl.json +47 -0
- package/locales/tr.json +47 -0
- package/locales/vi.json +47 -0
- package/locales/zh.json +47 -0
- package/package.json +1 -1
- package/snap.manifest.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.8.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Confirmation UI (#86) ([#86](https://github.com/MetaMask/snap-tron-wallet/pull/86))
|
|
15
|
+
- Transactions analytics ([#90](https://github.com/MetaMask/snap-tron-wallet/pull/90))
|
|
16
|
+
- Add `from` and `to` to confirmation ([#88](https://github.com/MetaMask/snap-tron-wallet/pull/88))
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Remove logs ([#87](https://github.com/MetaMask/snap-tron-wallet/pull/87))
|
|
21
|
+
|
|
22
|
+
## [1.7.4]
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
|
|
26
|
+
- Unstake method was doing incorrect input validation ([#82](https://github.com/MetaMask/snap-tron-wallet/pull/82))
|
|
27
|
+
|
|
10
28
|
## [1.7.3]
|
|
11
29
|
|
|
12
30
|
### Added
|
|
@@ -163,7 +181,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
163
181
|
- Initial release of Tron wallet snap
|
|
164
182
|
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
|
|
165
183
|
|
|
166
|
-
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.
|
|
184
|
+
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.8.0...HEAD
|
|
185
|
+
[1.8.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.4...v1.8.0
|
|
186
|
+
[1.7.4]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.3...v1.7.4
|
|
167
187
|
[1.7.3]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.2...v1.7.3
|
|
168
188
|
[1.7.2]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.1...v1.7.2
|
|
169
189
|
[1.7.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.0...v1.7.1
|