Marin Petrunić

Results 81 comments of Marin Petrunić

FYI you don't have to update to 4.x to fix that. You have versions here https://github.com/ChainSafe/gavel-server/pull/1/files if you want to stay at version 3. Not sure how stable 4.x is...

Already wrote on discord couple of days ago. Pretty sure its not related to noise. Could be lodestar messing with peerId in libp2p

Some ideas which I think you should consider: - compatibility with web3 versions - I think plugin should declare version range of Web3.js so we can error on unsupported versions...

> Nazar mentioned that each plugin can [re-declare](https://www.typescriptlang.org/docs/handbook/declaration-files/by-example.html) the Web3 typing so that TypeScript is now aware the web3.chainlink.getPrice exists, but I don't know how to do that yet This...

@wemeetagain can we update mplex to conform to this changes?

You scripts are initializing Mplex with default max message size value, you should set it to something higher: https://github.com/libp2p/js-libp2p-mplex/blob/v1.1.2/src/index.ts#L11

Not sure honestly. maybe something was overriding that limit

@Alexis-ROYER Could you try with the latest 0.38 version?

I will run some.profilling tools today to see what the hot paths are