feat: backport substrate code from relayer #6
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 8s
vet-check
51s
Annotations
17 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/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:
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)
|
linter-check:
chains/substrate/executor/message-handler_test.go#L80
tests: ExampleMessageHandler should be niladic (govet)
|
linter-check
Process completed with exit code 1.
|
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/
|