nim-libp2p icon indicating copy to clipboard operation
nim-libp2p copied to clipboard

libp2p implementation in Nim

Results 155 nim-libp2p issues
Sort by recently updated
recently updated
newest added

This PR adds the possibility of configuring the maximum time a message can stay in the non-priority queue and still be considered relevant to be sent to the respective remote...

gossipsub

Clamp and fix dependency versions so as to avoid running into direct inconsistencies.

Started to fail after Tanguy left. After getting access to the repo Settings @diegomrsantos and I discovered the probably personal token was used for `ACTIONS_GITHUB_TOKEN`. Token is setup here: https://github.com/status-im/nim-libp2p/settings/secrets/actions...

This is probably going to be work in progress for a while...

Consider: * peer A sends a message to us which is sent to validation - peer B sends the same message to us and when the message validates, we skip...

performance
gossipsub

In this case: https://github.com/status-im/nim-libp2p/blob/56c23a286a2aea64dd89fa750ffb4381d811908e/libp2p/services/hpservice.nim#L38-L40 the created connection will be considered outgoing, even though it is actually an incoming connection This means that a peer could fool us to make us...

bug

Nim-libp2p project uses test dependency go-libp2p-daemon which requires Go compiler version < 1.18. Actual Go compiler version set in the project 1.15.5 is not available for ARM64 with MacOS. Steps...

ARM64 is recently gaining ground on the formerly leading AMD64 architecture due to its greater efficiency, offering better performance per watt. Adding support for ARM64 would enable operators, developers, and...

enhancement
optimization