add building/decoding merkle path binary from/to merkle path json data #362
Annotations
10 errors and 3 warnings
testing/data/data.go#L1
package-comments: should have a package comment (revive)
|
block.go#L1
package-comments: should have a package comment (revive)
|
merklepathbinary.go#L9
exported: comment on exported type MerklePathData should be of the form "MerklePathData ..." (with optional leading article) (revive)
|
merklepathbinary.go#L15
exported: comment on exported type MerklePath should be of the form "MerklePath ..." (with optional leading article) (revive)
|
merklepathbinary.go#L18
exported: comment on exported function BuildMerklePathBinary should be of the form "BuildMerklePathBinary ..." (revive)
|
merklepathbinary.go#L43
exported: comment on exported function DecodeMerklePathBinary should be of the form "DecodeMerklePathBinary ..." (revive)
|
spv/ancestry_binary.go#L1
package-comments: should have a package comment (revive)
|
spv/ancestry_binary.go#L139
unused-parameter: parameter 'tx' seems to be unused, consider removing or renaming it as _ (revive)
|
spv/verifymerkleproof_test.go#L15
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
blockheader.go#L26
`BlockHeader` should be annotated with the `json` tag as it is passed to `json.MarshalIndent` at blockheader_test.go:188:16 (musttag)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading