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

⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Context Accounting operations are only possible with explicitly connected peers. To signal that...

issue
needs-triaging

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

pull-request

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

pull-request

When I try to input all sort of invalid or valid-ish data, I pretty much always get `500` which seems to me a bit extreme as for most of these...

bug
good first issue
issue

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

ready for review
pull-request

sharky without shard limit (as implemented in https://github.com/ethersphere/bee/pull/2764) is unsound. Without limit, every time a shard is full, it is extended (slots process pop call). Because of variance this will...

bug
enhancement

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

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

pull-request

Related to storage incentives contract change issue (https://github.com/ethersphere/bee/issues/3139) there is a task to > add logic to accomodate for resyncing the batchstore from the events of the new contract (after...

issue

Currently, most `[]byte` values are logged using the `fmt.Sprintf("%x", value)` call, review these records and try to remove the formatting of these values. At the same time, check that the...

good first issue
issue