Skip to content

complete client impl #442

complete client impl

complete client impl #442

Triggered via pull request October 21, 2023 21:34
Status Failure
Total duration 59s
Artifacts

main.yml

on: pull_request
golang-ci
28s
golang-ci
unit-tests
28s
unit-tests
code-quality
37s
code-quality
security-scanning
50s
security-scanning
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 1 warning
golang-ci: client/accounts.go#L1
: # github.com/xyield/xrpl-go/client [github.com/xyield/xrpl-go/client.test]
golang-ci: client/accounts.go#L36
cannot use req (variable of type *account.AccountCurrenciesRequest) as type XRPLRequest in argument to a.client.SendRequest:
golang-ci: client/accounts.go#L62
cannot use req (variable of type *account.AccountLinesRequest) as type XRPLRequest in argument to a.client.SendRequest:
golang-ci: client/accounts.go#L75
cannot use req (variable of type *account.AccountNFTsRequest) as type XRPLRequest in argument to a.client.SendRequest:
golang-ci: client/accounts.go#L88
cannot use req (variable of type *account.AccountObjectsRequest) as type XRPLRequest in argument to a.client.SendRequest:
golang-ci: client/accounts.go#L101
cannot use req (variable of type *account.AccountOffersRequest) as type XRPLRequest in argument to a.client.SendRequest:
golang-ci: client/accounts.go#L114
cannot use req (variable of type *account.AccountTransactionsRequest) as type XRPLRequest in argument to a.client.SendRequest:
golang-ci: client/channels.go#L17
cannot use req (variable of type *channel.ChannelAuthorizeRequest) as type XRPLRequest in argument to c.client.SendRequest:
golang-ci: client/channels.go#L30
cannot use req (variable of type *channel.ChannelVerifyRequest) as type XRPLRequest in argument to c.client.SendRequest:
golang-ci: client/client.go#L30
cannot use &accountImpl{…} (value of type *accountImpl) as type Account in struct literal:
unit-tests: client/accounts.go#L36
cannot use req (variable of type *account.AccountCurrenciesRequest) as type XRPLRequest in argument to a.client.SendRequest:
unit-tests: client/accounts.go#L62
cannot use req (variable of type *account.AccountLinesRequest) as type XRPLRequest in argument to a.client.SendRequest:
unit-tests: client/accounts.go#L75
cannot use req (variable of type *account.AccountNFTsRequest) as type XRPLRequest in argument to a.client.SendRequest:
unit-tests: client/accounts.go#L88
cannot use req (variable of type *account.AccountObjectsRequest) as type XRPLRequest in argument to a.client.SendRequest:
unit-tests: client/accounts.go#L101
cannot use req (variable of type *account.AccountOffersRequest) as type XRPLRequest in argument to a.client.SendRequest:
unit-tests: client/accounts.go#L114
cannot use req (variable of type *account.AccountTransactionsRequest) as type XRPLRequest in argument to a.client.SendRequest:
unit-tests: client/channels.go#L17
cannot use req (variable of type *channel.ChannelAuthorizeRequest) as type XRPLRequest in argument to c.client.SendRequest:
unit-tests: client/channels.go#L30
cannot use req (variable of type *channel.ChannelVerifyRequest) as type XRPLRequest in argument to c.client.SendRequest:
unit-tests: client/client.go#L30
cannot use &accountImpl{…} (value of type *accountImpl) as type Account in struct literal:
unit-tests: client/ledgers.go#L20
cannot use req (variable of type *"github.com/xyield/xrpl-go/model/client/ledger".LedgerClosedRequest) as type XRPLRequest in argument to l.client.SendRequest:
code-quality: client/accounts.go#L36
cannot use req (variable of type *account.AccountCurrenciesRequest) as type XRPLRequest in argument to a.client.SendRequest:
code-quality: client/accounts.go#L62
cannot use req (variable of type *account.AccountLinesRequest) as type XRPLRequest in argument to a.client.SendRequest:
code-quality: client/accounts.go#L75
cannot use req (variable of type *account.AccountNFTsRequest) as type XRPLRequest in argument to a.client.SendRequest:
code-quality: client/accounts.go#L88
cannot use req (variable of type *account.AccountObjectsRequest) as type XRPLRequest in argument to a.client.SendRequest:
code-quality: client/accounts.go#L101
cannot use req (variable of type *account.AccountOffersRequest) as type XRPLRequest in argument to a.client.SendRequest:
code-quality: client/accounts.go#L114
cannot use req (variable of type *account.AccountTransactionsRequest) as type XRPLRequest in argument to a.client.SendRequest:
code-quality: client/channels.go#L17
cannot use req (variable of type *channel.ChannelAuthorizeRequest) as type XRPLRequest in argument to c.client.SendRequest:
code-quality: client/channels.go#L30
cannot use req (variable of type *channel.ChannelVerifyRequest) as type XRPLRequest in argument to c.client.SendRequest:
code-quality: client/client.go#L30
cannot use &accountImpl{…} (value of type *accountImpl) as type Account in struct literal:
code-quality: client/ledgers.go#L20
cannot use req (variable of type *"github.com/xyield/xrpl-go/model/client/ledger".LedgerClosedRequest) as type XRPLRequest in argument to l.client.SendRequest:
code-quality
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/