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

### 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...

#### Summary Some machines are too slow to calculate proofs required for storage incentive lottery, in time. In that case, although they are properly staking and might have all the...

### Context ``` $ /usr/bin/bee version 2.1.0-de7eccc1 $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm ``` ### Summary...

needs-triaging

#### Summary Bee references Ethereum, while Gnosis blockchain is used. #### Motivation References to Ethereum, when Gnosis is used, are at least confusing and can be misleading - a user...

### Checklist - [ ] I have filled out the description and linked the related issues. ### Description Webrtc multiaddress creation added for intercompatibility with in-browser node types

⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Context I'm running a bee node and a dashboard on a dappnode. At...

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. - [x] I have added tests to...

#### Summary From node operator point-of-view, /metrics results are not deemed that useful in comparison to JSON api responses. They are mostly counters (having 0 value). A proper beehive dashboard...

#### Summary Implement a proper Closing method for file joiner [Reader](https://github.com/ethersphere/bee/blob/master/pkg/file/file.go#L22) Follow up of [#4677](https://github.com/ethersphere/bee/pull/4677) #### Motivation We do not want to leave an opened Reader. #### Implementation #### Drawbacks

#### Summary Currently, the epoch based feed [is not wired in the API](https://github.com/ethersphere/bee/blob/master/pkg/api/feed.go#L68) and should be available. #### Motivation handle sporadic feed updates in O(logn) #### Implementation #### Drawbacks