Feat multiple backends #1163
Annotations
10 errors and 16 warnings
Vetting:
channel/persistence/keyvalue/persister.go#L122
use of `GetBytes` forbidden by pattern `^[Gg]et.*$` (forbidigo)
|
Vetting:
channel/persistence/keyvalue/restorer.go#L68
use of `Get` forbidden by pattern `^[Gg]et.*$` (forbidigo)
|
Vetting:
client/virtual_channel.go#L241
Function 'validateVirtualChannelFundingProposal' is too long (65 > 60) (funlen)
|
Vetting:
client/restore_internal_test.go#L152
newDeref: replace `*new(channel.ID)` with `channel.ID{}` (gocritic)
|
Vetting:
channel/params.go#L38
Comment should end in a period (godot)
|
Vetting:
channel/test/randomizer.go#L140
File is not `gofmt`-ed with `-s` (gofmt)
|
Vetting:
watcher/local/adjudicatorpubsub.go#L52
File is not `gofmt`-ed with `-s` (gofmt)
|
Vetting:
watcher/local/statespubsub.go#L56
File is not `gofmt`-ed with `-s` (gofmt)
|
Vetting:
wallet/backend.go#L47
File is not `gofumpt`-ed (gofumpt)
|
Vetting:
wire/test/bustest.go#L19
File is not `gofumpt`-ed (gofumpt)
|
Race Tests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Tests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Copyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Race Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Vetting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Vetting:
wallet/address.go#L52
exported: exported method BackendID.Equal should have comment or be unexported (revive)
|
Vetting:
wallet/address.go#L70
exported: comment on exported function IndexOfAddrs should be of the form "IndexOfAddrs ..." (revive)
|
Vetting:
wallet/backend.go#L68
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Vetting:
wallet/test/randomizer.go#L73
exported: comment on exported function NewRandomAddresses should be of the form "NewRandomAddresses ..." (revive)
|
Vetting:
wallet/test/randomizer.go#L129
exported: comment on exported function NewRandomAddressArray should be of the form "NewRandomAddressArray ..." (revive)
|
Vetting:
wallet/test/randomizer.go#L138
exported: comment on exported function NewRandomAddressesMap should be of the form "NewRandomAddressesMap ..." (revive)
|
Vetting:
wire/perunio/string_internal_test.go#L36
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Vetting:
wire/perunio/string_internal_test.go#L56
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Vetting:
wire/test/bustest.go#L75
unused-parameter: parameter 'e' seems to be unused, consider removing or renaming it as _ (revive)
|
Vetting:
log/none.go#L64
unused-parameter: parameter 'key' seems to be unused, consider removing or renaming it as _ (revive)
|