feat(zetaclient): disable EIP-1559 #7881
Annotations
10 errors
Run golangci-lint:
zetaclient/tss/tss_signer.go#L36
could not import github.com/zeta-chain/node/zetaclient/chains/interfaces (-: import cycle not allowed: import stack: [github.com/zeta-chain/node/cmd/zetaclientd github.com/zeta-chain/node/zetaclient/chains/base github.com/zeta-chain/node/zetaclient/chains/interfaces github.com/zeta-chain/node/zetaclient/tss github.com/zeta-chain/node/zetaclient/chains/interfaces]) (typecheck)
|
Run golangci-lint:
zetaclient/tss/tss_signer.go#L671
`combineDigests` redeclared in this block (typecheck)
|
Run golangci-lint:
zetaclient/tss/crypto.go#L218
other declaration of combineDigests (typecheck)
|
Run golangci-lint:
zetaclient/tss/tss_signer.go#L87
undefined: ConcurrentKeysignsTracker (typecheck)
|
Run golangci-lint:
zetaclient/tss/healthcheck.go#L43
server.GetP2PHost undefined (type *"gitlab.com/thorchain/tss/go-tss/tss".TssServer has no field or method GetP2PHost) (typecheck)
|
Run golangci-lint:
zetaclient/tss/healthcheck.go#L95
cannot use peers (variable of type []"gitlab.com/thorchain/tss/go-tss/tss".PeerInfo) as []"github.com/libp2p/go-libp2p/core/peer".AddrInfo value in argument to p.Telemetry.SetConnectedPeers (typecheck)
|
Run golangci-lint:
zetaclient/tss/setup.go#L91
undefined: conversion.Bech32PubkeyToPeerID (typecheck)
|
Run golangci-lint:
zetaclient/tss/setup.go#L229
cannot use tssConfig (variable of type "gitlab.com/thorchain/tss/go-tss/common".TssConfig) as string value in argument to tss.NewTss (typecheck)
|
Run golangci-lint:
zetaclient/tss/setup.go#L230
cannot use preParams (variable of type *"github.com/bnb-chain/tss-lib/ecdsa/keygen".LocalPreParams) as "gitlab.com/thorchain/tss/go-tss/common".TssConfig value in argument to tss.NewTss (typecheck)
|
Run golangci-lint:
zetaclient/tss/setup.go#L231
cannot use cfg.PublicIP (variable of type string) as *"github.com/bnb-chain/tss-lib/ecdsa/keygen".LocalPreParams value in argument to tss.NewTss (typecheck)
|
Loading