@metamask/tron-wallet-snap 1.28.0 → 1.29.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 +24 -6
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/locales/en.json +3 -0
- package/locales/es.json +3 -0
- package/package.json +1 -1
- package/snap.manifest.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.29.1]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Loosen price API validation ([#353](https://github.com/MetaMask/snap-tron-wallet/pull/353))
|
|
15
|
+
- The API response validation refused new fields when Price API service upgrades.
|
|
16
|
+
|
|
17
|
+
## [1.29.0]
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Make computeFee fail-safe on TronGrid failure ([#343](https://github.com/MetaMask/snap-tron-wallet/pull/343))
|
|
22
|
+
- Remove dApp transaction payload modification related to refresh ([#342](https://github.com/MetaMask/snap-tron-wallet/pull/342))
|
|
23
|
+
- Resolve token metadata for log-reconstructed TRC20 transfers [2/3] ([#338](https://github.com/MetaMask/snap-tron-wallet/pull/338))
|
|
24
|
+
- Add TRC20 transfer event log parser [1/3] ([#337](https://github.com/MetaMask/snap-tron-wallet/pull/337))
|
|
25
|
+
|
|
10
26
|
## [1.28.0]
|
|
11
27
|
|
|
12
28
|
### Added
|
|
@@ -32,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
32
48
|
|
|
33
49
|
- Add `signProofOfOwnership` client request method ([#327](https://github.com/MetaMask/snap-tron-wallet/pull/327))
|
|
34
50
|
- This method silently signs `metamask:proof-of-ownership:<nonce>:<address>` messages with the account's secp256k1 key via TronWeb's `signMessageV2`
|
|
35
|
-
- Add support for `keyring_createAccounts` method to enable batch account creation ([#308](https://github.com/MetaMask/snap-tron-wallet/pull/308))
|
|
51
|
+
- Add support for `keyring_createAccounts` method to enable batch account creation. ([#308](https://github.com/MetaMask/snap-tron-wallet/pull/308))
|
|
36
52
|
|
|
37
53
|
## [1.25.8]
|
|
38
54
|
|
|
@@ -76,8 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
76
92
|
|
|
77
93
|
- Validate that account IDs passed to `keyring_setSelectedAccounts` belong to the snap, rejecting unknown IDs with `InvalidParamsError` ([#298](https://github.com/MetaMask/snap-tron-wallet/pull/298))
|
|
78
94
|
- Simplify `SnapClient` interface methods by removing defensive `*IfExists` wrappers and aligning with the Solana snap's approach ([#257](https://github.com/MetaMask/snap-tron-wallet/pull/257))
|
|
79
|
-
- Bump `@metamask/keyring-api` to `^22.0.0
|
|
80
|
-
- Bump `@metamask/keyring-snap-sdk` to `^8.0.0
|
|
95
|
+
- Bump `@metamask/keyring-api` to `^22.0.0`. ([#295](https://github.com/MetaMask/snap-tron-wallet/pull/295))
|
|
96
|
+
- Bump `@metamask/keyring-snap-sdk` to `^8.0.0`. ([#295](https://github.com/MetaMask/snap-tron-wallet/pull/295))
|
|
81
97
|
|
|
82
98
|
## [1.25.3]
|
|
83
99
|
|
|
@@ -165,7 +181,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
165
181
|
### Fixed
|
|
166
182
|
|
|
167
183
|
- Decode hex-encoded TRC10 token names and symbols from Full Node API responses ([#187](https://github.com/MetaMask/snap-tron-wallet/pull/187))
|
|
168
|
-
- Gracefully handle dismissed interface contexts during background refresh operations ([#188](https://github.com/MetaMask/snap-tron-wallet/pull/188
|
|
184
|
+
- Gracefully handle dismissed interface contexts during background refresh operations ([#188](https://github.com/MetaMask/snap-tron-wallet/pull/188))
|
|
169
185
|
- Add spent bandwidth from staking as part of the calculation of current bandwidth levels. For both energy and bandwidth, clamp the result between maximum and 0 to avoid negative values ([#197](https://github.com/MetaMask/snap-tron-wallet/pull/197))
|
|
170
186
|
|
|
171
187
|
## [1.21.1]
|
|
@@ -382,7 +398,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
382
398
|
|
|
383
399
|
### Added
|
|
384
400
|
|
|
385
|
-
- Confirmation UI (
|
|
401
|
+
- Confirmation UI ([#86](https://github.com/MetaMask/snap-tron-wallet/pull/86))
|
|
386
402
|
- Transactions analytics ([#90](https://github.com/MetaMask/snap-tron-wallet/pull/90))
|
|
387
403
|
- Add `from` and `to` to confirmation ([#88](https://github.com/MetaMask/snap-tron-wallet/pull/88))
|
|
388
404
|
|
|
@@ -552,7 +568,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
552
568
|
- Initial release of Tron wallet snap
|
|
553
569
|
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
|
|
554
570
|
|
|
555
|
-
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.
|
|
571
|
+
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.1...HEAD
|
|
572
|
+
[1.29.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.0...v1.29.1
|
|
573
|
+
[1.29.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.28.0...v1.29.0
|
|
556
574
|
[1.28.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.27.0...v1.28.0
|
|
557
575
|
[1.27.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.26.0...v1.27.0
|
|
558
576
|
[1.26.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.8...v1.26.0
|