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 2.1.0 (also in 2.0.0, I suspect) on sepolia testnet ### Summary My sepolia testnet OSM uploader node is concurrently pushing chunks to nodes outside the target neighborhood...
### Context 2.1.0-rc2 and earlier ### Summary When pushing a single chunk /bytes content into a lightly populated swarm (like the current sepolia testnet), subsequent uploads of the same content...
### 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...
### 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. - [ ] I have added tests...
### Context 2.1.0-rc2 (and earlier versions) ### Summary I tried disabling the pushsync multiplexer by setting `maxMultiplexForwards` to zero, but that completely disabled push syncing. ### Expected behavior `maxMultiplexForwards` should...
### 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. - [ ] I have added tests...
### 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...
### 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...
### Context Bee 2.0.0 running on linux container ### Summary I'm uploading a lot of data on node, pinning and with deferral enabled. I'm still not using erasure coding. What...
After the merge of the /bee and /debug APIs, let's remove the port that will no longer be used.