Gas estimates, are there cases where the binary search can be skipped? #13782
ArielElp
started this conversation in
Technical discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to bring up gas estimates, in particular gas estimates that happen after the optimistic estimate here:
g^*
, the minimal amount of start gas required to run successfully, be smaller than~ g+g'
, whereg
is the gas consumed when starting to run with infinite gas (first iteration), andg'
is the refunded gas in the first iteration.In essence, my question is whether the binary search can be skipped assuming the GAS opcode does not exist.
Beta Was this translation helpful? Give feedback.
All reactions