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...
⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Context Accounting operations are only possible with explicitly connected peers. To signal that...
### 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 - [ ] 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...
When I try to input all sort of invalid or valid-ish data, I pretty much always get `500` which seems to me a bit extreme as for most of these...
### 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...
sharky without shard limit (as implemented in https://github.com/ethersphere/bee/pull/2764) is unsound. Without limit, every time a shard is full, it is extended (slots process pop call). Because of variance this will...
### 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...
### 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...
Related to storage incentives contract change issue (https://github.com/ethersphere/bee/issues/3139) there is a task to > add logic to accomodate for resyncing the batchstore from the events of the new contract (after...
Currently, most `[]byte` values are logged using the `fmt.Sprintf("%x", value)` call, review these records and try to remove the formatting of these values. At the same time, check that the...