@metamask/tron-wallet-snap 1.27.0 → 1.29.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,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.29.0]
11
+
12
+ ### Changed
13
+
14
+ - Make computeFee fail-safe on TronGrid failure ([#343](https://github.com/MetaMask/snap-tron-wallet/pull/343))
15
+ - Remove dApp transaction payload modification related to refresh ([#342](https://github.com/MetaMask/snap-tron-wallet/pull/342))
16
+ - Resolve token metadata for log-reconstructed TRC20 transfers [2/3] ([#338](https://github.com/MetaMask/snap-tron-wallet/pull/338))
17
+ - Add TRC20 transfer event log parser [1/3] ([#337](https://github.com/MetaMask/snap-tron-wallet/pull/337))
18
+
19
+ ## [1.28.0]
20
+
21
+ ### Added
22
+
23
+ - Filter spam TRC10/TRC20 token by excluding received token transactions whose token has no price data ([#332](https://github.com/MetaMask/snap-tron-wallet/pull/332))
24
+
25
+ ### Changed
26
+
27
+ - Track error in signAndSendTransaction method of SendService ([#323](https://github.com/MetaMask/snap-tron-wallet/pull/323))
28
+ - Track errors in FeeCalculationService ([#318](https://github.com/MetaMask/snap-tron-wallet/pull/318))
29
+
10
30
  ## [1.27.0]
11
31
 
12
32
  ### Changed
@@ -21,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
41
 
22
42
  - Add `signProofOfOwnership` client request method ([#327](https://github.com/MetaMask/snap-tron-wallet/pull/327))
23
43
  - This method silently signs `metamask:proof-of-ownership:<nonce>:<address>` messages with the account's secp256k1 key via TronWeb's `signMessageV2`
24
- - Add support for `keyring_createAccounts` method to enable batch account creation ([#308](https://github.com/MetaMask/snap-tron-wallet/pull/308)).
44
+ - Add support for `keyring_createAccounts` method to enable batch account creation. ([#308](https://github.com/MetaMask/snap-tron-wallet/pull/308))
25
45
 
26
46
  ## [1.25.8]
27
47
 
@@ -65,8 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
85
 
66
86
  - 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))
67
87
  - 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))
68
- - Bump `@metamask/keyring-api` to `^22.0.0` ([#295](https://github.com/MetaMask/snap-tron-wallet/pull/295)).
69
- - Bump `@metamask/keyring-snap-sdk` to `^8.0.0` ([#295](https://github.com/MetaMask/snap-tron-wallet/pull/295)).
88
+ - Bump `@metamask/keyring-api` to `^22.0.0`. ([#295](https://github.com/MetaMask/snap-tron-wallet/pull/295))
89
+ - Bump `@metamask/keyring-snap-sdk` to `^8.0.0`. ([#295](https://github.com/MetaMask/snap-tron-wallet/pull/295))
70
90
 
71
91
  ## [1.25.3]
72
92
 
@@ -154,7 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154
174
  ### Fixed
155
175
 
156
176
  - Decode hex-encoded TRC10 token names and symbols from Full Node API responses ([#187](https://github.com/MetaMask/snap-tron-wallet/pull/187))
157
- - Gracefully handle dismissed interface contexts during background refresh operations ([#188](https://github.com/MetaMask/snap-tron-wallet/pull/188/changes))
177
+ - Gracefully handle dismissed interface contexts during background refresh operations ([#188](https://github.com/MetaMask/snap-tron-wallet/pull/188))
158
178
  - 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))
159
179
 
160
180
  ## [1.21.1]
@@ -371,7 +391,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
371
391
 
372
392
  ### Added
373
393
 
374
- - Confirmation UI (#86) ([#86](https://github.com/MetaMask/snap-tron-wallet/pull/86))
394
+ - Confirmation UI ([#86](https://github.com/MetaMask/snap-tron-wallet/pull/86))
375
395
  - Transactions analytics ([#90](https://github.com/MetaMask/snap-tron-wallet/pull/90))
376
396
  - Add `from` and `to` to confirmation ([#88](https://github.com/MetaMask/snap-tron-wallet/pull/88))
377
397
 
@@ -541,7 +561,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
541
561
  - Initial release of Tron wallet snap
542
562
  - Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
543
563
 
544
- [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.27.0...HEAD
564
+ [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.29.0...HEAD
565
+ [1.29.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.28.0...v1.29.0
566
+ [1.28.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.27.0...v1.28.0
545
567
  [1.27.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.26.0...v1.27.0
546
568
  [1.26.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.8...v1.26.0
547
569
  [1.25.8]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.7...v1.25.8