Csaba Kiraly

Results 17 issues of Csaba Kiraly

This is to add more delay related metrics to evaluate GossipSub improvement proposals. See https://github.com/libp2p/specs/pull/413 for related discussions

removing some of the repeated metrics code for per-topic metrics in PubSub and co.

#### Version information: On current master: 737c878 Running on Macbook Pro M1 #### Description: After running successfully `./01_install_k8s.sh cluster.yaml`, the EFS command `./02_efs.sh cluster.yaml` goes in an infinite loop of...

The Grafana provided image has multi-arch support, while the Bitnami version does not. This is partial solution to #1408.

status/blocked

#### Version information: Version `a068f0b` on MacBook Pro M1 (arm64) #### Description: Many of the Docker images used are amd64 only. #### Solution I have tested rebuilding all of these...

hint/needs-triage

This set of patches tries to break up protocols.nim and encoding.nim into smaller chunks of code, reducing dependencies and simplifying modifications to the discv5 code. The main part is to...

This allows running code written for Chronos using `-d:asyncTimer=virtual` , turning it into a simple event-based simulation. Used in https://github.com/codex-storage/nim-libp2p-dht/pull/57

Setting up a 3 node network (nodes A,B,C) and a single GS topic. When A is sending a message to B and C, these are then relayed between them, finally...