Skip to content

Refactor system transactions (#124) #4

Refactor system transactions (#124)

Refactor system transactions (#124) #4

Triggered via push October 12, 2023 03:53
Status Failure
Total duration 10m 44s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
MethodFoo redeclared in this block
build
other declaration of MethodFoo
build
MethodAdd redeclared in this block
build
other declaration of MethodAdd
build: consensus/hotstuff/signer/signer_test.go#L41
s.Sign undefined (type hotstuff.Signer has no field or method Sign)
build: consensus/hotstuff/signer/signer_test.go#L66
cannot use data (variable of type []byte) as "github.com/ethereum/go-ethereum/common".Hash value in argument to signer.CheckSignature
build: consensus/hotstuff/signer/signer_test.go#L83
cannot use data (variable of type []byte) as "github.com/ethereum/go-ethereum/common".Hash value in argument to signer.CheckSignature
build: consensus/hotstuff/signer/signer_test.go#L109
emptySigner.SealAfterCommit undefined (type *SignerImpl has no field or method SealAfterCommit)
build: consensus/hotstuff/signer/signer_test.go#L118
emptySigner.SealAfterCommit undefined (type *SignerImpl has no field or method SealAfterCommit)
build: contracts/native/cross_chain_manager/entrance_test.go#L67
param.BlocksToWait undefined (type *side_chain_manager.RegisterSideChainParam has no field or method BlocksToWait)