Preparation for subscribing with multiple accounts and test that confirms current issues #6906
Triggered via pull request
September 13, 2023 15:35
Status
Failure
Total duration
1m 14s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 3 warnings
lint:
tools/walletextension/api/routes.go#L1
: # github.com/obscuronet/go-obscuro/tools/walletextension/api
|
lint:
tools/walletextension/api/utils.go#L11
undefined: accountmanager.RPCRequest
|
lint:
tools/walletextension/api/utils.go#L34
undefined: accountmanager.RPCRequest (typecheck)
|
lint:
tools/walletextension/container/walletextension_container.go#L14
could not import github.com/obscuronet/go-obscuro/tools/walletextension/api (-: # github.com/obscuronet/go-obscuro/tools/walletextension/api
|
lint:
tools/walletextension/api/utils.go#L11
undefined: accountmanager.RPCRequest
|
lint:
tools/walletextension/api/utils.go#L34
undefined: accountmanager.RPCRequest) (typecheck)
|
lint:
tools/walletextension/accountmanager/account_manager.go#L69
Error return value of `m.subscriptionsManager.HandleNewSubscriptions` is not checked (errcheck)
|
lint:
tools/walletextension/common/common.go#L8
File is not `gofumpt`-ed (gofumpt)
|
lint:
tools/walletextension/common/common.go#L11
File is not `gofumpt`-ed (gofumpt)
|
lint:
tools/walletextension/subscriptions/subscriptions.go#L5
File is not `gofumpt`-ed (gofumpt)
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/go-obscuro/go-obscuro. Supported file pattern: go.sum
|
lint:
tools/walletextension/subscriptions/subscriptions.go#L24
unused-parameter: parameter 'resp' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
tools/walletextension/subscriptions/subscriptions.go#L78
unused-parameter: parameter 'commonChannel' seems to be unused, consider removing or renaming it as _ (revive)
|