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...
### Context - **Bee version**: 2.2 ### Summary After starting the node, the first Single Owner Chunk (SOC) upload takes an unusually long time. It appears that there might be...
``` 2024-09-19 00:02:34 panic: runtime error: invalid memory address or nil pointer dereference 2024-09-19 00:02:34 [signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0xf8da36] 2024-09-19 00:02:34 2024-09-19 00:02:34 goroutine 655670 [running]: 2024-09-19...
### Context - **Bee version**: 2.2 ### Summary When attempting to buy postage batches, the operation takes a long time and cannot be performed in parallel with other postage post...
[Swip-21](https://github.com/ethersphere/SWIPs/pull/56/files) can actually be tackled by a relatively small number of changes. - [x] 1) user provides a whole-number radius delta, _d_ through config options (default being 0) - [x]...
⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Context I'm testing out [GSOC functionality](https://github.com/ethersphere/bee/pull/4727) which uses fdp-play for environment (5 nodes...
⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Context I'm testing out [GSOC functionality](https://github.com/ethersphere/bee/pull/4727) which uses fdp-play for environment (5 nodes...
⚠️ Requests for support in an issue-format will be closed immediately. For support questions, we welcome you to our [Discord](https://discord.gg/XGNBEKktkD). # Task The configuration files found in https://github.com/ethersphere/bee/tree/master/packaging such as...
### Context Bee 2.2.0 ### Summary Even using tags to upload with sessions, is not possible to pin large files providing all the chunks. ### Expected behavior I expect when...
Updating a feed with a new hash is almost instantaneous. However the content served by the hash may still be syncing and not available yest on the network. This leads...
### Context Bee 2.2.0 ### Summary Uploading chunks with http requests increments the tag `split` value, as it is also incremented uploading with bzz protocol. Instead uploading using websocket doesn't...