nugaon

Results 31 issues of nugaon

### Context most recent master branch fdp-play 5 nodes ### Summary When multiple payloads being uploaded under one Single Owner Chunk address, the pullsync will not transfer the chunk with...

needs-triaging

Introducing `/gsoc/subscribe/{address}` endpoint which opens a websocket channel for reading incoming payloads of the Single Owner Chunk under the defined address. Closes #4333 ### Checklist - [ ] I have...

I had problem with running the built executable (since it is necessary to build, see #1286) so I made some changes in the source code that may fix issues for...

This PR introduces a new locking mechanism with `swarm.NewMultexLock` which provides key based package level locking. The goal is to successfully run all test cases in the [GSOC JS library](https://github.com/anythread/gsoc/blob/master/test/index.spec.ts)...

### Context - **Bee version**: 2.2 ### Summary After starting the node, the first Single Owner Chunk (SOC) upload takes an unusually long time. It appears that there might be...

needs-triaging

### Context - **Bee version**: 2.2 ### Summary When attempting to buy postage batches, the operation takes a long time and cannot be performed in parallel with other postage post...

needs-triaging

⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Context I'm testing out [GSOC functionality](https://github.com/ethersphere/bee/pull/4727) which uses fdp-play for environment (5 nodes...

needs-triaging

⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's [Discord](https://discord.gg/XGNBEKktkD). ### Context I'm testing out [GSOC functionality](https://github.com/ethersphere/bee/pull/4727) which uses fdp-play for environment (5 nodes...

needs-triaging

#### Summary Currently, the epoch based feed [is not wired in the API](https://github.com/ethersphere/bee/blob/master/pkg/api/feed.go#L68) and should be available. #### Motivation handle sporadic feed updates in O(logn) #### Implementation #### Drawbacks

Dispersed replica support for Single Owner Chunks (along with Feeds). It hashes the original SOC address with an uint8 nonce all of which are checked against the chunk content if...