fix: EVM message handling refactor #604
Annotations
7 errors and 1 warning
linter-check:
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:
|
linter-check:
cli/run.go#L7
could not import github.com/ChainSafe/sygma-relayer/app (-: # github.com/ChainSafe/sygma-relayer/app
|
linter-check:
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:
|
linter-check:
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 (typecheck)
|
linter-check:
example/cmd/cmd.go#L12
could not import github.com/ChainSafe/sygma-relayer/example/app (-: # github.com/ChainSafe/sygma-relayer/example/app
|
linter-check:
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) (typecheck)
|
linter-check
Process completed with exit code 1.
|
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/
|