MetaMask / MetaMask/metamask-mobile
o: Max Fee must be at least 0.0520013461 GWEI (10% higher than initial transaction)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 1.7k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 669
Description
Sentry Issue: [METAMASK-MOBILE-3CBB](https://metamask.sentry.io/issues/6276517314/?referrer=github_integration)
```
o: Max Fee must be at least 0.0520013461 GWEI (10% higher than initial transaction)
at ResultError (ses.cjs:7676:17)
at TransactionError (app/core/Transaction/TransactionError.ts:3:5)
at SpeedupTransactionError (app/core/Transaction/TransactionError.ts:19:30)
at _ref5 (app/components/UI/Transactions/index.js:549:42)
at onSave (app/components/UI/Transactions/index.js:577:4)
...
(36 additional frame(s) were not displayed)
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at app/components/UI/Transactions/index.js around the onSave and SpeedupTransactionError stack frames, then trace app/core/Transaction/TransactionError.ts and the linked Sentry report. Reproduce the speedup flow and establish the expected handling for the max-fee validation; the issue does not specify acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100