Commit 087b3c2
fix: cp-13.11.0 bump tron 1.11.0 and keyring-api (#38206)
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->
## **Description**
Bumps the tron snap to fix computing fees for swaps
https://github.com/MetaMask/snap-tron-wallet/releases
<!--
Write a short description of the changes included in this pull request,
also include relevant motivation and context. Have in mind the following
questions:
1. What is the reason for the change?
2. What is the improvement/solution?
-->
[](https://codespaces.new/MetaMask/metamask-extension/pull/38206?quickstart=1)
## **Changelog**
<!--
If this PR is not End-User-Facing and should not show up in the
CHANGELOG, you can choose to either:
1. Write `CHANGELOG entry: null`
2. Label with `no-changelog`
If this PR is End-User-Facing, please write a short User-Facing
description in the past tense like:
`CHANGELOG entry: Added a new tab for users to see their NFTs`
`CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker`
(This helps the Release Engineer do their job more quickly and
accurately)
-->
CHANGELOG entry: null
## **Related issues**
Fixes: #38247
## **Manual testing steps**
1. Go to this page...
2.
3.
## **Screenshots/Recordings**
<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->
### **Before**
<!-- [screenshots/recordings] -->
### **After**
<!-- [screenshots/recordings] -->
## **Pre-merge author checklist**
- [ ] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
## **Pre-merge reviewer checklist**
- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Update Tron snap and keyring API dependencies and adjust e2e state
logs for Tron snap cronjob event.
>
> - **Dependencies**:
> - Bump `@metamask/tron-wallet-snap` to `^1.12.1`.
> - Bump `@metamask/keyring-api` to `^21.2.0`.
> - **Tests/E2E**:
> - Update `test/e2e/tests/settings/state-logs.json` to include
`events.cronjob-npm:@metamask/tron-wallet-snap-0`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
276dc6e. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: MetaMask Bot <[email protected]>
Co-authored-by: Antonio Regadas <[email protected]>1 parent 8b80bc2 commit 087b3c2
File tree
3 files changed
+23
-12
lines changed- test/e2e/tests/settings
3 files changed
+23
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
417 | 428 | | |
418 | 429 | | |
419 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7014 | 7014 | | |
7015 | 7015 | | |
7016 | 7016 | | |
7017 | | - | |
7018 | | - | |
7019 | | - | |
| 7017 | + | |
| 7018 | + | |
| 7019 | + | |
7020 | 7020 | | |
7021 | 7021 | | |
7022 | 7022 | | |
7023 | 7023 | | |
7024 | 7024 | | |
7025 | | - | |
| 7025 | + | |
7026 | 7026 | | |
7027 | 7027 | | |
7028 | 7028 | | |
| |||
8494 | 8494 | | |
8495 | 8495 | | |
8496 | 8496 | | |
8497 | | - | |
8498 | | - | |
8499 | | - | |
8500 | | - | |
| 8497 | + | |
| 8498 | + | |
| 8499 | + | |
| 8500 | + | |
8501 | 8501 | | |
8502 | 8502 | | |
8503 | 8503 | | |
| |||
32667 | 32667 | | |
32668 | 32668 | | |
32669 | 32669 | | |
32670 | | - | |
| 32670 | + | |
32671 | 32671 | | |
32672 | 32672 | | |
32673 | 32673 | | |
| |||
32730 | 32730 | | |
32731 | 32731 | | |
32732 | 32732 | | |
32733 | | - | |
| 32733 | + | |
32734 | 32734 | | |
32735 | 32735 | | |
32736 | 32736 | | |
| |||
0 commit comments