File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/rocket-pool/smartnode
33go 1.21.8
44
55// Do not update until you can test that its regression on ARM is resolved
6- require github.com/herumi/bls-eth-go-binary v1.28.1 // indirect
6+ require github.com/herumi/bls-eth-go-binary v1.28.1
77
88require (
99 github.com/alessio/shellescape v1.4.1
Original file line number Diff line number Diff line change @@ -11,8 +11,15 @@ import (
1111 "github.com/rocket-pool/smartnode/rocketpool/watchtower"
1212 "github.com/rocket-pool/smartnode/shared"
1313 apiutils "github.com/rocket-pool/smartnode/shared/utils/api"
14+
15+ blsversionpin "github.com/herumi/bls-eth-go-binary/bls"
1416)
1517
18+ // This variable simple ensures we have a direct dependency on bls-eth-go-binary, so it doesn't get tidied out of go.mod
19+ // we should probably re-test latest versions of the herumi packages on ARM to see if the issue Joe encountered has been
20+ // resolved yet.
21+ var _ blsversionpin.ID
22+
1623// Run
1724func main () {
1825
You can’t perform that action at this time.
0 commit comments