Restore compatibility between go-perun post-0.10.6 and eth-backend #133
Annotations
10 errors and 1 warning
go test:
channel/backend.go#L43
cannot use new(Backend) (type *Backend) as type channel.Backend in assignment:
|
go test:
channel/backend.go#L155
cannot use p.App.Def() (type channel.AppID) as type "perun.network/go-perun/wallet".Address in argument to "github.com/perun-network/perun-eth-backend/wallet".AsEthAddr:
|
go test:
channel/init.go#L22
cannot use new(Backend) (type *Backend) as type channel.Backend in argument to channel.SetBackend:
|
go test:
channel/subscription.go#L186
cannot use "github.com/perun-network/perun-eth-backend/wallet".AsWalletAddr(ch.Params.App) (type *"github.com/perun-network/perun-eth-backend/wallet".Address) as type channel.AppID in argument to channel.Resolve:
|
go test:
channel/subscription.go#L204
cannot use "github.com/perun-network/perun-eth-backend/wallet".AsWalletAddr(args.Params.App) (type *"github.com/perun-network/perun-eth-backend/wallet".Address) as type channel.AppID in argument to channel.Resolve:
|
go test:
channel/backend.go#L43
cannot use new(Backend) (type *Backend) as type channel.Backend in assignment:
|
go test:
channel/backend.go#L155
cannot use p.App.Def() (type channel.AppID) as type "perun.network/go-perun/wallet".Address in argument to "github.com/perun-network/perun-eth-backend/wallet".AsEthAddr:
|
go test:
channel/init.go#L22
cannot use new(Backend) (type *Backend) as type channel.Backend in argument to channel.SetBackend:
|
go test:
channel/subscription.go#L186
cannot use "github.com/perun-network/perun-eth-backend/wallet".AsWalletAddr(ch.Params.App) (type *"github.com/perun-network/perun-eth-backend/wallet".Address) as type channel.AppID in argument to channel.Resolve:
|
go test:
channel/subscription.go#L204
cannot use "github.com/perun-network/perun-eth-backend/wallet".AsWalletAddr(args.Params.App) (type *"github.com/perun-network/perun-eth-backend/wallet".Address) as type channel.AppID in argument to channel.Resolve:
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading