optimism
optimism copied to clipboard
Create a unified way to check/update dependencies
So package.json has a bunch of related scripts like update:foundry or install:abigen. Would be nice if we had a unified way of handling this stuff.
I'd love to see a script that can:
- Install the correct software versions for everything.
- Verify the software versions for everything.
- Print out the current software versions for everything.
This script could optionally also take a specific dependency as an argument and apply the above 3 options to that specific dependency instead of all dependencies at once.
See also: https://github.com/ethereum-optimism/client-pod/issues/397
nix can do this for you ser
Hi @smartcontracts, I implemented this at #10406