ethereum-optimism / superchain-ops

43 stars 36 forks source link

Verify dependency versions #373

Open mds1 opened 5 days ago

mds1 commented 5 days ago

Related to https://github.com/ethereum-optimism/superchain-ops/issues/334, superchain-ops should verify that users are on at least some "minimum supported version" of tools like forge. Some issues such as https://github.com/ethereum-optimism/superchain-ops/issues/299 were caused by a bug in forge, so this would help make sure users are not using the buggy version

maurelian commented 5 days ago

Maybe there's a general purpose package manager we should be using here?