feat: backport substrate code from relayer #5
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
checks.yml
on: pull_request
linter-check
1m 11s
vet-check
1m 1s
Annotations
19 errors and 2 warnings
vet-check:
crypto/sr25519/sr25519.go#L28
cannot use network (variable of type string) as type uint16 in argument to signature.KeyringPairFromSecret
|
vet-check:
crypto/sr25519/sr25519.go#L43
undefined: types.EncodeToBytes
|
vet-check:
crypto/sr25519/sr25519.go#L50
undefined: types.DecodeFromBytes
|
vet-check:
chains/substrate/connection/connection.go#L77
undefined: state.NewProvider
|
vet-check:
chains/substrate/executor/message-handler_test.go#L80
ExampleMessageHandler should be niladic
|
vet-check:
chains/substrate/executor/message-handler_test.go#L80
ExampleMessageHandler should return nothing
|
vet-check:
chains/substrate/executor/message-handler_test.go#L80
ExampleMessageHandler refers to unknown identifier: MessageHandler
|
vet-check
cannot use network (variable of type string) as uint16 value in argument to signature.KeyringPairFromSecret
|
vet-check
Process completed with exit code 1.
|
linter-check:
chains/substrate/connection/connection.go#L77
undefined: state.NewProvider (typecheck)
|
linter-check:
chains/substrate/client/client.go#L14
could not import github.com/ChainSafe/sygma-core/chains/substrate/connection (-: # github.com/ChainSafe/sygma-core/chains/substrate/connection
|
linter-check:
chains/substrate/connection/connection.go#L77
undefined: state.NewProvider) (typecheck)
|
linter-check:
crypto/keystore/keyring.go#L11
could not import github.com/ChainSafe/sygma-core/crypto/sr25519 (-: # github.com/ChainSafe/sygma-core/crypto/sr25519
|
linter-check:
crypto/sr25519/sr25519.go#L28
cannot use network (variable of type string) as type uint16 in argument to signature.KeyringPairFromSecret
|
linter-check:
crypto/sr25519/sr25519.go#L43
undefined: types.EncodeToBytes
|
linter-check:
crypto/sr25519/sr25519.go#L50
undefined: types.DecodeFromBytes) (typecheck)
|
linter-check:
crypto/sr25519/sr25519.go#L28
cannot use network (variable of type string) as type uint16 in argument to signature.KeyringPairFromSecret
|
linter-check:
crypto/sr25519/sr25519.go#L43
undefined: types.EncodeToBytes
|
linter-check:
crypto/sr25519/sr25519.go#L50
undefined: types.DecodeFromBytes (typecheck)
|
vet-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/
|
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/
|