fix: EVM event and deposit handlers refactor #616
Annotations
10 errors and 1 warning
Run linter:
chains/substrate/executor/message-handler.go#L85
cannot use chains.NewProposal(m.Source, m.Destination, m.DepositNonce, m.ResourceId, data, m.Metadata) (value of type *proposal.Proposal) as type *chains.Proposal in return statement
|
Run linter:
chains/substrate/executor/message-handler.go#L85
too many arguments in call to chains.NewProposal
|
Run linter:
chains/substrate/pallet/pallet.go#L62
cannot use proposals (variable of type []*chains.Proposal) as type []*chains.TransferProposal in argument to chains.ProposalsHash (typecheck)
|
Run linter:
app/app.go#L35
could not import github.com/ChainSafe/sygma-relayer/chains/substrate/executor (-: # github.com/ChainSafe/sygma-relayer/chains/substrate/executor
|
Run linter:
chains/substrate/executor/message-handler.go#L85
cannot use chains.NewProposal(m.Source, m.Destination, m.DepositNonce, m.ResourceId, data, m.Metadata) (value of type *proposal.Proposal) as type *chains.Proposal in return statement
|
Run linter:
chains/substrate/executor/message-handler.go#L85
too many arguments in call to chains.NewProposal
|
Run linter:
app/app.go#L37
could not import github.com/ChainSafe/sygma-relayer/chains/substrate/pallet (-: # github.com/ChainSafe/sygma-relayer/chains/substrate/pallet
|
Run linter:
chains/substrate/pallet/pallet.go#L62
cannot use proposals (variable of type []*chains.Proposal) as type []*chains.TransferProposal in argument to chains.ProposalsHash) (typecheck)
|
Run linter:
app/app.go#L217
cannot use chain (variable of type *"github.com/sygmaprotocol/sygma-core/chains/evm".EVMChain) as "github.com/ChainSafe/chainbridge-core/relayer".RelayedChain value in argument to append: *"github.com/sygmaprotocol/sygma-core/chains/evm".EVMChain does not implement "github.com/ChainSafe/chainbridge-core/relayer".RelayedChain (wrong type for method PollEvents)
|
Run linter:
example/app/app.go#L42
could not import github.com/ChainSafe/sygma-relayer/chains/substrate/executor (-: # github.com/ChainSafe/sygma-relayer/chains/substrate/executor
|
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/
|
The logs for this run have expired and are no longer available.
Loading