hrt/derrandz

Results 27 comments of hrt/derrandz

An outlining of a specific plan on how to achieve clear and informed benchmarks for celestia nodes is on-going in the following document: * [Notion doc](https://www.notion.so/celestiaorg/Benchmarking-Celestia-Nodes-c71c79ea53844123adb7446b0aa52ed3) At the moment it...

What dashboard is in use currently? Referencing an old one I worked on previously from #1990 , is this still relevant to be added? https://github.com/celestiaorg/celestia-node/pull/1990/files#diff-3e6208fb3f6ae19de3f72d66fe1679fdf782909add84dedd9f0d06704829ff81

Sure thing, please share the internal dashboard you use through a PR, and let's improve it in one go. Will be happy to help

I solved it by talking to the cloud provider to open port for mailing, specifically 25

It was a small mistake that uncovered this small issue, I didn't add my own implementation of the raw quic transport in this script, ofcourse passing a non-nil solves the...

Actually now, when I give a listen address with one the same quic port, and I use the re-use feature, libp2p can't even start I run into this bug: ```...

I am having a hard time reproducing this with a code snippet. This happens in a virtualized environment with a full build of our software. In unit tests I am...

After debugging this, I've come to find that if you supply duplicate quic addresses in the listen address, swarm.Listen in the start hook of fx will panic because it tries...

While trying to reproduce this issue, I ran into another BUG which I filed an issue for in https://github.com/libp2p/go-libp2p/issues/3345