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

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

issue

#### 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: ![image](https://user-images.githubusercontent.com/2212651/174057341-30130a31-e8e7-4940-aed8-c674a3f8ed0d.png) #### Motivation Users...

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

pull-request

```go === RUN TestOutofDepthPrune kademlia_test.go:1445: bin 4, got 9, want more than 16 --- FAIL: TestOutofDepthPrune (0.30s) ```

flaky-test
issue

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

issue

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

enhancement

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

enhancement
issue

⚠️ 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...

issue
needs-triaging

``` === 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...

issue

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

enhancement
issue