Skip to content

fix(binary-codec): ensure 100% compatibility with xrpl.js reference implementation #567

fix(binary-codec): ensure 100% compatibility with xrpl.js reference implementation

fix(binary-codec): ensure 100% compatibility with xrpl.js reference implementation #567

Re-run triggered January 28, 2026 15:13
Status Failure
Total duration 1m 36s
Artifacts

xrpl-go-ci-lint-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint and Test: binary-codec/types/number.go#L113
G115: integer overflow conversion int64 -> int32 (gosec)
Lint and Test: binary-codec/types/number.go#L104
G115: integer overflow conversion int -> int32 (gosec)
Lint and Test: binary-codec/types/int64.go#L53
G115: integer overflow conversion uint64 -> int64 (gosec)
Lint and Test: binary-codec/types/int64.go#L41
G115: integer overflow conversion int64 -> uint64 (gosec)
Lint and Test: binary-codec/types/int32.go#L47
G115: integer overflow conversion uint32 -> int32 (gosec)
Lint and Test: binary-codec/types/int32.go#L36
G115: integer overflow conversion int32 -> uint32 (gosec)
Lint and Test: binary-codec/types/int32.go#L28
G115: integer overflow conversion int64 -> int32 (gosec)
Lint and Test: binary-codec/types/int32.go#L24
G115: integer overflow conversion int -> int32 (gosec)
Lint and Test: binary-codec/types/number.go#L20
File is not properly formatted (gofmt)
Lint and Test: binary-codec/types/issue.go#L138
appendAssign: append result not assigned to the same slice (gocritic)