Skip to content

fix: EVM message handling refactor #604

fix: EVM message handling refactor

fix: EVM message handling refactor #604

Triggered via pull request January 4, 2024 15:19
Status Failure
Total duration 35m 57s
Artifacts

test.yml

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

Annotations

3 errors and 1 warning
test (1.19.x, ubuntu-latest): app/app.go#L193
cannot use mh (variable of type *"github.com/sygmaprotocol/sygma-core/relayer/message".MessageHandler) as type "github.com/ChainSafe/sygma-relayer/chains/evm/executor".MessageHandler in argument to executor.NewExecutor:
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)
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/