istae

Results 37 issues of istae

### 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...

pull-request

### 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...

ready for review
pull-request

⚠️ Requests for support in an issue-format will be closed immediately. For support questions, we welcome you to our [Discord](https://discord.gg/XGNBEKktkD). Currently, the swarm network is very static, meaning the rate...

issue

reference https://hackmd.io/yzrmd3GhTDCyDnEkwzrjeg?view ## Depth Package (needs a new name) A new package that monitors the localstore and storage radius from batchstore to control puller syncing changes. ``` func init() {...

issue

### 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. - [ ] My change requires...

ready for review
pull-request

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...

issue

### 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...

pull-request

### 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...

pull-request

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...

issue
needs-triaging

the chunkstore operations do not currently accept the leveldb batches for writes. this can cause issues especially in areas of the localstore where the chunkstore is used in tandem with...

issue