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...
#### Summary Enable withdrawals directly from the node wallet #### Motivation Exporting the seed phrase and the password and implement it into e. g. MetaMask is still quite risky. At...
We need to consider the following: 1. sharky - All metrics related to sharki should have a dashboard. 2. libp2p dashboard - Already have a dashboard for libp2p but we...
#### Summary After the release of the tool that detects missing/damaged chunks belonging to pinned content - the follow up feature would be adding the capability to re-insert the faulty...
The --restricted option is being used by some calls on both the /bee and /debug APIs with the default value being false. On the /bee API, when the option is...
On the /rediness call we get no response back when calling it. We can see the 200 code upon -V flag, but no response is returned. We need to make...
### 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...
A new tool has been implemented which scans a localstore folder for corrupted and invalid chunks versus total amount of chunks per file belonging to pinned content. The tool is...
### 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 leveldb iterator in the the `cache.RemoveOldest` function is extremely slow. To remove one single entry, close to half a second is used. To remove a 1000 entries, close to...
### Context 1.18.2 on goerli testnet ### Summary I have a testnet node that has had this stamp for some time now: ``` "stamps": [ { "batchID": "45ef9e72cad000467d828bd82b769f63ff848f216013c1866c0270533bc879e3", "utilization": 49,...