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

#### Summary Currently when a new node is initialized, while syncing batch data, the Bee API is not accessible. However, there is no message returned from the API stating that...

good first issue

Suggest supporting Amazon S3

### Context bee-2.1.0 ### Summary Batchstore sync is taking unusual long time to complete. I have measured times of 25 - 60 minutes with several rpc endpoints ### Expected behavior...

needs-triaging

### Context 2.1.0 - Sepolia testnet ### Summary Attempted to dilute a batch from depth 23 to depth 24, but it is failing with `500 cannot dilute batch`. ``` curl...

needs-triaging

### Context most recent master branch fdp-play 5 nodes ### Summary When multiple payloads being uploaded under one Single Owner Chunk address, the pullsync will not transfer the chunk with...

needs-triaging

Introducing `/gsoc/subscribe/{address}` endpoint which opens a websocket channel for reading incoming payloads of the Single Owner Chunk under the defined address. Closes #4333 ### Checklist - [ ] I have...

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

in progress

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

in progress

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

This PR introduces a new locking mechanism with `swarm.NewMultexLock` which provides key based package level locking. The goal is to successfully run all test cases in the [GSOC JS library](https://github.com/anythread/gsoc/blob/master/test/index.spec.ts)...