You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Overview
This PR addresses the lack of documentation in the repo by adding some
details to the `README.md` file and adds some more godoc comments
throughout the codebase.
The workflow files have been updated to a use go version 1.18 and have
been updated to fully test the repo and produce code coverage reports
and check against linters.
The legacy fuzzing has been removed and instead now uses go native
fuzzing, the fuzzing tests remain the same and can be improved upon in a
separate PR. The oss-fuzz build script has been removed until this repo
is on oss-fuzz a new script will not be made.
Additionally linter errors have been addressed.
## Issue
Fixes#7
Additional testing enhancements will be covered in a separate PR
## Checklist
- [x] Update any relevant README(s)
- [x] Add or update any relevant or supporting
[mermaid](https://mermaid-js.github.io/mermaid/) diagrams
- [ ] Task specific tests or benchmarks: go test ...
- [x] New tests or benchmarks: go test ...
- [x] All tests: go test -v
---------
Co-authored-by: Daniel Olshansky <[email protected]>
Objective
In its current state, this repository can do with some improvements to help in its maintainability and further development.
This means increasing the amount of documentation, and tests (local and CI), as well as fixing the issues related to fuzzing.
Origin Document
Goals
Deliverable
README.md
file, with a description of the project as well as examplespokt-network/smt
repoNon-goals / Non-deliverables
General issue deliverables
Testing Methodology
go test ...
go test ...
go test -v
Creator: @h5law
Co-Owners: @h5law
The text was updated successfully, but these errors were encountered: