go-ethereum/storage/feed
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
..
lookup simple fetchers (#1492) 2019-06-18 08:47:27 +02:00
binaryserializer.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
binaryserializer_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
cacheentry.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
doc.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
feed.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
feed_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
handler.go simple fetchers (#1492) 2019-06-18 08:47:27 +02:00
handler_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
id.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
id_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
query.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
query_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
request.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
request_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
sign.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
testutil.go simple fetchers (#1492) 2019-06-18 08:47:27 +02:00
timestampprovider.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
topic.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
topic_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
update.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00
update_test.go swarm: codebase split from go-ethereum (#1405) 2019-06-03 12:28:18 +02:00