anton-rs / op-up

Composable OP Stack Orchestration
https://stack.anton.systems
MIT License
41 stars 2 forks source link

chore(deps): check for missing dependencies #71

Closed merklefruit closed 1 year ago

merklefruit commented 1 year ago

In the stages that don't use Docker (e.g. L1 genesis, L2 genesis, Prestate, Allocs) we should double check which dependencies are used. In particular, the make commands could hide dependencies by launching scripts with multiple steps inside.


https://github.com/anton-rs/op-up/blob/ce29d5a847985c165bbb75f45bf5e42b8cb524ad/bin/opup/src/deps.rs#L25-L26

solidoracle commented 1 year ago

@merklefruit I'd like to tackle this