Skip to content

WIP wallet adoption #306

WIP wallet adoption

WIP wallet adoption #306

Triggered via push October 11, 2024 15:42
Status Failure
Total duration 1m 12s
Artifacts

test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build (1.22.x): rpc/helpers_test.go#L58
cannot use newWalletServiceMock(nil) (value of type *walletServiceMock) as "github.com/0xsequence/waas-authenticator/proto/waas".WaaS value in assignment: *walletServiceMock does not implement "github.com/0xsequence/waas-authenticator/proto/waas".WaaS (missing method AdoptChildWallet)
build (1.22.x): rpc/helpers_test.go#L72
cannot use newWalletServiceMock(nil) (value of type *walletServiceMock) as "github.com/0xsequence/waas-authenticator/proto/waas".WaaS value in assignment: *walletServiceMock does not implement "github.com/0xsequence/waas-authenticator/proto/waas".WaaS (missing method AdoptChildWallet)
build (1.22.x): rpc/helpers_test.go#L670
cannot use string(proto.IntentResponseCode_sessionOpened) (constant "sessionOpened" of type string) as "github.com/0xsequence/waas-authenticator/proto/waas".IntentResponseCode value in struct literal
build (1.22.x): rpc/helpers_test.go#L706
cannot use (*walletServiceMock)(nil) (value of type *walletServiceMock) as "github.com/0xsequence/waas-authenticator/proto/waas".WaaS value in variable declaration: *walletServiceMock does not implement "github.com/0xsequence/waas-authenticator/proto/waas".WaaS (missing method AdoptChildWallet)
build (1.22.x): rpc/auth_test.go#L149
undefined: proto_wallet.NewWaaSServer
build (1.22.x): rpc/sessions_test.go#L199
cannot use walletService (variable of type *walletServiceMock) as "github.com/0xsequence/waas-authenticator/proto/waas".WaaS value in assignment: *walletServiceMock does not implement "github.com/0xsequence/waas-authenticator/proto/waas".WaaS (missing method AdoptChildWallet)
build (1.22.x): rpc/sessions_test.go#L339
cannot use walletService (variable of type *walletServiceMock) as "github.com/0xsequence/waas-authenticator/proto/waas".WaaS value in assignment: *walletServiceMock does not implement "github.com/0xsequence/waas-authenticator/proto/waas".WaaS (missing method AdoptChildWallet)
build (1.22.x): rpc/sessions_test.go#L403
cannot use walletService (variable of type *walletServiceMock) as "github.com/0xsequence/waas-authenticator/proto/waas".WaaS value in assignment: *walletServiceMock does not implement "github.com/0xsequence/waas-authenticator/proto/waas".WaaS (missing method AdoptChildWallet)
build (1.22.x)
Process completed with exit code 1.
build (1.22.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/