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...
Since the problem of stream leaks is haunting us, it would be nice to be able to measure how many open streams every protocol has. Having a split between open...
#### Summary Expose information about the geographical location of other bees in the swarm. This would enable `bee-desktop` to provide users with views such as this:  #### Motivation Users...
### 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...
```go === RUN TestOutofDepthPrune kademlia_test.go:1445: bin 4, got 9, want more than 16 --- FAIL: TestOutofDepthPrune (0.30s) ```
#### Summary If `--token-encryption-key` is not specified for the `--restricted` mode then Bee should auto-generate a random key and save it to config. #### Motivation From the explanation from @notanatol...
#### Summary It would be good to reduce the light node (including ultra-light) disk space requirement, preferably no more than 1GB. #### Motivation Currently the advertised light node disk requirement...
#### Summary It would be good if there were support for encryption for publicly available data as well (websites, public datasets, etc.). If there is support for this eventually all...
⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Context 1.6.0 ubuntu ### Summary Network id default is wrong in help as...
``` === RUN TestPostageDirectAndDeferred === RUN TestPostageDirectAndDeferred/bytes:_deferred === RUN TestPostageDirectAndDeferred/bytes:_direct_upload === RUN TestPostageDirectAndDeferred/bzz:_deferred === RUN TestPostageDirectAndDeferred/bzz:_direct_upload api_test.go:390: got response status 402 Payment Required, want 201 Created ================== WARNING: DATA RACE...
#### Summary We need a way for upload to a node chunks that was already signed by the client with postage stamps. This primarily permits to publish contents signed with...