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

#### Summary Add support for pre-defined encryption keys at `/bytes` endpoint uploads. Currently, encryption keys are randomly generated internally, but users should be able to specify their own keys for...

This change does not count chunks as synced after get too many retries on shallow receipts in case of deferred uploads. It is required to not sync bins below storage...

#### Summary Enhance Single Owner Chunk download functionality to support encrypted downloads. #### Motivation - SOCs now wrap content which can be encrypted, but no decryption is possible via its...

### Checklist - [ ] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). - [ ] My change requires a documentation update, and I have done it. - [ ] I have...

### Context Version: 2.6.0-d0aa8b93 ### Summary It seems that since the [commitment protection](https://github.com/ethersphere/storage-incentives/commit/12d8bda6b0f4496259cc7e98ae3a3ebb36c7129e#diff-bcfc0067dcd0c2736d43b73f5981fd160ada82fb3f479355ffa9b92bf8007839) changes, it is not always possible to stake small values (probably not a problem), and the error...

needs-triaging

#### Summary Bee should be compilable with tinygo. tinygo produces much smaller binaries than the Go standard compiler, at the cost of making programs single-threaded. This is OK for environments...

#### Summary Not always metrics are needed to be enabled. In certain cases, you'd want to have them disabled to decrease bundle size and gain slight performance gains. Would be...

#### Summary It makes no sense to run a full node in a browser, inside a EFI module, Android or on a cheap microcontroller. In order to simplify the logic,...

# Task Optimize the `ReserveSample` function in the Bee node to improve performance and reduce resource consumption. This function is critical for node operators participating in storage incentives, but currently...

This PR adds Prometheus metrics to monitor worker wait times during chunk sampling in the ReserveSample function. Worker goroutines now track time between processing chunks, calculating the waiting time statistics...