Skip to content

feat: add traces across relayer #522

feat: add traces across relayer

feat: add traces across relayer #522

Triggered via pull request July 27, 2023 18:15
Status Failure
Total duration 1m 48s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
linter-check: chains/evm/config.go#L80
c.Id undefined (type *RawEVMConfig has no field or method Id) (typecheck)
linter-check: chains/evm/calls/contracts/bridge/bridge.go#L63
c.ExecuteTransaction undefined (type *BridgeContract has no field or method ExecuteTransaction) (typecheck)
linter-check: chains/evm/calls/contracts/bridge/bridge.go#L193
c.ExecuteTransaction undefined (type *BridgeContract has no field or method ExecuteTransaction) (typecheck)
linter-check: chains/evm/calls/contracts/bridge/bridge.go#L215
c.ExecuteTransaction undefined (type *BridgeContract has no field or method ExecuteTransaction) (typecheck)
linter-check: chains/evm/calls/contracts/bridge/bridge.go#L228
c.ContractAddress undefined (type *BridgeContract has no field or method ContractAddress) (typecheck)
linter-check: chains/evm/calls/contracts/bridge/bridge.go#L236
c.CallContract undefined (type *BridgeContract has no field or method CallContract) (typecheck)
linter-check: chains/evm/calls/contracts/bridge/bridge.go#L248
c.CallContract undefined (type *BridgeContract has no field or method CallContract) (typecheck)
linter-check: config/relayer/config.go#L94
rawConfig.LogLevel undefined (type RawRelayerConfig has no field or method LogLevel) (typecheck)
linter-check: config/relayer/config.go#L96
rawConfig.LogLevel undefined (type RawRelayerConfig has no field or method LogLevel) (typecheck)
linter-check: config/relayer/config.go#L98
config.LogLevel undefined (type RelayerConfig has no field or method LogLevel) (typecheck)
linter-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/