trezor-suite
trezor-suite copied to clipboard
fix: handle estimated fee error
The error coming from geth and returned the value of the error with a notification.
I have a couple of questions as I'm not sure what the expected outcome is, I'd be happy to discuss it and get some help.
- Should I handle every incoming error differently and provide a differently interpreted message or returning the initial error value is sufficient?
- I'm not sure how to test in this case, I couldn't seem to find any examples on how/where the function is used.
Closes #3283
related to https://github.com/trezor/trezor-suite/issues/3283
And also please rebase, there were bigger changes to this file.
I believe it's up to date with the develop branch, I tried to rebase it and got no conflicts whatsoever, could you please check?
And also please rebase, there were bigger changes to this file.
I believe it's up to date with the develop branch, I tried to rebase it and got no conflicts whatsoever, could you please check?
It seems that there are some conflicts in packages/suite/src/actions/wallet/send/sendFormEthereumActions.ts
Also please reword your commits so they are like fix(suite):..., feat(suite): ... etc.