Arseniy Klempner

Results 19 comments of Arseniy Klempner

> I modified connection manager such that it doesn't delete the dial error after a peer is removed. I waited to reach the state where there were no more peers...

> Something else I discovered is that for some reason the peer store "loses" the metadata for a peer, specifically the shard info. Without this, the function called to [getPeers](https://github.com/waku-org/js-waku/blob/86249dfe290d72c37a6848492eab8a0277a8f055/packages/core/src/lib/base_protocol.ts#L98)...

I believe I identified the prime suspect causing this issue (and dropping connections in general): ``` libp2p:connection:outbound:6qf7pg1714026544431:error error handling incoming stream id r7 +0ms Too many inbound protocol streams for...

> I believe I identified the prime suspect causing this issue (and dropping connections in general): > > ``` > libp2p:connection:outbound:6qf7pg1714026544431:error error handling incoming stream id r7 +0ms Too many...

The most important fixes for this have been included in the latest release of js-waku. The remaining PR for filtering wss connections is not as relevant. @weboko can this be...

According to Aragon, Ethereum's natspec is unsafe and they recommend using their alternative, [radspec](https://github.com/aragon/radspec) and the static site generator for their [wiki](https://wiki.aragon.one) is powered by [MkDocs](http://www.mkdocs.org) and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)

Another options is [solidity-docgen](https://github.com/spalladino/solidity-docgen) used by OpenZeppelin. It integrates with Facebook's [Docusaurus](https://github.com/facebook/Docusaurus), and on first glance I like it a lot. Quick to setup, feature-rich out of the box, and...

closing in favor of https://github.com/status-im/status-go/pull/6275