chore: bump @metamask/tron-wallet-snap to 1.25.6#30200
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
@metamask/tron-wallet-snap to 1.25.3-preview-995ddc5@metamask/tron-wallet-snap to 1.25.4-preview-20f5407
@metamask/tron-wallet-snap to 1.25.4-preview-20f5407@metamask/tron-wallet-snap to 1.25.6
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #30200 +/- ##
==========================================
- Coverage 82.28% 82.27% -0.01%
==========================================
Files 5522 5522
Lines 148790 148804 +14
Branches 34280 34289 +9
==========================================
+ Hits 122430 122431 +1
- Misses 18030 18032 +2
- Partials 8330 8341 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… of https://github.com/MetaMask/metamask-mobile into chore/release-tron-snap-version-1.25.3-preview-995ddc5
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Key findings:
Selected tags rationale:
No performance tests are needed as this is a dependency version bump with no UI rendering, state management, or performance-critical code changes. Performance Test Selection: |
|



Description
This PR bumps @metamask/tron-wallet-snap from
^1.25.3to^1.25.6.The main purpose of this update is to pull in the latest Tron snap validation fixes, in particular a mechanism to refresh stale or invalid
expiration,ref_block_bytesandref_block_hashbefore signing in both send/broadcast paths.Preview package:
@metamask-previews/tron-wallet-snap@1.25.3-preview-995ddc5Release:
@metamask-previews/tron-wallet-snap@^1.25.6Upstream PR:
Changelog
CHANGELOG entry: bump the
@metamask/tron-wallet-snapto^1.25.6Related issues
n/a
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Touches Tron signing and broadcast behavior via the wallet snap; scope is limited to a patch dependency bump with no local code edits, but failed or incorrect ref-block handling could still affect Tron sends.
Overview
Bumps
@metamask/tron-wallet-snapfrom^1.25.3to^1.25.6inpackage.jsonandyarn.lock, with an Unreleased changelog entry. There are no application source changes in this repo—the mobile app picks up upstream snap behavior from the new package version.Per the PR intent, 1.25.6 brings Tron transaction validation fixes, notably refreshing stale or invalid
expiration,ref_block_bytes, andref_block_hashbefore signing on send and broadcast paths.Reviewed by Cursor Bugbot for commit b958d77. Bugbot is set up for automated code reviews on this repo. Configure here.