Arseniy Klempner

Results 36 issues of Arseniy Klempner

This is a **bug report/feature request/support request/change request** ## Problem Current efforts of testing long-term usage of js-waku required manually running an example and observing it. We should move towards...

test
E:js-waku Reliability Protocol for Resource-Restri

Adds metrics for missed messages, delivery confirmation, and peer count by shard/origin. Tracks additional events in telemetry: - when a message is successfully delivered - when a check against a...

Include total bandwidth in addition to bandwidth per protocol when pushing telemetry. If telemetry is enabled, the node periodically sends the bandwidth as tracked by go-libp2p to the telemetry service....

Fix flaky test for telemetry cache by removing use of `time.Sleep` Telemetry behavior is dependent on timing, which can be hard to reproduce across all testing environments. Instead of running...

Notifies telemetry when a message sent with store confirmation expires. Modifies the go-routine in `startMessageSender` to push a new metric to the telemetry client when it detects an item in...

# Problem Tests need to be deterministic. Currently, tests of the telemetry client rely on use of `time.Sleep` to trigger the behavior. # Implementation Replace use of `time.Sleep` with direct...