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
Sure- do you think maybe this would be better to add solc_trace_args similar to solc_args in saddle.config.js so you could add whichever args you want via your config file?
So that would work with manual editing, but it will prevent a more transparent usage.
Ex: as a user I want to run some_tool [saddle project] without having to change my saddle.config.js to fit the external tool needs.
If we can have access to the elements listed above, I think that would facilitate any third party tool integration. It's the way we integrated the other frameworks.
Hi,
We are looking to integrate saddle in our compilation library. This would allow to support all our tools (including Slither, Echidna, or Manticore) out of the box.
Would it be possible to add
abi,ast,userdoc,devdoc,hashes,compact-format
to the solc options if the compilation is done with--trace
?saddle/src/cli/commands/compile.ts
Line 18 in d5ee0ef
This will simplify our integration.
Thank you
The text was updated successfully, but these errors were encountered: