mev-inspect-py icon indicating copy to clipboard operation
mev-inspect-py copied to clipboard

Get the repo working on first clone

Open KMontag42 opened this issue 1 year ago • 0 comments

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

KMontag42 avatar Nov 18 '24 14:11 KMontag42