Skip to content

Commit

Permalink
feat: check hashi message (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Sep 16, 2024
1 parent 4b91b55 commit 8babdef
Show file tree
Hide file tree
Showing 13 changed files with 808 additions and 139 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ genmocks:
mockgen -source=./chains/evm/executor/executor.go -destination=./mock/executor.go -package mock
mockgen -source=./chains/evm/prover/prover.go -destination=./mock/prover.go -package mock
mockgen -destination=./mock/store.go -package mock github.com/sygmaprotocol/sygma-core/store KeyValueReaderWriter
mockgen -destination=./mock/logs.go -package mock -source=./chains/evm/listener/events/handlers/logs.go

PLATFORMS := linux/amd64 darwin/amd64 darwin/arm64 linux/arm
temp = $(subst /, ,$@)
Expand Down
Loading

0 comments on commit 8babdef

Please sign in to comment.