consensus/bor: eliminate contract calls for current span #1217
Annotations
5 errors
Initialize CodeQL
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Autobuild:
eth/ethconfig/config.go#L241
cannot use heimdallapp.NewHeimdallAppClient() (value of type *heimdallapp.HeimdallAppClient) as "github.com/ethereum/go-ethereum/consensus/bor".IHeimdallClient value in assignment: *heimdallapp.HeimdallAppClient does not implement "github.com/ethereum/go-ethereum/consensus/bor".IHeimdallClient (missing method BorParams)
|
Autobuild:
eth/ethconfig/config.go#L243
cannot use heimdallgrpc.NewHeimdallGRPCClient(ethConfig.HeimdallgRPCAddress) (value of type *heimdallgrpc.HeimdallGRPCClient) as "github.com/ethereum/go-ethereum/consensus/bor".IHeimdallClient value in assignment: *heimdallgrpc.HeimdallGRPCClient does not implement "github.com/ethereum/go-ethereum/consensus/bor".IHeimdallClient (missing method BorParams)
|
Autobuild
cannot use heimdallapp.NewHeimdallAppClient() (value of type *heimdallapp.HeimdallAppClient) as "github.com/ethereum/go-ethereum/consensus/bor".IHeimdallClient value in assignment: *heimdallapp.HeimdallAppClient does not implement "github.com/ethereum/go-ethereum/consensus/bor".IHeimdallClient (missing method BorParams)
|
Autobuild
cannot use heimdallgrpc.NewHeimdallGRPCClient(ethConfig.HeimdallgRPCAddress) (value of type *heimdallgrpc.HeimdallGRPCClient) as "github.com/ethereum/go-ethereum/consensus/bor".IHeimdallClient value in assignment: *heimdallgrpc.HeimdallGRPCClient does not implement "github.com/ethereum/go-ethereum/consensus/bor".IHeimdallClient (missing method BorParams)
|
Loading