greenlucid / vagarish

Search engine for Kleros
2 stars 0 forks source link

Store Evidence JSONs instead of redownloading everything every init #5

Closed greenlucid closed 3 years ago

greenlucid commented 3 years ago

There are ~11k evidence JSON right now. Before each download, check with the fs if the ipfs hash already exists. Don't download if it does. Refactor as needed. Make a script to delete all Evidence JSONs if it was needed, which shouldn't be the case as they're immutable.

greenlucid commented 3 years ago

Got closed by commit f2d582d99a8e2f19671b8ad9cbabf8bbc5aa3aa7 Forgot to put it properly