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...
- Add missing descriptions. - Add more context where necessary for existing descriptions/endpoints. ## References https://bee-js.ethswarm.org/docs/api/classes/Bee/#createfeedmanifest
### 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...
### 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 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...
If you query for `GET /stamps/` endpoint with `id` of freshly created stamp it returns `Bad Request: cannot get batch` error.
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)
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...
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...
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  
# 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...