Skip to content

Binary encode tx

Binary encode tx #463

Triggered via pull request February 19, 2024 19:02
Status Failure
Total duration 49s
Artifacts

main.yml

on: pull_request
golang-ci
14s
golang-ci
unit-tests
11s
unit-tests
code-quality
40s
code-quality
security-scanning
29s
security-scanning
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 5 warnings
unit-tests: binary-codec/types/hash128.go#L7
no required module provides package github.com/xyield/xrpl-go/binary-codec/serdes; to add it:
unit-tests: binary-codec/types/hash128.go#L8
no required module provides package github.com/xyield/xrpl-go/model/transactions/types; to add it:
unit-tests
Process completed with exit code 1.
golang-ci
golangci-lint exit with code 3
code-quality: client/server.go#L12
type serverImpl is unused (U1000)
code-quality: client/server.go#L16
func (*serverImpl).Fee is unused (U1000)
code-quality: client/server.go#L29
func (*serverImpl).Manifest is unused (U1000)
code-quality: client/server.go#L42
func (*serverImpl).ServerInfo is unused (U1000)
code-quality: client/server.go#L55
func (*serverImpl).ServerState is unused (U1000)
code-quality: binary-codec/types/hash128.go#L7
no required module provides package github.com/xyield/xrpl-go/binary-codec/serdes; to add it:
code-quality: binary-codec/types/hash128.go#L8
no required module provides package github.com/xyield/xrpl-go/model/transactions/types; to add it:
code-quality: binary-codec/types/st_array_test.go#L9
no required module provides package github.com/xyield/xrpl-go/model/ledger; to add it:
code-quality: binary-codec/types/st_array_test.go#L10
no required module provides package github.com/xyield/xrpl-go/model/transactions; to add it:
code-quality: binary-codec/types/uint8_test.go#L7
no required module provides package github.com/xyield/xrpl-go/binary-codec/definitions; to add it:
unit-tests
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/.
golang-ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
security-scanning
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
code-quality
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/