bee icon indicating copy to clipboard operation
bee copied to clipboard

Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (ap...

Results 469 bee issues
Sort by recently updated
recently updated
newest added

Based on the discussion in this document: https://docs.google.com/document/d/1QtH73pSfVkDqTqdye_iPGkKwH-gjUXRRNV_Ttsjh1Ic/edit?usp=sharing We have decided to rewrite the storage abstractions.

issue
Epic

### Checklist - [X] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). ### Description Porting two of @ldeffenb functionalities for fixing incorrect reference count and removing invalid chunks from sharky. Closes: #4566

ready for review
pull-request

### Checklist - [X] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). ### Description This is a new debug API endpoint that performs the same validation as the pin integrity check command...

ready for review
pull-request

#### Summary It seems like rchash only uses a single core. This is a problem for old/slow CPUs that cannot complete the hash in time. If bee used all available...

issue

#### Summary Add an API that will try to retrieve resource info from an hash, without need to download it. Something similar to an "HEAD" request (that currently on `/bzz`...

enhancement
good first issue
issue