From 25390354e2638bdeb37a35bc4ddacb5987cd3651 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 6 May 2024 11:51:50 +0000 Subject: [PATCH] update docs for cleanups --- cleanups/libp2p.html | 2 +- cleanups/libp2p/builders.html | 2 +- cleanups/libp2p/connmanager.html | 2 +- cleanups/libp2p/crypto/chacha20poly1305.html | 2 +- cleanups/libp2p/crypto/crypto.html | 2 +- cleanups/libp2p/crypto/curve25519.html | 2 +- cleanups/libp2p/crypto/ecnist.html | 2 +- cleanups/libp2p/crypto/ed25519/constants.html | 2 +- cleanups/libp2p/crypto/ed25519/ed25519.html | 2 +- cleanups/libp2p/crypto/hkdf.html | 2 +- cleanups/libp2p/crypto/minasn1.html | 2 +- cleanups/libp2p/crypto/rsa.html | 2 +- cleanups/libp2p/crypto/secp.html | 2 +- cleanups/libp2p/dial.html | 2 +- cleanups/libp2p/dialer.html | 2 +- cleanups/libp2p/errors.html | 2 +- cleanups/libp2p/multiaddress.html | 2 +- cleanups/libp2p/multibase.html | 2 +- cleanups/libp2p/multicodec.html | 2 +- cleanups/libp2p/multihash.html | 2 +- cleanups/libp2p/multistream.html | 2 +- cleanups/libp2p/muxers/mplex/coder.html | 2 +- cleanups/libp2p/muxers/mplex/mplex.html | 2 +- cleanups/libp2p/muxers/muxer.html | 2 +- cleanups/libp2p/muxers/yamux/yamux.html | 2 +- .../libp2p/nameresolving/nameresolver.html | 2 +- cleanups/libp2p/observedaddrmanager.html | 2 +- cleanups/libp2p/peerid.html | 2 +- cleanups/libp2p/peerinfo.html | 2 +- cleanups/libp2p/protobuf/minprotobuf.html | 2 +- .../protocols/connectivity/autonat/core.html | 2 +- .../connectivity/autonat/server.html | 2 +- .../protocols/connectivity/relay/client.html | 2 +- .../connectivity/relay/messages.html | 2 +- .../protocols/connectivity/relay/rconn.html | 2 +- .../protocols/connectivity/relay/relay.html | 2 +- .../connectivity/relay/rtransport.html | 2 +- .../protocols/connectivity/relay/utils.html | 2 +- cleanups/libp2p/protocols/identify.html | 2 +- cleanups/libp2p/protocols/ping.html | 2 +- cleanups/libp2p/protocols/protocol.html | 2 +- cleanups/libp2p/protocols/pubsub.html | 2 +- cleanups/libp2p/protocols/pubsub/errors.html | 2 +- .../libp2p/protocols/pubsub/floodsub.html | 2 +- .../libp2p/protocols/pubsub/gossipsub.html | 2 +- .../protocols/pubsub/gossipsub/behavior.html | 26 +++++++++---------- .../protocols/pubsub/gossipsub/scoring.html | 2 +- .../protocols/pubsub/gossipsub/types.html | 2 +- cleanups/libp2p/protocols/pubsub/mcache.html | 2 +- .../libp2p/protocols/pubsub/peertable.html | 2 +- cleanups/libp2p/protocols/pubsub/pubsub.html | 2 +- .../libp2p/protocols/pubsub/pubsubpeer.html | 2 +- .../libp2p/protocols/pubsub/rpc/message.html | 2 +- .../libp2p/protocols/pubsub/rpc/messages.html | 2 +- .../libp2p/protocols/pubsub/rpc/protobuf.html | 2 +- .../libp2p/protocols/pubsub/timedcache.html | 2 +- cleanups/libp2p/protocols/rendezvous.html | 2 +- cleanups/libp2p/protocols/secure/noise.html | 2 +- cleanups/libp2p/protocols/secure/secure.html | 2 +- cleanups/libp2p/routing_record.html | 2 +- cleanups/libp2p/signed_envelope.html | 2 +- cleanups/libp2p/stream/bufferstream.html | 2 +- cleanups/libp2p/stream/chronosstream.html | 2 +- cleanups/libp2p/stream/connection.html | 2 +- cleanups/libp2p/stream/lpstream.html | 2 +- cleanups/libp2p/stream/streamseq.html | 2 +- cleanups/libp2p/switch.html | 2 +- cleanups/libp2p/transcoder.html | 2 +- cleanups/libp2p/transports/tcptransport.html | 2 +- cleanups/libp2p/transports/transport.html | 2 +- cleanups/libp2p/transports/wstransport.html | 2 +- .../libp2p/upgrademngrs/muxedupgrade.html | 2 +- cleanups/libp2p/upgrademngrs/upgrade.html | 2 +- cleanups/libp2p/utility.html | 2 +- cleanups/libp2p/utils/future.html | 2 +- cleanups/libp2p/utils/heartbeat.html | 2 +- cleanups/libp2p/utils/offsettedseq.html | 2 +- cleanups/libp2p/utils/semaphore.html | 2 +- cleanups/libp2p/varint.html | 2 +- cleanups/libp2p/vbuffer.html | 2 +- cleanups/libp2p/wire.html | 2 +- cleanups/theindex.html | 2 +- 82 files changed, 93 insertions(+), 95 deletions(-) diff --git a/cleanups/libp2p.html b/cleanups/libp2p.html index 7ba786793..a00387762 100644 --- a/cleanups/libp2p.html +++ b/cleanups/libp2p.html @@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/builders.html b/cleanups/libp2p/builders.html index da7578498..c042fdc16 100644 --- a/cleanups/libp2p/builders.html +++ b/cleanups/libp2p/builders.html @@ -801,7 +801,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/connmanager.html b/cleanups/libp2p/connmanager.html index 1abf40979..16febb852 100644 --- a/cleanups/libp2p/connmanager.html +++ b/cleanups/libp2p/connmanager.html @@ -874,7 +874,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/chacha20poly1305.html b/cleanups/libp2p/crypto/chacha20poly1305.html index 64fc241d1..70f7c8668 100644 --- a/cleanups/libp2p/crypto/chacha20poly1305.html +++ b/cleanups/libp2p/crypto/chacha20poly1305.html @@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/crypto.html b/cleanups/libp2p/crypto/crypto.html index 51217de73..051d77cc2 100644 --- a/cleanups/libp2p/crypto/crypto.html +++ b/cleanups/libp2p/crypto/crypto.html @@ -1621,7 +1621,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/curve25519.html b/cleanups/libp2p/crypto/curve25519.html index 96ae94637..594b7a046 100644 --- a/cleanups/libp2p/crypto/curve25519.html +++ b/cleanups/libp2p/crypto/curve25519.html @@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/ecnist.html b/cleanups/libp2p/crypto/ecnist.html index e6604e90d..a660828ee 100644 --- a/cleanups/libp2p/crypto/ecnist.html +++ b/cleanups/libp2p/crypto/ecnist.html @@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/ed25519/constants.html b/cleanups/libp2p/crypto/ed25519/constants.html index 5bbdccf89..b477e6100 100644 --- a/cleanups/libp2p/crypto/ed25519/constants.html +++ b/cleanups/libp2p/crypto/ed25519/constants.html @@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/ed25519/ed25519.html b/cleanups/libp2p/crypto/ed25519/ed25519.html index 2a978abb6..ec63962c1 100644 --- a/cleanups/libp2p/crypto/ed25519/ed25519.html +++ b/cleanups/libp2p/crypto/ed25519/ed25519.html @@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/hkdf.html b/cleanups/libp2p/crypto/hkdf.html index f2dd99b32..c4a55af98 100644 --- a/cleanups/libp2p/crypto/hkdf.html +++ b/cleanups/libp2p/crypto/hkdf.html @@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/minasn1.html b/cleanups/libp2p/crypto/minasn1.html index 651a8a503..677b43e19 100644 --- a/cleanups/libp2p/crypto/minasn1.html +++ b/cleanups/libp2p/crypto/minasn1.html @@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/rsa.html b/cleanups/libp2p/crypto/rsa.html index 5337aa6bc..83d128c05 100644 --- a/cleanups/libp2p/crypto/rsa.html +++ b/cleanups/libp2p/crypto/rsa.html @@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/crypto/secp.html b/cleanups/libp2p/crypto/secp.html index 6f15078aa..5805c368c 100644 --- a/cleanups/libp2p/crypto/secp.html +++ b/cleanups/libp2p/crypto/secp.html @@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/dial.html b/cleanups/libp2p/dial.html index 4821c20f4..495c348d2 100644 --- a/cleanups/libp2p/dial.html +++ b/cleanups/libp2p/dial.html @@ -381,7 +381,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/dialer.html b/cleanups/libp2p/dialer.html index 5bf9941d2..309a1f02f 100644 --- a/cleanups/libp2p/dialer.html +++ b/cleanups/libp2p/dialer.html @@ -450,7 +450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/errors.html b/cleanups/libp2p/errors.html index 23f2da77f..d50b4689a 100644 --- a/cleanups/libp2p/errors.html +++ b/cleanups/libp2p/errors.html @@ -340,7 +340,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/multiaddress.html b/cleanups/libp2p/multiaddress.html index 627282afc..2c86fb842 100644 --- a/cleanups/libp2p/multiaddress.html +++ b/cleanups/libp2p/multiaddress.html @@ -2551,7 +2551,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/multibase.html b/cleanups/libp2p/multibase.html index 48735ed31..8876ac061 100644 --- a/cleanups/libp2p/multibase.html +++ b/cleanups/libp2p/multibase.html @@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/multicodec.html b/cleanups/libp2p/multicodec.html index 66dd6800f..e2a5d01d7 100644 --- a/cleanups/libp2p/multicodec.html +++ b/cleanups/libp2p/multicodec.html @@ -481,7 +481,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/multihash.html b/cleanups/libp2p/multihash.html index cba132fd3..97a6e7897 100644 --- a/cleanups/libp2p/multihash.html +++ b/cleanups/libp2p/multihash.html @@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/multistream.html b/cleanups/libp2p/multistream.html index e4cf7d8cb..60088b1f9 100644 --- a/cleanups/libp2p/multistream.html +++ b/cleanups/libp2p/multistream.html @@ -559,7 +559,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/muxers/mplex/coder.html b/cleanups/libp2p/muxers/mplex/coder.html index ac7ec2114..7dde3e228 100644 --- a/cleanups/libp2p/muxers/mplex/coder.html +++ b/cleanups/libp2p/muxers/mplex/coder.html @@ -399,7 +399,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/muxers/mplex/mplex.html b/cleanups/libp2p/muxers/mplex/mplex.html index cad2d5a66..6e56e46cc 100644 --- a/cleanups/libp2p/muxers/mplex/mplex.html +++ b/cleanups/libp2p/muxers/mplex/mplex.html @@ -455,7 +455,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/muxers/muxer.html b/cleanups/libp2p/muxers/muxer.html index 78ce59430..13a7f57ba 100644 --- a/cleanups/libp2p/muxers/muxer.html +++ b/cleanups/libp2p/muxers/muxer.html @@ -535,7 +535,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/muxers/yamux/yamux.html b/cleanups/libp2p/muxers/yamux/yamux.html index ab807a683..d13b6b73e 100644 --- a/cleanups/libp2p/muxers/yamux/yamux.html +++ b/cleanups/libp2p/muxers/yamux/yamux.html @@ -606,7 +606,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/nameresolving/nameresolver.html b/cleanups/libp2p/nameresolving/nameresolver.html index 52880fcd3..702ec5566 100644 --- a/cleanups/libp2p/nameresolving/nameresolver.html +++ b/cleanups/libp2p/nameresolving/nameresolver.html @@ -375,7 +375,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/observedaddrmanager.html b/cleanups/libp2p/observedaddrmanager.html index 6e2ce0fb4..46265651a 100644 --- a/cleanups/libp2p/observedaddrmanager.html +++ b/cleanups/libp2p/observedaddrmanager.html @@ -360,7 +360,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/peerid.html b/cleanups/libp2p/peerid.html index 77d8cdb49..89b7e02dd 100644 --- a/cleanups/libp2p/peerid.html +++ b/cleanups/libp2p/peerid.html @@ -806,7 +806,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/peerinfo.html b/cleanups/libp2p/peerinfo.html index 3e566613a..bde049947 100644 --- a/cleanups/libp2p/peerinfo.html +++ b/cleanups/libp2p/peerinfo.html @@ -484,7 +484,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protobuf/minprotobuf.html b/cleanups/libp2p/protobuf/minprotobuf.html index 2108e3fc1..f0ea72827 100644 --- a/cleanups/libp2p/protobuf/minprotobuf.html +++ b/cleanups/libp2p/protobuf/minprotobuf.html @@ -931,7 +931,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/connectivity/autonat/core.html b/cleanups/libp2p/protocols/connectivity/autonat/core.html index a2fabf9cc..317fe7440 100644 --- a/cleanups/libp2p/protocols/connectivity/autonat/core.html +++ b/cleanups/libp2p/protocols/connectivity/autonat/core.html @@ -508,7 +508,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/connectivity/autonat/server.html b/cleanups/libp2p/protocols/connectivity/autonat/server.html index 9ea9bd940..350104ffe 100644 --- a/cleanups/libp2p/protocols/connectivity/autonat/server.html +++ b/cleanups/libp2p/protocols/connectivity/autonat/server.html @@ -302,7 +302,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/connectivity/relay/client.html b/cleanups/libp2p/protocols/connectivity/relay/client.html index d4b8c3f85..e51e94491 100644 --- a/cleanups/libp2p/protocols/connectivity/relay/client.html +++ b/cleanups/libp2p/protocols/connectivity/relay/client.html @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/connectivity/relay/messages.html b/cleanups/libp2p/protocols/connectivity/relay/messages.html index 4e8b8777b..c330abe32 100644 --- a/cleanups/libp2p/protocols/connectivity/relay/messages.html +++ b/cleanups/libp2p/protocols/connectivity/relay/messages.html @@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/connectivity/relay/rconn.html b/cleanups/libp2p/protocols/connectivity/relay/rconn.html index d935ccedc..1aca99947 100644 --- a/cleanups/libp2p/protocols/connectivity/relay/rconn.html +++ b/cleanups/libp2p/protocols/connectivity/relay/rconn.html @@ -383,7 +383,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/connectivity/relay/relay.html b/cleanups/libp2p/protocols/connectivity/relay/relay.html index 4991c40a0..0818c1caa 100644 --- a/cleanups/libp2p/protocols/connectivity/relay/relay.html +++ b/cleanups/libp2p/protocols/connectivity/relay/relay.html @@ -568,7 +568,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/connectivity/relay/rtransport.html b/cleanups/libp2p/protocols/connectivity/relay/rtransport.html index 8d05d6d1e..a43652a45 100644 --- a/cleanups/libp2p/protocols/connectivity/relay/rtransport.html +++ b/cleanups/libp2p/protocols/connectivity/relay/rtransport.html @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/connectivity/relay/utils.html b/cleanups/libp2p/protocols/connectivity/relay/utils.html index ceeff2d7a..45a4fb5f4 100644 --- a/cleanups/libp2p/protocols/connectivity/relay/utils.html +++ b/cleanups/libp2p/protocols/connectivity/relay/utils.html @@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/identify.html b/cleanups/libp2p/protocols/identify.html index 7c9ca9070..4578e2740 100644 --- a/cleanups/libp2p/protocols/identify.html +++ b/cleanups/libp2p/protocols/identify.html @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/ping.html b/cleanups/libp2p/protocols/ping.html index 0b4091e9d..3858e5893 100644 --- a/cleanups/libp2p/protocols/ping.html +++ b/cleanups/libp2p/protocols/ping.html @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/protocol.html b/cleanups/libp2p/protocols/protocol.html index b8116437a..44b338835 100644 --- a/cleanups/libp2p/protocols/protocol.html +++ b/cleanups/libp2p/protocols/protocol.html @@ -563,7 +563,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub.html b/cleanups/libp2p/protocols/pubsub.html index 952c31a4d..1f02cf71b 100644 --- a/cleanups/libp2p/protocols/pubsub.html +++ b/cleanups/libp2p/protocols/pubsub.html @@ -239,7 +239,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/errors.html b/cleanups/libp2p/protocols/pubsub/errors.html index 4798192f3..54e811151 100644 --- a/cleanups/libp2p/protocols/pubsub/errors.html +++ b/cleanups/libp2p/protocols/pubsub/errors.html @@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/floodsub.html b/cleanups/libp2p/protocols/pubsub/floodsub.html index 401ebf79d..0b600d4cc 100644 --- a/cleanups/libp2p/protocols/pubsub/floodsub.html +++ b/cleanups/libp2p/protocols/pubsub/floodsub.html @@ -485,7 +485,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/gossipsub.html b/cleanups/libp2p/protocols/pubsub/gossipsub.html index 5a49b0835..cca754b21 100644 --- a/cleanups/libp2p/protocols/pubsub/gossipsub.html +++ b/cleanups/libp2p/protocols/pubsub/gossipsub.html @@ -620,7 +620,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/gossipsub/behavior.html b/cleanups/libp2p/protocols/pubsub/gossipsub/behavior.html index 2abc8ca50..cb5759d5d 100644 --- a/cleanups/libp2p/protocols/pubsub/gossipsub/behavior.html +++ b/cleanups/libp2p/protocols/pubsub/gossipsub/behavior.html @@ -306,7 +306,7 @@ class="link-seesrc" target="_blank">Source

