Alexandru Vasile

Results 98 comments of Alexandru Vasile

There's been an issue with the core assignments on AHW, which caused other parachains to degrade the block production. As a result of that, AHW operated with 2 cores over...

Initially, I assumed the issue was due to an incomplete config while trying to provision more validators. However, Parity does not own all validators of Westend. In fact, some community-maintained...

AHWestend is still in a broken state: - we have huge gaps in block production due to forks - AHW is running on 2 cores, not 3 (core number 0...

If this is indeed coming from a networking issue: - We'd need `sub-libp2p::request-response=trace` to understand better what happened during the `err=Refused` phase - Alternatively, we may inspect the following metric...

> @lexnv What was the motivation behind the removal of SubstreamSet in the first place? The core logic of litep2p has moved away from `SubstreamSet` toward `FuturesStream`. However, we do...

Yep, makes sense, we'd need to take into account fallback protocols as well. For example, we might expose `/genesis/kad` with `/rand-name` as fallback. I believe we can achieve this by...

Ideally, the change should be easy to track through the protocols. I think this was a bit of a lower priority task, but since @dharjeezy did an amazing job creating...

Hey @la10736, we reprioritized the efforts towards a high-priority objective. I'll handle this in the following few weeks as this is still important 🙏

From the testing done locally with a patched polkadot binary, this PR ensures that no dials will be made on private IP addresses. This was tested similarly to the linked...

We have identified the following improvements to boost the block confidence metrics: ### Validators Disconnected due to Other Commands After further debugging the remaining connectivity issues with @sandreim's, we have...