Tanguy
Tanguy
This PR just exists to allow CI to run, should not be merged / closed
Completely reworked scoring in gossipsub First goal was to also score peers in the attestation subnet. Previously, we only scored peers in global topics which was an issue when running...
This PR switch nimble from a recursive dependency solver to an iterative one. This allows the algorithm to be a lot smarter, since it has a global view of dependency...
EDIT: This PR adds the possibility to do check exceptions in async procedures. More info from the updated README: ---- By specifying a `asyncraises` list to an async procedure, you...
Follow up on #251
A regular token bucket To stay in int world, the fillRate is in fill per milliseconds I added a manual replenish as @arnetheduck suggested, but currently it's not fully compatible...
As we want user to be able to work without handling exceptions (with results for instance), we have an issue with cancellation. Currently, the only way to handle it (as...
Also tries multiples address on dial failure ref https://github.com/status-im/nim-libp2p/pull/615#issuecomment-958851810
Our quic effort is blocked by bearssl not supporting TLS1.3, but since Mark did most of the work to implement Quic here: https://github.com/status-im/nim-libp2p/pull/563 and on nim-quic, this PR is going...
[dnsclient](https://github.com/ba0f3/dnsclient.nim) doesn't send the required fields to allow responses bigger than 512 bytes This is an issue for instance for dnsaddr resolving Quick and dirty fix: libp2p: ```diff diff --git...