Procs

-
proc dropFanoutPeers(g: GossipSub) {....raises: [], raises: [], tags: [].}
+
proc dropFanoutPeers(g: GossipSub) {....raises: [], tags: [].}
@@ -319,7 +319,7 @@ class="link-seesrc" target="_blank">Source
proc getGossipPeers(g: GossipSub): Table[PubSubPeer, ControlMessage] {.
-    ...raises: [], raises: [], tags: [].}
+ ...raises: [], tags: [].}
gossip iHave messages to peers @@ -332,7 +332,7 @@ class="link-seesrc" target="_blank">Source
proc grafted(g: GossipSub; p: PubSubPeer; topic: string) {....raises: [],
-    raises: [], tags: [RootEffect].}
+ tags: [RootEffect].}
@@ -344,8 +344,7 @@ class="link-seesrc" target="_blank">Source
-
proc handleBackingOff(t: var BackoffTable; topic: string) {....raises: [],
-    raises: [], tags: [].}
+
proc handleBackingOff(t: var BackoffTable; topic: string) {....raises: [], tags: [].}
@@ -384,7 +383,7 @@ class="link-seesrc" target="_blank">Source
proc handleIHave(g: GossipSub; peer: PubSubPeer; ihaves: seq[ControlIHave]): ControlIWant {.
-    ...raises: [], raises: [], tags: [].}
+ ...raises: [], tags: [].}
@@ -397,7 +396,7 @@ class="link-seesrc" target="_blank">Source
proc handleIWant(g: GossipSub; peer: PubSubPeer; iwants: seq[ControlIWant]): seq[
-    Message] {....raises: [], raises: [], tags: [].}
+ Message] {....raises: [], tags: [].}
@@ -410,7 +409,7 @@ class="link-seesrc" target="_blank">Source
proc handlePrune(g: GossipSub; peer: PubSubPeer; prunes: seq[ControlPrune]) {.
-    ...raises: [], raises: [], tags: [RootEffect].}
+ ...raises: [], tags: [RootEffect].}
@@ -436,7 +435,7 @@ class="link-seesrc" target="_blank">Source
proc peerExchangeList(g: GossipSub; topic: string): seq[PeerInfoMsg] {.
-    ...raises: [], raises: [], tags: [RootEffect].}
+ ...raises: [], tags: [RootEffect].}
@@ -449,7 +448,7 @@ class="link-seesrc" target="_blank">Source
proc pruned(g: GossipSub; p: PubSubPeer; topic: string; setBackoff: bool = true;
-            backoff = none(Duration)) {....raises: [], raises: [], tags: [].}
+ backoff = none(Duration)) {....raises: [], tags: [].}
@@ -462,7 +461,7 @@ class="link-seesrc" target="_blank">Source
proc rebalanceMesh(g: GossipSub; topic: string; metrics: ptr MeshMetrics = nil) {.
-    ...raises: [], raises: [], tags: [RootEffect, WriteIOEffect, TimeEffect].}
+ ...raises: [], tags: [RootEffect, WriteIOEffect, TimeEffect].}
@@ -474,8 +473,7 @@ class="link-seesrc" target="_blank">Source
-
proc replenishFanout(g: GossipSub; topic: string) {....raises: [], raises: [],
-    tags: [].}
+
proc replenishFanout(g: GossipSub; topic: string) {....raises: [], tags: [].}
get fanout peers for a topic @@ -496,7 +494,7 @@ class="link-seesrc" target="_blank">Source
diff --git a/cleanups/libp2p/protocols/pubsub/gossipsub/scoring.html b/cleanups/libp2p/protocols/pubsub/gossipsub/scoring.html index ca864ffbc..e4e28fdff 100644 --- a/cleanups/libp2p/protocols/pubsub/gossipsub/scoring.html +++ b/cleanups/libp2p/protocols/pubsub/gossipsub/scoring.html @@ -448,7 +448,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/gossipsub/types.html b/cleanups/libp2p/protocols/pubsub/gossipsub/types.html index 7ba86b572..5c1e70f0e 100644 --- a/cleanups/libp2p/protocols/pubsub/gossipsub/types.html +++ b/cleanups/libp2p/protocols/pubsub/gossipsub/types.html @@ -782,7 +782,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/mcache.html b/cleanups/libp2p/protocols/pubsub/mcache.html index 16cdcd146..69bd02e51 100644 --- a/cleanups/libp2p/protocols/pubsub/mcache.html +++ b/cleanups/libp2p/protocols/pubsub/mcache.html @@ -405,7 +405,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/peertable.html b/cleanups/libp2p/protocols/pubsub/peertable.html index 840068555..3033770a2 100644 --- a/cleanups/libp2p/protocols/pubsub/peertable.html +++ b/cleanups/libp2p/protocols/pubsub/peertable.html @@ -370,7 +370,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/pubsub.html b/cleanups/libp2p/protocols/pubsub/pubsub.html index b042a3e40..b9590a365 100644 --- a/cleanups/libp2p/protocols/pubsub/pubsub.html +++ b/cleanups/libp2p/protocols/pubsub/pubsub.html @@ -1176,7 +1176,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/pubsubpeer.html b/cleanups/libp2p/protocols/pubsub/pubsubpeer.html index e70691a71..9100d60e1 100644 --- a/cleanups/libp2p/protocols/pubsub/pubsubpeer.html +++ b/cleanups/libp2p/protocols/pubsub/pubsubpeer.html @@ -820,7 +820,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/rpc/message.html b/cleanups/libp2p/protocols/pubsub/rpc/message.html index 01d0d89d0..4ea9d0b7d 100644 --- a/cleanups/libp2p/protocols/pubsub/rpc/message.html +++ b/cleanups/libp2p/protocols/pubsub/rpc/message.html @@ -342,7 +342,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/rpc/messages.html b/cleanups/libp2p/protocols/pubsub/rpc/messages.html index 6f29fd89d..58f66a5ee 100644 --- a/cleanups/libp2p/protocols/pubsub/rpc/messages.html +++ b/cleanups/libp2p/protocols/pubsub/rpc/messages.html @@ -662,7 +662,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/rpc/protobuf.html b/cleanups/libp2p/protocols/pubsub/rpc/protobuf.html index fb1241799..759be8b28 100644 --- a/cleanups/libp2p/protocols/pubsub/rpc/protobuf.html +++ b/cleanups/libp2p/protocols/pubsub/rpc/protobuf.html @@ -596,7 +596,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/pubsub/timedcache.html b/cleanups/libp2p/protocols/pubsub/timedcache.html index 5c290017b..af89c9893 100644 --- a/cleanups/libp2p/protocols/pubsub/timedcache.html +++ b/cleanups/libp2p/protocols/pubsub/timedcache.html @@ -456,7 +456,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/rendezvous.html b/cleanups/libp2p/protocols/rendezvous.html index 3be8a79d1..fec1498fa 100644 --- a/cleanups/libp2p/protocols/rendezvous.html +++ b/cleanups/libp2p/protocols/rendezvous.html @@ -532,7 +532,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/secure/noise.html b/cleanups/libp2p/protocols/secure/noise.html index 1f43cf933..c0ccfcf12 100644 --- a/cleanups/libp2p/protocols/secure/noise.html +++ b/cleanups/libp2p/protocols/secure/noise.html @@ -570,7 +570,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/protocols/secure/secure.html b/cleanups/libp2p/protocols/secure/secure.html index d93af9cbc..11be4050e 100644 --- a/cleanups/libp2p/protocols/secure/secure.html +++ b/cleanups/libp2p/protocols/secure/secure.html @@ -558,7 +558,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/routing_record.html b/cleanups/libp2p/routing_record.html index c6537b157..cb129a966 100644 --- a/cleanups/libp2p/routing_record.html +++ b/cleanups/libp2p/routing_record.html @@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/signed_envelope.html b/cleanups/libp2p/signed_envelope.html index 1f3a275d0..65331a170 100644 --- a/cleanups/libp2p/signed_envelope.html +++ b/cleanups/libp2p/signed_envelope.html @@ -503,7 +503,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/stream/bufferstream.html b/cleanups/libp2p/stream/bufferstream.html index 0a85d9d4b..a77ed3409 100644 --- a/cleanups/libp2p/stream/bufferstream.html +++ b/cleanups/libp2p/stream/bufferstream.html @@ -524,7 +524,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/stream/chronosstream.html b/cleanups/libp2p/stream/chronosstream.html index 144d0a808..d8a90ea35 100644 --- a/cleanups/libp2p/stream/chronosstream.html +++ b/cleanups/libp2p/stream/chronosstream.html @@ -504,7 +504,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/stream/connection.html b/cleanups/libp2p/stream/connection.html index 61f0285e0..add005262 100644 --- a/cleanups/libp2p/stream/connection.html +++ b/cleanups/libp2p/stream/connection.html @@ -502,7 +502,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/stream/lpstream.html b/cleanups/libp2p/stream/lpstream.html index f2c0ff2bc..b7c94aaf7 100644 --- a/cleanups/libp2p/stream/lpstream.html +++ b/cleanups/libp2p/stream/lpstream.html @@ -1009,7 +1009,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/stream/streamseq.html b/cleanups/libp2p/stream/streamseq.html index e59084094..07a756cb7 100644 --- a/cleanups/libp2p/stream/streamseq.html +++ b/cleanups/libp2p/stream/streamseq.html @@ -442,7 +442,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/switch.html b/cleanups/libp2p/switch.html index 4cb2db2a8..92f43cfe8 100644 --- a/cleanups/libp2p/switch.html +++ b/cleanups/libp2p/switch.html @@ -750,7 +750,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/transcoder.html b/cleanups/libp2p/transcoder.html index 6b3c167f6..0f19044bc 100644 --- a/cleanups/libp2p/transcoder.html +++ b/cleanups/libp2p/transcoder.html @@ -266,7 +266,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/transports/tcptransport.html b/cleanups/libp2p/transports/tcptransport.html index 47aa56c57..3bebba5d0 100644 --- a/cleanups/libp2p/transports/tcptransport.html +++ b/cleanups/libp2p/transports/tcptransport.html @@ -476,7 +476,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/transports/transport.html b/cleanups/libp2p/transports/transport.html index 39c4152a2..015c09a17 100644 --- a/cleanups/libp2p/transports/transport.html +++ b/cleanups/libp2p/transports/transport.html @@ -491,7 +491,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/transports/wstransport.html b/cleanups/libp2p/transports/wstransport.html index eef9f32bf..ffbcb83c4 100644 --- a/cleanups/libp2p/transports/wstransport.html +++ b/cleanups/libp2p/transports/wstransport.html @@ -583,7 +583,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/upgrademngrs/muxedupgrade.html b/cleanups/libp2p/upgrademngrs/muxedupgrade.html index daf2ccfc5..a0bf682cb 100644 --- a/cleanups/libp2p/upgrademngrs/muxedupgrade.html +++ b/cleanups/libp2p/upgrademngrs/muxedupgrade.html @@ -334,7 +334,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/upgrademngrs/upgrade.html b/cleanups/libp2p/upgrademngrs/upgrade.html index 08037ecce..a4242b468 100644 --- a/cleanups/libp2p/upgrademngrs/upgrade.html +++ b/cleanups/libp2p/upgrademngrs/upgrade.html @@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/utility.html b/cleanups/libp2p/utility.html index 96c7f067e..3fc7b1ebd 100644 --- a/cleanups/libp2p/utility.html +++ b/cleanups/libp2p/utility.html @@ -444,7 +444,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/utils/future.html b/cleanups/libp2p/utils/future.html index b4552d363..69133d0ae 100644 --- a/cleanups/libp2p/utils/future.html +++ b/cleanups/libp2p/utils/future.html @@ -271,7 +271,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/utils/heartbeat.html b/cleanups/libp2p/utils/heartbeat.html index 020506b13..2b35b86df 100644 --- a/cleanups/libp2p/utils/heartbeat.html +++ b/cleanups/libp2p/utils/heartbeat.html @@ -245,7 +245,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/utils/offsettedseq.html b/cleanups/libp2p/utils/offsettedseq.html index e1629583e..38ccadbf1 100644 --- a/cleanups/libp2p/utils/offsettedseq.html +++ b/cleanups/libp2p/utils/offsettedseq.html @@ -512,7 +512,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/utils/semaphore.html b/cleanups/libp2p/utils/semaphore.html index 31ca01f3a..bde1760f1 100644 --- a/cleanups/libp2p/utils/semaphore.html +++ b/cleanups/libp2p/utils/semaphore.html @@ -362,7 +362,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/varint.html b/cleanups/libp2p/varint.html index f63f34001..745a7c755 100644 --- a/cleanups/libp2p/varint.html +++ b/cleanups/libp2p/varint.html @@ -725,7 +725,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/vbuffer.html b/cleanups/libp2p/vbuffer.html index 9579f5fa7..6defb8ee7 100644 --- a/cleanups/libp2p/vbuffer.html +++ b/cleanups/libp2p/vbuffer.html @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/libp2p/wire.html b/cleanups/libp2p/wire.html index e56f0ea2f..da44464e0 100644 --- a/cleanups/libp2p/wire.html +++ b/cleanups/libp2p/wire.html @@ -604,7 +604,7 @@ class="link-seesrc" target="_blank">Source diff --git a/cleanups/theindex.html b/cleanups/theindex.html index 5156404ae..5f7cc72bc 100644 --- a/cleanups/theindex.html +++ b/cleanups/theindex.html @@ -5422,7 +5422,7 @@ window.addEventListener('DOMContentLoaded', main);