fix(grpc): merge raw transaction methods to one rpc method #3349
Triggered via pull request
September 10, 2024 10:45
Status
Failure
Total duration
12m 46s
Artifacts
–
Annotations
5 errors
build-linux:
www/grpc/transaction_test.go#L134
cannot use &pactus.GetRawTransferTransactionRequest{…} (value of type *pactus.GetRawTransferTransactionRequest) as *pactus.RawTransfer value in struct literal
|
build-linux:
www/grpc/transaction_test.go#L162
cannot use &pactus.GetRawBondTransactionRequest{…} (value of type *pactus.GetRawBondTransactionRequest) as *pactus.RawBond value in struct literal
|
build-linux:
www/grpc/transaction_test.go#L188
cannot use &pactus.GetRawUnbondTransactionRequest{…} (value of type *pactus.GetRawUnbondTransactionRequest) as *pactus.RawUnbond value in struct literal
|
build-linux:
www/grpc/transaction_test.go#L211
cannot use &pactus.GetRawWithdrawTransactionRequest{…} (value of type *pactus.GetRawWithdrawTransactionRequest) as *pactus.RawWithdraw value in struct literal (typecheck)
|
build-linux
Process completed with exit code 2.
|