Skip to content

fix: EVM message handling refactor #606

fix: EVM message handling refactor

fix: EVM message handling refactor #606

Triggered via pull request January 5, 2024 13:58
Status Failure
Total duration 6m 6s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
test (1.19.x, ubuntu-latest): app/app.go#L193
cannot use bridgeContract (variable of type *bridge.BridgeContract) as type "github.com/ChainSafe/sygma-relayer/chains/evm/executor".BridgeContract in argument to executor.NewExecutor:
test (1.19.x, ubuntu-latest): app/app.go#L196
cannot use executor (variable of type *"github.com/ChainSafe/sygma-relayer/chains/evm/executor".Executor) as type "github.com/ChainSafe/sygma-relayer/chains/evm".BatchProposalExecutor in argument to evm.NewEVMChain:
test (1.19.x, ubuntu-latest): example/app/app.go#L168
cannot use executor.PermissionlessGenericMessageHandler (value of type func(msg *"github.com/ChainSafe/sygma-relayer/chains/evm/executor".TransferMessage) (*"github.com/sygmaprotocol/sygma-core/relayer/proposal".Proposal, error)) as type "github.com/ChainSafe/chainbridge-core/chains/evm/executor".MessageHandlerFunc in argument to mh.RegisterMessageHandler
test (1.19.x, ubuntu-latest): example/app/app.go#L186
cannot use bridgeContract (variable of type *bridge.BridgeContract) as type "github.com/ChainSafe/sygma-relayer/chains/evm/executor".BridgeContract in argument to executor.NewExecutor:
test (1.19.x, ubuntu-latest): example/app/app.go#L189
cannot use executor (variable of type *"github.com/ChainSafe/sygma-relayer/chains/evm/executor".Executor) as type "github.com/ChainSafe/sygma-relayer/chains/evm".BatchProposalExecutor in argument to evm.NewEVMChain:
test (1.19.x, ubuntu-latest)
Process completed with exit code 2.
test (1.19.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/