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 309 bee issues
Sort by recently updated
recently updated
newest added

### 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 Closes #3167 ### Considerations...

pull-request

Node 18 changed the default behavior of translating DNS names into IPv6 instead of IPv4. That means that `localhost:1633` gets translated into `::1:1633`. I think this is a quite strong...

issue

### Checklist - [X] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md) - [ ] Add new snapshot feed address ### Description Closes: #3158 - - - This change is [](https://reviewable.io/reviews/ethersphere/bee/3159)

in progress
pull-request

Cleanup our HTTP API, focusing on code maintainability, consistency, best practices, and industry standards, and document them. Gather feedback regarding usability and ergonomics and try to address it.

issue
Epic

Focus on setting standards for HTTP API endpoints so that the way they respond is consistent across all endpoints and so that consumers of our API are surprised as little...

issue

In our codebase, it is difficult to maintain consistency between HTTP API endpoints and the OpenAPI specification. Try to think of ways to make it simpler and more automated. Consider...

good first issue
issue
research

### Checklist - [x] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md) - [x] My change requires a documentation update and I have done it - [x] I have added tests to...

pull-request

### Context bee 1.6.2 (mode: dev & restricted) ### Summary After diluting a stamp the TTL is reduced but the depth remains unchanged ### Expected behavior The stamp depth should...

bug
issue

⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Summary TopUp amount is not credited to stamp because the functionality does not...

bug
issue
needs-triaging

Currently, a parameters check is performed at the beginning of each HTTP handler. This parameter check is very repetitive and unnecessarily increases the size of the handler's body. Find a...

issue