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

- Add missing descriptions. - Add more context where necessary for existing descriptions/endpoints. ## References https://bee-js.ethswarm.org/docs/api/classes/Bee/#createfeedmanifest

enhancement
good first issue
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 ### Description This PR will collect...

in progress
pull-request

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

ready for review
in progress
pull-request

### Context Tested on v1.8.0 and v1.8.1. Mac arm ### Summary unpinning fails for content uploaded with encrypt header from `/bytes` endpoint. ### Expected behavior Return 200 Steps to reproduce...

issue
needs-triaging

If you query for `GET /stamps/` endpoint with `id` of freshly created stamp it returns `Bad Request: cannot get batch` error.

bug
issue

It appears that `TestDepthMonitorService` has data race. Please refer to test outputs from CI: [attempt #1](https://github.com/ethersphere/bee/actions/runs/3053091563/attempts/1), [attempt #2](https://github.com/ethersphere/bee/actions/runs/3053091563/attempts/2)

issue

In order to implement the transaction functionality over a generic Store that we have, we need a batching functionality. This will be part of the core storage interface and can...

in progress
issue

It looks like sometimes integration tests task keeps running for too long ([example](https://github.com/ethersphere/bee/actions/runs/3051354115/usage)). It might be wise to consider capping execution time for this task, because if it is not...

issue
performance

Check the relevancy of potential security vulnerabilities in Bee dependencies reported by Github: https://github.com/ethersphere/bee/security/dependabot/3 https://github.com/ethersphere/bee/security/dependabot/6 ![Screen Shot 2022-09-14 at 11.21.51.png](https://images.zenhubusercontent.com/606c596b9330691dfdef51ad/1c88558e-edea-47b0-b714-e7c631ebc422) ![Screen Shot 2022-09-14 at 11.22.06.png](https://images.zenhubusercontent.com/606c596b9330691dfdef51ad/fbbf82fa-a272-4834-bbe8-69e0339416d3)

issue

# Chunk store Implements the `ChunkStore` abstraction defined in the storage abstractions. The is the base storage layer for the Chunks and will be used by all the components to...

issue