Heartbeats: Notify operator inactivity on failure #7460
Annotations
10 errors and 1 warning
Staticcheck:
pkg/tbtc/inactivity.go#L69
claim declared and not used (compile)
|
Staticcheck:
pkg/tbtc/inactivity.go#L69
claim declared and not used
|
Staticcheck:
pkg/tbtc/coordination_test.go#L278
cannot use localChain (variable of type *localChain) as Chain value in struct literal: *localChain does not implement Chain (wrong type for method CalculateInactivityClaimSignatureHash)
|
Staticcheck:
pkg/tbtc/coordination_test.go#L472
cannot use localChain (variable of type *localChain) as Chain value in struct literal: *localChain does not implement Chain (wrong type for method CalculateInactivityClaimSignatureHash)
|
Staticcheck:
pkg/tbtc/coordination_test.go#L988
cannot use localChain (variable of type *localChain) as Chain value in struct literal: *localChain does not implement Chain (wrong type for method CalculateInactivityClaimSignatureHash)
|
Staticcheck:
pkg/tbtc/deposit_sweep_test.go#L198
cannot use hostChain (variable of type *localChain) as Chain value in argument to newDepositSweepAction: *localChain does not implement Chain (wrong type for method CalculateInactivityClaimSignatureHash)
|
Staticcheck:
pkg/tbtc/dkg_submit_test.go#L24
cannot use chain (variable of type *localChain) as Chain value in argument to newDkgResultSigner: *localChain does not implement Chain (wrong type for method CalculateInactivityClaimSignatureHash)
|
Staticcheck:
pkg/tbtc/dkg_submit_test.go#L101
cannot use chain (variable of type *localChain) as Chain value in argument to newDkgResultSigner: *localChain does not implement Chain (wrong type for method CalculateInactivityClaimSignatureHash)
|
Staticcheck:
pkg/tbtc/dkg_submit_test.go#L119
cannot use chain (variable of type *localChain) as Chain value in argument to newDkgResultSigner: *localChain does not implement Chain (wrong type for method CalculateInactivityClaimSignatureHash)
|
Staticcheck:
pkg/tbtc/dkg_submit_test.go#L151
cannot use chain (variable of type *localChain) as Chain value in argument to newDkgResultSigner: *localChain does not implement Chain (wrong type for method CalculateInactivityClaimSignatureHash)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading