Merge branch 'pr/client-impl' into pr/beta #457
Annotations
5 errors and 1 warning
Run go test ./... -tags=unit:
client/client.go#L30
cannot use &accountImpl{…} (value of type *accountImpl) as type Account in struct literal:
|
Run go test ./... -tags=unit:
client/ledgers.go#L46
cannot use req (variable of type *"github.com/xyield/xrpl-go/model/client/ledger".LedgerDataRequest) as type XRPLRequest in argument to l.client.SendRequest:
|
Run go test ./... -tags=unit:
client/path.go#L45
cannot use req (variable of type *path.NFTokenBuyOffersRequest) as type XRPLRequest in argument to p.client.SendRequest:
|
Run go test ./... -tags=unit:
model/client/account/account_lines_test.go#L38
undefined: AccountLinesReponse
|
Run go test ./... -tags=unit
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading