[Performance] Add CGO as an option for performance optimization
#175
Annotations
5 errors
|
golangci-lint
issues found
|
|
golangci-lint
cannot use points (variable of type []"github.com/athanorlabs/go-dleq/types".Point) as []"github.com/pokt-network/go-dleq/types".Point value in argument to ring.NewFixedKeyRingFromPublicKeys) (typecheck)
|
|
golangci-lint
cannot use ring_secp256k1.NewCurve() (value of interface type "github.com/athanorlabs/go-dleq/secp256k1".Curve) as "github.com/pokt-network/go-dleq/types".Curve value in argument to ring.NewFixedKeyRingFromPublicKeys: "github.com/athanorlabs/go-dleq/types".Curve does not implement "github.com/pokt-network/go-dleq/types".Curve (wrong type for method AltBasePoint)
|
|
golangci-lint
cannot use ring_secp256k1.NewCurve() (value of interface type "github.com/athanorlabs/go-dleq/secp256k1".Curve) as "github.com/pokt-network/ring-go".Curve value in argument to relayRequestRingSig.Deserialize: "github.com/athanorlabs/go-dleq/types".Curve does not implement "github.com/pokt-network/go-dleq/types".Curve (wrong type for method AltBasePoint)
|
|
golangci-lint:
application.go#L11
could not import github.com/pokt-network/poktroll/pkg/crypto/rings (-: # github.com/pokt-network/poktroll/pkg/crypto/rings
|
Loading