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 bee: 1.17.5 ### Summary 1. when the following command is run `...
Introduce `govulncheck` into the Bee codebase. Investigate the limitations and false positives beforehand. See: https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck
main motivation atm for this is to improve batch utilization. we need numbers on how this improves the situation. Things to measure: 1. Measure batch utilization without encryption 2. measure...
A new benchmark cmd could detect if a machine has minimum requirements to run a bee node: Some checks are: - Cpu check: run a common hashing function the bee...
the mainnet has recently seen an increase in storage radius to radius 10. this has doubled the neighborhood count to 1024 and left MANY neighborhoods running on fewer than 2...
#### Summary Add new configuration/start command parameter for setting Postage price oracle address. Currently, this value is hardcoded for mainnet and testnet in [go-storage-incentives-abi](https://github.com/ethersphere/go-storage-incentives-abi) #### Motivation This is required to...
### Context 1.17.3 swarm-cli; swarm desktop on mac ### Summary Telling the simtomps: I'm able to use multiple times one of my 6month old stamp, and what I bought yesterday...
#### Summary Is useful to know how much space is occupied on disk by pinned contents. Add an API to get these info from node. It should be easy with...
To improve DX of setting up bee using docker compose by adding additional preconfigured .env.example files (or additional docker compose files) for different modes / setup - ultralight - light...