Feat multiple backends #1194
Annotations
10 errors and 1 warning
golangci-lint:
apps/payment/app_internal_test.go#L30
TestBackendID not declared by package channel (typecheck)
|
golangci-lint:
apps/payment/randomizer_internal_test.go#L31
TestBackendID not declared by package channel (typecheck)
|
golangci-lint:
apps/payment/resolver_internal_test.go#L35
TestBackendID not declared by package channel (typecheck)
|
golangci-lint:
backend/sim/channel/app.go#L31
impossible type assertion: b.(AppID)
|
golangci-lint:
backend/sim/channel/app.go#L41
id.MarshalBinary undefined (type AppID has no field or method MarshalBinary) (typecheck)
|
golangci-lint:
backend/sim/channel/backend.go#L87
cannot use (AppID literal) (value of type AppID) as "perun.network/go-perun/channel".AppID value in return statement: AppID does not implement "perun.network/go-perun/channel".AppID (missing method MarshalBinary) (typecheck)
|
golangci-lint:
backend/sim/channel/init.go#L28
cannot use NewRandomAppID(r) (value of type AppID) as "perun.network/go-perun/channel".AppID value in return statement: AppID does not implement "perun.network/go-perun/channel".AppID (missing method MarshalBinary) (typecheck)
|
golangci-lint:
backend/sim/channel/init_internal_test.go#L25
SetBackendTest not declared by package channel (typecheck)
|
golangci-lint:
backend/sim/wallet/address.go#L67
privateKey declared but not used (typecheck)
|
golangci-lint:
client/client_test.go#L32
"perun.network/go-perun/wallet/test" imported but not used as wtest (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading