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

### Context Bee 2.3.1 ### Summary Make an obvious 404 bytes request: `GET http://localhost:1633/bytes/00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff` Bee logs: ``` "time"="2024-12-17 21:41:06.261675" "level"="error" "logger"="node/api/get_bytes_by_address" "msg"="swarmageddon has begun storage: not found storage: not found...

needs-triaging

#### Summary A private key passed as an option to Bee, which, given it has xDAI (and xBZZ), funds are automatically transferred to the node's wallet. #### Motivation - Good...

on hold

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

#### Summary The docs state that a node receives the PSS messages at startup if it was offline. The issue is when the node is starting and there isn't any...

#### Summary I propose a solution to encode chunks in order to reduce the minimum postage batch depth required to contain an amount of given data of any kind. In...

fixes: https://github.com/ethersphere/bee/issues/5013

#### Summary Currently, when a node joins the network, it uses the [Swarmscan neighborhood selector tool](https://api.swarmscan.io/v1/network/neighborhoods/suggestion) as the default value for `neighborhood-suggester` to choose a neighborhood based on choosing from...

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

on hold

The `bee dev` command starts Bee with a mocked "backend" (~blockchain) and ephemeral/in-memory databases. This dev mode, to my best knowledge, has never been announced or recommended as a supported,...

#### Summary Currently, the OpenAPI specs are written manually in [yaml files](https://github.com/ethersphere/bee/tree/master/openapi). This has often led to inconsistencies between what is documented in the OpenAPI specs and the actual default...