yearn / brownie-strategy-mix

GNU Affero General Public License v3.0
168 stars 130 forks source link

Add slither support to brownie mix #18

Open saltyfacu opened 3 years ago

saltyfacu commented 3 years ago

See https://github.com/crytic/slither

More info:

Copied from https://github.com/iearn-finance/yearn-protocol/issues/28 by milkyklim and comment by Macarse

PatrickAlphaC commented 3 years ago

Are we just adding it to brownie-mixes? It seems it would make sense to add to all of brownie no?

fubuloubu commented 3 years ago

Are we just adding it to brownie-mixes? It seems it would make sense to add to all of brownie no?

General brownie support precedes support for these repos

numan commented 2 years ago

Attempted to make some progress on this by addressing one of the big blockers:

https://github.com/eth-brownie/brownie/pull/1321

Once it is merged, I should be able to create a PR for this issue.