filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld
Other
9 stars 15 forks source link

v4 #60

Closed ZenGround0 closed 2 years ago

ZenGround0 commented 2 years ago

Updating to handle overflow check

github-actions[bot] commented 2 years ago

Suggested version: v4.0.0 Comparing to: v3.1.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 0922b9a..394d51c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
-module github.com/filecoin-project/go-amt-ipld/v3
+module github.com/filecoin-project/go-amt-ipld/v4

-go 1.15
+go 1.16

 require (
    github.com/ipfs/go-block-format v0.0.2

gorelease says:

# summary
Cannot suggest a release version.
Base module path is different from release.

gocompat says:

(empty)
codecov-commenter commented 2 years ago

Codecov Report

Merging #60 (bc91e4b) into master (33aaced) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   60.02%   60.02%           
=======================================
  Files           8        8           
  Lines         973      973           
=======================================
  Hits          584      584           
  Misses        265      265           
  Partials      124      124           
Impacted Files Coverage Δ
amt.go 63.84% <ø> (ø)
gen/gen.go 0.00% <ø> (ø)
link.go 50.00% <ø> (ø)
node.go 69.28% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 33aaced...bc91e4b. Read the comment docs.