Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gas): when estimating GasLimit only apply priors up to the nonce
The bug is applying all messages from given From address are priors before appling the message that we are estimating. If user tries replacing message in the middle with gas limit estimation then message sequence is off and user will either get an execution error or gas mis-esimation. Resolves #5402 Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
- Loading branch information