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 1.8.0, migrating from 1.7.0. The process isn't still completed ### Summary The node is not ready, because it is not able to serve data. This value is...
This issue lists suggestions for static code analysis with goal to ensure higher code quality. 1. Have single source for linting rules symmetrical in CI/CD and local environments Bee code...
### Checklist - [X] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md) ### Description Closes: #3262 - - - This change is [](https://reviewable.io/reviews/ethersphere/bee/3272)
Currently, if you put some unknown parameter in the config, Bee ignores it and does not "yell" or exit. While this saves us some work on Desktop for the upcoming...
### Summary In pkg/localstore/gc.go ``` // protect uint64 undeflow return nil ``` occures twice, each place seems like we don't set the reservesize to even 0 if theres a larger...
### Context Bee 1.7.0, macOS ### Summary I was trying to open the swarm website on my Bee node. It was not found (that's a different issue) however I ended...
`swap-endpoint` represent Bee's blockchain connectivity and nowadays is not linked anymore only to SWAP protocol, but also postage-stamps, in close future to the storage loterry etc. It is quite confusing...
With the upcoming 1.8 release Bee won't need anymore the input options `blockhash` and `transaction` (CLI/config)
https://github.com/ethersphere/bee/blob/19a86dd1391f087b35a59702fae98e1394844ee6/cmd/bee/cmd/deploy.go#L130
# Task Because new joiners to the network can use the zero nonce for generating their overlay (version 1.8 and later) it means the overlay mining logic can be safely...