osmosis
osmosis copied to clipboard
devux(localosmosis): output a warning if the localosmosis image does not match current git commit hash
Background
The localosmosis image is not auto-rebuilt when user pulls from main
.
This sometimes causes problems that are unintuitive to debug
Suggested Design
When user runs any localosmosis Makefile command, there should be a check whether an image is up-to-date. If not, a warning is printed.
Acceptance Criteria
- generalize and modify this script to be able to use it with both e2e and localosmosis
- check whether an image is up-to-date whenever any localosmosis command is run using the script above
- output a warning to stdout, if an image is out of date