Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8babdef

Browse files
authored
feat: check hashi message (#48)
1 parent 4b91b55 commit 8babdef

File tree

13 files changed

+808
-139
lines changed

13 files changed

+808
-139
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ genmocks:
2727
mockgen -source=./chains/evm/executor/executor.go -destination=./mock/executor.go -package mock
2828
mockgen -source=./chains/evm/prover/prover.go -destination=./mock/prover.go -package mock
2929
mockgen -destination=./mock/store.go -package mock github.com/sygmaprotocol/sygma-core/store KeyValueReaderWriter
30+
mockgen -destination=./mock/logs.go -package mock -source=./chains/evm/listener/events/handlers/logs.go
3031

3132
PLATFORMS := linux/amd64 darwin/amd64 darwin/arm64 linux/arm
3233
temp = $(subst /, ,$@)

0 commit comments

Comments
 (0)