istae

Results 37 issues of istae

a new field, called `lastSyncedBlock` should be added to the status report that shows the last synced block of the postage worker. it is the same value as the `block`...

good first issue

the localstore/reserve should be passed the reserve minimum radius option so that in the event of a radius drop, it does not fall below the minimum.

needs-triaging

## Background Swip https://github.com/ethersphere/SWIPs/pull/43 When the reserve capacity is reached, the reserve will go through an eviction process staring with lower value batches first by removing chunks with proximity order...

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

[Swip-21](https://github.com/ethersphere/SWIPs/pull/56/files) can actually be tackled by a relatively small number of changes. - [x] 1) user provides a whole-number radius delta, _d_ through config options (default being 0) - [x]...

now that the stewardship endpoint also checks leaf chunks, the download speed is super slow because the callback function here https://github.com/ethersphere/bee/blob/master/pkg/steward/steward.go#L84 downloads chunks one at a time. ideally, the callback...

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