You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
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.
Resolvesfilecoin-project#5402
Signed-off-by: Jakub Sztandera <[email protected]>
Currently, when estimating gas for a message we apply all messages from the
From
address that are in the mpool.We should appply messages only up to
nonce-1
inclusive.The text was updated successfully, but these errors were encountered: