nugaon
nugaon
This change does not count chunks as synced after get too many retries on shallow receipts in case of deferred uploads. It is required to not sync bins below storage...
#### Summary Enhance Single Owner Chunk download functionality to support encrypted downloads. #### Motivation - SOCs now wrap content which can be encrypted, but no decryption is possible via its...
### 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...
# Task Optimize the `ReserveSample` function in the Bee node to improve performance and reduce resource consumption. This function is critical for node operators participating in storage incentives, but currently...
This PR adds Prometheus metrics to monitor worker wait times during chunk sampling in the ReserveSample function. Worker goroutines now track time between processing chunks, calculating the waiting time statistics...
#### Summary Implement synchronization mechanism to ensure only one sampling process runs at a time in agent.go, and prevent concurrent calls to rchash endpoint which can cause race conditions and...