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

the localstore/reserve should be passed the reserve minimum radius option so that in the event of a radius drop, it does not fall below the minimum.

needs-triaging

### Location I am meeting this error in aws instance ### Description "time"="2024-08-21 08:59:38.763622" "level"="error" "logger"="node/libp2p" "msg"="stream handler: handshake: handle failed" "peer_id"="QmY7TsbQv5HqrCUDXzbGjj2g6tNFLn2jEo1sVnq1SyrKkN" "time"="2024-08-21 08:59:38.828489" "level"="error" "logger"="node/libp2p" "msg"="stream handler: handshake: handle...

### Context ``` cors-allowed-origins: ["*"] ``` ### Summary I previously ran a dApp on `:5174`. Now I am running it on `:5173`. `GET /bytes/{...}` (and probably others, too) requests fail...

needs-triaging

### Context v2.1.0 on sepolia testnet swarm ### Summary I had 13 nodes running on a single host, 2 on an internal NVME SSD and the other 11 on a...

needs-triaging

Introducing on-demand stream messaging channels between Bee nodes so that other P2P applications can communicate between each other directly to support live services. On `GET /layer2/subscribe/{streamName}` endpoint the client opens...

## Background Swip https://github.com/ethersphere/SWIPs/pull/43 When the reserve capacity is reached, the reserve will go through an eviction process staring with lower value batches first by removing chunks with proximity order...

When a bee node is started - whether as a service or from the terminal with `bee start`, it is ofter hard to figure out if the config values set...

needs-triaging

https://docs.ethswarm.org/api/#tag/Bytes/paths/~1bytes~1%7Breference%7D/head > Requests the headers containing the content type and length for the reference The content type is always `application/octet-stream`. If it is irrecoverable (only available in the mantaray metadata),...

needs-triaging

#### Summary Currently, if one uploads multiple payloads for a Single Owner Chunk with different valid stamps, only the lastly uploaded will be available on the network. #4749 This behavior...

Epic

#### Summary I'm not sure if possible, but it would be nice to append custom headers to the response of `bzz` files. #### Motivation Some web features requires some headers...