go-ethereum/storage
Anton Evangelatov d589af14a8 simple fetchers (#1492)
* network: disable shouldNOTRequestAgain
* vendor singleflight
* network: disable shouldNOTRequestAgain
* network, storage: fix tests
* network/storage: remove HopCount and SkipCheck
* network/stream: use localstore when providing chunks a node has offered
* storage: refactor lnetstore
* storage: rename FetcherItem to Fetcher
* storage/feed: no distinction between catastrophic err or chunk not found
* network/stream: remove TestDeliveryFromNodes, as FindPeer is changed, and Swarm connectivity is not a chain
* network/stream: fixed intervals tests
* swarm: fixes for linter
* storage: use LRU cache for fetchers
* network, storage: better godoc
* storage/netstore: explicit errors
* storage/feed/lookup: Clarify ReadFunc expected return error values
* storage: address comments by elad
2019-06-18 08:47:27 +02:00
..
encryption swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
feed simple fetchers (#1492) 2019-06-18 08:47:27 +02:00
localstore swarm/storage: Support for uploading 100gb files (#1395) 2019-06-18 08:46:20 +02:00
mock swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
chunker_test.go swarm/storage: Support for uploading 100gb files (#1395) 2019-06-18 08:46:20 +02:00
chunker.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
common_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
error.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
filestore_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
filestore.go simple fetchers (#1492) 2019-06-18 08:47:27 +02:00
hasherstore_test.go swarm/storage: Support for uploading 100gb files (#1395) 2019-06-18 08:46:20 +02:00
hasherstore.go swarm/storage: Support for uploading 100gb files (#1395) 2019-06-18 08:46:20 +02:00
lnetstore.go simple fetchers (#1492) 2019-06-18 08:47:27 +02:00
netstore.go simple fetchers (#1492) 2019-06-18 08:47:27 +02:00
pyramid.go swarm/storage: Support for uploading 100gb files (#1395) 2019-06-18 08:46:20 +02:00
request.go simple fetchers (#1492) 2019-06-18 08:47:27 +02:00
swarmhasher.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
types.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00