Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use STH with open file cache #82

Merged
merged 10 commits into from
Sep 8, 2022
Merged

Use STH with open file cache #82

merged 10 commits into from
Sep 8, 2022

Conversation

gammazero
Copy link
Collaborator

A new version of STH that has an open file cache is available in this PR. The size of the file cache can be configured at run-time.

@github-actions
Copy link

github-actions bot commented Sep 8, 2022

Suggested version: v0.6.2
Comparing to: v0.6.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 957b94c..cb39364 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
 	github.com/gammazero/workerpool v1.1.3
 	github.com/ipfs/go-cid v0.2.0
 	github.com/ipfs/go-log/v2 v2.5.1
-	github.com/ipld/go-storethehash v0.2.7
+	github.com/ipld/go-storethehash v0.2.8
 	github.com/libp2p/go-libp2p-core v0.16.1
 	github.com/multiformats/go-multihash v0.1.0
 	github.com/multiformats/go-varint v0.0.6

gorelease says:

# github.com/filecoin-project/go-indexer-core/store/storethehash
## compatible changes
(*SthStorage).SetFileCacheSize: added

# diagnostics
required module github.com/microcosm-cc/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.7.0

gocompat says:

(empty)

@gammazero gammazero merged commit 0d37807 into main Sep 8, 2022
@gammazero gammazero deleted the open-file-cache branch September 8, 2022 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant