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

# Upload Store Used for deferred uploads. This component would manage the pushIndex. ## Functionality ```go type UploadStore interface { // Upload will provide a Putter which will add the...

issue

### Context I've different nodes, I can publish a feed update on the first, and require from the second. ### Summary Often the feed index changes based on the node...

bug
issue

#### Summary It would be good if the `/stewardship` GET endpoint could have an optional parameter so that the traversal of the data is skipped, therefore it would be possible...

good first issue
feature

#### Summary It would be good to change the initial deposit (`swap-initital-deposit` config variable) to `0` as a default for full nodes. Currently it is set to 1 BZZ and...

enhancement
issue

- Review Internal Server Errors - Narrow the scope of Internal Server Errors - Return appropriate error messages based on context - Do not expose sensitive information when handling error...

issue

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

### Context Bee 1.7, macOS ### Summary I was working on an app that uses direct upload (== deferred: false) for uploading chunks. The app is working with a Bee...

bug
good first issue
issue

The `TestWithDisconnectStreams` is flaky. For more info, see: https://github.com/ethersphere/bee/runs/8085770171?check_suite_focus=true

issue

### Context Running bee 1.7.0, where some resources have been pinned ### Summary Trying to delete an existing pin I get error 500 with generic `{"message":"Internal Server Error","code":500}` ### Expected...

bug
issue