Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(suite): EVM do not switch to custom fee when low balance #13094

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

tomasklim
Copy link
Member

Description

  • when user wanted to stake almost "max" without pressing "max" button. It proposed him low custom gas price which result into lot of pending txs
  • same logic was there for send form
  • let users choose custom fee manually only if they know what they are doing

Related Issue

Resolve #13040

Screenshots:

This is what it did before. We do not want that. Tx most often remain stuck

Screen.Recording.2024-06-30.at.9.56.25.mov

@tomasklim tomasklim added the release Will be included in the upcoming release. Needs to be backported to the release branch. label Jun 30, 2024
@tomasklim tomasklim merged commit 7f81a0c into develop Jul 1, 2024
27 of 28 checks passed
@tomasklim tomasklim deleted the fix/evm-custom-fee-offer branch July 1, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Will be included in the upcoming release. Needs to be backported to the release branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Staking - setting amount close to max adjust gas price
2 participants