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 For the Bee API, change it so that all endpoints are accessible by default, and only become restricted once the --restricted option is set to true. #### Motivation...

issue

### Context 2.0.1 mainnet swarm ### Summary When the reserve capacity was exceeded, the storage radius was expected to transition from 10 to 11. Unfortunately, some of my nodes went...

issue
needs-triaging

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

pull-request

### Checklist - [x] 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 added...

pull-request

Currently both APIs are used by node operators - different endpoints live in each of them but the distinction of the two is not clear. Merging the two APIs will...

issue
Epic

### Context 2.0.0 ### Summary Verbosity 5 logs don't show those coded as loggerV2? ### Expected behavior I would expect all coded logs to show up when running with --verbosity...

issue
needs-triaging

### Context 2.0.0 ### Summary Starting a new node into the sepolia testnet. The reserve seems to grow on a non-linear curve. I would expect it to climb directly up...

issue
needs-triaging

### Context 2.0.0 ### Summary While investigating a reduction in pullsync rates filling the reserve in a brand new node, I looked at the source and found the pullsync rate...

issue
needs-triaging

### Context 2.0.0 ### Summary I'm uploading a lot of files using the /bytes API with deferred and pin options. I noticed in the --verbosity 5 logs that the pusher...

issue
needs-triaging

### Context 2.0.0 ### Summary While uploading with deferred, pinned uploads using the /bytes API, I see the following log: ``` "time"="2024-04-03 15:06:18.444457" "level"="error" "logger"="node/pusher" "msg"="pusher: failed reporting chunk" "error"="reporter.Report:...

issue
needs-triaging