Skip to content

Commit

Permalink
Ignore Gas Calculations by Default (#1816)
Browse files Browse the repository at this point in the history
As I understand it, this is necessary to get the [building secure contracts](https://github.com/crytic/building-secure-contracts) repo passing by default. It's also a frequent first step for real-world EVM analysis, so perhaps it will save some time.

The tests are performing suspiciously well locally. I would have expected some changes to be required. Let's see how GH Actions handles them.
  • Loading branch information
Eric Hennenfent committed Oct 30, 2020
1 parent 2152023 commit c8e5e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manticore/platforms/evm.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def globalfakesha3(data):

consts.add(
"oog",
default="complete",
default="ignore",
description=(
"Default behavior for symbolic gas."
"pedantic: Fully faithful. Test at every instruction. Forks."
Expand Down

0 comments on commit c8e5e25

Please sign in to comment.