crytic / crytic/crytic-compile

feat: arguments should be supported in both str and native format

Open
#108 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
197
Forks
97
PR merge metrics
No merged PRs in 30d

Description

Many arguments are expected to be serialized `str` e.g. `solc_args`. However, crytic-compile will often need to deserialize them and also serialize again.

While it works perfectly for user inputs (e.g. arguments taken from CLI), it would be a unnecessary overhead when CryticCompile is used as a library that developers need to serialize for no use (because soon will be deserized in CryticCompile).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.