Skip to content

fix: EVM message handling refactor #740

fix: EVM message handling refactor

fix: EVM message handling refactor #740

Triggered via pull request January 5, 2024 10:52
Status Failure
Total duration 1m 42s
Artifacts

e2e.yml

on: pull_request
Matrix: E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
E2E Tests (1.19.x, ubuntu-latest)
Process completed with exit code 1.
E2E Tests (1.19.x, ubuntu-latest)
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
E2E Tests (1.19.x, ubuntu-latest)
cannot use mh (variable of type *"github.com/ChainSafe/chainbridge-core/chains/evm/executor".EVMMessageHandler) as type *"github.com/sygmaprotocol/sygma-core/relayer/message".MessageHandler in argument to executor.NewExecutor
E2E Tests (1.19.x, ubuntu-latest)
cannot use bridgeContract (variable of type *bridge.BridgeContract) as type "github.com/ChainSafe/sygma-relayer/chains/evm/executor".BridgeContract in argument to executor.NewExecutor:
E2E Tests (1.19.x, ubuntu-latest)
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:
E2E Tests (1.19.x, ubuntu-latest)
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
E2E Tests (1.19.x, ubuntu-latest)
cannot use mh (variable of type *"github.com/ChainSafe/chainbridge-core/chains/evm/executor".EVMMessageHandler) as type *"github.com/sygmaprotocol/sygma-core/relayer/message".MessageHandler in argument to executor.NewExecutor
E2E Tests (1.19.x, ubuntu-latest)
cannot use bridgeContract (variable of type *bridge.BridgeContract) as type "github.com/ChainSafe/sygma-relayer/chains/evm/executor".BridgeContract in argument to executor.NewExecutor:
E2E Tests (1.19.x, ubuntu-latest)
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:
E2E Tests (1.19.x, ubuntu-latest)
Process completed with exit code 1.
E2E Tests (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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/