File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ GOLINT_CONCURRENCY ?= 0
13
13
TOOL_VERSTION_GOENUM ?= 0.6.0
14
14
TOOL_VERSION_PROTOCGENGO ?= 1.36.5
15
15
TOOL_VERSION_OAPICODEGEN ?= 1.16.1
16
+ TOOL_VERSION_ABIGEN ?= 1.15.7
16
17
17
18
18
19
build :
@@ -81,6 +82,9 @@ ${GOPATH}/bin/go-enum:
81
82
${GO} install github.com/abice/go-enum@v${TOOL_VERSTION_GOENUM}
82
83
install-go-enum : ${GOPATH}/bin/go-enum
83
84
85
+ ${GOPATH}/bin/abigen :
86
+ ${GO} install github.com/ethereum/go-ethereum/cmd/abigen@v${TOOL_VERSION_ABIGEN}
87
+ install-abigen : ${GOPATH}/bin/abigen
84
88
85
89
${GOPATH}/bin/protoc-gen-go :
86
90
${GO} install google.golang.org/protobuf/cmd/protoc-gen-go@v${TOOL_VERSION_PROTOCGENGO}
Original file line number Diff line number Diff line change 1
1
// package contract contains the abigen generated bindings for rolling shutter's smart contracts
2
2
package contract
3
3
4
- // disabled // go:generate node ../../contracts/scripts/abigen.js
4
+ //go:generate node ../../contracts/scripts/abigen.js
You can’t perform that action at this time.
0 commit comments