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...
I don't get differences between these two apis in documentation, and they look to be the same.
This could be a 400 Bad Request instead, and the error message from the logs ("err: index document suffix must not include slash character") could appear in the response. Also,...
#### Summary Expose current value of health and readiness on `/metrics` endpoint. #### Motivation This is useful for implement automatic alarms on node availability using tools based on metrics like...
Currently, the `GET /stewardship/{reference}` endpoints expect a reference to manifest. If I pass to it reference for a simple chunk it fails with: ``` DEBU[2022-04-21T09:10:32Z] stewardship get: is retrievable 33406e072931ebbd01a14607138bf3228a02e961c50e92e674ca5627ca7a4516:...
#### Summary Use EIP 1559 transactions. #### Motivation London has been enabled on gnosis chain for a while now. With this we can use the current gas mechanisms as intended....
### Summary You should be able to validate this by overriding the gas estimation via passing the --swap-deployment-gas-price string flag upon node startup. However, upon inspection of the code, it...
#### Summary Follow the steps in this [repo](https://github.com/ethersphere/storage-snapshot) to validate that it works and it allows us to bootstrap a cluster based on existing node and chain snapshots. Additionally we...
This component is intended to be triggered by the storage incentive agent with an input of the current redistribution anchor. Upon being triggered, for each chunk that is PO(chunk, overlay)...
#### Summary We want to store the provided hashes to disk so they would be available on subsequent runs in `ultra` light mode.
#### Summary We have a bunch of troubles running our bee node serving the swarm downloader (out hackathon project). 1) We a running a bee node under https://swarm.dapplets.org 2) the...