Skip to content

Commit

Permalink
update watch-blockhashes to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrinCode committed Feb 14, 2025
1 parent 11a7b12 commit c6a66cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ lrp-mainnet-check: ## Filter logs for LRP & Compute TPS & Check stateroots (conf
python process_log.py $(RESEQUENCE_FILTERED_LOG_FILE)
go run ../zk/debug_tools/rpc-blockhashes-compare/main.go

.PHONY: watch-blockhashes
watch-blockhashes:
watch -n 300 go run ../zk/debug_tools/rpc-blockhashes-compare/main.go

.PHONY: lrp-stop
lrp-stop:
$(STOP_LRP)

0 comments on commit c6a66cb

Please sign in to comment.