bee
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...
# 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...
### 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...
#### 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...
#### 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...
- 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...
### 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...
### 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...
The `TestWithDisconnectStreams` is flaky. For more info, see: https://github.com/ethersphere/bee/runs/8085770171?check_suite_focus=true
### 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...