txaty / go-merkletree

Go Merkle Tree. High performance, Supporting parallel run, OpenZeppelin sorting pairs.
https://pkg.go.dev/github.com/txaty/go-merkletree
MIT License
110 stars 17 forks source link

Refactor #29

Closed txaty closed 8 months ago

txaty commented 8 months ago
  1. Fixed minor formatting issues and typos;
  2. Upgraded to Go 1.21 using the built-in min function.
  3. Upgraded dependencies.
  4. Upgraded GitHub Action pipelines, adding Codacy.
  5. Added package comments.
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3ddbc81) 98.04% compared to head (a86ab8f) 98.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## ========================================== - Coverage 98.04% 98.02% -0.03% ========================================== Files 2 2 Lines 460 455 -5 ========================================== - Hits 451 446 -5 Misses 6 6 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.