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 `2.6.0-d0aa8b93` ### Summary Since the `GET /wallet` endpoint also returns `chequebookContractAddress`, this endpoint only works when the chequebook is enabled. I should be able to retrieve my xDAI...
**Description** Pinned content on my Bee node `v2.5.0` that was erasure coded became inaccessible after upgrading to `v2.6.0`. - `swarm-cli pinning list` still shows the pinned files. - However, I...
This PR optimizes the `ReserveSample` function to improve performance during sampling operations. The key optimizations include adding `ChunkType ` to the `SampleItem` struct to avoid redundant parsing, reusing hashers in...
### 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. - [x] I have added tests...
the loop in `runStrategy` doesn't properly drain all the channels, causing a potential deadlock. This PR is intended to fix that. [Reference test](https://github.com/ethersphere/bee/actions/runs/17999756737/job/51206180822?pr=5194) ### Checklist - [ ] I have...
#### Summary The `utilization` property of the postage batch refers to the highest written slot among the 65,536 buckets. Utilization is a discrete value, where one unit corresponds to 256MB...
### Location The issue refers to the bee.yaml / config.yaml file, that is provided with each bee, though its location depends on OS and type of Bee installation. ### Description...
## Summary Migration step 06 can fail during upgrade to 2.6.0+ when any chunk lacks complete postage stamp metadata, leaving the database in an inconsistent state where all chunks become...
### 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). - [ ] My change requires a documentation update, and I have done it. - [x] I have added tests...