mev-inspect-py
mev-inspect-py copied to clipboard
Get the repo working on first clone
What does this PR do?
Updates the Dockerfile so that the project runs on first checkout.
Adds migrate sub-command to the mev script to perform the database migrations.
Formats the mev file using patrickvane/shfmt: A shell formatter (sh/bash/mksh)
Related issue
https://github.com/flashbots/mev-inspect-py/issues/347
Testing
Ran through the README on a fresh clone
Checklist before merging
- [x] Read the contributing guide
- [x] Installed and ran pre-commit hooks
- [x] All tests pass with
./mev test