mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 03:15:03 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| lookup | ||
| binaryserializer.go | ||
| binaryserializer_test.go | ||
| cacheentry.go | ||
| doc.go | ||
| error.go | ||
| feed.go | ||
| feed_test.go | ||
| handler.go | ||
| handler_test.go | ||
| id.go | ||
| id_test.go | ||
| query.go | ||
| query_test.go | ||
| request.go | ||
| request_test.go | ||
| sign.go | ||
| testutil.go | ||
| timestampprovider.go | ||
| topic.go | ||
| topic_test.go | ||
| update.go | ||
| update_test.go | ||