kubo/blocks/blockstore
Jakub Sztandera 9c194aa7e2
fix: remove bloom filter check on Put call in blockstore
To prevent put we need to have conclusive information if item is
contained in the repo, bloom filter won't give this information.
It only says if it is for sure not contained.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-14 00:57:13 +01:00
..
util update go-multihash and bubble up deps 2017-02-12 12:25:41 -08:00
arc_cache_test.go update go-multihash and bubble up deps 2017-02-12 12:25:41 -08:00
arc_cache.go update go-multihash and bubble up deps 2017-02-12 12:25:41 -08:00
blockstore_test.go update go-multihash and bubble up deps 2017-02-12 12:25:41 -08:00
blockstore.go Implement basic filestore 'no-copy' functionality 2017-03-06 00:37:24 -08:00
bloom_cache_test.go bubble up go-datastore deps 2016-11-28 22:29:38 -08:00
bloom_cache.go fix: remove bloom filter check on Put call in blockstore 2017-03-14 00:57:13 +01:00
caching_test.go test: fixup style and add more checks to blockstore tests 2016-08-16 18:59:36 +02:00
caching.go Separate out the G.C. Locking from the Blockstore interface. 2016-11-02 21:56:34 -04:00