@metamask/tron-wallet-snap 1.7.1 → 1.7.3
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 +29 -4
- 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,12 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.7.3]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Use Infura urls ([#75](https://github.com/MetaMask/snap-tron-wallet/pull/75))
|
|
15
|
+
|
|
16
|
+
## [1.7.2]
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- Use Infura for all API dependencies ([#75](https://github.com/MetaMask/snap-tron-wallet/pull/75))
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
- Return transaction history fees in TRX not in SUN ([#77](https://github.com/MetaMask/snap-tron-wallet/pull/77))
|
|
25
|
+
- `computeFee` method needs to reconstruct Tron transactions the same way `signAndSendTransaction` does ([#77](https://github.com/MetaMask/snap-tron-wallet/pull/77))
|
|
26
|
+
- Adjust decimals when sending TRC20 tokens ([#76](https://github.com/MetaMask/snap-tron-wallet/pull/76))
|
|
27
|
+
|
|
10
28
|
## [1.7.1]
|
|
11
29
|
|
|
12
|
-
###
|
|
30
|
+
### Changed
|
|
31
|
+
|
|
32
|
+
- Remove unused "Localnet" ([#73](https://github.com/MetaMask/snap-tron-wallet/pull/73))
|
|
33
|
+
|
|
34
|
+
### Fixed
|
|
13
35
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
36
|
+
- Incorrect staked Tron amount due to not counting delegated TRX ([#73](https://github.com/MetaMask/snap-tron-wallet/pull/73))
|
|
37
|
+
- No initialized placeholder TRX value, nor special assets (Bandwidth, Energy) on accounts without TRX ([#73](https://github.com/MetaMask/snap-tron-wallet/pull/73))
|
|
38
|
+
- Staking methods need to convert amounts to sun ([#71](https://github.com/MetaMask/snap-tron-wallet/pull/71))
|
|
16
39
|
|
|
17
40
|
## [1.7.0]
|
|
18
41
|
|
|
@@ -140,7 +163,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
140
163
|
- Initial release of Tron wallet snap
|
|
141
164
|
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
|
|
142
165
|
|
|
143
|
-
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.
|
|
166
|
+
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.3...HEAD
|
|
167
|
+
[1.7.3]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.2...v1.7.3
|
|
168
|
+
[1.7.2]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.1...v1.7.2
|
|
144
169
|
[1.7.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.0...v1.7.1
|
|
145
170
|
[1.7.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.6.1...v1.7.0
|
|
146
171
|
[1.6.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.6.0...v1.6.1
|