chore: upgrade to v1 server api #141
Annotations
10 errors
build:
grpc/execution/server_test.go#L27
cannot use &astriaPb.GetGenesisInfoRequest{} (value of type *executionv1alpha2.GetGenesisInfoRequest) as *executionv1.GetGenesisInfoRequest value in argument to serviceV1Alpha1.GetGenesisInfo
|
build:
grpc/execution/server_test.go#L41
cannot use &astriaPb.GetCommitmentStateRequest{} (value of type *executionv1alpha2.GetCommitmentStateRequest) as *executionv1.GetCommitmentStateRequest value in argument to serviceV1Alpha1.GetCommitmentState
|
build:
grpc/execution/server_test.go#L97
cannot use tt.getBlockRequst (variable of type *executionv1alpha2.GetBlockRequest) as *executionv1.GetBlockRequest value in argument to serviceV1Alpha1.GetBlock
|
build:
grpc/execution/server_test.go#L174
cannot use tt.batchGetBlockRequest (variable of type *executionv1alpha2.BatchGetBlocksRequest) as *executionv1.BatchGetBlocksRequest value in argument to serviceV1Alpha1.BatchGetBlocks
|
build:
grpc/execution/server_test.go#L260
cannot use serviceV1Alpha1.GetGenesisInfo(context.Background(), &astriaPb.GetGenesisInfoRequest{}) (value of type *executionv1.GenesisInfo) as *executionv1alpha2.GenesisInfo value in assignment
|
build:
grpc/execution/server_test.go#L260
cannot use &astriaPb.GetGenesisInfoRequest{} (value of type *executionv1alpha2.GetGenesisInfoRequest) as *executionv1.GetGenesisInfoRequest value in argument to serviceV1Alpha1.GetGenesisInfo
|
build:
grpc/execution/server_test.go#L264
cannot use serviceV1Alpha1.GetCommitmentState(context.Background(), &astriaPb.GetCommitmentStateRequest{}) (value of type *executionv1.CommitmentState) as *executionv1alpha2.CommitmentState value in assignment
|
build:
grpc/execution/server_test.go#L264
cannot use &astriaPb.GetCommitmentStateRequest{} (value of type *executionv1alpha2.GetCommitmentStateRequest) as *executionv1.GetCommitmentStateRequest value in argument to serviceV1Alpha1.GetCommitmentState
|
build:
grpc/execution/server_test.go#L323
cannot use executeBlockReq (variable of type *executionv1alpha2.ExecuteBlockRequest) as *executionv1.ExecuteBlockRequest value in argument to serviceV1Alpha1.ExecuteBlock
|
build:
grpc/execution/server_test.go#L335
cannot use &astriaPb.GetCommitmentStateRequest{} (value of type *executionv1alpha2.GetCommitmentStateRequest) as *executionv1.GetCommitmentStateRequest value in argument to serviceV1Alpha1.GetCommitmentState
|