acud

Results 37 issues of acud

very suspicious error on this one ``` === RUN TestWithBlocklistStreams connections_test.go:822: expected stream reset error, got send headers: read message: context deadline exceeded --- FAIL: TestWithBlocklistStreams (15.18s) ```

good first issue
flaky-test
issue

fixes https://github.com/ethersphere/swarm/issues/2213

bug

We are increasingly noticing a condition in which nodes are not started correctly. This sometimes manifests on the clusters we deploy on k8s, but also on our test suite on...

bug
infrastructure

since recent changes to our bzz protocol handshake, tracing nodes (running with the `--tracing` flag) cannot complete a handshake with non tracing nodes. this infers a configuration imperative that is...

enhancement
network

The way we handle `BzzAddr`, `BzzPeer` and `enode.IDs` is very, very confusing. For a mere mortal, it is mostly unclear when the usage of any of the above is needed,...

discussion
simulations
test
infrastructure
cleanup
kademlia

PSS documentation is now better, but needs elaborated examples so that users can understand how to interact and work with it. Consider giving examples using a library that supports it,...

help wanted
pss

``` run ./beekeeper check settlements --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}" --upload-node-count "${REPLICA}" -t 100000 Seed: 8380697593063187678 Settlements are valid Error: node bee-2: upload file:...

issue

Hi all, We have a background worker that taps onto the events from the autonat service and propagates them to the necessary components, like so: ```go func (s *Service) reachabilityWorker()...

Hi there, Under section [2.6.1.2 Sector Sealing](https://spec.filecoin.io/#section-systems.filecoin_mining.sector.sealing), at the end of the section there's a link to github: > The Lotus-specific set of functions applied to the sealing of a...