From 186f72ce595199cedd369447cb94ad190dc8ec0b Mon Sep 17 00:00:00 2001 From: = Date: Tue, 11 Jun 2024 17:12:07 +0000 Subject: [PATCH] update docs for gossipsub12 --- gossipsub12/libp2p.html | 6 +- gossipsub12/libp2p/builders.html | 126 +++--- gossipsub12/libp2p/connmanager.html | 138 +++--- .../libp2p/crypto/chacha20poly1305.html | 6 +- gossipsub12/libp2p/crypto/crypto.html | 284 ++++++------ gossipsub12/libp2p/crypto/curve25519.html | 38 +- gossipsub12/libp2p/crypto/ecnist.html | 206 ++++----- .../libp2p/crypto/ed25519/constants.html | 2 +- .../libp2p/crypto/ed25519/ed25519.html | 166 +++---- gossipsub12/libp2p/crypto/hkdf.html | 2 +- gossipsub12/libp2p/crypto/minasn1.html | 194 ++++----- gossipsub12/libp2p/crypto/rsa.html | 170 ++++---- gossipsub12/libp2p/crypto/secp.html | 178 ++++---- gossipsub12/libp2p/dial.html | 30 +- gossipsub12/libp2p/dialer.html | 38 +- gossipsub12/libp2p/errors.html | 2 +- gossipsub12/libp2p/multiaddress.html | 408 +++++++++--------- gossipsub12/libp2p/multibase.html | 30 +- gossipsub12/libp2p/multicodec.html | 54 +-- gossipsub12/libp2p/multihash.html | 90 ++-- gossipsub12/libp2p/multistream.html | 66 +-- gossipsub12/libp2p/muxers/mplex/coder.html | 34 +- gossipsub12/libp2p/muxers/mplex/mplex.html | 38 +- gossipsub12/libp2p/muxers/muxer.html | 58 +-- gossipsub12/libp2p/muxers/yamux/yamux.html | 62 +-- .../libp2p/nameresolving/nameresolver.html | 26 +- gossipsub12/libp2p/observedaddrmanager.html | 18 +- gossipsub12/libp2p/peerid.html | 224 +++++----- gossipsub12/libp2p/peerinfo.html | 36 +- gossipsub12/libp2p/protobuf/minprotobuf.html | 140 +++--- .../protocols/connectivity/autonat/core.html | 46 +- .../connectivity/autonat/server.html | 6 +- .../protocols/connectivity/relay/client.html | 62 +-- .../connectivity/relay/messages.html | 102 ++--- .../protocols/connectivity/relay/rconn.html | 26 +- .../protocols/connectivity/relay/relay.html | 94 ++-- .../connectivity/relay/rtransport.html | 14 +- .../protocols/connectivity/relay/utils.html | 30 +- gossipsub12/libp2p/protocols/identify.html | 98 ++--- gossipsub12/libp2p/protocols/ping.html | 32 +- gossipsub12/libp2p/protocols/protocol.html | 62 +-- gossipsub12/libp2p/protocols/pubsub.html | 2 +- .../libp2p/protocols/pubsub/errors.html | 6 +- .../libp2p/protocols/pubsub/floodsub.html | 26 +- .../libp2p/protocols/pubsub/gossipsub.html | 66 +-- .../protocols/pubsub/gossipsub/behavior.html | 58 +-- .../protocols/pubsub/gossipsub/scoring.html | 42 +- .../protocols/pubsub/gossipsub/types.html | 62 +-- .../libp2p/protocols/pubsub/mcache.html | 22 +- .../libp2p/protocols/pubsub/peertable.html | 26 +- .../libp2p/protocols/pubsub/pubsub.html | 134 +++--- .../libp2p/protocols/pubsub/pubsubpeer.html | 116 ++--- .../libp2p/protocols/pubsub/rpc/message.html | 22 +- .../libp2p/protocols/pubsub/rpc/messages.html | 210 ++++----- .../libp2p/protocols/pubsub/rpc/protobuf.html | 46 +- .../libp2p/protocols/pubsub/timedcache.html | 22 +- gossipsub12/libp2p/protocols/rendezvous.html | 58 +-- .../libp2p/protocols/secure/noise.html | 102 ++--- .../libp2p/protocols/secure/secure.html | 42 +- gossipsub12/libp2p/routing_record.html | 40 +- .../services/wildcardresolverservice.html | 2 +- gossipsub12/libp2p/signed_envelope.html | 56 +-- gossipsub12/libp2p/stream/bufferstream.html | 44 +- gossipsub12/libp2p/stream/chronosstream.html | 46 +- gossipsub12/libp2p/stream/connection.html | 44 +- gossipsub12/libp2p/stream/lpstream.html | 162 +++---- gossipsub12/libp2p/stream/streamseq.html | 46 +- gossipsub12/libp2p/switch.html | 120 +++--- gossipsub12/libp2p/transcoder.html | 6 +- .../libp2p/transports/tcptransport.html | 4 +- gossipsub12/libp2p/transports/transport.html | 50 +-- .../libp2p/transports/wstransport.html | 62 +-- .../libp2p/upgrademngrs/muxedupgrade.html | 14 +- gossipsub12/libp2p/upgrademngrs/upgrade.html | 20 +- gossipsub12/libp2p/utility.html | 63 +-- gossipsub12/libp2p/utils/future.html | 10 +- gossipsub12/libp2p/utils/heartbeat.html | 2 +- gossipsub12/libp2p/utils/offsettedseq.html | 58 +-- gossipsub12/libp2p/utils/semaphore.html | 14 +- gossipsub12/libp2p/varint.html | 124 +++--- gossipsub12/libp2p/vbuffer.html | 82 ++-- gossipsub12/libp2p/wire.html | 40 +- gossipsub12/theindex.html | 6 +- 83 files changed, 2798 insertions(+), 2821 deletions(-) diff --git a/gossipsub12/libp2p.html b/gossipsub12/libp2p.html index b3728c426..20e3b4b74 100644 --- a/gossipsub12/libp2p.html +++ b/gossipsub12/libp2p.html @@ -244,9 +244,9 @@ class="link-seesrc" target="_blank">Source A private proc example   Source -  Edit +  Edit @@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/builders.html b/gossipsub12/libp2p/builders.html index b3d0f4b78..919aeaeb0 100644 --- a/gossipsub12/libp2p/builders.html +++ b/gossipsub12/libp2p/builders.html @@ -402,12 +402,9 @@ class="link-seesrc" target="_blank">Source

This module contains a Switch Building helper.

Example:

-
let switch =
- SwitchBuilder.new()
- .withRng(rng)
- .withAddresses(multiaddress)
- # etc
- .build()

+
let switch = SwitchBuilder.new().withRng(rng).withAddresses(multiaddress)
+  # etc
+  .build()

Imports

@@ -423,9 +420,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -457,9 +454,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -470,9 +467,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -487,9 +484,9 @@ class="link-seesrc" target="_blank">Source Creates a SwitchBuilder   Source -  Edit +  Edit @@ -509,9 +506,9 @@ class="link-seesrc" target="_blank">Source Helper for common switch configurations.   Source -  Edit +  Edit @@ -523,9 +520,9 @@ class="link-seesrc" target="_blank">Source

Set the listening address of the switch
Calling it multiple time will override the value

  Source -  Edit +  Edit @@ -537,9 +534,9 @@ class="link-seesrc" target="_blank">Source

Set the listening addresses of the switch
Calling it multiple time will override the value

  Source -  Edit +  Edit @@ -550,9 +547,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -562,9 +559,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -575,9 +572,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -588,9 +585,9 @@ class="link-seesrc" target="_blank">Source Maximum concurrent connections of the switch. You should either use this, or withMaxIn & withMaxOut   Source -  Edit +  Edit @@ -601,9 +598,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -614,9 +611,9 @@ class="link-seesrc" target="_blank">Source Maximum concurrent incoming connections. Should be used with withMaxOut   Source -  Edit +  Edit @@ -627,9 +624,9 @@ class="link-seesrc" target="_blank">Source Maximum concurrent outgoing connections. Should be used with withMaxIn   Source -  Edit +  Edit @@ -640,9 +637,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -652,9 +649,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -666,9 +663,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -679,9 +676,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -692,9 +689,9 @@ class="link-seesrc" target="_blank">Source Set the private key of the switch. Will be used to generate a PeerId   Source -  Edit +  Edit @@ -705,9 +702,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -718,9 +715,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -731,9 +728,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -744,9 +741,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -757,9 +754,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -770,9 +767,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -783,14 +780,17 @@ class="link-seesrc" target="_blank">Source Use a custom transport

Example:

-
let switch =
-  SwitchBuilder.new()
-  .withTransport(proc(upgr: Upgrade): Transport = TcpTransport.new(flags, upgr))
+
let switch = SwitchBuilder
+  .new()
+  .withTransport(
+    proc(upgr: Upgrade): Transport =
+      TcpTransport.new(flags, upgr)
+  )
   .build()
  Source -  Edit +  Edit @@ -799,7 +799,7 @@ class="link-seesrc" target="_blank">Source

Exports

-DNS_OR_IP, ProtoHeader, AlreadyExpectingConnectionError, removePeerEventHandler, shortLog, init, random, new, UDP_DNS, $, <=, MaxConnectionsPerPeer, ephemeral, dial, decode, MaPatternOp, WS_DNS, initVBuffer, getProtoHeader, ==, DialFailedError, LPStreamError, ProtoFlags, handler=, getLen, handler, ECDHEScheme, shortLog, dial, init, closed, addConnEventHandler, toString, [], readVarint, new, shuffle, random, init, new, VBuffer, Secret, peekVarint, payload, handshake, MaxConnections, $, validate, mapOr, dial, hash, MaError, secure, UpgradeFailedError, IdentityInvalidMsgError, maxInlineKeyLength, addHandler, TranscoderDNS, QUIC, init, ephemeral, withValue, getRequiredField, getField, stretchKeys, dial, supported, removeConnEventHandler, getWrapped, write, public, MAKind, safeConvert, init, checkFieldNumber, valueOr, init, codec, getRepeatedField, matchPartial, addObservation, stop, push, getBytes, trackConnection, ==, init, readLp, HTTP, initVBuffer, start, atEof, PeerEventKind, getOutgoingSlot, peekSeq, SeqPeerBook, toOpt, fullAddrs, payloadType, getProtoHeader, init, MaxSizeError, $, IP, protoAddress, newRng, peekArray, ==, withValue, init, mount, SecureConn, checkValid, getPublicKey, CircuitRelay, WebSockets, libp2p_failed_upgrades_incoming, extractPublicKey, mapAnd, UDP_IP, ConnManager, newLPStreamEOFError, selectMuxer, DNSANY, connCount, len, getBytes, DNSADDR, handler, ProtoBook, AddressMapper, IdentifyPushHandler, init, write, new, WSS, LPStream, getField, TCP_IP, close, selectMuxer, writePacked, handle, init, closeImpl, identify, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, init, protoName, protoArgument, PeerEventHandler, LPProtoHandler, Secure, toRawBytes, IdentifyPush, getStream, $, initProtoBuffer, init, maxIncomingStreams, WSS_DNS, list, match, <, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, init, upgrade, UDP, ProtoVersionBook, PeerInfo, Dialer, disconnect, TranscoderOnion, dial, StreamTracker, IdentifyNoPubKeyError, write, init, LPStreamResetError, isEmpty, writeArray, IdentityNoMatchError, decode, new, LPStreamIncompleteError, connectedPeers, PeerId, LPStreamEOFError, write, maxIncomingStreams=, IP6, shortLog, new, initVBuffer, PKScheme, init, readVarint, new, release, random, triggerConnEvent, triggerPeerEvents, init, connect, newSwitch, readOnce, key, TCP, PrivateKey, dropPeer, addPeerEventHandler, getBytes, start, write, init, &=, PeerInfoError, verify, newLPStreamClosedError, random, write, compilesOr, close, trackMuxer, TranscoderIP4, init, $, initProtoBuffer, toException, DNS, init, Upgrade, UTP, goffset, HandlerHolder, getRawBytes, >, SecureConnTrackerName, KeyPair, init, init, high, SPRBook, PeerStore, Dial, cmp, init, SupportedWireTypes, AgentBook, formatItIMPL, formatItIMPL, initStream, formatItIMPL, Signature, contains, codec=, exclIfIt, formatItIMPL, getStream, DigestSheme, IPFS, getField, shortLog, readOnce, Matcher, exceptionToAssert, isEmpty, ConnEventKind, ProtoScalar, shortLog, data, getWrapped, connect, contains, hex, expandItIMPL, protocols, bytes, DefaultMaxIncomingStreams, HTTPS, UNIX, encode, TooManyConnectionsError, ConnectionSlot, getPtr, addTransport, IdentifyCodec, TLS_WS, sign, addHandler, storeMuxer, addConnEventHandler, formatItIMPL, dial, PeerEvent, MaResult, init, ProtoField, connect, PeerBookChangeHandler, write, getStream, writeSeq, ConnEvent, &, DNS6, [], IpTransportProtocol, toOpenArray, init, [], IP4, TranscoderPort, isEnough, readMessage, addPeerEventHandler, >=, expectConnection, init, payloadDomain, update, $, Identify, start, withValue, handle, LPStreamLimitError, libp2p_pki_schemes, TranscoderOnion3, SignedPayload, ProtoBuffer, init, closeImpl, toBytes, protoArgument, secure, newLPStreamLimitError, write, MaPattern, mac, keyOpenArray, init, match, parseFullAddress, $, dial, isEmpty, writeLp, connectedPeers, new, getRequiredRepeatedField, connect, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, decode, getPackedRepeatedField, initStream, contains, init, getField, shortLog, DNS4, MultiAddress, WS_IP, readArray, selectBest, P2PPattern, Connection, Envelope, connect, hasPublicKey, AddressBook, toException, isEnough, init, getConnections, Reliable, init, addrs, hex, removeConnEventHandler, slotsAvailable, closeImpl, write, WS, AgentVersion, init, MultistreamSelect, encode, LPProtocol, init, init, init, getField, getField, match, TcpOnion3, writeLPVarint, iv, DefaultConnectionTimeout, readLine, Eof, CryptoError, getField, append, vsizeof, IdentifyPushCodec, WSS_IP, LPStreamConnDownError, PeerRecord, init, SupportedSchemes, getRepeatedField, getField, select, Unreliable, SupportedSchemesInt, random, checkFutures, handler=, LPError, PeerBook, macOpenArray, validate, init, addTransport, ProtoVersion, protoCode, mapEq, removePeerEventHandler, Onion3, stop, write, guessDialableAddr, select, concat, TranscoderP2P, AddressInfo, ConnectionTrackerName, TranscoderIP6, new, init, write, EnvelopeError, hash, IdentifyInfo, IdentifyError, addHandler, encode, len, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, isConnected, Direction, init, InvalidVarintError, Switch, WebSockets_DNS, shortLog, items, ==, write, getBytes, write, dial, toBytes, TimeoutHandler, getMostObservedProtosAndPorts, run, ConcurrentUpgrades, tryDial, PublicKey, ConnEventHandler, WebSockets_IP, finish, decodeMsg, writeLp, addTransport, writePBVarint, ProtoFieldKind, readExactly, getRepeatedField, ProtoError, newLPStreamConnDownError, new, new, init, write, initStream, getField, KeyBook, finish, ivOpenArray, connect, closeWithEOF, LPStreamTrackerName, orError, new, ObservedAddrManager, getField, LPStreamRemoteClosedError, libp2p_failed_upgrades_outgoing, MultiStreamError, stop, MaInvalidAddress, select, LPStreamClosedError, RsaDefaultKeySize, getIncomingSlot, Service, write, toBytes, getOrder, hash, TranscoderUnix, setup, SignedPeerRecord, tryDial, stop, join, writeVarint, formatItIMPL, exclIfIt, hash, shortLog, random, $, write, PeerId, ==, getField, <=, capLen, init, validate, init, match, <, getBytes, maxInlineKeyLength, write, withValue, safeConvert, shortLog, >=, withValue, public, shortLog, compilesOr, toBytes, match, valueOr, init, init, init, toOpt, init, withValue, hasPublicKey, >, hex, len, exceptionToAssert, cmp, extractPublicKey, shortLog, UDP_DNS, ephemeral, init, MaPatternOp, <=, shortLog, init, $, validate, hash, init, TLS_WS, TranscoderDNS, init, ephemeral, getField, MAKind, getField, checkFieldNumber, init, getRepeatedField, getBytes, len, &, finish, peekSeq, fullAddrs, getProtoHeader, init, withValue, getPublicKey, exceptionToAssert, new, DNSANY, DNSADDR, AddressMapper, WSS, init, toBytes, TCP_DNS, shortLog, encode, len, supported, ==, $, WSS_DNS, <, $, PeerInfo, TranscoderOnion, write, key, writeArray, PeerId, IP6, shortLog, payload, init, TCP, PrivateKey, getBytes, init, &=, init, $, getRawBytes, KeyPair, update, SupportedWireTypes, hash, init, DNS4, isEmpty, ProtoScalar, data, HTTPS, TranscoderIP6, encode, MaResult, DNS6, [], IpTransportProtocol, toOpenArray, TranscoderPort, isEnough, write, >=, init, payloadDomain, $, MaPattern, init, TranscoderOnion3, protoArgument, write, keyOpenArray, match, WebSockets_DNS, isEmpty, getRequiredRepeatedField, initProtoBuffer, init, getField, selectBest, getPtr, Envelope, init, init, Reliable, addrs, init, match, getField, CryptoError, append, vsizeof, init, parseFullAddress, getRepeatedField, checkFutures, shuffle, validate, protoCode, getField, TranscoderP2P, sign, getBytes, encode, len, TranscoderIP6Zone, shortLog, items, getBytes, init, ProtoFieldKind, protoArgument, getField, readVarint, orError, MaInvalidAddress, writeVarint, getOrder, TranscoderUnix, SignedPeerRecord, DNS_OR_IP, decode, random, getProtoHeader, MaError, finish, decode, matchPartial, WS_DNS, initVBuffer, ProtoFlags, ==, getLen, ECDHEScheme, init, [], random, Secret, peekVarint, random, mapOr, bytes, maxInlineKeyLength, QUIC, withValue, getRequiredField, mac, WS_IP, public, write, valueOr, HTTP, initVBuffer, TcpOnion3, write, toOpt, payloadType, ProtoHeader, $, IP, protoAddress, newRng, checkValid, WebSockets, CircuitRelay, extractPublicKey, mapAnd, UDP_IP, ==, write, TCP_IP, writePacked, readSeq, capLen, protoName, toRawBytes, initProtoBuffer, toException, init, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, init, UDP, init, isEmpty, decode, initVBuffer, PKScheme, random, write, init, write, PeerInfoError, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, goffset, >, init, high, toString, init, cmp, formatItIMPL, formatItIMPL, Signature, exclIfIt, toBytes, DigestSheme, IPFS, MultiAddress, hex, protocols, init, UNIX, init, ProtoField, toBytes, writeSeq, stretchKeys, ==, [], IP4, safeConvert, getField, init, withValue, SignedPayload, toBytes, init, MAProtocol, getPackedRepeatedField, contains, libp2p_pki_schemes, readArray, P2PPattern, hasPublicKey, isEnough, hex, write, WS, encode, init, getField, iv, getField, WSS_IP, peekArray, PeerRecord, SupportedSchemes, Unreliable, SupportedSchemesInt, random, LPError, macOpenArray, mapEq, Onion3, concat, AddressInfo, init, write, EnvelopeError, MaPatResult, ProtoBuffer, init, init, write, write, UTP, verify, init, PublicKey, WebSockets_IP, VBuffer, writePBVarint, getRepeatedField, ProtoError, init, ivOpenArray, RsaDefaultKeySize, getField, write, DNS_OR_IP, shortLog, decode, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, decode, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, maxInlineKeyLength, TranscoderDNS, QUIC, [], withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, write, DNSANY, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readVarint, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, len, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, hash, writePacked, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, WebSockets, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, key, init, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, toString, payload, init, stretchKeys, Connection, write, init, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, readVarint, getRawBytes, >, KeyPair, init, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, exclIfIt, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, init, isEmpty, ProtoScalar, shortLog, data, hex, protocols, bytes, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, init, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, init, ephemeral, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, init, toBytes, protoArgument, newLPStreamLimitError, write, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, isEnough, init, Reliable, addrs, hex, ProtoBuffer, closeImpl, WS, encode, finish, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, hash, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, init, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint, DNS_OR_IP, exclIfIt, hash, UDP_DNS, MaError, IPFS, MaPatternOp, isEmpty, WS_DNS, initVBuffer, ProtoScalar, getProtoHeader, hex, protocols, bytes, ==, getLen, HTTPS, UNIX, isEnough, TranscoderIP6, encode, [], MaResult, init, ProtoField, peekVarint, getRequiredRepeatedField, mapOr, writeSeq, WebSockets_IP, &, DNS6, TLS_WS, [], IpTransportProtocol, QUIC, toOpenArray, IP4, TranscoderPort, withValue, safeConvert, getRequiredField, $, WS_IP, withValue, public, MAKind, getField, checkFieldNumber, TranscoderOnion3, getRepeatedField, matchPartial, protoArgument, match, data, WebSockets, $, isEmpty, HTTP, initVBuffer, finish, VBuffer, init, TcpOnion3, initProtoBuffer, MAProtocol, peekSeq, getPackedRepeatedField, toOpt, getProtoHeader, ProtoHeader, IP, getField, protoAddress, DNS4, readArray, getPtr, withValue, P2PPattern, CircuitRelay, contains, isEnough, Reliable, ProtoBuffer, len, WS, exceptionToAssert, mapAnd, UDP_IP, DNSANY, DNSADDR, append, write, WSS_IP, peekArray, WSS, readSeq, getRepeatedField, TCP_IP, getField, writePacked, Unreliable, TCP_DNS, capLen, init, protoName, protoArgument, validate, mapEq, Onion3, MaPattern, TranscoderIP6Zone, $, initProtoBuffer, concat, TranscoderP2P, WSS_DNS, writeLPVarint, write, ProtoResult, WebRTCDirect, len, UDP, MaPatResult, TranscoderOnion, write, init, shortLog, items, isEmpty, writeArray, write, WebSockets_DNS, init, UTP, [], IP6, shortLog, ProtoFlags, finish, writePBVarint, valueOr, ProtoFieldKind, TCP, TranscoderDNS, getRepeatedField, ProtoError, init, init, getField, MultiAddress, &=, readVarint, compilesOr, vsizeof, getField, TranscoderIP4, init, initVBuffer, protoCode, MaInvalidAddress, initProtoBuffer, DNS, write, TranscoderUnix, high, toString, writeVarint, SupportedWireTypes, Signature, exclIfIt, shortLog, toBytes, DigestSheme, ephemeral, init, toRawBytes, sign, SupportedSchemesInt, ECDHEScheme, macOpenArray, Secret, $, write, init, selectBest, init, ephemeral, withValue, safeConvert, init, init, withValue, public, init, getField, valueOr, init, toBytes, random, init, getBytes, getBytes, toOpt, init, newRng, withValue, getPublicKey, init, random, init, exceptionToAssert, init, init, init, getField, iv, CryptoError, ==, verify, init, key, SupportedSchemes, RsaDefaultKeySize, toBytes, capLen, shuffle, supported, write, ==, libp2p_pki_schemes, random, getRawBytes, random, keyOpenArray, CryptoResult, stretchKeys, init, write, init, shortLog, init, PublicKey, mac, shortLog, PKScheme, init, PrivateKey, getBytes, ivOpenArray, write, compilesOr, orError, $, write, goffset, getOrder, KeyPair, toException, toException, checkFutures, LPError +DNS_OR_IP, ProtoHeader, AlreadyExpectingConnectionError, removePeerEventHandler, shortLog, init, random, new, UDP_DNS, $, <=, MaxConnectionsPerPeer, ephemeral, dial, decode, MaPatternOp, WS_DNS, initVBuffer, getProtoHeader, MaxSizeError, ==, DialFailedError, LPStreamError, ProtoFlags, handler=, getLen, handler, ECDHEScheme, shortLog, dial, key, closed, addConnEventHandler, toString, [], new, shuffle, random, init, new, VBuffer, Secret, peekVarint, payload, handshake, MaxConnections, $, validate, mapOr, dial, MaError, init, secure, bytes, UpgradeFailedError, IdentityInvalidMsgError, maxInlineKeyLength, addHandler, TranscoderDNS, QUIC, init, withValue, getRequiredField, getField, stretchKeys, dial, supported, removeConnEventHandler, removePeerEventHandler, getWrapped, write, public, MAKind, decode, safeConvert, init, checkFieldNumber, valueOr, init, codec, getRepeatedField, matchPartial, addObservation, stop, push, getBytes, trackConnection, ==, init, readLp, HTTP, initVBuffer, finish, start, atEof, PeerEventKind, getOutgoingSlot, peekSeq, SeqPeerBook, toOpt, fullAddrs, payloadType, getProtoHeader, init, $, IP, protoAddress, newRng, peekArray, ==, withValue, init, mount, SecureConn, checkValid, getPublicKey, CircuitRelay, len, libp2p_failed_upgrades_incoming, extractPublicKey, mapAnd, UDP_IP, ConnManager, newLPStreamEOFError, selectMuxer, init, connCount, WebSockets, getBytes, DNSADDR, handler, ProtoBook, AddressMapper, IdentifyPushHandler, DNSANY, write, new, WSS, LPStream, getField, TCP_IP, close, selectMuxer, writePacked, handle, init, closeImpl, identify, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, init, protoName, protoArgument, PeerEventHandler, LPProtoHandler, Secure, toRawBytes, IdentifyPush, getStream, MaPattern, $, initProtoBuffer, init, maxIncomingStreams, WSS_DNS, list, match, <, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, init, upgrade, UDP, ProtoVersionBook, PeerInfo, Dialer, disconnect, TranscoderOnion, dial, StreamTracker, IdentifyNoPubKeyError, write, LPStreamResetError, isEmpty, writeArray, IdentityNoMatchError, new, LPStreamIncompleteError, connectedPeers, PeerId, LPStreamEOFError, write, maxIncomingStreams=, IP6, shortLog, new, initVBuffer, PKScheme, new, release, random, triggerConnEvent, triggerPeerEvents, init, connect, newSwitch, init, readOnce, init, TCP, PrivateKey, dropPeer, addPeerEventHandler, getBytes, start, write, init, &=, PeerInfoError, verify, newLPStreamClosedError, random, write, compilesOr, close, trackMuxer, TranscoderIP4, $, initProtoBuffer, toException, DNS, init, Upgrade, UTP, goffset, HandlerHolder, getRawBytes, >, SecureConnTrackerName, KeyPair, init, init, high, SPRBook, PeerStore, Dial, cmp, init, SupportedWireTypes, AgentBook, formatItIMPL, formatItIMPL, initStream, formatItIMPL, Signature, contains, codec=, hash, hash, formatItIMPL, getStream, DigestSheme, IPFS, getField, shortLog, readOnce, init, Matcher, exceptionToAssert, isEmpty, ConnEventKind, ProtoScalar, shortLog, data, getWrapped, connect, contains, hex, expandItIMPL, protocols, DefaultMaxIncomingStreams, HTTPS, UNIX, encode, TooManyConnectionsError, ConnectionSlot, getPtr, addTransport, IdentifyCodec, TLS_WS, sign, addHandler, storeMuxer, addConnEventHandler, formatItIMPL, dial, PeerEvent, MaResult, ProtoField, connect, readVarint, PeerBookChangeHandler, write, getStream, writeSeq, ConnEvent, &, DNS6, [], IpTransportProtocol, toOpenArray, [], IP4, TranscoderPort, isEnough, readMessage, addPeerEventHandler, >=, expectConnection, init, getConnections, payloadDomain, update, $, start, withValue, handle, init, LPStreamLimitError, libp2p_pki_schemes, TranscoderOnion3, SignedPayload, ProtoBuffer, init, closeImpl, toBytes, protoArgument, secure, newLPStreamLimitError, write, Identify, mac, keyOpenArray, init, match, parseFullAddress, $, dial, isEmpty, writeLp, connectedPeers, new, getRequiredRepeatedField, connect, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, contains, init, getField, shortLog, DNS4, MultiAddress, WS_IP, readArray, selectBest, P2PPattern, Connection, Envelope, connect, hasPublicKey, AddressBook, toException, init, isEnough, Reliable, init, addrs, hex, removeConnEventHandler, slotsAvailable, closeImpl, write, WS, AgentVersion, init, MultistreamSelect, encode, LPProtocol, init, init, init, getField, getField, match, TcpOnion3, writeLPVarint, iv, DefaultConnectionTimeout, readLine, Eof, CryptoError, getField, append, vsizeof, IdentifyPushCodec, decode, WSS_IP, LPStreamConnDownError, PeerRecord, init, SupportedSchemes, getRepeatedField, getField, select, Unreliable, SupportedSchemesInt, random, checkFutures, handler=, LPError, hash, PeerBook, macOpenArray, validate, init, addTransport, ProtoVersion, protoCode, mapEq, Onion3, stop, write, guessDialableAddr, select, concat, TranscoderP2P, AddressInfo, ConnectionTrackerName, TranscoderIP6, new, init, write, EnvelopeError, IdentifyInfo, IdentifyError, addHandler, encode, len, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, isConnected, Direction, InvalidVarintError, Switch, WebSockets_DNS, shortLog, items, ==, write, getBytes, write, dial, init, ephemeral, toBytes, TimeoutHandler, getMostObservedProtosAndPorts, run, ConcurrentUpgrades, tryDial, PublicKey, ConnEventHandler, WebSockets_IP, finish, decodeMsg, writeLp, addTransport, writePBVarint, ProtoFieldKind, readExactly, getRepeatedField, ProtoError, newLPStreamConnDownError, new, new, init, write, initStream, getField, KeyBook, readVarint, ivOpenArray, connect, closeWithEOF, LPStreamTrackerName, orError, new, ObservedAddrManager, getField, LPStreamRemoteClosedError, libp2p_failed_upgrades_outgoing, MultiStreamError, stop, MaInvalidAddress, select, LPStreamClosedError, RsaDefaultKeySize, getIncomingSlot, Service, write, toBytes, getOrder, TranscoderUnix, setup, SignedPeerRecord, tryDial, stop, join, writeVarint, formatItIMPL, hash, shortLog, random, $, write, PeerId, ==, getField, <=, capLen, init, validate, init, match, <, getBytes, maxInlineKeyLength, write, withValue, safeConvert, shortLog, >=, withValue, public, shortLog, compilesOr, toBytes, match, valueOr, init, init, init, toOpt, init, withValue, hasPublicKey, >, hex, len, exceptionToAssert, cmp, extractPublicKey, shortLog, UDP_DNS, ephemeral, init, MaPatternOp, <=, shortLog, init, $, validate, hash, init, TLS_WS, TranscoderDNS, init, ephemeral, getField, MAKind, getField, checkFieldNumber, init, getRepeatedField, getBytes, WebSockets, &, finish, peekSeq, fullAddrs, getProtoHeader, init, withValue, getPublicKey, exceptionToAssert, new, DNSANY, DNSADDR, AddressMapper, WSS, init, toBytes, TCP_DNS, shortLog, encode, len, supported, ==, $, WSS_DNS, <, $, PeerInfo, TranscoderOnion, write, key, writeArray, PeerId, IP6, shortLog, payload, init, TCP, PrivateKey, getBytes, init, &=, init, $, getRawBytes, KeyPair, update, SupportedWireTypes, hash, init, DNS4, isEmpty, ProtoScalar, data, HTTPS, TranscoderIP6, encode, MaResult, DNS6, [], IpTransportProtocol, toOpenArray, TranscoderPort, isEnough, write, >=, payloadDomain, $, MaPattern, init, TranscoderOnion3, protoArgument, write, keyOpenArray, match, WebSockets_DNS, isEmpty, getRequiredRepeatedField, initProtoBuffer, init, stretchKeys, getField, selectBest, getPtr, Envelope, init, init, Reliable, addrs, match, getField, CryptoError, append, vsizeof, init, parseFullAddress, init, getRepeatedField, checkFutures, shuffle, init, validate, protoCode, getField, TranscoderP2P, sign, getBytes, encode, len, TranscoderIP6Zone, shortLog, items, getBytes, init, ProtoFieldKind, protoArgument, getField, readVarint, orError, MaInvalidAddress, writeVarint, getOrder, TranscoderUnix, SignedPeerRecord, DNS_OR_IP, decode, random, getProtoHeader, MaError, finish, decode, matchPartial, WS_DNS, initVBuffer, ProtoFlags, ==, getLen, ECDHEScheme, init, [], random, Secret, peekVarint, random, mapOr, bytes, maxInlineKeyLength, QUIC, withValue, getRequiredField, mac, WS_IP, public, write, valueOr, init, HTTP, initVBuffer, TcpOnion3, write, toOpt, payloadType, ProtoHeader, $, IP, protoAddress, newRng, checkValid, len, CircuitRelay, extractPublicKey, mapAnd, UDP_IP, ==, write, TCP_IP, writePacked, readSeq, capLen, protoName, toRawBytes, initProtoBuffer, toException, init, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, UDP, init, isEmpty, decode, initVBuffer, PKScheme, random, init, write, init, write, PeerInfoError, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, goffset, >, init, high, toString, cmp, formatItIMPL, formatItIMPL, Signature, toBytes, DigestSheme, IPFS, MultiAddress, hex, protocols, init, UNIX, init, ProtoField, toBytes, writeSeq, init, ==, [], IP4, safeConvert, getField, init, withValue, SignedPayload, toBytes, init, MAProtocol, getPackedRepeatedField, contains, libp2p_pki_schemes, readArray, P2PPattern, hasPublicKey, isEnough, hex, write, WS, init, encode, init, getField, iv, getField, WSS_IP, peekArray, PeerRecord, SupportedSchemes, Unreliable, SupportedSchemesInt, random, LPError, macOpenArray, mapEq, Onion3, concat, AddressInfo, write, EnvelopeError, MaPatResult, ProtoBuffer, init, write, write, UTP, verify, init, PublicKey, WebSockets_IP, VBuffer, writePBVarint, getRepeatedField, ProtoError, init, ivOpenArray, RsaDefaultKeySize, getField, write, DNS_OR_IP, shortLog, init, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], decode, macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, bytes, maxInlineKeyLength, TranscoderDNS, QUIC, [], ephemeral, withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, peekSeq, init, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, write, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, decode, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, WebSockets, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, writePacked, init, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, init, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, finish, toString, payload, init, stretchKeys, Connection, write, DNSANY, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, hash, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, getRawBytes, >, KeyPair, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, isEmpty, ProtoScalar, shortLog, data, hex, protocols, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, key, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, init, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, readVarint, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, toBytes, protoArgument, newLPStreamLimitError, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, init, isEnough, init, readVarint, Reliable, addrs, hex, ProtoBuffer, closeImpl, write, WS, encode, init, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, hash, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint, DNS_OR_IP, hash, UDP_DNS, MaError, IPFS, MaPatternOp, isEmpty, WS_DNS, initVBuffer, ProtoScalar, getProtoHeader, hex, protocols, bytes, ==, getLen, HTTPS, UNIX, isEnough, TranscoderIP6, encode, [], MaResult, init, ProtoField, peekVarint, getRequiredRepeatedField, mapOr, writeSeq, WebSockets_IP, &, DNS6, TLS_WS, [], IpTransportProtocol, QUIC, toOpenArray, IP4, TranscoderPort, withValue, safeConvert, getRequiredField, $, WS_IP, withValue, public, MAKind, getField, checkFieldNumber, TranscoderOnion3, getRepeatedField, matchPartial, protoArgument, match, data, WebSockets, $, isEmpty, HTTP, initVBuffer, finish, VBuffer, init, TcpOnion3, initProtoBuffer, MAProtocol, peekSeq, getPackedRepeatedField, toOpt, getProtoHeader, ProtoHeader, IP, getField, protoAddress, DNS4, readArray, getPtr, withValue, P2PPattern, CircuitRelay, contains, isEnough, Reliable, ProtoBuffer, len, WS, exceptionToAssert, mapAnd, UDP_IP, DNSANY, DNSADDR, append, write, WSS_IP, peekArray, WSS, readSeq, getRepeatedField, TCP_IP, getField, writePacked, Unreliable, TCP_DNS, capLen, init, protoName, protoArgument, validate, mapEq, Onion3, MaPattern, TranscoderIP6Zone, $, initProtoBuffer, concat, TranscoderP2P, WSS_DNS, writeLPVarint, write, ProtoResult, WebRTCDirect, len, UDP, MaPatResult, TranscoderOnion, write, init, shortLog, items, isEmpty, writeArray, write, WebSockets_DNS, init, UTP, [], IP6, shortLog, ProtoFlags, finish, writePBVarint, valueOr, ProtoFieldKind, TCP, TranscoderDNS, getRepeatedField, ProtoError, init, init, getField, MultiAddress, &=, readVarint, compilesOr, vsizeof, getField, TranscoderIP4, init, initVBuffer, protoCode, MaInvalidAddress, initProtoBuffer, DNS, write, TranscoderUnix, high, toString, writeVarint, SupportedWireTypes, Signature, shortLog, toBytes, DigestSheme, ephemeral, init, toRawBytes, sign, SupportedSchemesInt, ECDHEScheme, macOpenArray, Secret, $, write, init, selectBest, init, ephemeral, withValue, safeConvert, init, init, withValue, public, init, getField, valueOr, init, toBytes, random, init, getBytes, getBytes, toOpt, init, newRng, withValue, getPublicKey, init, random, init, exceptionToAssert, init, init, init, getField, iv, CryptoError, ==, verify, init, key, SupportedSchemes, RsaDefaultKeySize, toBytes, capLen, shuffle, supported, write, ==, libp2p_pki_schemes, random, getRawBytes, random, keyOpenArray, CryptoResult, stretchKeys, init, write, init, shortLog, init, PublicKey, mac, shortLog, PKScheme, init, PrivateKey, getBytes, ivOpenArray, write, compilesOr, orError, $, write, goffset, getOrder, KeyPair, toException, toException, checkFutures, LPError
@@ -809,7 +809,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/connmanager.html b/gossipsub12/libp2p/connmanager.html index 6920707d4..576fabdb2 100644 --- a/gossipsub12/libp2p/connmanager.html +++ b/gossipsub12/libp2p/connmanager.html @@ -397,9 +397,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -412,9 +412,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -432,9 +432,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -445,9 +445,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -458,9 +458,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -479,9 +479,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -499,9 +499,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -512,9 +512,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -525,9 +525,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -537,9 +537,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -554,9 +554,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -566,9 +566,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -584,9 +584,9 @@ class="link-seesrc" target="_blank">Source Add peer event handler - handlers must not raise exceptions!   Source -  Edit +  Edit @@ -597,9 +597,9 @@ class="link-seesrc" target="_blank">Source Add peer event handler - handlers must not raise exceptions!   Source -  Edit +  Edit @@ -610,9 +610,9 @@ class="link-seesrc" target="_blank">Source cleanup resources for the connection manager   Source -  Edit +  Edit @@ -622,9 +622,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -634,9 +634,9 @@ class="link-seesrc" target="_blank">Source checks if a muxer is being tracked by the connection manager   Source -  Edit +  Edit @@ -646,9 +646,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -659,9 +659,9 @@ class="link-seesrc" target="_blank">Source drop connections and cleanup resources for peer   Source -  Edit +  Edit @@ -673,9 +673,9 @@ class="link-seesrc" target="_blank">Source Wait for a peer to connect to us. This will bypass the MaxConnectionsPerPeer   Source -  Edit +  Edit @@ -686,9 +686,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -700,9 +700,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -713,9 +713,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -727,9 +727,9 @@ class="link-seesrc" target="_blank">Source get a muxed stream for the passed muxer   Source -  Edit +  Edit @@ -741,9 +741,9 @@ class="link-seesrc" target="_blank">Source get a muxed stream for the passed peer from any connection   Source -  Edit +  Edit @@ -755,9 +755,9 @@ class="link-seesrc" target="_blank">Source get a muxed stream for the passed peer from a connection with dir   Source -  Edit +  Edit @@ -769,9 +769,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -781,9 +781,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -794,9 +794,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -807,9 +807,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -819,9 +819,9 @@ class="link-seesrc" target="_blank">Source Select a connection for the provided giving priority to outgoing connections   Source -  Edit +  Edit @@ -832,9 +832,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -844,9 +844,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -858,9 +858,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -874,7 +874,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/chacha20poly1305.html b/gossipsub12/libp2p/crypto/chacha20poly1305.html index d712f09c1..b2820a941 100644 --- a/gossipsub12/libp2p/crypto/chacha20poly1305.html +++ b/gossipsub12/libp2p/crypto/chacha20poly1305.html @@ -324,9 +324,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/crypto.html b/gossipsub12/libp2p/crypto/crypto.html index 9280a1159..6a5fca87e 100644 --- a/gossipsub12/libp2p/crypto/crypto.html +++ b/gossipsub12/libp2p/crypto/crypto.html @@ -576,9 +576,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -588,9 +588,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -601,9 +601,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -616,9 +616,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -629,9 +629,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -675,9 +675,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -721,9 +721,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -738,9 +738,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -752,9 +752,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -781,9 +781,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -793,9 +793,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -805,9 +805,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -822,9 +822,9 @@ class="link-seesrc" target="_blank">Source Get string representation of private/public key key.   Source -  Edit +  Edit @@ -834,9 +834,9 @@ class="link-seesrc" target="_blank">Source Get string representation of signature sig.   Source -  Edit +  Edit @@ -846,9 +846,9 @@ class="link-seesrc" target="_blank">Source Return true if two private keys key1 and key2 of the same scheme and equal.   Source -  Edit +  Edit @@ -858,9 +858,9 @@ class="link-seesrc" target="_blank">Source Return true if two public keys key1 and key2 of the same scheme and equal.   Source -  Edit +  Edit @@ -870,9 +870,9 @@ class="link-seesrc" target="_blank">Source Return private key key in binary form (using libp2p's protobuf serialization).   Source -  Edit +  Edit @@ -882,9 +882,9 @@ class="link-seesrc" target="_blank">Source Return public key key in binary form (using libp2p's protobuf serialization).   Source -  Edit +  Edit @@ -894,9 +894,9 @@ class="link-seesrc" target="_blank">Source Return signature sig in binary form.   Source -  Edit +  Edit @@ -909,9 +909,9 @@ class="link-seesrc" target="_blank">Source

On success deserialized signature will be stored in value.

  Source -  Edit +  Edit @@ -924,9 +924,9 @@ class="link-seesrc" target="_blank">Source

On success deserialized key will be stored in value.

  Source -  Edit +  Edit @@ -938,9 +938,9 @@ class="link-seesrc" target="_blank">Source Compare values and calculate order parameter.   Source -  Edit +  Edit @@ -951,9 +951,9 @@ class="link-seesrc" target="_blank">Source Get public key from corresponding private key key.   Source -  Edit +  Edit @@ -964,9 +964,9 @@ class="link-seesrc" target="_blank">Source Return private key key in binary form (using scheme's own serialization).   Source -  Edit +  Edit @@ -977,9 +977,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -990,9 +990,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1005,9 +1005,9 @@ class="link-seesrc" target="_blank">Source

Returns true on success.

  Source -  Edit +  Edit @@ -1019,9 +1019,9 @@ class="link-seesrc" target="_blank">Source

Returns true on success.

  Source -  Edit +  Edit @@ -1032,9 +1032,9 @@ class="link-seesrc" target="_blank">Source Create new private key from libp2p's protobuf serialized binary form.   Source -  Edit +  Edit @@ -1045,9 +1045,9 @@ class="link-seesrc" target="_blank">Source Create new private key from libp2p's protobuf serialized hexadecimal string form.   Source -  Edit +  Edit @@ -1058,9 +1058,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1070,9 +1070,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1083,9 +1083,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1095,9 +1095,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1108,9 +1108,9 @@ class="link-seesrc" target="_blank">Source Create new public key from libp2p's protobuf serialized binary form.   Source -  Edit +  Edit @@ -1121,9 +1121,9 @@ class="link-seesrc" target="_blank">Source Create new public key from libp2p's protobuf serialized hexadecimal string form.   Source -  Edit +  Edit @@ -1134,9 +1134,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1146,9 +1146,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1158,9 +1158,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1170,9 +1170,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1183,9 +1183,9 @@ class="link-seesrc" target="_blank">Source Create new public key from libp2p's protobuf serialized binary form.   Source -  Edit +  Edit @@ -1196,9 +1196,9 @@ class="link-seesrc" target="_blank">Source Create new signature from serialized hexadecimal string form.   Source -  Edit +  Edit @@ -1211,9 +1211,9 @@ class="link-seesrc" target="_blank">Source

Returns true on success.

  Source -  Edit +  Edit @@ -1223,9 +1223,9 @@ class="link-seesrc" target="_blank">Source Get array of bytes with with initial vector.   Source -  Edit +  Edit @@ -1235,9 +1235,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1247,9 +1247,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1275,9 +1275,9 @@ class="link-seesrc" target="_blank">Source

So will be used first available (supported) method.

  Source -  Edit +  Edit @@ -1290,9 +1290,9 @@ class="link-seesrc" target="_blank">Source

bits is number of bits for RSA key, bits value must be in [512, 4096], default value is 2048 bits.

  Source -  Edit +  Edit @@ -1306,9 +1306,9 @@ class="link-seesrc" target="_blank">Source

So will be used first available (supported) method.

  Source -  Edit +  Edit @@ -1321,9 +1321,9 @@ class="link-seesrc" target="_blank">Source

bits is number of bits for RSA key, bits value must be in [2048, 4096], default value is 3072 bits.

  Source -  Edit +  Edit @@ -1335,9 +1335,9 @@ class="link-seesrc" target="_blank">Source

Returns empty string if there no algorithms in common.

  Source -  Edit +  Edit @@ -1347,9 +1347,9 @@ class="link-seesrc" target="_blank">Source Get short string representation of private/public key key.   Source -  Edit +  Edit @@ -1372,9 +1372,9 @@ class="link-seesrc" target="_blank">Source Sign message data using private key key and return generated signature in raw binary form.   Source -  Edit +  Edit @@ -1385,9 +1385,9 @@ class="link-seesrc" target="_blank">Source Expand shared secret to cryptographic keys.   Source -  Edit +  Edit @@ -1400,9 +1400,9 @@ class="link-seesrc" target="_blank">Source

Returns number of bytes (octets) needed to store private key key.

  Source -  Edit +  Edit @@ -1415,9 +1415,9 @@ class="link-seesrc" target="_blank">Source

Returns number of bytes (octets) needed to store public key key.

  Source -  Edit +  Edit @@ -1430,9 +1430,9 @@ class="link-seesrc" target="_blank">Source

Returns number of bytes (octets) needed to store signature sig.

  Source -  Edit +  Edit @@ -1445,9 +1445,9 @@ class="link-seesrc" target="_blank">Source

Returns number of bytes (octets) needed to store private key key.

  Source -  Edit +  Edit @@ -1458,9 +1458,9 @@ class="link-seesrc" target="_blank">Source Verify signature sig using message message and public key key. Return true if message signature is valid.   Source -  Edit +  Edit @@ -1471,9 +1471,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1484,9 +1484,9 @@ class="link-seesrc" target="_blank">Source Write PublicKey value pubkey to buffer vb.   Source -  Edit +  Edit @@ -1497,9 +1497,9 @@ class="link-seesrc" target="_blank">Source Write PrivateKey value seckey to buffer vb.   Source -  Edit +  Edit @@ -1510,9 +1510,9 @@ class="link-seesrc" target="_blank">Source Write Signature value sig to buffer vb.   Source -  Edit +  Edit @@ -1523,9 +1523,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1540,9 +1540,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1552,9 +1552,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1564,9 +1564,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1576,9 +1576,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1588,9 +1588,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1600,9 +1600,9 @@ class="link-seesrc" target="_blank">Source Returns true if specified scheme is currently available.   Source -  Edit +  Edit @@ -1611,7 +1611,7 @@ class="link-seesrc" target="_blank">Source @@ -1621,7 +1621,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/curve25519.html b/gossipsub12/libp2p/crypto/curve25519.html index 7e9a1fc71..da7ad0bc3 100644 --- a/gossipsub12/libp2p/crypto/curve25519.html +++ b/gossipsub12/libp2p/crypto/curve25519.html @@ -272,9 +272,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -285,9 +285,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -297,9 +297,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -314,9 +314,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -331,9 +331,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -343,9 +343,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -356,9 +356,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -369,9 +369,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -382,9 +382,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/ecnist.html b/gossipsub12/libp2p/crypto/ecnist.html index 96161674a..b532a45b7 100644 --- a/gossipsub12/libp2p/crypto/ecnist.html +++ b/gossipsub12/libp2p/crypto/ecnist.html @@ -494,9 +494,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -608,9 +608,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -769,9 +769,9 @@ class="link-seesrc" target="_blank">Source Return string representation of EC public key.   Source -  Edit +  Edit @@ -781,9 +781,9 @@ class="link-seesrc" target="_blank">Source Return string representation of EC private key.   Source -  Edit +  Edit @@ -793,9 +793,9 @@ class="link-seesrc" target="_blank">Source Return hexadecimal string representation of EC signature.   Source -  Edit +  Edit @@ -805,9 +805,9 @@ class="link-seesrc" target="_blank">Source Return true if both signatures sig1 and sig2 are equal.   Source -  Edit +  Edit @@ -817,9 +817,9 @@ class="link-seesrc" target="_blank">Source Returns true if both keys pubkey1 and pubkey2 are equal.   Source -  Edit +  Edit @@ -829,9 +829,9 @@ class="link-seesrc" target="_blank">Source Returns true if both keys seckey1 and seckey2 are equal.   Source -  Edit +  Edit @@ -841,9 +841,9 @@ class="link-seesrc" target="_blank">Source Wipe and clear EC private key, public key or signature object.   Source -  Edit +  Edit @@ -855,9 +855,9 @@ class="link-seesrc" target="_blank">Source

Returns true on success, false otherwise.

  Source -  Edit +  Edit @@ -867,9 +867,9 @@ class="link-seesrc" target="_blank">Source Returns copy of EC private key, public key or signature object src.   Source -  Edit +  Edit @@ -880,9 +880,9 @@ class="link-seesrc" target="_blank">Source Generate ephemeral keys used to perform ECDHE.   Source -  Edit +  Edit @@ -895,9 +895,9 @@ class="link-seesrc" target="_blank">Source

Currently supported encoding strings are P-256, P-384, P-521, if encoding string is not supported P-521 key will be generated.

  Source -  Edit +  Edit @@ -907,9 +907,9 @@ class="link-seesrc" target="_blank">Source Serialize EC public key pubkey to ASN.1 DER binary form and return it.   Source -  Edit +  Edit @@ -919,9 +919,9 @@ class="link-seesrc" target="_blank">Source Serialize EC private key seckey to ASN.1 DER binary form and return it.   Source -  Edit +  Edit @@ -931,9 +931,9 @@ class="link-seesrc" target="_blank">Source Serialize EC signature sig to ASN.1 DER binary form and return it.   Source -  Edit +  Edit @@ -944,9 +944,9 @@ class="link-seesrc" target="_blank">Source Calculate and return EC public key from private key seckey.   Source -  Edit +  Edit @@ -957,9 +957,9 @@ class="link-seesrc" target="_blank">Source Serialize EC public key pubkey to raw binary form and return it.   Source -  Edit +  Edit @@ -970,9 +970,9 @@ class="link-seesrc" target="_blank">Source Serialize EC private key seckey to raw binary form and return it.   Source -  Edit +  Edit @@ -982,9 +982,9 @@ class="link-seesrc" target="_blank">Source Serialize EC signature sig to raw binary form and return it.   Source -  Edit +  Edit @@ -997,9 +997,9 @@ class="link-seesrc" target="_blank">Source

If error happens length of result array will be 0.

  Source -  Edit +  Edit @@ -1012,9 +1012,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns Result[void, Asn1Error].

  Source -  Edit +  Edit @@ -1027,9 +1027,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns Result[void, Asn1Error].

  Source -  Edit +  Edit @@ -1042,9 +1042,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns Result[void, Asn1Error].

  Source -  Edit +  Edit @@ -1055,9 +1055,9 @@ class="link-seesrc" target="_blank">Source Initialize EC private key from ASN.1 DER binary representation data and return constructed object.   Source -  Edit +  Edit @@ -1068,9 +1068,9 @@ class="link-seesrc" target="_blank">Source Initialize EC public key from ASN.1 DER binary representation data and return constructed object.   Source -  Edit +  Edit @@ -1081,9 +1081,9 @@ class="link-seesrc" target="_blank">Source Initialize EC signature from raw binary representation data and return constructed object.   Source -  Edit +  Edit @@ -1096,9 +1096,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns Asn1Status.

  Source -  Edit +  Edit @@ -1108,9 +1108,9 @@ class="link-seesrc" target="_blank">Source Initialize EC private key, public key or signature from hexadecimal string representation data and return constructed object.   Source -  Edit +  Edit @@ -1124,9 +1124,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success, false otherwise.

  Source -  Edit +  Edit @@ -1140,9 +1140,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success, false otherwise.

  Source -  Edit +  Edit @@ -1156,9 +1156,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success, false otherwise.

  Source -  Edit +  Edit @@ -1169,9 +1169,9 @@ class="link-seesrc" target="_blank">Source Initialize EC private key from raw binary representation data and return constructed object.   Source -  Edit +  Edit @@ -1182,9 +1182,9 @@ class="link-seesrc" target="_blank">Source Initialize EC public key from raw binary representation data and return constructed object.   Source -  Edit +  Edit @@ -1195,9 +1195,9 @@ class="link-seesrc" target="_blank">Source Initialize EC signature from raw binary representation data and return constructed object.   Source -  Edit +  Edit @@ -1209,9 +1209,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success, false otherwise.

  Source -  Edit +  Edit @@ -1221,9 +1221,9 @@ class="link-seesrc" target="_blank">Source Initialize EC private key, public key or signature from raw hexadecimal string representation data and return constructed object.   Source -  Edit +  Edit @@ -1236,9 +1236,9 @@ class="link-seesrc" target="_blank">Source

kind elliptic curve kind of your choice (secp256r1, secp384r1 or secp521r1).

  Source -  Edit +  Edit @@ -1251,9 +1251,9 @@ class="link-seesrc" target="_blank">Source

kind elliptic curve kind of your choice (secp256r1, secp384r1 or secp521r1).

  Source -  Edit +  Edit @@ -1266,9 +1266,9 @@ class="link-seesrc" target="_blank">Source

Returns point in curve as pub * sec or nil otherwise.

  Source -  Edit +  Edit @@ -1279,9 +1279,9 @@ class="link-seesrc" target="_blank">Source Get ECDSA signature of data message using private key seckey.   Source -  Edit +  Edit @@ -1294,9 +1294,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store EC public key, or 0 if public key is not in supported curve.

  Source -  Edit +  Edit @@ -1309,9 +1309,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store EC private key, or 0 if private key is not in supported curve.

  Source -  Edit +  Edit @@ -1324,9 +1324,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store EC signature, or 0 if signature is not in supported curve.

  Source -  Edit +  Edit @@ -1339,9 +1339,9 @@ class="link-seesrc" target="_blank">Source

Returns number of bytes (octets) needed to store EC public key, or 0 if public key is not in supported curve.

  Source -  Edit +  Edit @@ -1354,9 +1354,9 @@ class="link-seesrc" target="_blank">Source

Returns number of bytes (octets) needed to store EC private key, or 0 if private key is not in supported curve.

  Source -  Edit +  Edit @@ -1369,9 +1369,9 @@ class="link-seesrc" target="_blank">Source

Returns number of bytes (octets) needed to store EC signature, or 0 if signature is not in supported curve.

  Source -  Edit +  Edit @@ -1385,9 +1385,9 @@ class="link-seesrc" target="_blank">Source

data array length must be at least 32 bytes for secp256r1, 48 bytes for secp384r1 and 66 bytes for secp521r1.

  Source -  Edit +  Edit @@ -1400,9 +1400,9 @@ class="link-seesrc" target="_blank">Source

Return true if message verification succeeded, false if verification failed.

  Source -  Edit +  Edit @@ -1417,9 +1417,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1429,9 +1429,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/ed25519/constants.html b/gossipsub12/libp2p/crypto/ed25519/constants.html index ab422b298..466df589e 100644 --- a/gossipsub12/libp2p/crypto/ed25519/constants.html +++ b/gossipsub12/libp2p/crypto/ed25519/constants.html @@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/ed25519/ed25519.html b/gossipsub12/libp2p/crypto/ed25519/ed25519.html index adedeadda..e8d81c4b9 100644 --- a/gossipsub12/libp2p/crypto/ed25519/ed25519.html +++ b/gossipsub12/libp2p/crypto/ed25519/ed25519.html @@ -377,9 +377,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -392,9 +392,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -406,9 +406,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -420,9 +420,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -434,9 +434,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -463,9 +463,9 @@ class="link-seesrc" target="_blank">Source Size in octets (bytes) of serialized ED25519 public key.   Source -  Edit +  Edit @@ -475,9 +475,9 @@ class="link-seesrc" target="_blank">Source Size in octets (bytes) of serialized ED25519 signature.   Source -  Edit +  Edit @@ -492,9 +492,9 @@ class="link-seesrc" target="_blank">Source Return string representation of ED25519 private key.   Source -  Edit +  Edit @@ -504,9 +504,9 @@ class="link-seesrc" target="_blank">Source Return string representation of ED25519 private key.   Source -  Edit +  Edit @@ -516,9 +516,9 @@ class="link-seesrc" target="_blank">Source Return string representation of ED25519 signature.   Source -  Edit +  Edit @@ -528,9 +528,9 @@ class="link-seesrc" target="_blank">Source Compare ED25519 private key objects for equality.   Source -  Edit +  Edit @@ -540,9 +540,9 @@ class="link-seesrc" target="_blank">Source Compare ED25519 public key objects for equality.   Source -  Edit +  Edit @@ -552,9 +552,9 @@ class="link-seesrc" target="_blank">Source Compare ED25519 signature objects for equality.   Source -  Edit +  Edit @@ -564,9 +564,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -576,9 +576,9 @@ class="link-seesrc" target="_blank">Source Wipe and clear memory of ED25519 private key.   Source -  Edit +  Edit @@ -588,9 +588,9 @@ class="link-seesrc" target="_blank">Source Wipe and clear memory of ED25519 public key.   Source -  Edit +  Edit @@ -600,9 +600,9 @@ class="link-seesrc" target="_blank">Source Wipe and clear memory of ED25519 key pair.   Source -  Edit +  Edit @@ -612,9 +612,9 @@ class="link-seesrc" target="_blank">Source Wipe and clear memory of ED25519 signature.   Source -  Edit +  Edit @@ -624,9 +624,9 @@ class="link-seesrc" target="_blank">Source Serialize ED25519 private key and return it.   Source -  Edit +  Edit @@ -636,9 +636,9 @@ class="link-seesrc" target="_blank">Source Serialize ED25519 public key and return it.   Source -  Edit +  Edit @@ -648,9 +648,9 @@ class="link-seesrc" target="_blank">Source Serialize ED25519 signature and return it.   Source -  Edit +  Edit @@ -660,9 +660,9 @@ class="link-seesrc" target="_blank">Source Calculate and return ED25519 public key from private key key.   Source -  Edit +  Edit @@ -675,9 +675,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success.

  Source -  Edit +  Edit @@ -689,9 +689,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success.

  Source -  Edit +  Edit @@ -704,9 +704,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success.

  Source -  Edit +  Edit @@ -718,9 +718,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success.

  Source -  Edit +  Edit @@ -733,9 +733,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success.

  Source -  Edit +  Edit @@ -747,9 +747,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns true on success.

  Source -  Edit +  Edit @@ -760,9 +760,9 @@ class="link-seesrc" target="_blank">Source Initialize ED25519 private key from raw binary representation data and return constructed object.   Source -  Edit +  Edit @@ -773,9 +773,9 @@ class="link-seesrc" target="_blank">Source Initialize ED25519 private key from hexadecimal string representation data and return constructed object.   Source -  Edit +  Edit @@ -786,9 +786,9 @@ class="link-seesrc" target="_blank">Source Initialize ED25519 public key from raw binary representation data and return constructed object.   Source -  Edit +  Edit @@ -799,9 +799,9 @@ class="link-seesrc" target="_blank">Source Initialize ED25519 public key from hexadecimal string representation data and return constructed object.   Source -  Edit +  Edit @@ -812,9 +812,9 @@ class="link-seesrc" target="_blank">Source Initialize ED25519 signature from raw binary representation data and return constructed object.   Source -  Edit +  Edit @@ -825,9 +825,9 @@ class="link-seesrc" target="_blank">Source Initialize ED25519 signature from hexadecimal string representation data and return constructed object.   Source -  Edit +  Edit @@ -838,9 +838,9 @@ class="link-seesrc" target="_blank">Source Generate new random ED25519 private and public keypair using OS specific CSPRNG.   Source -  Edit +  Edit @@ -851,9 +851,9 @@ class="link-seesrc" target="_blank">Source Generate new random ED25519 private key using the given random number generator   Source -  Edit +  Edit @@ -864,9 +864,9 @@ class="link-seesrc" target="_blank">Source Create ED25519 signature of data message using private key key.   Source -  Edit +  Edit @@ -879,9 +879,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store ED25519 private key.

  Source -  Edit +  Edit @@ -894,9 +894,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store ED25519 public key.

  Source -  Edit +  Edit @@ -909,9 +909,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store ED25519 signature.

  Source -  Edit +  Edit @@ -924,9 +924,9 @@ class="link-seesrc" target="_blank">Source

Return true if message verification succeeded, false if verification failed.

  Source -  Edit +  Edit @@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/hkdf.html b/gossipsub12/libp2p/crypto/hkdf.html index 5a64389dd..002624816 100644 --- a/gossipsub12/libp2p/crypto/hkdf.html +++ b/gossipsub12/libp2p/crypto/hkdf.html @@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/minasn1.html b/gossipsub12/libp2p/crypto/minasn1.html index a8c219ade..cb03711cf 100644 --- a/gossipsub12/libp2p/crypto/minasn1.html +++ b/gossipsub12/libp2p/crypto/minasn1.html @@ -494,9 +494,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -538,9 +538,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -581,9 +581,9 @@ class="link-seesrc" target="_blank">Source Encoded boolean FALSE.   Source -  Edit +  Edit @@ -593,9 +593,9 @@ class="link-seesrc" target="_blank">Source Encoded NULL value.   Source -  Edit +  Edit @@ -606,9 +606,9 @@ class="link-seesrc" target="_blank">Source Encoded OID for Elliptic Curve Public Key (1.2.840.10045.2.1)   Source -  Edit +  Edit @@ -619,9 +619,9 @@ class="link-seesrc" target="_blank">Source Encoded OID for RSA Encryption (1.2.840.113549.1.1.1)   Source -  Edit +  Edit @@ -631,9 +631,9 @@ class="link-seesrc" target="_blank">Source Encoded OID for secp256k1 curve (1.3.132.0.10)   Source -  Edit +  Edit @@ -644,9 +644,9 @@ class="link-seesrc" target="_blank">Source Encoded OID for secp256r1 curve (1.2.840.10045.3.1.7)   Source -  Edit +  Edit @@ -656,9 +656,9 @@ class="link-seesrc" target="_blank">Source Encoded OID for secp384r1 curve (1.3.132.0.34)   Source -  Edit +  Edit @@ -668,9 +668,9 @@ class="link-seesrc" target="_blank">Source Encoded OID for secp521r1 curve (1.3.132.0.35)   Source -  Edit +  Edit @@ -680,9 +680,9 @@ class="link-seesrc" target="_blank">Source Encoded boolean TRUE.   Source -  Edit +  Edit @@ -697,9 +697,9 @@ class="link-seesrc" target="_blank">Source Return string representation of buffer.   Source -  Edit +  Edit @@ -709,9 +709,9 @@ class="link-seesrc" target="_blank">Source Return string representation of field.   Source -  Edit +  Edit @@ -721,9 +721,9 @@ class="link-seesrc" target="_blank">Source Compares field field data with data and returns true if both buffers are equal.   Source -  Edit +  Edit @@ -737,9 +737,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -752,9 +752,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -767,9 +767,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -783,9 +783,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -798,9 +798,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding WILL NOT BE stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -813,9 +813,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -828,9 +828,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode length value, then result of encoding WILL NOT BE stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -842,9 +842,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -857,9 +857,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -873,9 +873,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -888,9 +888,9 @@ class="link-seesrc" target="_blank">Source

If length of dest is less then number of required bytes to encode value, then result of encoding will not be stored in dest but number of bytes (octets) required will be returned.

  Source -  Edit +  Edit @@ -900,9 +900,9 @@ class="link-seesrc" target="_blank">Source Converts Nim tag enum to ASN.1 tag code.   Source -  Edit +  Edit @@ -913,9 +913,9 @@ class="link-seesrc" target="_blank">Source Extend buffer or composite's internal buffer by length octets.   Source -  Edit +  Edit @@ -925,9 +925,9 @@ class="link-seesrc" target="_blank">Source Finishes buffer or composite and prepares it for writing.   Source -  Edit +  Edit @@ -937,9 +937,9 @@ class="link-seesrc" target="_blank">Source Return field as Asn1Buffer to enter composite types.   Source -  Edit +  Edit @@ -949,9 +949,9 @@ class="link-seesrc" target="_blank">Source Initialize empty Asn1Buffer.   Source -  Edit +  Edit @@ -962,9 +962,9 @@ class="link-seesrc" target="_blank">Source Initialize Asn1Buffer from array of bytes data.   Source -  Edit +  Edit @@ -974,9 +974,9 @@ class="link-seesrc" target="_blank">Source Initialize Asn1Buffer from hexadecimal string data.   Source -  Edit +  Edit @@ -986,9 +986,9 @@ class="link-seesrc" target="_blank">Source Initialize Asn1Composite with tag context-specific id id.   Source -  Edit +  Edit @@ -998,9 +998,9 @@ class="link-seesrc" target="_blank">Source Initialize Asn1Composite with tag tag.   Source -  Edit +  Edit @@ -1010,9 +1010,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1022,9 +1022,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1034,9 +1034,9 @@ class="link-seesrc" target="_blank">Source Decode value part of ASN.1 TLV triplet.   Source -  Edit +  Edit @@ -1048,9 +1048,9 @@ class="link-seesrc" target="_blank">Source

This procedure must be used to write NULL, 0 or empty BIT STRING, OCTET STRING types.

  Source -  Edit +  Edit @@ -1064,9 +1064,9 @@ class="link-seesrc" target="_blank">Source

For BIT STRING you can use bits argument to specify number of used bits.

  Source -  Edit +  Edit @@ -1077,9 +1077,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1089,9 +1089,9 @@ class="link-seesrc" target="_blank">Source Write bool value to buffer or composite as ASN.1 BOOLEAN.   Source -  Edit +  Edit @@ -1102,9 +1102,9 @@ class="link-seesrc" target="_blank">Source Write uint64 value to buffer or composite as ASN.1 INTEGER.   Source -  Edit +  Edit @@ -1119,9 +1119,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1131,9 +1131,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1143,9 +1143,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1155,9 +1155,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1167,9 +1167,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1179,9 +1179,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/rsa.html b/gossipsub12/libp2p/crypto/rsa.html index 046476710..5007a0b13 100644 --- a/gossipsub12/libp2p/crypto/rsa.html +++ b/gossipsub12/libp2p/crypto/rsa.html @@ -415,9 +415,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -427,9 +427,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -439,9 +439,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -451,9 +451,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -469,9 +469,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -484,9 +484,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -496,9 +496,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -510,9 +510,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -563,9 +563,9 @@ class="link-seesrc" target="_blank">Source RSA PKCS#1.5 SHA-1 hash object identifier.   Source -  Edit +  Edit @@ -576,9 +576,9 @@ class="link-seesrc" target="_blank">Source RSA PKCS#1.5 SHA-224 hash object identifier.   Source -  Edit +  Edit @@ -589,9 +589,9 @@ class="link-seesrc" target="_blank">Source RSA PKCS#1.5 SHA-256 hash object identifier.   Source -  Edit +  Edit @@ -602,9 +602,9 @@ class="link-seesrc" target="_blank">Source RSA PKCS#1.5 SHA-384 hash object identifier.   Source -  Edit +  Edit @@ -615,9 +615,9 @@ class="link-seesrc" target="_blank">Source RSA PKCS#1.5 SHA-512 hash object identifier.   Source -  Edit +  Edit @@ -632,9 +632,9 @@ class="link-seesrc" target="_blank">Source Return string representation of RSA private key.   Source -  Edit +  Edit @@ -644,9 +644,9 @@ class="link-seesrc" target="_blank">Source Return string representation of RSA public key.   Source -  Edit +  Edit @@ -656,9 +656,9 @@ class="link-seesrc" target="_blank">Source Return string representation of RSA signature.   Source -  Edit +  Edit @@ -670,9 +670,9 @@ class="link-seesrc" target="_blank">Source

Result is true if a and b are both nil or a and b are equal by value.

  Source -  Edit +  Edit @@ -682,9 +682,9 @@ class="link-seesrc" target="_blank">Source Compare two RSA public keys for equality.   Source -  Edit +  Edit @@ -694,9 +694,9 @@ class="link-seesrc" target="_blank">Source Compare two RSA signatures for equality.   Source -  Edit +  Edit @@ -706,9 +706,9 @@ class="link-seesrc" target="_blank">Source Wipe and clear EC private key, public key or scalar object.   Source -  Edit +  Edit @@ -718,9 +718,9 @@ class="link-seesrc" target="_blank">Source Create copy of RSA private key, public key or signature.   Source -  Edit +  Edit @@ -730,9 +730,9 @@ class="link-seesrc" target="_blank">Source Serialize RSA private key key to ASN.1 DER binary form and return it.   Source -  Edit +  Edit @@ -742,9 +742,9 @@ class="link-seesrc" target="_blank">Source Serialize RSA public key key to ASN.1 DER binary form and return it.   Source -  Edit +  Edit @@ -754,9 +754,9 @@ class="link-seesrc" target="_blank">Source Serialize RSA signature sig to raw binary form and return it.   Source -  Edit +  Edit @@ -766,9 +766,9 @@ class="link-seesrc" target="_blank">Source Get RSA public key from RSA private key.   Source -  Edit +  Edit @@ -781,9 +781,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns Asn1Status.

  Source -  Edit +  Edit @@ -796,9 +796,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns Asn1Status.

  Source -  Edit +  Edit @@ -811,9 +811,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns Result[void, Asn1Status].

  Source -  Edit +  Edit @@ -824,9 +824,9 @@ class="link-seesrc" target="_blank">Source Initialize RSA private key from ASN.1 DER binary representation data and return constructed object.   Source -  Edit +  Edit @@ -837,9 +837,9 @@ class="link-seesrc" target="_blank">Source Initialize RSA public key from ASN.1 DER binary representation data and return constructed object.   Source -  Edit +  Edit @@ -850,9 +850,9 @@ class="link-seesrc" target="_blank">Source Initialize RSA signature from raw binary representation data and return constructed object.   Source -  Edit +  Edit @@ -865,9 +865,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns Result[void, Asn1Status].

  Source -  Edit +  Edit @@ -877,9 +877,9 @@ class="link-seesrc" target="_blank">Source Initialize RSA private key, public key or signature from hexadecimal string representation data and return constructed object.   Source -  Edit +  Edit @@ -889,9 +889,9 @@ class="link-seesrc" target="_blank">Source Get RSA public key from pair pair.   Source -  Edit +  Edit @@ -906,9 +906,9 @@ class="link-seesrc" target="_blank">Source

pubexp is RSA public exponent, which must be prime (default = 3).

  Source -  Edit +  Edit @@ -918,9 +918,9 @@ class="link-seesrc" target="_blank">Source Get RSA private key from pair pair.   Source -  Edit +  Edit @@ -931,9 +931,9 @@ class="link-seesrc" target="_blank">Source Get RSA PKCS1.5 signature of data message using SHA256 and private key key.   Source -  Edit +  Edit @@ -946,9 +946,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store RSA private key, or 0 if private key is is incorrect.

  Source -  Edit +  Edit @@ -961,9 +961,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store RSA public key, or 0 if public key is incorrect.

  Source -  Edit +  Edit @@ -976,9 +976,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store RSA public key, or 0 if public key is incorrect.

  Source -  Edit +  Edit @@ -991,9 +991,9 @@ class="link-seesrc" target="_blank">Source

Return true if message verification succeeded, false if verification failed.

  Source -  Edit +  Edit @@ -1008,9 +1008,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/crypto/secp.html b/gossipsub12/libp2p/crypto/secp.html index 7f1cf3f5f..518989daa 100644 --- a/gossipsub12/libp2p/crypto/secp.html +++ b/gossipsub12/libp2p/crypto/secp.html @@ -360,9 +360,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -372,9 +372,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -384,9 +384,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -396,9 +396,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -413,9 +413,9 @@ class="link-seesrc" target="_blank">Source Size of private key in octets (bytes)   Source -  Edit +  Edit @@ -425,9 +425,9 @@ class="link-seesrc" target="_blank">Source Size of public key in octets (bytes)   Source -  Edit +  Edit @@ -437,9 +437,9 @@ class="link-seesrc" target="_blank">Source Size of signature in octets (bytes)   Source -  Edit +  Edit @@ -466,9 +466,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -477,23 +477,23 @@ class="link-seesrc" target="_blank">Source
+  Source +  Edit + +
+ +
+
func `$`(key: SkSignature): string {....raises: [], tags: [].}
+
+ +   Source   Edit -
-
-
-
func `$`(key: SkSignature): string {....raises: [], tags: [].}
-
- - -  Source -  Edit -
@@ -502,9 +502,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -514,9 +514,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -526,9 +526,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -538,9 +538,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -550,9 +550,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -562,9 +562,9 @@ class="link-seesrc" target="_blank">Source Serialize Secp256k1 private key and return it.   Source -  Edit +  Edit @@ -574,9 +574,9 @@ class="link-seesrc" target="_blank">Source Serialize Secp256k1 public key and return it.   Source -  Edit +  Edit @@ -586,9 +586,9 @@ class="link-seesrc" target="_blank">Source Serialize Secp256k1 signature and return it.   Source -  Edit +  Edit @@ -598,9 +598,9 @@ class="link-seesrc" target="_blank">Source Calculate and return Secp256k1 public key from private key key.   Source -  Edit +  Edit @@ -611,9 +611,9 @@ class="link-seesrc" target="_blank">Source Initialize Secp256k1 private key key from raw binary representation data.   Source -  Edit +  Edit @@ -624,9 +624,9 @@ class="link-seesrc" target="_blank">Source Initialize Secp256k1 private key key from hexadecimal string representation data.   Source -  Edit +  Edit @@ -637,9 +637,9 @@ class="link-seesrc" target="_blank">Source Initialize Secp256k1 public key key from raw binary representation data.   Source -  Edit +  Edit @@ -650,9 +650,9 @@ class="link-seesrc" target="_blank">Source Initialize Secp256k1 public key key from hexadecimal string representation data.   Source -  Edit +  Edit @@ -663,9 +663,9 @@ class="link-seesrc" target="_blank">Source Initialize Secp256k1 signature sig from raw binary representation data.   Source -  Edit +  Edit @@ -676,9 +676,9 @@ class="link-seesrc" target="_blank">Source Initialize Secp256k1 signature sig from hexadecimal string representation data.   Source -  Edit +  Edit @@ -691,9 +691,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns private key on success.

  Source -  Edit +  Edit @@ -706,9 +706,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns private key on success.

  Source -  Edit +  Edit @@ -721,9 +721,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns public key on success.

  Source -  Edit +  Edit @@ -736,9 +736,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns public key on success.

  Source -  Edit +  Edit @@ -751,9 +751,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns signature on success.

  Source -  Edit +  Edit @@ -766,9 +766,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns signature on success.

  Source -  Edit +  Edit @@ -779,9 +779,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -792,9 +792,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -805,9 +805,9 @@ class="link-seesrc" target="_blank">Source Sign message msg using private key key and return signature object.   Source -  Edit +  Edit @@ -820,9 +820,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store Secp256k1 private key.

  Source -  Edit +  Edit @@ -835,9 +835,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store Secp256k1 public key.

  Source -  Edit +  Edit @@ -850,9 +850,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns number of bytes (octets) needed to store Secp256k1 signature.

  Source -  Edit +  Edit @@ -863,9 +863,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -880,9 +880,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -892,9 +892,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/dial.html b/gossipsub12/libp2p/dial.html index e0be798f5..1890523e9 100644 --- a/gossipsub12/libp2p/dial.html +++ b/gossipsub12/libp2p/dial.html @@ -275,9 +275,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -293,9 +293,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -307,9 +307,9 @@ class="link-seesrc" target="_blank">Source Connects to a peer and retrieve its PeerId   Source -  Edit +  Edit @@ -322,9 +322,9 @@ class="link-seesrc" target="_blank">Source connect remote peer without negotiating a protocol   Source -  Edit +  Edit @@ -337,9 +337,9 @@ class="link-seesrc" target="_blank">Source create a protocol stream and establish a connection if one doesn't exist already   Source -  Edit +  Edit @@ -351,9 +351,9 @@ class="link-seesrc" target="_blank">Source create a protocol stream over an existing connection   Source -  Edit +  Edit @@ -365,9 +365,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -381,7 +381,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/dialer.html b/gossipsub12/libp2p/dialer.html index ef95d9f7a..96d9742d2 100644 --- a/gossipsub12/libp2p/dialer.html +++ b/gossipsub12/libp2p/dialer.html @@ -313,9 +313,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -325,9 +325,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -344,9 +344,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -361,9 +361,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -374,9 +374,9 @@ class="link-seesrc" target="_blank">Source Connects to a peer and retrieve its PeerId   Source -  Edit +  Edit @@ -388,9 +388,9 @@ class="link-seesrc" target="_blank">Source connect remote peer without negotiating a protocol   Source -  Edit +  Edit @@ -402,9 +402,9 @@ class="link-seesrc" target="_blank">Source create a protocol stream and establish a connection if one doesn't exist already   Source -  Edit +  Edit @@ -415,9 +415,9 @@ class="link-seesrc" target="_blank">Source create a protocol stream over an existing connection   Source -  Edit +  Edit @@ -429,9 +429,9 @@ class="link-seesrc" target="_blank">Source Create a protocol stream in order to check if a connection is possible. Doesn't use the Connection Manager to save it.   Source -  Edit +  Edit @@ -450,7 +450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/errors.html b/gossipsub12/libp2p/errors.html index 7a4acd0aa..1122fda01 100644 --- a/gossipsub12/libp2p/errors.html +++ b/gossipsub12/libp2p/errors.html @@ -312,7 +312,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/multiaddress.html b/gossipsub12/libp2p/multiaddress.html index efd4807c0..57d83c52c 100644 --- a/gossipsub12/libp2p/multiaddress.html +++ b/gossipsub12/libp2p/multiaddress.html @@ -920,9 +920,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -932,9 +932,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -944,9 +944,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -957,9 +957,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -972,9 +972,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -988,9 +988,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1001,9 +1001,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1018,9 +1018,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1030,9 +1030,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1044,9 +1044,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1061,9 +1061,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1076,9 +1076,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1088,9 +1088,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1100,9 +1100,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1117,9 +1117,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1129,9 +1129,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1141,9 +1141,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1170,9 +1170,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1199,9 +1199,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1212,9 +1212,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1224,9 +1224,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1236,9 +1236,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1298,9 +1298,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1310,9 +1310,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1322,9 +1322,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1343,9 +1343,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1401,9 +1401,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1419,9 +1419,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1435,9 +1435,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1450,9 +1450,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1472,9 +1472,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1487,9 +1487,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1500,9 +1500,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1513,9 +1513,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1526,9 +1526,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1539,9 +1539,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1552,9 +1552,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1565,9 +1565,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1578,9 +1578,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1591,9 +1591,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1604,9 +1604,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1622,9 +1622,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1638,9 +1638,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1653,9 +1653,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1665,9 +1665,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1685,9 +1685,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1706,9 +1706,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1757,9 +1757,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1789,9 +1789,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1815,9 +1815,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1838,9 +1838,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1859,9 +1859,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1875,9 +1875,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1890,9 +1890,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1913,9 +1913,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1931,9 +1931,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1948,9 +1948,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1965,9 +1965,9 @@ class="link-seesrc" target="_blank">Source Return pattern pat as string.   Source -  Edit +  Edit @@ -1977,9 +1977,9 @@ class="link-seesrc" target="_blank">Source Return string representation of MultiAddress value.   Source -  Edit +  Edit @@ -1992,9 +1992,9 @@ class="link-seesrc" target="_blank">Source

This procedure performs validation of concatenated result and can raise exception on error.

  Source -  Edit +  Edit @@ -2007,9 +2007,9 @@ class="link-seesrc" target="_blank">Source

This procedure performs validation of concatenated result and can raise exception on error.

  Source -  Edit +  Edit @@ -2020,9 +2020,9 @@ class="link-seesrc" target="_blank">Source Check of two MultiAddress are equal   Source -  Edit +  Edit @@ -2033,9 +2033,9 @@ class="link-seesrc" target="_blank">Source Returns partial MultiAddress with MultiCodec codec and present in MultiAddress ma.   Source -  Edit +  Edit @@ -2046,9 +2046,9 @@ class="link-seesrc" target="_blank">Source Returns part with index i of MultiAddress ma.   Source -  Edit +  Edit @@ -2059,9 +2059,9 @@ class="link-seesrc" target="_blank">Source Returns parts with slice slice of MultiAddress ma.   Source -  Edit +  Edit @@ -2072,9 +2072,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -2084,9 +2084,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -2097,9 +2097,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -2110,9 +2110,9 @@ class="link-seesrc" target="_blank">Source Returns true, if address with MultiCodec codec present in MultiAddress ma.   Source -  Edit +  Edit @@ -2122,9 +2122,9 @@ class="link-seesrc" target="_blank">Source Returns the data buffer of the MultiAddress.   Source -  Edit +  Edit @@ -2135,9 +2135,9 @@ class="link-seesrc" target="_blank">Source Get MultiBase encoded representation of ma using encoding encoding.   Source -  Edit +  Edit @@ -2148,9 +2148,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -2162,9 +2162,9 @@ class="link-seesrc" target="_blank">Source Read repeated field from protobuf message. field is field number. If the message is malformed, an error is returned. If field is not present in message, then ok(false) is returned and value is empty. If field is present, but no items could be parsed, then err(ProtoError.IncorrectBlob) is returned and value is empty. If field is present and some item could be parsed, then true is returned and value contains the parsed values.   Source -  Edit +  Edit @@ -2174,9 +2174,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -2186,9 +2186,9 @@ class="link-seesrc" target="_blank">Source Return hexadecimal string representation of MultiAddress value.   Source -  Edit +  Edit @@ -2198,9 +2198,9 @@ class="link-seesrc" target="_blank">Source Initialize empty MultiAddress.   Source -  Edit +  Edit @@ -2212,9 +2212,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -2225,9 +2225,9 @@ class="link-seesrc" target="_blank">Source Initialize MultiAddress using chronos.TransportAddress (IPv4/IPv6/Unix) and protocol information (UDP/TCP).   Source -  Edit +  Edit @@ -2238,9 +2238,9 @@ class="link-seesrc" target="_blank">Source Initialize MultiAddress with array of bytes data.   Source -  Edit +  Edit @@ -2252,9 +2252,9 @@ class="link-seesrc" target="_blank">Source Initialize MultiAddress object from protocol id protocol and array of bytes value.   Source -  Edit +  Edit @@ -2265,9 +2265,9 @@ class="link-seesrc" target="_blank">Source Initialize MultiAddress object from protocol id protocol and integer value. This procedure can be used to instantiate tcp, udp, dccp and sctp MultiAddresses.   Source -  Edit +  Edit @@ -2278,9 +2278,9 @@ class="link-seesrc" target="_blank">Source Initialize MultiAddress object from protocol id protocol and peer id value.   Source -  Edit +  Edit @@ -2291,9 +2291,9 @@ class="link-seesrc" target="_blank">Source Initialize MultiAddress object from string representation value.   Source -  Edit +  Edit @@ -2303,9 +2303,9 @@ class="link-seesrc" target="_blank">Source Returns true, if MultiAddress ma is empty or non initialized.   Source -  Edit +  Edit @@ -2315,9 +2315,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -2327,9 +2327,9 @@ class="link-seesrc" target="_blank">Source And operator for pattern   Source -  Edit +  Edit @@ -2339,9 +2339,9 @@ class="link-seesrc" target="_blank">Source Equal operator for pattern   Source -  Edit +  Edit @@ -2351,9 +2351,9 @@ class="link-seesrc" target="_blank">Source Or operator for pattern   Source -  Edit +  Edit @@ -2364,9 +2364,9 @@ class="link-seesrc" target="_blank">Source Match full address using pattern pat and return true if address satisfies pattern.   Source -  Edit +  Edit @@ -2377,9 +2377,9 @@ class="link-seesrc" target="_blank">Source Match prefix part of address using pattern pat and return true if address starts with pattern.   Source -  Edit +  Edit @@ -2392,9 +2392,9 @@ class="link-seesrc" target="_blank">Source

If current MultiAddress do not have argument value, then result array will be empty.

  Source -  Edit +  Edit @@ -2407,9 +2407,9 @@ class="link-seesrc" target="_blank">Source

If current MultiAddress do not have argument value, then result array will be empty.

  Source -  Edit +  Edit @@ -2422,9 +2422,9 @@ class="link-seesrc" target="_blank">Source

If current MultiAddress do not have argument value, then result will be 0.

  Source -  Edit +  Edit @@ -2435,9 +2435,9 @@ class="link-seesrc" target="_blank">Source Returns MultiAddress ma protocol code.   Source -  Edit +  Edit @@ -2448,9 +2448,9 @@ class="link-seesrc" target="_blank">Source Returns list of protocol codecs inside of MultiAddress value.   Source -  Edit +  Edit @@ -2461,9 +2461,9 @@ class="link-seesrc" target="_blank">Source Returns MultiAddress ma protocol name.   Source -  Edit +  Edit @@ -2474,9 +2474,9 @@ class="link-seesrc" target="_blank">Source Return string representation of MultiAddress value.   Source -  Edit +  Edit @@ -2486,9 +2486,9 @@ class="link-seesrc" target="_blank">Source Returns true if MultiAddress ma is valid.   Source -  Edit +  Edit @@ -2499,9 +2499,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -2512,9 +2512,9 @@ class="link-seesrc" target="_blank">Source Write MultiAddress value ma to buffer vb.   Source -  Edit +  Edit @@ -2530,9 +2530,9 @@ class="link-seesrc" target="_blank">Source Iterates over all addresses inside of MultiAddress ma.   Source -  Edit +  Edit @@ -2541,7 +2541,7 @@ class="link-seesrc" target="_blank">Source

Exports

-exclIfIt, getLen, write, getField, isEmpty, ProtoScalar, getProtoHeader, ProtoHeader, capLen, initProtoBuffer, getRequiredRepeatedField, write, ProtoResult, toOpenArray, write, withValue, safeConvert, getRequiredField, getField, shortLog, finish, withValue, public, checkFieldNumber, shortLog, compilesOr, ProtoBuffer, ProtoFlags, getRepeatedField, writePacked, valueOr, ProtoFieldKind, getRepeatedField, ProtoError, ProtoField, getField, initProtoBuffer, getPackedRepeatedField, toOpt, getProtoHeader, vsizeof, getField, getPtr, withValue, initProtoBuffer, isEnough, exceptionToAssert, SupportedWireTypes, len, $, initVBuffer, writeSeq, isEnough, isEmpty, high, readArray, initVBuffer, readSeq, writeLPVarint, readVarint, writePBVarint, writeArray, writeVarint, peekSeq, peekVarint, initVBuffer, finish, VBuffer, peekArray, withValue, safeConvert, shortLog, withValue, public, exceptionToAssert, valueOr, shortLog, exclIfIt, compilesOr, capLen, toOpt, withValue +getLen, write, getField, isEmpty, ProtoScalar, getProtoHeader, ProtoHeader, capLen, initProtoBuffer, getRequiredRepeatedField, write, ProtoResult, toOpenArray, write, withValue, safeConvert, getRequiredField, getField, shortLog, finish, withValue, public, checkFieldNumber, shortLog, compilesOr, ProtoBuffer, ProtoFlags, getRepeatedField, writePacked, valueOr, ProtoFieldKind, getRepeatedField, ProtoError, ProtoField, getField, initProtoBuffer, getPackedRepeatedField, toOpt, getProtoHeader, vsizeof, getField, getPtr, withValue, initProtoBuffer, isEnough, exceptionToAssert, SupportedWireTypes, len, $, initVBuffer, writeSeq, isEnough, isEmpty, high, readArray, initVBuffer, readSeq, writeLPVarint, readVarint, writePBVarint, writeArray, writeVarint, peekSeq, peekVarint, initVBuffer, finish, VBuffer, peekArray, withValue, safeConvert, shortLog, withValue, public, exceptionToAssert, valueOr, shortLog, compilesOr, capLen, toOpt, withValue
@@ -2551,7 +2551,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/multibase.html b/gossipsub12/libp2p/multibase.html index eaf96daa7..539cd028c 100644 --- a/gossipsub12/libp2p/multibase.html +++ b/gossipsub12/libp2p/multibase.html @@ -271,9 +271,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -302,9 +302,9 @@ class="link-seesrc" target="_blank">Source Decode MultiBase encoded array inbytes and return decoded sequence of bytes.   Source -  Edit +  Edit @@ -320,9 +320,9 @@ class="link-seesrc" target="_blank">Source

On successfull decoding MultiBaseStatus.Success will be returned and outlen will be set to number of encoded octets (bytes).

  Source -  Edit +  Edit @@ -333,9 +333,9 @@ class="link-seesrc" target="_blank">Source Return estimated size of buffer to store MultiBase decoded value with encoding character encoding of length length.   Source -  Edit +  Edit @@ -346,9 +346,9 @@ class="link-seesrc" target="_blank">Source Encode array inbytes using MultiBase encoding scheme encoding and return encoded string.   Source -  Edit +  Edit @@ -365,9 +365,9 @@ class="link-seesrc" target="_blank">Source

On successfull encoding MultiBaseStatus.Success will be returned and outlen will be set to number of encoded octets (bytes).

  Source -  Edit +  Edit @@ -380,9 +380,9 @@ class="link-seesrc" target="_blank">Source

Procedure returns -1 if encoding scheme is not supported or not present.

  Source -  Edit +  Edit @@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/multicodec.html b/gossipsub12/libp2p/multicodec.html index 2fc8fdac2..a5dfb09c4 100644 --- a/gossipsub12/libp2p/multicodec.html +++ b/gossipsub12/libp2p/multicodec.html @@ -292,9 +292,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -305,9 +305,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -322,9 +322,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -339,9 +339,9 @@ class="link-seesrc" target="_blank">Source Returns string representation of MultiCodec mc.   Source -  Edit +  Edit @@ -351,9 +351,9 @@ class="link-seesrc" target="_blank">Source Returns true if MultiCodecs a and b are equal.   Source -  Edit +  Edit @@ -363,9 +363,9 @@ class="link-seesrc" target="_blank">Source Compares MultiCodec mc with integer code.   Source -  Edit +  Edit @@ -375,9 +375,9 @@ class="link-seesrc" target="_blank">Source Compares MultiCodec mc with string name.   Source -  Edit +  Edit @@ -387,9 +387,9 @@ class="link-seesrc" target="_blank">Source Return MultiCodec from integer representation code. If code is not valid multicodec code, then InvalidMultiCodec will be returned.   Source -  Edit +  Edit @@ -400,9 +400,9 @@ class="link-seesrc" target="_blank">Source Return MultiCodec from string representation name. If name is not valid multicodec name, then InvalidMultiCodec will be returned.   Source -  Edit +  Edit @@ -412,9 +412,9 @@ class="link-seesrc" target="_blank">Source Hash procedure for tables.   Source -  Edit +  Edit @@ -424,9 +424,9 @@ class="link-seesrc" target="_blank">Source Generate MultiCodec from integer code at compile time.   Source -  Edit +  Edit @@ -436,9 +436,9 @@ class="link-seesrc" target="_blank">Source Generate MultiCodec from string name at compile time.   Source -  Edit +  Edit @@ -448,9 +448,9 @@ class="link-seesrc" target="_blank">Source Write MultiCodec to buffer vb.   Source -  Edit +  Edit @@ -464,7 +464,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/multihash.html b/gossipsub12/libp2p/multihash.html index 2d894d986..7d0aca9e6 100644 --- a/gossipsub12/libp2p/multihash.html +++ b/gossipsub12/libp2p/multihash.html @@ -366,9 +366,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -391,9 +391,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -408,9 +408,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -442,9 +442,9 @@ class="link-seesrc" target="_blank">Source Return string representation of MultiHash value.   Source -  Edit +  Edit @@ -454,9 +454,9 @@ class="link-seesrc" target="_blank">Source Compares MultiHashes a and b, returns true if hashes are equal, false otherwise.   Source -  Edit +  Edit @@ -466,9 +466,9 @@ class="link-seesrc" target="_blank">Source Compares MultiHash with nimcrypto's MDigest[T], returns true if hashes are equal, false otherwise.   Source -  Edit +  Edit @@ -478,9 +478,9 @@ class="link-seesrc" target="_blank">Source Compares MultiHash with nimcrypto's MDigest[T], returns true if hashes are equal, false otherwise.   Source -  Edit +  Edit @@ -490,9 +490,9 @@ class="link-seesrc" target="_blank">Source Return Base58 encoded string representation of MultiHash value.   Source -  Edit +  Edit @@ -506,9 +506,9 @@ class="link-seesrc" target="_blank">Source

On error -1 will be returned.

  Source -  Edit +  Edit @@ -519,9 +519,9 @@ class="link-seesrc" target="_blank">Source Perform digest calculation using hash algorithm with code hashcode on data array data.   Source -  Edit +  Edit @@ -532,9 +532,9 @@ class="link-seesrc" target="_blank">Source Perform digest calculation using hash algorithm with name hashname on data array data.   Source -  Edit +  Edit @@ -545,9 +545,9 @@ class="link-seesrc" target="_blank">Source Get MultiBase encoded representation of mh using encoding encoding.   Source -  Edit +  Edit @@ -557,9 +557,9 @@ class="link-seesrc" target="_blank">Source Return hexadecimal string representation of MultiHash value.   Source -  Edit +  Edit @@ -570,9 +570,9 @@ class="link-seesrc" target="_blank">Source Create MultiHash from bytes array data.   Source -  Edit +  Edit @@ -583,9 +583,9 @@ class="link-seesrc" target="_blank">Source Create MultiHash from hexadecimal string representation data.   Source -  Edit +  Edit @@ -596,9 +596,9 @@ class="link-seesrc" target="_blank">Source Create MultiHash from array of bytes bdigest and hash algorithm code hashcode.   Source -  Edit +  Edit @@ -609,9 +609,9 @@ class="link-seesrc" target="_blank">Source Create MultiHash from array of bytes bdigest and hash algorithm code hashcode.   Source -  Edit +  Edit @@ -622,9 +622,9 @@ class="link-seesrc" target="_blank">Source Create MultiHash from BASE58 encoded string representation data.   Source -  Edit +  Edit @@ -635,9 +635,9 @@ class="link-seesrc" target="_blank">Source Create MultiHash from nimcrypto's MDigest and hash algorithm code hashcode.   Source -  Edit +  Edit @@ -648,9 +648,9 @@ class="link-seesrc" target="_blank">Source Create MultiHash from nimcrypto's MDigest object and hash algorithm name hashname.   Source -  Edit +  Edit @@ -661,9 +661,9 @@ class="link-seesrc" target="_blank">Source Returns true if array of bytes data has correct MultiHash inside.   Source -  Edit +  Edit @@ -673,9 +673,9 @@ class="link-seesrc" target="_blank">Source Write MultiHash value mh to buffer vb.   Source -  Edit +  Edit @@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/multistream.html b/gossipsub12/libp2p/multistream.html index 1296bf849..4dae2e11a 100644 --- a/gossipsub12/libp2p/multistream.html +++ b/gossipsub12/libp2p/multistream.html @@ -331,9 +331,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -343,9 +343,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -355,9 +355,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -370,9 +370,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -388,9 +388,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -401,9 +401,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -415,9 +415,9 @@ class="link-seesrc" target="_blank">Source helper to allow registering pure handlers   Source -  Edit +  Edit @@ -430,9 +430,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -444,9 +444,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -459,9 +459,9 @@ class="link-seesrc" target="_blank">Source list remote protos requests on connection   Source -  Edit +  Edit @@ -471,9 +471,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -486,9 +486,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -501,9 +501,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -515,9 +515,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -529,9 +529,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -543,9 +543,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -559,7 +559,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/muxers/mplex/coder.html b/gossipsub12/libp2p/muxers/mplex/coder.html index c81dce388..0eecee139 100644 --- a/gossipsub12/libp2p/muxers/mplex/coder.html +++ b/gossipsub12/libp2p/muxers/mplex/coder.html @@ -281,9 +281,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -294,9 +294,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -306,9 +306,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -323,9 +323,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -340,9 +340,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -354,9 +354,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -369,9 +369,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -383,9 +383,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -399,7 +399,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/muxers/mplex/mplex.html b/gossipsub12/libp2p/muxers/mplex/mplex.html index dc3ad55ab..59a2f0266 100644 --- a/gossipsub12/libp2p/muxers/mplex/mplex.html +++ b/gossipsub12/libp2p/muxers/mplex/mplex.html @@ -303,9 +303,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -323,9 +323,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -340,9 +340,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -360,9 +360,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -372,9 +372,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -390,9 +390,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -402,9 +402,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -417,9 +417,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -434,9 +434,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -455,7 +455,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/muxers/muxer.html b/gossipsub12/libp2p/muxers/muxer.html index 307a4b3e9..8229ca5ea 100644 --- a/gossipsub12/libp2p/muxers/muxer.html +++ b/gossipsub12/libp2p/muxers/muxer.html @@ -321,9 +321,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -333,9 +333,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -345,9 +345,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -357,9 +357,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -372,9 +372,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -384,9 +384,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -396,9 +396,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -413,9 +413,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -443,9 +443,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -462,9 +462,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -474,9 +474,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -488,9 +488,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -502,9 +502,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -519,9 +519,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -535,7 +535,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/muxers/yamux/yamux.html b/gossipsub12/libp2p/muxers/yamux/yamux.html index 0a74c754f..1cb5e4fc6 100644 --- a/gossipsub12/libp2p/muxers/yamux/yamux.html +++ b/gossipsub12/libp2p/muxers/yamux/yamux.html @@ -366,9 +366,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -395,9 +395,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -407,9 +407,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -424,9 +424,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -436,9 +436,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -457,9 +457,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -470,9 +470,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -488,9 +488,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -502,9 +502,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -514,9 +514,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -526,9 +526,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -539,9 +539,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -554,9 +554,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -568,9 +568,9 @@ class="link-seesrc" target="_blank">Source Read from a yamux channel   Source -  Edit +  Edit @@ -583,9 +583,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -604,7 +604,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/nameresolving/nameresolver.html b/gossipsub12/libp2p/nameresolving/nameresolver.html index 23dd0cc4a..d95318b3e 100644 --- a/gossipsub12/libp2p/nameresolving/nameresolver.html +++ b/gossipsub12/libp2p/nameresolving/nameresolver.html @@ -280,9 +280,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -297,9 +297,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -311,9 +311,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -325,9 +325,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -345,9 +345,9 @@ class="link-seesrc" target="_blank">Source Resolve the specified address   Source -  Edit +  Edit @@ -359,9 +359,9 @@ class="link-seesrc" target="_blank">Source Get TXT record   Source -  Edit +  Edit @@ -375,7 +375,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/observedaddrmanager.html b/gossipsub12/libp2p/observedaddrmanager.html index fe002df70..aee9306c1 100644 --- a/gossipsub12/libp2p/observedaddrmanager.html +++ b/gossipsub12/libp2p/observedaddrmanager.html @@ -292,9 +292,9 @@ class="link-seesrc" target="_blank">Source Returns a string representation of the ObservedAddrManager.   Source -  Edit +  Edit @@ -318,9 +318,9 @@ class="link-seesrc" target="_blank">Source Returns the most observed IP4/Port and IP6/Port address or an empty seq if the number of observations are less than minCount.   Source -  Edit +  Edit @@ -331,9 +331,9 @@ class="link-seesrc" target="_blank">Source Replaces the first proto value of each listen address by the corresponding (matching the proto code) most observed value. If the most observed value is not available, the original MultiAddress is returned.   Source -  Edit +  Edit @@ -344,9 +344,9 @@ class="link-seesrc" target="_blank">Source Creates a new ObservedAddrManager.   Source -  Edit +  Edit @@ -360,7 +360,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/peerid.html b/gossipsub12/libp2p/peerid.html index d28acfe92..65b8cb6bc 100644 --- a/gossipsub12/libp2p/peerid.html +++ b/gossipsub12/libp2p/peerid.html @@ -390,9 +390,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -407,9 +407,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -424,9 +424,9 @@ class="link-seesrc" target="_blank">Source Return base58 encoded pid representation.   Source -  Edit +  Edit @@ -436,9 +436,9 @@ class="link-seesrc" target="_blank">Source Compares two peer ids a and b. Returns:

0 iff a == b
< 0 iff a < b
> 0 iff a > b

  Source -  Edit +  Edit @@ -451,9 +451,9 @@ class="link-seesrc" target="_blank">Source

Returns false otherwise.

  Source -  Edit +  Edit @@ -464,9 +464,9 @@ class="link-seesrc" target="_blank">Source Read PeerId from ProtoBuf's message and validate it   Source -  Edit +  Edit @@ -476,9 +476,9 @@ class="link-seesrc" target="_blank">Source Returns true if pid is small enough to hold public key inside.   Source -  Edit +  Edit @@ -488,9 +488,9 @@ class="link-seesrc" target="_blank">Source Returns hexadecimal string representation of pid.   Source -  Edit +  Edit @@ -503,9 +503,9 @@ class="link-seesrc" target="_blank">Source

Returns true if peer was successfully initialiazed.

  Source -  Edit +  Edit @@ -517,9 +517,9 @@ class="link-seesrc" target="_blank">Source

Returns true if peer was successfully initialiazed.

  Source -  Edit +  Edit @@ -530,9 +530,9 @@ class="link-seesrc" target="_blank">Source Create new peer id from raw binary representation data.   Source -  Edit +  Edit @@ -543,9 +543,9 @@ class="link-seesrc" target="_blank">Source Create new peer id from base58 encoded string representation data.   Source -  Edit +  Edit @@ -556,9 +556,9 @@ class="link-seesrc" target="_blank">Source Create new peer id from public key pubkey.   Source -  Edit +  Edit @@ -569,9 +569,9 @@ class="link-seesrc" target="_blank">Source Create new peer id from private key seckey.   Source -  Edit +  Edit @@ -582,9 +582,9 @@ class="link-seesrc" target="_blank">Source Returns true if pid matches public key pubkey.   Source -  Edit +  Edit @@ -595,9 +595,9 @@ class="link-seesrc" target="_blank">Source Returns true if pid matches private key seckey.   Source -  Edit +  Edit @@ -608,9 +608,9 @@ class="link-seesrc" target="_blank">Source Create new peer id with random public key.   Source -  Edit +  Edit @@ -620,9 +620,9 @@ class="link-seesrc" target="_blank">Source Returns compact string representation of pid.   Source -  Edit +  Edit @@ -635,9 +635,9 @@ class="link-seesrc" target="_blank">Source

Returns number of bytes needed to store pid.

  Source -  Edit +  Edit @@ -647,9 +647,9 @@ class="link-seesrc" target="_blank">Source Validate check if pid is empty or not.   Source -  Edit +  Edit @@ -660,9 +660,9 @@ class="link-seesrc" target="_blank">Source Write PeerId value peerid to object pb using ProtoBuf's encoding.   Source -  Edit +  Edit @@ -672,9 +672,9 @@ class="link-seesrc" target="_blank">Source Write PeerId value peerid to buffer vb.   Source -  Edit +  Edit @@ -688,18 +688,6 @@ class="link-seesrc" target="_blank">Source
-  Source -  Edit - -
- -
-
template `<`(a, b: PeerId): bool
-
- -   Source @@ -707,20 +695,8 @@ class="link-seesrc" target="_blank">Source
-
-
template `==`(a, b: PeerId): bool
-
- - -  Source -  Edit - -
-
-
-
template `>=`(a, b: PeerId): bool
+
+
template `<`(a, b: PeerId): bool
@@ -731,44 +707,8 @@ class="link-seesrc" target="_blank">Source
-
-
template `>`(a, b: PeerId): bool
-
- - -  Source -  Edit - -
-
-
-
template formatItIMPL(it: PeerId): auto
-
- - -  Source -  Edit - -
-
-
-
template getBytes(pid: PeerId): seq[byte]
-
- -Return PeerId pid as array of bytes. -  Source -  Edit - -
-
-
-
template hash(pid: PeerId): Hash
+
+
template `==`(a, b: PeerId): bool
@@ -777,6 +717,66 @@ href="https://github.com/status-im/nim-libp2p/tree/gossipsub12/libp2p/peerid.nim class="link-seesrc" target="_blank">Source   Edit +
+
+
+
template `>=`(a, b: PeerId): bool
+
+ + +  Source +  Edit + +
+
+
+
template `>`(a, b: PeerId): bool
+
+ + +  Source +  Edit + +
+
+
+
template formatItIMPL(it: PeerId): auto
+
+ + +  Source +  Edit + +
+
+
+
template getBytes(pid: PeerId): seq[byte]
+
+ +Return PeerId pid as array of bytes. +  Source +  Edit + +
+
+
+
template hash(pid: PeerId): Hash
+
+ + +  Source +  Edit +
@@ -785,9 +785,9 @@ class="link-seesrc" target="_blank">Source Returns length of pid binary representation.   Source -  Edit +  Edit
@@ -796,7 +796,7 @@ class="link-seesrc" target="_blank">Source
@@ -806,7 +806,7 @@ class="link-seesrc" target="_blank">Source
diff --git a/gossipsub12/libp2p/peerinfo.html b/gossipsub12/libp2p/peerinfo.html index 169427298..c3ecaf995 100644 --- a/gossipsub12/libp2p/peerinfo.html +++ b/gossipsub12/libp2p/peerinfo.html @@ -337,9 +337,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -366,9 +366,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -379,9 +379,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -395,9 +395,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -408,9 +408,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -421,9 +421,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -433,9 +433,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -463,9 +463,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -474,7 +474,7 @@ class="link-seesrc" target="_blank">Source

Exports

-formatItIMPL, exclIfIt, hash, shortLog, random, $, write, PeerId, ==, getField, <=, capLen, init, validate, init, match, <, getBytes, maxInlineKeyLength, write, withValue, safeConvert, shortLog, >=, withValue, public, shortLog, compilesOr, toBytes, match, valueOr, init, init, init, toOpt, init, withValue, hasPublicKey, >, hex, len, exceptionToAssert, cmp, extractPublicKey, DNS_OR_IP, exclIfIt, hash, UDP_DNS, MaError, IPFS, MaPatternOp, isEmpty, WS_DNS, initVBuffer, ProtoScalar, getProtoHeader, hex, protocols, bytes, ==, getLen, HTTPS, UNIX, isEnough, TranscoderIP6, encode, [], MaResult, init, ProtoField, peekVarint, getRequiredRepeatedField, mapOr, writeSeq, WebSockets_IP, &, DNS6, TLS_WS, [], IpTransportProtocol, QUIC, toOpenArray, IP4, TranscoderPort, withValue, safeConvert, getRequiredField, $, WS_IP, withValue, public, MAKind, getField, checkFieldNumber, TranscoderOnion3, getRepeatedField, matchPartial, protoArgument, match, data, WebSockets, $, isEmpty, HTTP, initVBuffer, finish, VBuffer, init, TcpOnion3, initProtoBuffer, MAProtocol, peekSeq, getPackedRepeatedField, toOpt, getProtoHeader, ProtoHeader, IP, getField, protoAddress, DNS4, readArray, getPtr, withValue, P2PPattern, CircuitRelay, contains, isEnough, Reliable, ProtoBuffer, len, WS, exceptionToAssert, mapAnd, UDP_IP, DNSANY, DNSADDR, append, write, WSS_IP, peekArray, WSS, readSeq, getRepeatedField, TCP_IP, getField, writePacked, Unreliable, TCP_DNS, capLen, init, protoName, protoArgument, validate, mapEq, Onion3, MaPattern, TranscoderIP6Zone, $, initProtoBuffer, concat, TranscoderP2P, WSS_DNS, writeLPVarint, write, ProtoResult, WebRTCDirect, len, UDP, MaPatResult, TranscoderOnion, write, init, shortLog, items, isEmpty, writeArray, write, WebSockets_DNS, init, UTP, [], IP6, shortLog, ProtoFlags, finish, writePBVarint, valueOr, ProtoFieldKind, TCP, TranscoderDNS, getRepeatedField, ProtoError, init, init, getField, MultiAddress, &=, readVarint, compilesOr, vsizeof, getField, TranscoderIP4, init, initVBuffer, protoCode, MaInvalidAddress, initProtoBuffer, DNS, write, TranscoderUnix, high, toString, writeVarint, SupportedWireTypes, Signature, exclIfIt, shortLog, toBytes, DigestSheme, ephemeral, init, toRawBytes, sign, SupportedSchemesInt, ECDHEScheme, macOpenArray, Secret, $, write, init, selectBest, init, ephemeral, withValue, safeConvert, init, init, withValue, public, init, getField, valueOr, init, toBytes, random, init, getBytes, getBytes, toOpt, init, newRng, withValue, getPublicKey, init, random, init, exceptionToAssert, init, init, init, getField, iv, CryptoError, ==, verify, init, key, SupportedSchemes, RsaDefaultKeySize, toBytes, capLen, shuffle, supported, write, ==, libp2p_pki_schemes, random, getRawBytes, random, keyOpenArray, CryptoResult, stretchKeys, init, write, init, shortLog, init, PublicKey, mac, shortLog, PKScheme, init, PrivateKey, getBytes, ivOpenArray, write, compilesOr, orError, $, write, goffset, getOrder, KeyPair, DNS_OR_IP, shortLog, init, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, ==, getLen, ECDHEScheme, shortLog, init, finish, [], decode, macOpenArray, random, Secret, peekVarint, random, $, validate, mapOr, init, bytes, maxInlineKeyLength, TranscoderDNS, QUIC, init, withValue, getRequiredField, mac, stretchKeys, WS_IP, getBytes, public, MAKind, write, write, checkFieldNumber, key, getRepeatedField, matchPartial, init, HTTP, initVBuffer, VBuffer, finish, peekSeq, toOpt, payloadType, getProtoHeader, ProtoHeader, IP, protoAddress, newRng, ==, withValue, checkValid, getPublicKey, CircuitRelay, WebSockets, data, exceptionToAssert, extractPublicKey, mapAnd, UDP_IP, init, ==, DNSADDR, write, WSS, TCP_IP, writePacked, toBytes, TCP_DNS, encode, len, capLen, supported, init, protoName, toRawBytes, TranscoderIP6Zone, $, initProtoBuffer, init, ProtoBuffer, WSS_DNS, match, writeLPVarint, CryptoResult, ProtoResult, WebRTCDirect, init, $, UDP, TranscoderOnion, write, init, readVarint, isEmpty, writeArray, PeerId, [], IP6, shortLog, initVBuffer, ProtoFlags, PKScheme, init, payload, init, init, write, init, valueOr, TCP, PrivateKey, getBytes, write, &=, random, compilesOr, TranscoderIP4, init, $, initProtoBuffer, DNS, init, init, goffset, getRawBytes, >, KeyPair, init, DNSANY, high, toString, cmp, init, SupportedWireTypes, formatItIMPL, verify, Signature, contains, exclIfIt, toBytes, DigestSheme, IPFS, getField, init, libp2p_pki_schemes, isEmpty, ProtoScalar, hex, protocols, init, HTTPS, UNIX, len, getPtr, write, TLS_WS, TranscoderIP6, readSeq, encode, MaResult, init, ProtoField, toBytes, writeSeq, &, DNS6, [], IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, safeConvert, getField, init, >=, init, payloadDomain, MaPattern, withValue, init, TranscoderOnion3, SignedPayload, toBytes, protoArgument, write, keyOpenArray, match, WebSockets_DNS, $, isEmpty, getRequiredRepeatedField, init, initProtoBuffer, MAProtocol, decode, getPackedRepeatedField, getField, DNS4, readArray, selectBest, getBytes, P2PPattern, Envelope, hasPublicKey, init, isEnough, init, Reliable, hex, write, WS, encode, init, init, init, getField, match, getField, <, iv, CryptoError, getField, append, init, decode, WSS_IP, peekArray, PeerRecord, init, SupportedSchemes, getRepeatedField, getField, RsaDefaultKeySize, hash, Unreliable, SupportedSchemesInt, random, init, shuffle, validate, mapEq, getField, Onion3, TcpOnion3, concat, TranscoderP2P, AddressInfo, sign, write, EnvelopeError, encode, len, MaPatResult, shortLog, write, getBytes, write, init, UTP, PublicKey, WebSockets_IP, writePBVarint, ProtoFieldKind, protoArgument, getRepeatedField, ProtoError, init, getField, MultiAddress, ephemeral, ivOpenArray, orError, vsizeof, getField, protoCode, MaInvalidAddress, writeVarint, items, write, getOrder, hash, TranscoderUnix, SignedPeerRecord, toException, toException, checkFutures, LPError +formatItIMPL, hash, shortLog, random, $, write, PeerId, ==, getField, <=, capLen, init, validate, init, match, <, getBytes, maxInlineKeyLength, write, withValue, safeConvert, shortLog, >=, withValue, public, shortLog, compilesOr, toBytes, match, valueOr, init, init, init, toOpt, init, withValue, hasPublicKey, >, hex, len, exceptionToAssert, cmp, extractPublicKey, DNS_OR_IP, hash, UDP_DNS, MaError, IPFS, MaPatternOp, isEmpty, WS_DNS, initVBuffer, ProtoScalar, getProtoHeader, hex, protocols, bytes, ==, getLen, HTTPS, UNIX, isEnough, TranscoderIP6, encode, [], MaResult, init, ProtoField, peekVarint, getRequiredRepeatedField, mapOr, writeSeq, WebSockets_IP, &, DNS6, TLS_WS, [], IpTransportProtocol, QUIC, toOpenArray, IP4, TranscoderPort, withValue, safeConvert, getRequiredField, $, WS_IP, withValue, public, MAKind, getField, checkFieldNumber, TranscoderOnion3, getRepeatedField, matchPartial, protoArgument, match, data, WebSockets, $, isEmpty, HTTP, initVBuffer, finish, VBuffer, init, TcpOnion3, initProtoBuffer, MAProtocol, peekSeq, getPackedRepeatedField, toOpt, getProtoHeader, ProtoHeader, IP, getField, protoAddress, DNS4, readArray, getPtr, withValue, P2PPattern, CircuitRelay, contains, isEnough, Reliable, ProtoBuffer, len, WS, exceptionToAssert, mapAnd, UDP_IP, DNSANY, DNSADDR, append, write, WSS_IP, peekArray, WSS, readSeq, getRepeatedField, TCP_IP, getField, writePacked, Unreliable, TCP_DNS, capLen, init, protoName, protoArgument, validate, mapEq, Onion3, MaPattern, TranscoderIP6Zone, $, initProtoBuffer, concat, TranscoderP2P, WSS_DNS, writeLPVarint, write, ProtoResult, WebRTCDirect, len, UDP, MaPatResult, TranscoderOnion, write, init, shortLog, items, isEmpty, writeArray, write, WebSockets_DNS, init, UTP, [], IP6, shortLog, ProtoFlags, finish, writePBVarint, valueOr, ProtoFieldKind, TCP, TranscoderDNS, getRepeatedField, ProtoError, init, init, getField, MultiAddress, &=, readVarint, compilesOr, vsizeof, getField, TranscoderIP4, init, initVBuffer, protoCode, MaInvalidAddress, initProtoBuffer, DNS, write, TranscoderUnix, high, toString, writeVarint, SupportedWireTypes, Signature, shortLog, toBytes, DigestSheme, ephemeral, init, toRawBytes, sign, SupportedSchemesInt, ECDHEScheme, macOpenArray, Secret, $, write, init, selectBest, init, ephemeral, withValue, safeConvert, init, init, withValue, public, init, getField, valueOr, init, toBytes, random, init, getBytes, getBytes, toOpt, init, newRng, withValue, getPublicKey, init, random, init, exceptionToAssert, init, init, init, getField, iv, CryptoError, ==, verify, init, key, SupportedSchemes, RsaDefaultKeySize, toBytes, capLen, shuffle, supported, write, ==, libp2p_pki_schemes, random, getRawBytes, random, keyOpenArray, CryptoResult, stretchKeys, init, write, init, shortLog, init, PublicKey, mac, shortLog, PKScheme, init, PrivateKey, getBytes, ivOpenArray, write, compilesOr, orError, $, write, goffset, getOrder, KeyPair, DNS_OR_IP, shortLog, init, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, WS_DNS, initVBuffer, getProtoHeader, ==, getLen, ECDHEScheme, shortLog, init, finish, [], decode, macOpenArray, random, Secret, peekVarint, random, $, validate, mapOr, init, bytes, maxInlineKeyLength, TranscoderDNS, QUIC, init, withValue, getRequiredField, mac, stretchKeys, WS_IP, getBytes, public, MAKind, write, write, init, checkFieldNumber, init, getRepeatedField, matchPartial, ==, init, HTTP, initVBuffer, VBuffer, finish, peekSeq, toOpt, payloadType, getProtoHeader, ProtoHeader, IP, protoAddress, newRng, ==, withValue, checkValid, getPublicKey, CircuitRelay, WebSockets, data, exceptionToAssert, extractPublicKey, mapAnd, UDP_IP, init, ==, DNSADDR, write, WSS, TCP_IP, writePacked, toBytes, TCP_DNS, encode, len, capLen, supported, init, protoName, toRawBytes, TranscoderIP6Zone, $, initProtoBuffer, init, ProtoBuffer, WSS_DNS, match, writeLPVarint, CryptoResult, ProtoResult, WebRTCDirect, $, UDP, TranscoderOnion, write, init, readVarint, isEmpty, writeArray, PeerId, [], IP6, shortLog, initVBuffer, ProtoFlags, PKScheme, init, payload, write, init, valueOr, TCP, PrivateKey, getBytes, write, &=, random, compilesOr, TranscoderIP4, init, $, initProtoBuffer, DNS, init, init, goffset, getRawBytes, >, KeyPair, init, DNSANY, high, toString, cmp, init, SupportedWireTypes, formatItIMPL, verify, Signature, contains, toBytes, DigestSheme, IPFS, getField, init, libp2p_pki_schemes, isEmpty, ProtoScalar, hex, protocols, init, HTTPS, UNIX, len, getPtr, write, TLS_WS, TranscoderIP6, readSeq, encode, MaResult, init, ProtoField, toBytes, writeSeq, &, DNS6, [], IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, safeConvert, getField, init, >=, init, payloadDomain, MaPattern, withValue, init, TranscoderOnion3, SignedPayload, toBytes, protoArgument, write, keyOpenArray, match, WebSockets_DNS, $, isEmpty, getRequiredRepeatedField, init, initProtoBuffer, MAProtocol, decode, getPackedRepeatedField, getField, DNS4, readArray, selectBest, getBytes, P2PPattern, Envelope, hasPublicKey, init, isEnough, init, Reliable, hex, write, WS, encode, init, init, getField, match, getField, <, iv, CryptoError, getField, append, key, decode, WSS_IP, peekArray, PeerRecord, init, SupportedSchemes, getRepeatedField, getField, RsaDefaultKeySize, hash, Unreliable, SupportedSchemesInt, random, init, shuffle, init, validate, mapEq, getField, Onion3, TcpOnion3, concat, TranscoderP2P, AddressInfo, sign, write, EnvelopeError, encode, len, MaPatResult, init, shortLog, init, write, getBytes, write, init, UTP, PublicKey, WebSockets_IP, writePBVarint, ProtoFieldKind, protoArgument, getRepeatedField, ProtoError, init, getField, MultiAddress, ephemeral, ivOpenArray, orError, vsizeof, getField, protoCode, MaInvalidAddress, writeVarint, items, write, getOrder, hash, TranscoderUnix, SignedPeerRecord, toException, toException, checkFutures, LPError
@@ -484,7 +484,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protobuf/minprotobuf.html b/gossipsub12/libp2p/protobuf/minprotobuf.html index f6ffbbd33..7f70a2cba 100644 --- a/gossipsub12/libp2p/protobuf/minprotobuf.html +++ b/gossipsub12/libp2p/protobuf/minprotobuf.html @@ -438,9 +438,9 @@ class="link-seesrc" target="_blank">Source Protobuf's message representation object   Source -  Edit +  Edit @@ -452,9 +452,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -482,9 +482,9 @@ class="link-seesrc" target="_blank">Source Protobuf's message field representation object   Source -  Edit +  Edit @@ -508,9 +508,9 @@ class="link-seesrc" target="_blank">Source Protobuf's encoding types   Source -  Edit +  Edit @@ -523,9 +523,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -535,9 +535,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -550,9 +550,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -567,9 +567,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -584,9 +584,9 @@ class="link-seesrc" target="_blank">Source Prepare protobuf's buffer pb for writing to stream.   Source -  Edit +  Edit @@ -597,9 +597,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -611,9 +611,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -624,9 +624,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -638,9 +638,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -651,9 +651,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -665,9 +665,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -678,9 +678,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -691,9 +691,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -704,9 +704,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -718,9 +718,9 @@ class="link-seesrc" target="_blank">Source Initialize ProtoBuffer with copy of data.   Source -  Edit +  Edit @@ -732,9 +732,9 @@ class="link-seesrc" target="_blank">Source Initialize ProtoBuffer with shallow copy of data.   Source -  Edit +  Edit @@ -745,9 +745,9 @@ class="link-seesrc" target="_blank">Source Initialize ProtoBuffer with new sequence of capacity cap.   Source -  Edit +  Edit @@ -757,9 +757,9 @@ class="link-seesrc" target="_blank">Source Returns number of bytes required to store protobuf's field field.   Source -  Edit +  Edit @@ -770,9 +770,9 @@ class="link-seesrc" target="_blank">Source Encode Protobuf's sub-message value and store it to protobuf's buffer pb with field number field.   Source -  Edit +  Edit @@ -783,9 +783,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -796,9 +796,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -809,9 +809,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -826,9 +826,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -838,9 +838,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -850,9 +850,9 @@ class="link-seesrc" target="_blank">Source Get protobuf's field header integer for field.   Source -  Edit +  Edit @@ -862,9 +862,9 @@ class="link-seesrc" target="_blank">Source Get protobuf's field header integer for index and wire.   Source -  Edit +  Edit @@ -874,9 +874,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -886,9 +886,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -898,9 +898,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -910,9 +910,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -921,7 +921,7 @@ class="link-seesrc" target="_blank">Source @@ -931,7 +931,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/connectivity/autonat/core.html b/gossipsub12/libp2p/protocols/connectivity/autonat/core.html index da911e154..5da84d8fe 100644 --- a/gossipsub12/libp2p/protocols/connectivity/autonat/core.html +++ b/gossipsub12/libp2p/protocols/connectivity/autonat/core.html @@ -298,9 +298,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -314,9 +314,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -326,9 +326,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -342,9 +342,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -357,9 +357,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -369,9 +369,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -382,9 +382,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -395,9 +395,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -409,9 +409,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -426,9 +426,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -438,9 +438,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -508,7 +508,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/connectivity/autonat/server.html b/gossipsub12/libp2p/protocols/connectivity/autonat/server.html index 925f09394..7dbd03fba 100644 --- a/gossipsub12/libp2p/protocols/connectivity/autonat/server.html +++ b/gossipsub12/libp2p/protocols/connectivity/autonat/server.html @@ -281,9 +281,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -302,7 +302,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/connectivity/relay/client.html b/gossipsub12/libp2p/protocols/connectivity/relay/client.html index 3d1202d83..18723944e 100644 --- a/gossipsub12/libp2p/protocols/connectivity/relay/client.html +++ b/gossipsub12/libp2p/protocols/connectivity/relay/client.html @@ -304,9 +304,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -317,9 +317,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -329,9 +329,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -340,23 +340,23 @@ class="link-seesrc" target="_blank">Source
-  Source -  Edit - -
- -
-
RelayV2DialError = object of RelayClientError
-
- -   Source   Edit +
+
+
+
RelayV2DialError = object of RelayClientError
+
+ + +  Source +  Edit +
@@ -365,9 +365,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -383,9 +383,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -403,9 +403,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -418,9 +418,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -438,9 +438,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -452,9 +452,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/connectivity/relay/messages.html b/gossipsub12/libp2p/protocols/connectivity/relay/messages.html index 8b2fd798b..034ad2fb7 100644 --- a/gossipsub12/libp2p/protocols/connectivity/relay/messages.html +++ b/gossipsub12/libp2p/protocols/connectivity/relay/messages.html @@ -356,9 +356,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -369,9 +369,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -384,9 +384,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -399,9 +399,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -416,9 +416,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -431,9 +431,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -444,9 +444,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -460,9 +460,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -472,9 +472,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -490,9 +490,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -505,9 +505,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -522,9 +522,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -535,9 +535,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -551,9 +551,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -569,9 +569,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -582,9 +582,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -595,9 +595,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -608,9 +608,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -621,9 +621,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -633,9 +633,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -645,9 +645,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -657,9 +657,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -669,9 +669,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -682,9 +682,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -694,9 +694,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/connectivity/relay/rconn.html b/gossipsub12/libp2p/protocols/connectivity/relay/rconn.html index 2df4ea501..e303570d3 100644 --- a/gossipsub12/libp2p/protocols/connectivity/relay/rconn.html +++ b/gossipsub12/libp2p/protocols/connectivity/relay/rconn.html @@ -289,9 +289,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -307,9 +307,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -326,9 +326,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -338,9 +338,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -352,9 +352,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -367,9 +367,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -383,7 +383,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/connectivity/relay/relay.html b/gossipsub12/libp2p/protocols/connectivity/relay/relay.html index ea23c1ba6..721ab9219 100644 --- a/gossipsub12/libp2p/protocols/connectivity/relay/relay.html +++ b/gossipsub12/libp2p/protocols/connectivity/relay/relay.html @@ -353,9 +353,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -369,6 +369,18 @@ class="link-seesrc" target="_blank">Source
+  Source +  Edit + +
+ +
+
DefaultLimitData = 131072
+
+ +   Source @@ -376,8 +388,8 @@ class="link-seesrc" target="_blank">Source
-
-
DefaultLimitData = 131072
+
+
DefaultLimitDuration = 120
@@ -388,8 +400,8 @@ class="link-seesrc" target="_blank">Source
-
-
DefaultLimitDuration = 120
+
+
DefaultReservationTTL = (seconds: 3600, nanosecond: 0)
@@ -398,18 +410,6 @@ href="https://github.com/status-im/nim-libp2p/tree/gossipsub12/libp2p/protocols/ class="link-seesrc" target="_blank">Source   Edit -
-
-
-
DefaultReservationTTL = (seconds: 3600, nanosecond: 0)
-
- - -  Source -  Edit -
@@ -417,23 +417,23 @@ class="link-seesrc" target="_blank">Source
-  Source -  Edit - -
-
-
-
MaxCircuitPerPeer = 16
-
- -   Source   Edit +
+
+
+
MaxCircuitPerPeer = 16
+
+ + +  Source +  Edit +
@@ -442,9 +442,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -461,9 +461,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -475,9 +475,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -487,9 +487,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -507,9 +507,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -519,9 +519,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -538,9 +538,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -552,9 +552,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -568,7 +568,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/connectivity/relay/rtransport.html b/gossipsub12/libp2p/protocols/connectivity/relay/rtransport.html index 012b70fa8..bed03d41b 100644 --- a/gossipsub12/libp2p/protocols/connectivity/relay/rtransport.html +++ b/gossipsub12/libp2p/protocols/connectivity/relay/rtransport.html @@ -312,9 +312,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -343,9 +343,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -398,9 +398,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/connectivity/relay/utils.html b/gossipsub12/libp2p/protocols/connectivity/relay/utils.html index c5782b9a3..4c686f94b 100644 --- a/gossipsub12/libp2p/protocols/connectivity/relay/utils.html +++ b/gossipsub12/libp2p/protocols/connectivity/relay/utils.html @@ -275,9 +275,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -287,9 +287,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -299,9 +299,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -318,9 +318,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -332,9 +332,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -346,9 +346,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -360,9 +360,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/identify.html b/gossipsub12/libp2p/protocols/identify.html index 4abff4dd8..d7e11e35c 100644 --- a/gossipsub12/libp2p/protocols/identify.html +++ b/gossipsub12/libp2p/protocols/identify.html @@ -347,9 +347,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -359,9 +359,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -380,9 +380,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -392,9 +392,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -406,9 +406,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -419,9 +419,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -431,9 +431,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -443,9 +443,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -460,9 +460,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -471,18 +471,6 @@ class="link-seesrc" target="_blank">Source
-  Source -  Edit - -
- -
-
IdentifyPushCodec = "/ipfs/id/push/1.0.0"
-
- -   Source @@ -490,8 +478,8 @@ class="link-seesrc" target="_blank">Source
-
-
ProtoVersion = "ipfs/0.1.0"
+
+
IdentifyPushCodec = "/ipfs/id/push/1.0.0"
@@ -500,6 +488,18 @@ href="https://github.com/status-im/nim-libp2p/tree/gossipsub12/libp2p/protocols/ class="link-seesrc" target="_blank">Source   Edit +
+
+
+
ProtoVersion = "ipfs/0.1.0"
+
+ + +  Source +  Edit +
@@ -514,9 +514,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -528,9 +528,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -540,9 +540,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -554,9 +554,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -567,9 +567,9 @@ class="link-seesrc" target="_blank">Source Create a IdentifyPush protocol. handler will be called every time a peer sends us new PeerInfo   Source -  Edit +  Edit @@ -581,9 +581,9 @@ class="link-seesrc" target="_blank">Source Send new peerInfos to a connection   Source -  Edit +  Edit @@ -598,9 +598,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -615,9 +615,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/ping.html b/gossipsub12/libp2p/protocols/ping.html index 5bf61090a..a8733b55a 100644 --- a/gossipsub12/libp2p/protocols/ping.html +++ b/gossipsub12/libp2p/protocols/ping.html @@ -291,9 +291,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -303,9 +303,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -315,9 +315,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -327,9 +327,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -344,9 +344,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -362,9 +362,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -376,9 +376,9 @@ class="link-seesrc" target="_blank">Source Sends ping to conn, returns the delay   Source -  Edit +  Edit @@ -404,7 +404,7 @@ class="link-seesrc" target="_blank">Source

Exports

-DNS_OR_IP, shortLog, decode, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, decode, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, maxInlineKeyLength, TranscoderDNS, QUIC, [], withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, write, DNSANY, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readVarint, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, len, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, hash, writePacked, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, WebSockets, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, key, init, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, toString, payload, init, stretchKeys, Connection, write, init, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, readVarint, getRawBytes, >, KeyPair, init, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, exclIfIt, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, init, isEmpty, ProtoScalar, shortLog, data, hex, protocols, bytes, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, init, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, init, ephemeral, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, init, toBytes, protoArgument, newLPStreamLimitError, write, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, isEnough, init, Reliable, addrs, hex, ProtoBuffer, closeImpl, WS, encode, finish, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, hash, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, init, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint +DNS_OR_IP, shortLog, init, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], decode, macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, bytes, maxInlineKeyLength, TranscoderDNS, QUIC, [], ephemeral, withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, peekSeq, init, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, write, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, decode, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, WebSockets, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, writePacked, init, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, init, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, finish, toString, payload, init, stretchKeys, Connection, write, DNSANY, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, hash, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, getRawBytes, >, KeyPair, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, isEmpty, ProtoScalar, shortLog, data, hex, protocols, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, key, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, init, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, readVarint, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, toBytes, protoArgument, newLPStreamLimitError, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, init, isEnough, init, readVarint, Reliable, addrs, hex, ProtoBuffer, closeImpl, write, WS, encode, init, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, hash, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint
@@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/protocol.html b/gossipsub12/libp2p/protocols/protocol.html index 946c7348b..4f2a3b1e9 100644 --- a/gossipsub12/libp2p/protocols/protocol.html +++ b/gossipsub12/libp2p/protocols/protocol.html @@ -338,9 +338,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -350,9 +350,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -367,9 +367,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -384,9 +384,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -396,9 +396,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -408,9 +408,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -421,9 +421,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -433,9 +433,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -445,9 +445,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -459,9 +459,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -491,9 +491,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -505,9 +505,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -518,9 +518,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -535,9 +535,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -547,9 +547,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -563,7 +563,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub.html b/gossipsub12/libp2p/protocols/pubsub.html index 44668e90a..dbde77386 100644 --- a/gossipsub12/libp2p/protocols/pubsub.html +++ b/gossipsub12/libp2p/protocols/pubsub.html @@ -239,7 +239,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/errors.html b/gossipsub12/libp2p/protocols/pubsub/errors.html index b8cb69a98..a409372db 100644 --- a/gossipsub12/libp2p/protocols/pubsub/errors.html +++ b/gossipsub12/libp2p/protocols/pubsub/errors.html @@ -239,9 +239,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/floodsub.html b/gossipsub12/libp2p/protocols/pubsub/floodsub.html index 4e060e1f1..d50d41900 100644 --- a/gossipsub12/libp2p/protocols/pubsub/floodsub.html +++ b/gossipsub12/libp2p/protocols/pubsub/floodsub.html @@ -326,9 +326,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -396,9 +396,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -409,9 +409,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -423,9 +423,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -437,9 +437,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -450,9 +450,9 @@ class="link-seesrc" target="_blank">Source handle peer disconnects   Source -  Edit +  Edit @@ -466,7 +466,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/gossipsub.html b/gossipsub12/libp2p/protocols/pubsub/gossipsub.html index 5b32647a4..8b58f788f 100644 --- a/gossipsub12/libp2p/protocols/pubsub/gossipsub.html +++ b/gossipsub12/libp2p/protocols/pubsub/gossipsub.html @@ -360,9 +360,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -390,9 +390,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -404,9 +404,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -417,9 +417,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -430,9 +430,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -448,9 +448,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -460,9 +460,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -473,9 +473,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -486,9 +486,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -499,9 +499,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -512,9 +512,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -526,9 +526,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -540,9 +540,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -554,9 +554,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -568,9 +568,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -581,9 +581,9 @@ class="link-seesrc" target="_blank">Source handle peer disconnects   Source -  Edit +  Edit @@ -602,7 +602,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/gossipsub/behavior.html b/gossipsub12/libp2p/protocols/pubsub/gossipsub/behavior.html index 868c13831..73fd00547 100644 --- a/gossipsub12/libp2p/protocols/pubsub/gossipsub/behavior.html +++ b/gossipsub12/libp2p/protocols/pubsub/gossipsub/behavior.html @@ -311,9 +311,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -324,9 +324,9 @@ class="link-seesrc" target="_blank">Source gossip iHave messages to peers   Source -  Edit +  Edit @@ -337,9 +337,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -349,9 +349,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -362,9 +362,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -375,9 +375,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -388,9 +388,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -401,9 +401,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -414,9 +414,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -427,9 +427,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -440,9 +440,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -453,9 +453,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -466,9 +466,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -478,9 +478,9 @@ class="link-seesrc" target="_blank">Source get fanout peers for a topic   Source -  Edit +  Edit @@ -494,7 +494,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/gossipsub/scoring.html b/gossipsub12/libp2p/protocols/pubsub/gossipsub/scoring.html index 7d9aa5f9f..aeef24572 100644 --- a/gossipsub12/libp2p/protocols/pubsub/gossipsub/scoring.html +++ b/gossipsub12/libp2p/protocols/pubsub/gossipsub/scoring.html @@ -314,9 +314,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -326,9 +326,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -339,9 +339,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -353,9 +353,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -365,9 +365,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -379,9 +379,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -392,9 +392,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -405,9 +405,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -418,9 +418,9 @@ class="link-seesrc" target="_blank">Source https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#the-score-function   Source -  Edit +  Edit @@ -432,9 +432,9 @@ class="link-seesrc" target="_blank">Source Add or update peer statistics for a particular peer id - the statistics are retained across multiple connections until they expire   Source -  Edit +  Edit @@ -448,7 +448,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/gossipsub/types.html b/gossipsub12/libp2p/protocols/pubsub/gossipsub/types.html index 98b5bfb58..5acdc6222 100644 --- a/gossipsub12/libp2p/protocols/pubsub/gossipsub/types.html +++ b/gossipsub12/libp2p/protocols/pubsub/gossipsub/types.html @@ -384,9 +384,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -415,9 +415,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -464,9 +464,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -502,9 +502,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -516,9 +516,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -528,9 +528,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -549,9 +549,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -579,9 +579,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -591,9 +591,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -608,9 +608,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -620,9 +620,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -704,9 +704,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -752,9 +752,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -764,9 +764,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -776,9 +776,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -792,7 +792,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/mcache.html b/gossipsub12/libp2p/protocols/pubsub/mcache.html index 41919bb27..5d7a49787 100644 --- a/gossipsub12/libp2p/protocols/pubsub/mcache.html +++ b/gossipsub12/libp2p/protocols/pubsub/mcache.html @@ -324,9 +324,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -348,9 +348,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -360,9 +360,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -372,9 +372,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -384,9 +384,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -405,7 +405,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/peertable.html b/gossipsub12/libp2p/protocols/pubsub/peertable.html index e02da336d..480f9ec60 100644 --- a/gossipsub12/libp2p/protocols/pubsub/peertable.html +++ b/gossipsub12/libp2p/protocols/pubsub/peertable.html @@ -273,9 +273,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -304,9 +304,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -317,9 +317,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -329,9 +329,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -341,9 +341,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -354,9 +354,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -370,7 +370,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/pubsub.html b/gossipsub12/libp2p/protocols/pubsub/pubsub.html index e9c4c9a32..41a5d09c4 100644 --- a/gossipsub12/libp2p/protocols/pubsub/pubsub.html +++ b/gossipsub12/libp2p/protocols/pubsub/pubsub.html @@ -470,9 +470,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -675,9 +675,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -712,9 +712,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -725,9 +725,9 @@ class="link-seesrc" target="_blank">Source Every time a peer send us a subscription (even to an unknown topic), we have to store it, which may be an attack vector. This callback can be used to reject topic we're not interested in   Source -  Edit +  Edit @@ -738,9 +738,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -750,9 +750,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -763,9 +763,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -780,9 +780,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -792,9 +792,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -810,9 +810,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -831,9 +831,9 @@ class="link-seesrc" target="_blank">Source

High priority messages are sent immediately, while low priority messages are queued and sent only after all high priority messages have been sent.

  Source -  Edit +  Edit @@ -844,9 +844,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -865,9 +865,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -878,9 +878,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -899,9 +899,9 @@ class="link-seesrc" target="_blank">Source

High priority messages are sent immediately, while low priority messages are queued and sent only after all high priority messages have been sent.

  Source -  Edit +  Edit @@ -913,9 +913,9 @@ class="link-seesrc" target="_blank">Source send subscriptions to remote peer   Source -  Edit +  Edit @@ -931,9 +931,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -944,9 +944,9 @@ class="link-seesrc" target="_blank">Source unsubscribe from a topic string   Source -  Edit +  Edit @@ -957,9 +957,9 @@ class="link-seesrc" target="_blank">Source unsubscribe from a list of topic handlers   Source -  Edit +  Edit @@ -970,9 +970,9 @@ class="link-seesrc" target="_blank">Source unsubscribe every handler from topic   Source -  Edit +  Edit @@ -982,9 +982,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1000,9 +1000,9 @@ class="link-seesrc" target="_blank">Source Add a validator to a topic. Each new message received in this will be sent to hook. hook can return either Accept, Ignore or Reject (which can descore the peer)   Source -  Edit +  Edit @@ -1013,9 +1013,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1033,9 +1033,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1046,9 +1046,9 @@ class="link-seesrc" target="_blank">Source perform pubsub initialization   Source -  Edit +  Edit @@ -1059,9 +1059,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1072,9 +1072,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1088,9 +1088,9 @@ class="link-seesrc" target="_blank">Source

The return value is the number of neighbours that we attempted to send the message to, excluding self. Note that this is an optimistic number of attempts - the number of peers that actually receive the message might be lower.

  Source -  Edit +  Edit @@ -1101,9 +1101,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1115,9 +1115,9 @@ class="link-seesrc" target="_blank">Source Handler that must be overridden by concrete implementation   Source -  Edit +  Edit @@ -1128,9 +1128,9 @@ class="link-seesrc" target="_blank">Source subscribe to remote peer to receive/send pubsub messages   Source -  Edit +  Edit @@ -1141,9 +1141,9 @@ class="link-seesrc" target="_blank">Source handle peer disconnects   Source -  Edit +  Edit @@ -1155,9 +1155,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1176,7 +1176,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/pubsubpeer.html b/gossipsub12/libp2p/protocols/pubsub/pubsubpeer.html index c5a8bd9c8..f28929b39 100644 --- a/gossipsub12/libp2p/protocols/pubsub/pubsubpeer.html +++ b/gossipsub12/libp2p/protocols/pubsub/pubsubpeer.html @@ -401,9 +401,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -413,9 +413,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -425,9 +425,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -437,9 +437,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -452,9 +452,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -488,9 +488,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -502,9 +502,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -515,9 +515,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -528,9 +528,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -544,9 +544,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -561,9 +561,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -578,9 +578,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -590,9 +590,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -602,9 +602,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -614,9 +614,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -626,9 +626,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -639,9 +639,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -651,9 +651,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -663,9 +663,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -675,9 +675,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -691,9 +691,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -703,9 +703,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -716,9 +716,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -737,9 +737,9 @@ class="link-seesrc" target="_blank">Source

High priority messages are sent immediately, while low priority messages are queued and sent only after all high priority messages have been sent.

  Source -  Edit +  Edit @@ -757,9 +757,9 @@ class="link-seesrc" target="_blank">Source

High priority messages are sent immediately, while low priority messages are queued and sent only after all high priority messages have been sent.

  Source -  Edit +  Edit @@ -769,9 +769,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -782,9 +782,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -799,9 +799,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -810,7 +810,7 @@ class="link-seesrc" target="_blank">Source

Exports

-formatItIMPL, exclIfIt, hash, shortLog, random, $, write, PeerId, ==, getField, <=, capLen, init, validate, init, match, <, getBytes, maxInlineKeyLength, write, withValue, safeConvert, shortLog, >=, withValue, public, shortLog, compilesOr, toBytes, match, valueOr, init, init, init, toOpt, init, withValue, hasPublicKey, >, hex, len, exceptionToAssert, cmp, extractPublicKey, DNS_OR_IP, shortLog, decode, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, decode, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, maxInlineKeyLength, TranscoderDNS, QUIC, [], withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, write, DNSANY, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readVarint, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, len, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, hash, writePacked, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, WebSockets, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, key, init, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, toString, payload, init, stretchKeys, Connection, write, init, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, readVarint, getRawBytes, >, KeyPair, init, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, exclIfIt, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, init, isEmpty, ProtoScalar, shortLog, data, hex, protocols, bytes, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, init, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, init, ephemeral, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, init, toBytes, protoArgument, newLPStreamLimitError, write, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, isEnough, init, Reliable, addrs, hex, ProtoBuffer, closeImpl, WS, encode, finish, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, hash, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, init, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint +formatItIMPL, hash, shortLog, random, $, write, PeerId, ==, getField, <=, capLen, init, validate, init, match, <, getBytes, maxInlineKeyLength, write, withValue, safeConvert, shortLog, >=, withValue, public, shortLog, compilesOr, toBytes, match, valueOr, init, init, init, toOpt, init, withValue, hasPublicKey, >, hex, len, exceptionToAssert, cmp, extractPublicKey, DNS_OR_IP, shortLog, init, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], decode, macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, bytes, maxInlineKeyLength, TranscoderDNS, QUIC, [], ephemeral, withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, peekSeq, init, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, write, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, decode, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, WebSockets, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, writePacked, init, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, init, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, finish, toString, payload, init, stretchKeys, Connection, write, DNSANY, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, hash, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, getRawBytes, >, KeyPair, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, isEmpty, ProtoScalar, shortLog, data, hex, protocols, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, key, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, init, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, readVarint, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, toBytes, protoArgument, newLPStreamLimitError, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, init, isEnough, init, readVarint, Reliable, addrs, hex, ProtoBuffer, closeImpl, write, WS, encode, init, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, hash, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint
@@ -820,7 +820,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/rpc/message.html b/gossipsub12/libp2p/protocols/pubsub/rpc/message.html index 07764fce4..435d7f64a 100644 --- a/gossipsub12/libp2p/protocols/pubsub/rpc/message.html +++ b/gossipsub12/libp2p/protocols/pubsub/rpc/message.html @@ -268,9 +268,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -282,9 +282,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -296,9 +296,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -309,9 +309,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -321,9 +321,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -342,7 +342,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/rpc/messages.html b/gossipsub12/libp2p/protocols/pubsub/rpc/messages.html index cef5743aa..722c0d450 100644 --- a/gossipsub12/libp2p/protocols/pubsub/rpc/messages.html +++ b/gossipsub12/libp2p/protocols/pubsub/rpc/messages.html @@ -328,9 +328,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -343,9 +343,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -357,9 +357,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -375,9 +375,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -391,9 +391,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -410,9 +410,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -422,9 +422,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -437,9 +437,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -455,9 +455,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -469,9 +469,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -484,9 +484,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -501,9 +501,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -525,9 +525,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -537,9 +537,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -549,9 +549,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -560,83 +560,83 @@ class="link-seesrc" target="_blank">Source
-  Source -  Edit - -
- -
-
func shortLog(m: RPCMsg): auto {....raises: [], tags: [].}
-
- - -  Source -  Edit - -
-
-
-
func shortLog(msg: Message): auto {....raises: [], tags: [].}
-
- - -  Source -  Edit - -
-
-
-
func shortLog(s: ControlGraft): auto {....raises: [], tags: [].}
-
- - -  Source -  Edit - -
-
-
-
func shortLog(s: ControlIHave): auto {....raises: [], tags: [].}
-
- - -  Source -  Edit - -
-
-
-
func shortLog(s: ControlIWant): auto {....raises: [], tags: [].}
-
- - -  Source -  Edit - -
-
-
-
func shortLog(s: ControlPrune): auto {....raises: [], tags: [].}
-
- -   Source   Edit +
+
+
+
func shortLog(m: RPCMsg): auto {....raises: [], tags: [].}
+
+ + +  Source +  Edit + +
+
+
+
func shortLog(msg: Message): auto {....raises: [], tags: [].}
+
+ + +  Source +  Edit + +
+
+
+
func shortLog(s: ControlGraft): auto {....raises: [], tags: [].}
+
+ + +  Source +  Edit + +
+
+
+
func shortLog(s: ControlIHave): auto {....raises: [], tags: [].}
+
+ + +  Source +  Edit + +
+
+
+
func shortLog(s: ControlIWant): auto {....raises: [], tags: [].}
+
+ + +  Source +  Edit + +
+
+
+
func shortLog(s: ControlPrune): auto {....raises: [], tags: [].}
+
+ + +  Source +  Edit +
@@ -646,9 +646,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -662,7 +662,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/rpc/protobuf.html b/gossipsub12/libp2p/protocols/pubsub/rpc/protobuf.html index ffbe6f6b5..7d8b0327c 100644 --- a/gossipsub12/libp2p/protocols/pubsub/rpc/protobuf.html +++ b/gossipsub12/libp2p/protocols/pubsub/rpc/protobuf.html @@ -320,9 +320,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -346,9 +346,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -359,9 +359,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -372,9 +372,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -385,9 +385,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -398,9 +398,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -411,9 +411,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -424,9 +424,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -437,9 +437,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -450,9 +450,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -476,9 +476,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -596,7 +596,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/pubsub/timedcache.html b/gossipsub12/libp2p/protocols/pubsub/timedcache.html index 72eea7d6b..8569e7b03 100644 --- a/gossipsub12/libp2p/protocols/pubsub/timedcache.html +++ b/gossipsub12/libp2p/protocols/pubsub/timedcache.html @@ -367,9 +367,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -379,9 +379,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -391,9 +391,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -428,9 +428,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -440,9 +440,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -456,7 +456,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/rendezvous.html b/gossipsub12/libp2p/protocols/rendezvous.html index 509bd7110..fa85e1964 100644 --- a/gossipsub12/libp2p/protocols/rendezvous.html +++ b/gossipsub12/libp2p/protocols/rendezvous.html @@ -333,9 +333,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -345,9 +345,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -362,9 +362,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -374,9 +374,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -392,9 +392,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -405,9 +405,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -419,9 +419,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -432,9 +432,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -444,9 +444,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -457,9 +457,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -469,9 +469,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -488,9 +488,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -502,9 +502,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -516,9 +516,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -532,7 +532,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/secure/noise.html b/gossipsub12/libp2p/protocols/secure/noise.html index 811329f0b..557a9fc85 100644 --- a/gossipsub12/libp2p/protocols/secure/noise.html +++ b/gossipsub12/libp2p/protocols/secure/noise.html @@ -338,9 +338,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -353,9 +353,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -364,35 +364,35 @@ class="link-seesrc" target="_blank">Source
-  Source -  Edit - -
- -
-
NoiseError = object of LPStreamError
-
- - -  Source -  Edit - -
-
-
-
NoiseHandshakeError = object of NoiseError
-
- -   Source   Edit +
+
+
+
NoiseError = object of LPStreamError
+
+ + +  Source +  Edit + +
+
+
+
NoiseHandshakeError = object of NoiseError
+
+ + +  Source +  Edit +
@@ -401,9 +401,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -413,9 +413,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -430,9 +430,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -449,9 +449,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -461,9 +461,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -480,9 +480,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -496,9 +496,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -508,9 +508,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -523,9 +523,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -537,9 +537,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -554,9 +554,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -570,7 +570,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/protocols/secure/secure.html b/gossipsub12/libp2p/protocols/secure/secure.html index c55f05163..b58b9c1e8 100644 --- a/gossipsub12/libp2p/protocols/secure/secure.html +++ b/gossipsub12/libp2p/protocols/secure/secure.html @@ -392,9 +392,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -423,9 +423,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -435,9 +435,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -451,9 +451,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -463,9 +463,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -476,9 +476,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -491,9 +491,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -505,9 +505,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -520,9 +520,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -537,9 +537,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -558,7 +558,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/routing_record.html b/gossipsub12/libp2p/routing_record.html index 455cbc7ca..8a823a345 100644 --- a/gossipsub12/libp2p/routing_record.html +++ b/gossipsub12/libp2p/routing_record.html @@ -293,9 +293,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -309,9 +309,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -321,9 +321,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -339,9 +339,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -352,9 +352,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -364,9 +364,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -377,9 +377,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -389,9 +389,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -401,9 +401,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -412,7 +412,7 @@ class="link-seesrc" target="_blank">Source

Exports

-formatItIMPL, exclIfIt, hash, shortLog, random, $, write, PeerId, ==, getField, <=, capLen, init, validate, init, match, <, getBytes, maxInlineKeyLength, write, withValue, safeConvert, shortLog, >=, withValue, public, shortLog, compilesOr, toBytes, match, valueOr, init, init, init, toOpt, init, withValue, hasPublicKey, >, hex, len, exceptionToAssert, cmp, extractPublicKey, DNS_OR_IP, exclIfIt, hash, UDP_DNS, MaError, IPFS, MaPatternOp, isEmpty, WS_DNS, initVBuffer, ProtoScalar, getProtoHeader, hex, protocols, bytes, ==, getLen, HTTPS, UNIX, isEnough, TranscoderIP6, encode, [], MaResult, init, ProtoField, peekVarint, getRequiredRepeatedField, mapOr, writeSeq, WebSockets_IP, &, DNS6, TLS_WS, [], IpTransportProtocol, QUIC, toOpenArray, IP4, TranscoderPort, withValue, safeConvert, getRequiredField, $, WS_IP, withValue, public, MAKind, getField, checkFieldNumber, TranscoderOnion3, getRepeatedField, matchPartial, protoArgument, match, data, WebSockets, $, isEmpty, HTTP, initVBuffer, finish, VBuffer, init, TcpOnion3, initProtoBuffer, MAProtocol, peekSeq, getPackedRepeatedField, toOpt, getProtoHeader, ProtoHeader, IP, getField, protoAddress, DNS4, readArray, getPtr, withValue, P2PPattern, CircuitRelay, contains, isEnough, Reliable, ProtoBuffer, len, WS, exceptionToAssert, mapAnd, UDP_IP, DNSANY, DNSADDR, append, write, WSS_IP, peekArray, WSS, readSeq, getRepeatedField, TCP_IP, getField, writePacked, Unreliable, TCP_DNS, capLen, init, protoName, protoArgument, validate, mapEq, Onion3, MaPattern, TranscoderIP6Zone, $, initProtoBuffer, concat, TranscoderP2P, WSS_DNS, writeLPVarint, write, ProtoResult, WebRTCDirect, len, UDP, MaPatResult, TranscoderOnion, write, init, shortLog, items, isEmpty, writeArray, write, WebSockets_DNS, init, UTP, [], IP6, shortLog, ProtoFlags, finish, writePBVarint, valueOr, ProtoFieldKind, TCP, TranscoderDNS, getRepeatedField, ProtoError, init, init, getField, MultiAddress, &=, readVarint, compilesOr, vsizeof, getField, TranscoderIP4, init, initVBuffer, protoCode, MaInvalidAddress, initProtoBuffer, DNS, write, TranscoderUnix, high, toString, writeVarint, SupportedWireTypes, verify, Signature, exclIfIt, shortLog, init, SupportedSchemesInt, $, toBytes, DigestSheme, ephemeral, getField, mac, init, decode, ==, write, sign, init, encode, shuffle, random, init, Secret, write, init, init, ephemeral, withValue, safeConvert, init, supported, withValue, public, key, init, init, SignedPayload, toBytes, PrivateKey, ECDHEScheme, keyOpenArray, random, payload, withValue, toOpt, newRng, selectBest, Envelope, getPublicKey, init, write, exceptionToAssert, init, getField, getField, iv, init, CryptoError, ==, write, SupportedSchemes, libp2p_pki_schemes, init, random, toBytes, capLen, macOpenArray, init, toRawBytes, init, random, CryptoResult, init, write, EnvelopeError, encode, shortLog, init, getBytes, init, decode, shortLog, PKScheme, PublicKey, stretchKeys, valueOr, getBytes, init, getField, ivOpenArray, RsaDefaultKeySize, getBytes, compilesOr, orError, init, $, write, goffset, getRawBytes, getOrder, KeyPair, init +formatItIMPL, hash, shortLog, random, $, write, PeerId, ==, getField, <=, capLen, init, validate, init, match, <, getBytes, maxInlineKeyLength, write, withValue, safeConvert, shortLog, >=, withValue, public, shortLog, compilesOr, toBytes, match, valueOr, init, init, init, toOpt, init, withValue, hasPublicKey, >, hex, len, exceptionToAssert, cmp, extractPublicKey, DNS_OR_IP, hash, UDP_DNS, MaError, IPFS, MaPatternOp, isEmpty, WS_DNS, initVBuffer, ProtoScalar, getProtoHeader, hex, protocols, bytes, ==, getLen, HTTPS, UNIX, isEnough, TranscoderIP6, encode, [], MaResult, init, ProtoField, peekVarint, getRequiredRepeatedField, mapOr, writeSeq, WebSockets_IP, &, DNS6, TLS_WS, [], IpTransportProtocol, QUIC, toOpenArray, IP4, TranscoderPort, withValue, safeConvert, getRequiredField, $, WS_IP, withValue, public, MAKind, getField, checkFieldNumber, TranscoderOnion3, getRepeatedField, matchPartial, protoArgument, match, data, WebSockets, $, isEmpty, HTTP, initVBuffer, finish, VBuffer, init, TcpOnion3, initProtoBuffer, MAProtocol, peekSeq, getPackedRepeatedField, toOpt, getProtoHeader, ProtoHeader, IP, getField, protoAddress, DNS4, readArray, getPtr, withValue, P2PPattern, CircuitRelay, contains, isEnough, Reliable, ProtoBuffer, len, WS, exceptionToAssert, mapAnd, UDP_IP, DNSANY, DNSADDR, append, write, WSS_IP, peekArray, WSS, readSeq, getRepeatedField, TCP_IP, getField, writePacked, Unreliable, TCP_DNS, capLen, init, protoName, protoArgument, validate, mapEq, Onion3, MaPattern, TranscoderIP6Zone, $, initProtoBuffer, concat, TranscoderP2P, WSS_DNS, writeLPVarint, write, ProtoResult, WebRTCDirect, len, UDP, MaPatResult, TranscoderOnion, write, init, shortLog, items, isEmpty, writeArray, write, WebSockets_DNS, init, UTP, [], IP6, shortLog, ProtoFlags, finish, writePBVarint, valueOr, ProtoFieldKind, TCP, TranscoderDNS, getRepeatedField, ProtoError, init, init, getField, MultiAddress, &=, readVarint, compilesOr, vsizeof, getField, TranscoderIP4, init, initVBuffer, protoCode, MaInvalidAddress, initProtoBuffer, DNS, write, TranscoderUnix, high, toString, writeVarint, SupportedWireTypes, verify, Signature, shortLog, init, SupportedSchemesInt, $, toBytes, DigestSheme, ephemeral, getField, mac, init, decode, ==, write, sign, init, encode, shuffle, random, init, Secret, write, init, init, ephemeral, withValue, safeConvert, init, supported, withValue, public, key, init, init, SignedPayload, toBytes, PrivateKey, ECDHEScheme, keyOpenArray, payload, withValue, toOpt, newRng, selectBest, Envelope, getPublicKey, init, random, write, exceptionToAssert, init, getField, getField, iv, init, CryptoError, ==, write, SupportedSchemes, libp2p_pki_schemes, init, toBytes, random, capLen, macOpenArray, init, toRawBytes, init, random, CryptoResult, init, write, EnvelopeError, encode, shortLog, init, getBytes, init, decode, shortLog, PKScheme, PublicKey, stretchKeys, valueOr, getBytes, init, getField, ivOpenArray, RsaDefaultKeySize, getBytes, compilesOr, orError, init, $, write, goffset, getRawBytes, getOrder, KeyPair, init
@@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/services/wildcardresolverservice.html b/gossipsub12/libp2p/services/wildcardresolverservice.html index 0beb66d4d..f5ebd3acc 100644 --- a/gossipsub12/libp2p/services/wildcardresolverservice.html +++ b/gossipsub12/libp2p/services/wildcardresolverservice.html @@ -426,7 +426,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/signed_envelope.html b/gossipsub12/libp2p/signed_envelope.html index db8adfa1e..3e1eacc23 100644 --- a/gossipsub12/libp2p/signed_envelope.html +++ b/gossipsub12/libp2p/signed_envelope.html @@ -318,9 +318,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -332,9 +332,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -347,9 +347,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -365,9 +365,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -378,9 +378,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -391,9 +391,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -404,9 +404,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -417,9 +417,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -430,9 +430,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -444,9 +444,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -457,9 +457,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -469,9 +469,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -482,9 +482,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -493,7 +493,7 @@ class="link-seesrc" target="_blank">Source

Exports

-Signature, exclIfIt, shortLog, toBytes, DigestSheme, ephemeral, init, toRawBytes, sign, SupportedSchemesInt, ECDHEScheme, macOpenArray, Secret, $, write, init, selectBest, init, ephemeral, withValue, safeConvert, init, init, withValue, public, init, getField, valueOr, init, toBytes, random, init, getBytes, getBytes, toOpt, init, newRng, withValue, getPublicKey, init, random, init, exceptionToAssert, init, init, init, getField, iv, CryptoError, ==, verify, init, key, SupportedSchemes, RsaDefaultKeySize, toBytes, capLen, shuffle, supported, write, ==, libp2p_pki_schemes, random, getRawBytes, random, keyOpenArray, CryptoResult, stretchKeys, init, write, init, shortLog, init, PublicKey, mac, shortLog, PKScheme, init, PrivateKey, getBytes, ivOpenArray, write, compilesOr, orError, $, write, goffset, getOrder, KeyPair +Signature, shortLog, toBytes, DigestSheme, ephemeral, init, toRawBytes, sign, SupportedSchemesInt, ECDHEScheme, macOpenArray, Secret, $, write, init, selectBest, init, ephemeral, withValue, safeConvert, init, init, withValue, public, init, getField, valueOr, init, toBytes, random, init, getBytes, getBytes, toOpt, init, newRng, withValue, getPublicKey, init, random, init, exceptionToAssert, init, init, init, getField, iv, CryptoError, ==, verify, init, key, SupportedSchemes, RsaDefaultKeySize, toBytes, capLen, shuffle, supported, write, ==, libp2p_pki_schemes, random, getRawBytes, random, keyOpenArray, CryptoResult, stretchKeys, init, write, init, shortLog, init, PublicKey, mac, shortLog, PKScheme, init, PrivateKey, getBytes, ivOpenArray, write, compilesOr, orError, $, write, goffset, getOrder, KeyPair
@@ -503,7 +503,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/stream/bufferstream.html b/gossipsub12/libp2p/stream/bufferstream.html index 4a033c288..27a4eab07 100644 --- a/gossipsub12/libp2p/stream/bufferstream.html +++ b/gossipsub12/libp2p/stream/bufferstream.html @@ -338,9 +338,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -355,9 +355,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -372,9 +372,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -385,9 +385,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -397,9 +397,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -414,9 +414,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -428,9 +428,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -440,9 +440,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -472,9 +472,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -486,9 +486,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -514,7 +514,7 @@ class="link-seesrc" target="_blank">Source

Exports

-DNS_OR_IP, shortLog, decode, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, decode, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, maxInlineKeyLength, TranscoderDNS, QUIC, [], withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, write, DNSANY, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readVarint, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, len, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, hash, writePacked, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, WebSockets, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, key, init, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, toString, payload, init, stretchKeys, Connection, write, init, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, readVarint, getRawBytes, >, KeyPair, init, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, exclIfIt, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, init, isEmpty, ProtoScalar, shortLog, data, hex, protocols, bytes, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, init, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, init, ephemeral, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, init, toBytes, protoArgument, newLPStreamLimitError, write, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, isEnough, init, Reliable, addrs, hex, ProtoBuffer, closeImpl, WS, encode, finish, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, hash, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, init, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint +DNS_OR_IP, shortLog, init, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], decode, macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, bytes, maxInlineKeyLength, TranscoderDNS, QUIC, [], ephemeral, withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, peekSeq, init, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, write, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, decode, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, WebSockets, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, writePacked, init, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, init, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, finish, toString, payload, init, stretchKeys, Connection, write, DNSANY, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, hash, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, getRawBytes, >, KeyPair, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, isEmpty, ProtoScalar, shortLog, data, hex, protocols, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, key, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, init, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, readVarint, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, toBytes, protoArgument, newLPStreamLimitError, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, init, isEnough, init, readVarint, Reliable, addrs, hex, ProtoBuffer, closeImpl, write, WS, encode, init, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, hash, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint
@@ -524,7 +524,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/stream/chronosstream.html b/gossipsub12/libp2p/stream/chronosstream.html index 65c9913b8..514876a2f 100644 --- a/gossipsub12/libp2p/stream/chronosstream.html +++ b/gossipsub12/libp2p/stream/chronosstream.html @@ -327,9 +327,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -363,9 +363,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -375,9 +375,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -392,9 +392,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -404,9 +404,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -418,9 +418,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -430,9 +430,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -442,9 +442,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -456,9 +456,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -471,9 +471,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -488,9 +488,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -504,7 +504,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/stream/connection.html b/gossipsub12/libp2p/stream/connection.html index 855b45c37..82c83ac18 100644 --- a/gossipsub12/libp2p/stream/connection.html +++ b/gossipsub12/libp2p/stream/connection.html @@ -336,9 +336,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -348,9 +348,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -365,9 +365,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -377,9 +377,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -394,9 +394,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -409,9 +409,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -421,9 +421,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -440,9 +440,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -452,9 +452,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -481,9 +481,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -492,7 +492,7 @@ class="link-seesrc" target="_blank">Source

Exports

-InvalidVarintError, atEof, newLPStreamIncompleteError, writeLp, initStream, formatItIMPL, newLPStreamResetError, readVarint, LPStreamError, closeWithEOF, newLPStreamLimitError, join, LPStreamResetError, write, Eof, newLPStreamClosedError, LPStreamIncompleteError, close, LPStreamRemoteClosedError, readLp, LPStreamEOFError, LPStreamTrackerName, shortLog, LPStreamConnDownError, LPStreamLimitError, readOnce, toException, toException, LPStream, LPStreamClosedError, newLPStreamEOFError, StreamTracker, MaxSizeError, write, closeImpl, writeLp, newLPStreamRemoteClosedError, checkFutures, readLine, Direction, readExactly, newLPStreamConnDownError, closed, LPError, shortLog, UDP_DNS, ephemeral, init, MaPatternOp, <=, shortLog, init, $, validate, hash, init, TLS_WS, TranscoderDNS, init, ephemeral, getField, MAKind, getField, checkFieldNumber, init, getRepeatedField, getBytes, len, &, finish, peekSeq, fullAddrs, getProtoHeader, init, withValue, getPublicKey, exceptionToAssert, new, DNSANY, DNSADDR, AddressMapper, WSS, init, toBytes, TCP_DNS, shortLog, encode, len, supported, ==, $, WSS_DNS, <, $, PeerInfo, TranscoderOnion, write, key, writeArray, PeerId, IP6, shortLog, payload, init, TCP, PrivateKey, getBytes, init, &=, init, $, getRawBytes, KeyPair, update, SupportedWireTypes, hash, init, DNS4, isEmpty, ProtoScalar, data, HTTPS, TranscoderIP6, encode, MaResult, DNS6, [], IpTransportProtocol, toOpenArray, TranscoderPort, isEnough, write, >=, init, payloadDomain, $, MaPattern, init, TranscoderOnion3, protoArgument, write, keyOpenArray, match, WebSockets_DNS, isEmpty, getRequiredRepeatedField, initProtoBuffer, init, getField, selectBest, getPtr, Envelope, init, init, Reliable, addrs, init, match, getField, CryptoError, append, vsizeof, init, parseFullAddress, getRepeatedField, checkFutures, shuffle, validate, protoCode, getField, TranscoderP2P, sign, getBytes, encode, len, TranscoderIP6Zone, shortLog, items, getBytes, init, ProtoFieldKind, protoArgument, getField, readVarint, orError, MaInvalidAddress, writeVarint, getOrder, TranscoderUnix, SignedPeerRecord, DNS_OR_IP, decode, random, getProtoHeader, MaError, finish, decode, matchPartial, WS_DNS, initVBuffer, ProtoFlags, ==, getLen, ECDHEScheme, init, [], random, Secret, peekVarint, random, mapOr, bytes, maxInlineKeyLength, QUIC, withValue, getRequiredField, mac, WS_IP, public, write, valueOr, HTTP, initVBuffer, TcpOnion3, write, toOpt, payloadType, ProtoHeader, $, IP, protoAddress, newRng, checkValid, WebSockets, CircuitRelay, extractPublicKey, mapAnd, UDP_IP, ==, write, TCP_IP, writePacked, readSeq, capLen, protoName, toRawBytes, initProtoBuffer, toException, init, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, init, UDP, init, isEmpty, decode, initVBuffer, PKScheme, random, write, init, write, PeerInfoError, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, goffset, >, init, high, toString, init, cmp, formatItIMPL, formatItIMPL, Signature, exclIfIt, toBytes, DigestSheme, IPFS, MultiAddress, hex, protocols, init, UNIX, init, ProtoField, toBytes, writeSeq, stretchKeys, ==, [], IP4, safeConvert, getField, init, withValue, SignedPayload, toBytes, init, MAProtocol, getPackedRepeatedField, contains, libp2p_pki_schemes, readArray, P2PPattern, hasPublicKey, isEnough, hex, write, WS, encode, init, getField, iv, getField, WSS_IP, peekArray, PeerRecord, SupportedSchemes, Unreliable, SupportedSchemesInt, random, LPError, macOpenArray, mapEq, Onion3, concat, AddressInfo, init, write, EnvelopeError, MaPatResult, ProtoBuffer, init, init, write, write, UTP, verify, init, PublicKey, WebSockets_IP, VBuffer, writePBVarint, getRepeatedField, ProtoError, init, ivOpenArray, RsaDefaultKeySize, getField, write, toException, toException, checkFutures, LPError +InvalidVarintError, atEof, newLPStreamIncompleteError, writeLp, initStream, formatItIMPL, newLPStreamResetError, readVarint, LPStreamError, closeWithEOF, newLPStreamLimitError, join, LPStreamResetError, write, Eof, newLPStreamClosedError, LPStreamIncompleteError, close, LPStreamRemoteClosedError, readLp, LPStreamEOFError, LPStreamTrackerName, shortLog, LPStreamConnDownError, LPStreamLimitError, readOnce, toException, toException, LPStream, LPStreamClosedError, newLPStreamEOFError, StreamTracker, MaxSizeError, write, closeImpl, writeLp, newLPStreamRemoteClosedError, checkFutures, readLine, Direction, readExactly, newLPStreamConnDownError, closed, LPError, shortLog, UDP_DNS, ephemeral, init, MaPatternOp, <=, shortLog, init, $, validate, hash, init, TLS_WS, TranscoderDNS, init, ephemeral, getField, MAKind, getField, checkFieldNumber, init, getRepeatedField, getBytes, WebSockets, &, finish, peekSeq, fullAddrs, getProtoHeader, init, withValue, getPublicKey, exceptionToAssert, new, DNSANY, DNSADDR, AddressMapper, WSS, init, toBytes, TCP_DNS, shortLog, encode, len, supported, ==, $, WSS_DNS, <, $, PeerInfo, TranscoderOnion, write, key, writeArray, PeerId, IP6, shortLog, payload, init, TCP, PrivateKey, getBytes, init, &=, init, $, getRawBytes, KeyPair, update, SupportedWireTypes, hash, init, DNS4, isEmpty, ProtoScalar, data, HTTPS, TranscoderIP6, encode, MaResult, DNS6, [], IpTransportProtocol, toOpenArray, TranscoderPort, isEnough, write, >=, payloadDomain, $, MaPattern, init, TranscoderOnion3, protoArgument, write, keyOpenArray, match, WebSockets_DNS, isEmpty, getRequiredRepeatedField, initProtoBuffer, init, stretchKeys, getField, selectBest, getPtr, Envelope, init, init, Reliable, addrs, match, getField, CryptoError, append, vsizeof, init, parseFullAddress, init, getRepeatedField, checkFutures, shuffle, init, validate, protoCode, getField, TranscoderP2P, sign, getBytes, encode, len, TranscoderIP6Zone, shortLog, items, getBytes, init, ProtoFieldKind, protoArgument, getField, readVarint, orError, MaInvalidAddress, writeVarint, getOrder, TranscoderUnix, SignedPeerRecord, DNS_OR_IP, decode, random, getProtoHeader, MaError, finish, decode, matchPartial, WS_DNS, initVBuffer, ProtoFlags, ==, getLen, ECDHEScheme, init, [], random, Secret, peekVarint, random, mapOr, bytes, maxInlineKeyLength, QUIC, withValue, getRequiredField, mac, WS_IP, public, write, valueOr, init, HTTP, initVBuffer, TcpOnion3, write, toOpt, payloadType, ProtoHeader, $, IP, protoAddress, newRng, checkValid, len, CircuitRelay, extractPublicKey, mapAnd, UDP_IP, ==, write, TCP_IP, writePacked, readSeq, capLen, protoName, toRawBytes, initProtoBuffer, toException, init, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, UDP, init, isEmpty, decode, initVBuffer, PKScheme, random, init, write, init, write, PeerInfoError, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, goffset, >, init, high, toString, cmp, formatItIMPL, formatItIMPL, Signature, toBytes, DigestSheme, IPFS, MultiAddress, hex, protocols, init, UNIX, init, ProtoField, toBytes, writeSeq, init, ==, [], IP4, safeConvert, getField, init, withValue, SignedPayload, toBytes, init, MAProtocol, getPackedRepeatedField, contains, libp2p_pki_schemes, readArray, P2PPattern, hasPublicKey, isEnough, hex, write, WS, init, encode, init, getField, iv, getField, WSS_IP, peekArray, PeerRecord, SupportedSchemes, Unreliable, SupportedSchemesInt, random, LPError, macOpenArray, mapEq, Onion3, concat, AddressInfo, write, EnvelopeError, MaPatResult, ProtoBuffer, init, write, write, UTP, verify, init, PublicKey, WebSockets_IP, VBuffer, writePBVarint, getRepeatedField, ProtoError, init, ivOpenArray, RsaDefaultKeySize, getField, write, toException, toException, checkFutures, LPError
@@ -502,7 +502,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/stream/lpstream.html b/gossipsub12/libp2p/stream/lpstream.html index ef540334f..7fbf68b07 100644 --- a/gossipsub12/libp2p/stream/lpstream.html +++ b/gossipsub12/libp2p/stream/lpstream.html @@ -446,9 +446,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -458,9 +458,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -478,9 +478,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -490,9 +490,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -502,9 +502,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -514,9 +514,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -526,9 +526,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -538,9 +538,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -550,9 +550,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -562,9 +562,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -574,9 +574,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -586,9 +586,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -601,9 +601,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -618,9 +618,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -630,9 +630,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -652,9 +652,9 @@ class="link-seesrc" target="_blank">Source

In particular, it must not be used when there is another concurrent read ongoing (which may be the case during cancellations)!

  Source -  Edit +  Edit @@ -666,9 +666,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -679,9 +679,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -692,9 +692,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -704,9 +704,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -717,9 +717,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -730,9 +730,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -743,9 +743,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -756,9 +756,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -771,9 +771,9 @@ class="link-seesrc" target="_blank">Source Waits for nbytes to be available, then read them and return them   Source -  Edit +  Edit @@ -786,9 +786,9 @@ class="link-seesrc" target="_blank">Source Reads up to limit bytes are read, or a sep is found   Source -  Edit +  Edit @@ -801,9 +801,9 @@ class="link-seesrc" target="_blank">Source read length prefixed msg, with the length encoded as a varint   Source -  Edit +  Edit @@ -816,9 +816,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -828,9 +828,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -843,9 +843,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -858,9 +858,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -873,9 +873,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -890,9 +890,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -904,9 +904,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -916,9 +916,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -930,9 +930,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -942,9 +942,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -956,9 +956,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -971,9 +971,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -988,9 +988,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -1009,7 +1009,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/stream/streamseq.html b/gossipsub12/libp2p/stream/streamseq.html index 772967657..6fb444f0c 100644 --- a/gossipsub12/libp2p/stream/streamseq.html +++ b/gossipsub12/libp2p/stream/streamseq.html @@ -295,9 +295,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -312,9 +312,9 @@ class="link-seesrc" target="_blank">Source Add data - the equivalent of buf.prepare(n) = data; buf.commit(n)   Source -  Edit +  Edit @@ -324,9 +324,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -336,9 +336,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -348,9 +348,9 @@ class="link-seesrc" target="_blank">Source Mark n bytes that were returned via data as consumed   Source -  Edit +  Edit @@ -361,9 +361,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -378,9 +378,9 @@ class="link-seesrc" target="_blank">Source Mark n bytes in the buffer returned by prepare as ready for reading   Source -  Edit +  Edit @@ -390,9 +390,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -402,9 +402,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -414,9 +414,9 @@ class="link-seesrc" target="_blank">Source Return a buffer that is at least n bytes long   Source -  Edit +  Edit @@ -426,9 +426,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -442,7 +442,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/switch.html b/gossipsub12/libp2p/switch.html index 368543b38..cb35cebcf 100644 --- a/gossipsub12/libp2p/switch.html +++ b/gossipsub12/libp2p/switch.html @@ -388,9 +388,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -411,9 +411,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -428,9 +428,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -449,9 +449,9 @@ class="link-seesrc" target="_blank">Source

The handler should not raise.

  Source -  Edit +  Edit @@ -465,9 +465,9 @@ class="link-seesrc" target="_blank">Source

The handler should not raise.

  Source -  Edit +  Edit @@ -478,9 +478,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -491,9 +491,9 @@ class="link-seesrc" target="_blank">Source Connected to a peer and open a stream with the specified proto   Source -  Edit +  Edit @@ -504,9 +504,9 @@ class="link-seesrc" target="_blank">Source Open a stream to a connected peer with the specified proto   Source -  Edit +  Edit @@ -517,9 +517,9 @@ class="link-seesrc" target="_blank">Source Disconnect from a peer, waiting for the connection(s) to be dropped   Source -  Edit +  Edit @@ -529,9 +529,9 @@ class="link-seesrc" target="_blank">Source returns true if the peer has one or more associated connections   Source -  Edit +  Edit @@ -542,9 +542,9 @@ class="link-seesrc" target="_blank">Source mount a protocol to the switch   Source -  Edit +  Edit @@ -558,9 +558,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -572,9 +572,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -586,9 +586,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -600,9 +600,9 @@ class="link-seesrc" target="_blank">Source Start listening on every transport   Source -  Edit +  Edit @@ -614,9 +614,9 @@ class="link-seesrc" target="_blank">Source Stop listening on every transport, and close every active connections   Source -  Edit +  Edit @@ -631,9 +631,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -646,9 +646,9 @@ class="link-seesrc" target="_blank">Source

If the P2P part is missing from the MA and allowUnknownPeerId is set to true, this will discover the PeerId while connecting. This exposes you to MiTM attacks, so it shouldn't be used without care!

  Source -  Edit +  Edit @@ -660,9 +660,9 @@ class="link-seesrc" target="_blank">Source Connects to a peer without opening a stream to it   Source -  Edit +  Edit @@ -674,9 +674,9 @@ class="link-seesrc" target="_blank">Source Connected to a peer and open a stream with the specified protos   Source -  Edit +  Edit @@ -687,9 +687,9 @@ class="link-seesrc" target="_blank">Source Open a stream to a connected peer with the specified protos   Source -  Edit +  Edit @@ -700,25 +700,25 @@ class="link-seesrc" target="_blank">Source
-  Source -  Edit - -
- -
-
method setup(self: Service; switch: Switch): Future[bool] {.base,
-    stackTrace: false, ...raises: [], gcsafe, raises: [], raises: [],
-    tags: [RootEffect].}
-
- -   Source   Edit +
+
+
+
method setup(self: Service; switch: Switch): Future[bool] {.base,
+    stackTrace: false, ...raises: [], gcsafe, raises: [], raises: [],
+    tags: [RootEffect].}
+
+ + +  Source +  Edit +
@@ -729,9 +729,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -740,7 +740,7 @@ class="link-seesrc" target="_blank">Source

Exports

-ConnManager, getStream, PeerEventKind, getStream, addPeerEventHandler, new, ConnEventKind, PeerEventHandler, selectMuxer, getConnections, contains, removePeerEventHandler, expectConnection, ConnEvent, connCount, ConnEventHandler, addConnEventHandler, triggerConnEvent, removeConnEventHandler, contains, triggerPeerEvents, AlreadyExpectingConnectionError, PeerEvent, TooManyConnectionsError, getStream, trackConnection, close, MaxConnectionsPerPeer, connectedPeers, selectMuxer, trackMuxer, getOutgoingSlot, slotsAvailable, dropPeer, getIncomingSlot, storeMuxer, release, MaxConnections, ConnectionSlot, DNS_OR_IP, AlreadyExpectingConnectionError, shortLog, init, decode, random, new, UDP_DNS, $, getProtoHeader, MaxConnectionsPerPeer, ephemeral, close, MaPatternOp, ==, WS_DNS, initVBuffer, <=, MaxSizeError, ProtoHeader, ProtoFlags, handler=, ==, getLen, handler, ECDHEScheme, shortLog, init, closed, addConnEventHandler, [], init, new, macOpenArray, random, init, new, Secret, peekVarint, random, handshake, MaxConnections, $, validate, mapOr, MaError, init, bytes, UpgradeFailedError, IdentityInvalidMsgError, maxInlineKeyLength, addHandler, TranscoderDNS, QUIC, ProtoVersion, [], init, ephemeral, withValue, getRequiredField, getField, supported, removeConnEventHandler, WS_IP, write, public, MAKind, write, init, getField, checkFieldNumber, valueOr, init, codec, getRepeatedField, matchPartial, addObservation, IdentityNoMatchError, push, getBytes, WebSockets, trackConnection, &, data, readLp, HTTP, initVBuffer, finish, start, atEof, PeerEventKind, getOutgoingSlot, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, $, IP, protoAddress, decode, newRng, withValue, IdentifyPushCodec, SecureConn, checkValid, getPublicKey, CircuitRelay, len, libp2p_failed_upgrades_incoming, exceptionToAssert, extractPublicKey, mapAnd, new, UDP_IP, new, newLPStreamEOFError, selectMuxer, connCount, write, DNSADDR, LPError, handler, AddressMapper, IdentifyPushHandler, write, ConnManager, WSS, getField, TCP_IP, selectMuxer, writePacked, handle, init, closeImpl, Identify, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, protoName, protoArgument, PeerEventHandler, LPProtoHandler, secure, toRawBytes, IdentifyPush, getStream, TranscoderIP6Zone, $, initProtoBuffer, init, maxIncomingStreams, WSS_DNS, list, match, <, CryptoResult, parseFullAddress, readMessage, ProtoResult, WebRTCDirect, init, upgrade, UDP, PeerInfo, TranscoderOnion, StreamTracker, IdentifyNoPubKeyError, write, init, getConnections, LPStreamResetError, isEmpty, writeArray, new, toString, LPStreamIncompleteError, PeerId, LPStreamEOFError, readOnce, maxIncomingStreams=, IP6, shortLog, new, release, initVBuffer, PKScheme, init, new, payload, triggerConnEvent, triggerPeerEvents, Connection, write, init, TCP, PrivateKey, dropPeer, getBytes, start, write, init, close, &=, PeerInfoError, newLPStreamClosedError, random, compilesOr, handle, trackMuxer, initProtoBuffer, toException, DNS, init, finish, Upgrade, goffset, readVarint, HandlerHolder, getRawBytes, >, SecureConnTrackerName, KeyPair, DNSANY, high, cmp, SupportedWireTypes, formatItIMPL, formatItIMPL, initStream, hash, formatItIMPL, Signature, exclIfIt, formatItIMPL, getStream, IPFS, getField, shortLog, readOnce, init, init, secure, isEmpty, ConnEventKind, MultiAddress, ProtoScalar, shortLog, contains, hex, expandItIMPL, protocols, codec=, DefaultMaxIncomingStreams, hash, HTTPS, UNIX, encode, TooManyConnectionsError, ConnectionSlot, getPtr, getBytes, TLS_WS, sign, addHandler, storeMuxer, TranscoderIP4, formatItIMPL, PeerEvent, ObservedAddrManager, MaResult, init, ProtoField, init, IdentifyCodec, getStream, writeSeq, DigestSheme, ConnEvent, ==, $, DNS6, [], IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, safeConvert, addPeerEventHandler, init, >=, expectConnection, init, payloadDomain, update, $, withValue, init, LPStreamLimitError, libp2p_pki_schemes, TranscoderOnion3, SignedPayload, closeImpl, toBytes, Secure, newLPStreamLimitError, write, MaPattern, keyOpenArray, match, parseFullAddress, $, closeImpl, isEmpty, writeLp, connectedPeers, mac, new, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, contains, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, getWrapped, Envelope, hasPublicKey, toException, contains, init, isEnough, key, Reliable, init, addrs, hex, slotsAvailable, write, WS, AgentVersion, init, init, MultistreamSelect, encode, LPProtocol, TimeoutHandler, stretchKeys, init, getField, match, getField, writeLPVarint, iv, DefaultConnectionTimeout, new, readLine, Eof, CryptoError, append, init, WebSockets_DNS, WSS_IP, LPStreamConnDownError, PeerRecord, init, SupportedSchemes, getRepeatedField, getField, select, hash, Unreliable, SupportedSchemesInt, random, checkFutures, handler=, libp2p_failed_upgrades_outgoing, shuffle, init, validate, Matcher, mapEq, init, removePeerEventHandler, Onion3, write, LPStreamTrackerName, identify, select, concat, TranscoderP2P, AddressInfo, ConnectionTrackerName, TranscoderIP6, write, EnvelopeError, verify, IdentifyInfo, IdentifyError, addHandler, encode, len, newLPStreamRemoteClosedError, MaPatResult, Direction, ProtoBuffer, init, InvalidVarintError, decode, shortLog, ==, init, write, getBytes, write, UTP, toBytes, peekArray, getMostObservedProtosAndPorts, init, PublicKey, ConnEventHandler, WebSockets_IP, decodeMsg, VBuffer, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, readVarint, ivOpenArray, closeWithEOF, TcpOnion3, orError, vsizeof, getField, LPStreamRemoteClosedError, guessDialableAddr, MultiStreamError, protoCode, stop, MaInvalidAddress, select, LPStream, LPStreamClosedError, RsaDefaultKeySize, writeVarint, getIncomingSlot, items, write, toBytes, getOrder, TranscoderUnix, SignedPeerRecord, init, stop, join, dial, dial, dial, connect, checkFutures, LPError, addTransport, addTransport, connect, toException, new, dial, Dialer, tryDial, DialFailedError, connect, Dial, connect, toException, tryDial, SPRBook, PeerBook, ProtoBook, AddressBook, ProtoVersionBook, SeqPeerBook, KeyBook, PeerBookChangeHandler, AgentBook, new, PeerStore +ConnManager, getStream, PeerEventKind, getStream, addPeerEventHandler, new, ConnEventKind, PeerEventHandler, selectMuxer, getConnections, contains, removePeerEventHandler, expectConnection, ConnEvent, connCount, ConnEventHandler, addConnEventHandler, triggerConnEvent, removeConnEventHandler, contains, triggerPeerEvents, AlreadyExpectingConnectionError, PeerEvent, TooManyConnectionsError, getStream, trackConnection, close, MaxConnectionsPerPeer, connectedPeers, selectMuxer, trackMuxer, getOutgoingSlot, slotsAvailable, dropPeer, getIncomingSlot, storeMuxer, release, MaxConnections, ConnectionSlot, DNS_OR_IP, AlreadyExpectingConnectionError, shortLog, init, decode, random, new, UDP_DNS, $, getProtoHeader, MaxConnectionsPerPeer, ephemeral, close, MaPatternOp, ==, WS_DNS, initVBuffer, <=, MaxSizeError, ProtoHeader, ProtoFlags, handler=, ==, getLen, handler, ECDHEScheme, shortLog, init, closed, addConnEventHandler, [], init, new, macOpenArray, random, init, new, Secret, peekVarint, random, handshake, MaxConnections, $, validate, mapOr, hash, MaError, init, UpgradeFailedError, IdentityInvalidMsgError, maxInlineKeyLength, addHandler, TranscoderDNS, QUIC, ProtoVersion, [], init, withValue, getRequiredField, getField, supported, removeConnEventHandler, WS_IP, write, public, MAKind, decode, write, data, getField, checkFieldNumber, valueOr, codec, getRepeatedField, matchPartial, addObservation, IdentityNoMatchError, push, getBytes, len, trackConnection, &, init, readLp, HTTP, initVBuffer, start, atEof, ephemeral, PeerEventKind, getOutgoingSlot, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, $, IP, protoAddress, newRng, withValue, IdentifyPushCodec, SecureConn, checkValid, getPublicKey, CircuitRelay, len, libp2p_failed_upgrades_incoming, exceptionToAssert, extractPublicKey, mapAnd, new, UDP_IP, new, newLPStreamEOFError, selectMuxer, connCount, write, DNSADDR, LPError, handler, AddressMapper, IdentifyPushHandler, write, ConnManager, WSS, getField, TCP_IP, selectMuxer, writePacked, handle, init, closeImpl, Identify, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, protoName, protoArgument, PeerEventHandler, LPProtoHandler, secure, toRawBytes, IdentifyPush, getStream, TranscoderIP6Zone, $, initProtoBuffer, key, maxIncomingStreams, WSS_DNS, list, match, <, CryptoResult, parseFullAddress, readMessage, ProtoResult, WebRTCDirect, init, upgrade, UDP, PeerInfo, TranscoderOnion, StreamTracker, IdentifyNoPubKeyError, write, init, getConnections, LPStreamResetError, isEmpty, writeArray, new, toString, LPStreamIncompleteError, PeerId, LPStreamEOFError, readOnce, maxIncomingStreams=, IP6, shortLog, new, release, initVBuffer, PKScheme, init, new, payload, triggerConnEvent, triggerPeerEvents, Connection, write, init, TCP, PrivateKey, dropPeer, getBytes, start, write, init, close, &=, PeerInfoError, hash, newLPStreamClosedError, random, compilesOr, handle, trackMuxer, init, initProtoBuffer, toException, DNS, init, finish, Upgrade, goffset, HandlerHolder, getRawBytes, >, SecureConnTrackerName, KeyPair, init, init, high, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, initStream, formatItIMPL, Signature, formatItIMPL, getStream, IPFS, getField, shortLog, readOnce, init, secure, isEmpty, ConnEventKind, MultiAddress, ProtoScalar, shortLog, contains, hex, expandItIMPL, protocols, codec=, bytes, DefaultMaxIncomingStreams, HTTPS, UNIX, encode, TooManyConnectionsError, ConnectionSlot, getPtr, getBytes, TLS_WS, sign, readVarint, addHandler, storeMuxer, TranscoderIP4, formatItIMPL, PeerEvent, ObservedAddrManager, MaResult, init, ProtoField, init, IdentifyCodec, getStream, writeSeq, DigestSheme, ConnEvent, init, ==, $, DNS6, [], IpTransportProtocol, toOpenArray, init, IP4, TranscoderPort, isEnough, safeConvert, addPeerEventHandler, init, >=, expectConnection, init, finish, payloadDomain, update, $, withValue, init, LPStreamLimitError, libp2p_pki_schemes, TranscoderOnion3, SignedPayload, closeImpl, toBytes, Secure, newLPStreamLimitError, write, MaPattern, keyOpenArray, match, parseFullAddress, $, closeImpl, isEmpty, writeLp, connectedPeers, mac, new, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, contains, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, getWrapped, Envelope, hasPublicKey, toException, contains, init, isEnough, init, Reliable, init, addrs, hex, slotsAvailable, write, decode, WS, AgentVersion, init, DNSANY, MultistreamSelect, encode, LPProtocol, TimeoutHandler, stretchKeys, init, getField, match, getField, writeLPVarint, iv, DefaultConnectionTimeout, new, readLine, Eof, CryptoError, append, init, WebSockets_DNS, WSS_IP, LPStreamConnDownError, PeerRecord, init, SupportedSchemes, getRepeatedField, getField, select, Unreliable, SupportedSchemesInt, random, checkFutures, handler=, libp2p_failed_upgrades_outgoing, shuffle, validate, Matcher, mapEq, init, removePeerEventHandler, Onion3, write, LPStreamTrackerName, identify, select, concat, TranscoderP2P, AddressInfo, ConnectionTrackerName, TranscoderIP6, write, EnvelopeError, verify, IdentifyInfo, IdentifyError, addHandler, encode, WebSockets, newLPStreamRemoteClosedError, MaPatResult, Direction, ProtoBuffer, init, InvalidVarintError, shortLog, ==, write, getBytes, write, UTP, readVarint, toBytes, peekArray, getMostObservedProtosAndPorts, init, PublicKey, ConnEventHandler, WebSockets_IP, decodeMsg, VBuffer, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, ivOpenArray, closeWithEOF, TcpOnion3, orError, vsizeof, getField, LPStreamRemoteClosedError, guessDialableAddr, MultiStreamError, protoCode, stop, MaInvalidAddress, select, LPStream, LPStreamClosedError, RsaDefaultKeySize, writeVarint, getIncomingSlot, items, write, toBytes, getOrder, hash, TranscoderUnix, SignedPeerRecord, init, stop, join, dial, dial, dial, connect, checkFutures, LPError, addTransport, addTransport, connect, toException, new, dial, Dialer, tryDial, DialFailedError, connect, Dial, connect, toException, tryDial, SPRBook, PeerBook, ProtoBook, AddressBook, ProtoVersionBook, SeqPeerBook, KeyBook, PeerBookChangeHandler, AgentBook, new, PeerStore
@@ -750,7 +750,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/transcoder.html b/gossipsub12/libp2p/transcoder.html index edc5144eb..35b6fc473 100644 --- a/gossipsub12/libp2p/transcoder.html +++ b/gossipsub12/libp2p/transcoder.html @@ -250,9 +250,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -266,7 +266,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/transports/tcptransport.html b/gossipsub12/libp2p/transports/tcptransport.html index d375e30ab..e07cfcfb5 100644 --- a/gossipsub12/libp2p/transports/tcptransport.html +++ b/gossipsub12/libp2p/transports/tcptransport.html @@ -464,7 +464,7 @@ class="link-seesrc" target="_blank">Source

Exports

-TransportInvalidAddrError, dial, upgrade, Transport, newTransportClosedError, stop, accept, TransportError, TransportClosedError, NetworkReachability, handles, dial, start, DNS_OR_IP, shortLog, decode, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, decode, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, maxInlineKeyLength, TranscoderDNS, QUIC, [], withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, write, DNSANY, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readVarint, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, len, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, hash, writePacked, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, WebSockets, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, key, init, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, toString, payload, init, stretchKeys, Connection, write, init, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, readVarint, getRawBytes, >, KeyPair, init, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, exclIfIt, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, init, isEmpty, ProtoScalar, shortLog, data, hex, protocols, bytes, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, init, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, init, ephemeral, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, init, toBytes, protoArgument, newLPStreamLimitError, write, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, isEnough, init, Reliable, addrs, hex, ProtoBuffer, closeImpl, WS, encode, finish, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, hash, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, init, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint, DNS_OR_IP, AlreadyExpectingConnectionError, shortLog, init, decode, random, new, UDP_DNS, $, getProtoHeader, MaxConnectionsPerPeer, ephemeral, close, MaPatternOp, ==, WS_DNS, initVBuffer, <=, MaxSizeError, ProtoHeader, ProtoFlags, handler=, ==, getLen, handler, ECDHEScheme, shortLog, init, closed, addConnEventHandler, [], init, new, macOpenArray, random, init, new, Secret, peekVarint, random, handshake, MaxConnections, $, validate, mapOr, MaError, init, bytes, UpgradeFailedError, IdentityInvalidMsgError, maxInlineKeyLength, addHandler, TranscoderDNS, QUIC, ProtoVersion, [], init, ephemeral, withValue, getRequiredField, getField, supported, removeConnEventHandler, WS_IP, write, public, MAKind, write, init, getField, checkFieldNumber, valueOr, init, codec, getRepeatedField, matchPartial, addObservation, IdentityNoMatchError, push, getBytes, WebSockets, trackConnection, &, data, readLp, HTTP, initVBuffer, finish, start, atEof, PeerEventKind, getOutgoingSlot, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, $, IP, protoAddress, decode, newRng, withValue, IdentifyPushCodec, SecureConn, checkValid, getPublicKey, CircuitRelay, len, libp2p_failed_upgrades_incoming, exceptionToAssert, extractPublicKey, mapAnd, new, UDP_IP, new, newLPStreamEOFError, selectMuxer, connCount, write, DNSADDR, LPError, handler, AddressMapper, IdentifyPushHandler, write, ConnManager, WSS, getField, TCP_IP, selectMuxer, writePacked, handle, init, closeImpl, Identify, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, protoName, protoArgument, PeerEventHandler, LPProtoHandler, secure, toRawBytes, IdentifyPush, getStream, TranscoderIP6Zone, $, initProtoBuffer, init, maxIncomingStreams, WSS_DNS, list, match, <, CryptoResult, parseFullAddress, readMessage, ProtoResult, WebRTCDirect, init, upgrade, UDP, PeerInfo, TranscoderOnion, StreamTracker, IdentifyNoPubKeyError, write, init, getConnections, LPStreamResetError, isEmpty, writeArray, new, toString, LPStreamIncompleteError, PeerId, LPStreamEOFError, readOnce, maxIncomingStreams=, IP6, shortLog, new, release, initVBuffer, PKScheme, init, new, payload, triggerConnEvent, triggerPeerEvents, Connection, write, init, TCP, PrivateKey, dropPeer, getBytes, start, write, init, close, &=, PeerInfoError, newLPStreamClosedError, random, compilesOr, handle, trackMuxer, initProtoBuffer, toException, DNS, init, finish, Upgrade, goffset, readVarint, HandlerHolder, getRawBytes, >, SecureConnTrackerName, KeyPair, DNSANY, high, cmp, SupportedWireTypes, formatItIMPL, formatItIMPL, initStream, hash, formatItIMPL, Signature, exclIfIt, formatItIMPL, getStream, IPFS, getField, shortLog, readOnce, init, init, secure, isEmpty, ConnEventKind, MultiAddress, ProtoScalar, shortLog, contains, hex, expandItIMPL, protocols, codec=, DefaultMaxIncomingStreams, hash, HTTPS, UNIX, encode, TooManyConnectionsError, ConnectionSlot, getPtr, getBytes, TLS_WS, sign, addHandler, storeMuxer, TranscoderIP4, formatItIMPL, PeerEvent, ObservedAddrManager, MaResult, init, ProtoField, init, IdentifyCodec, getStream, writeSeq, DigestSheme, ConnEvent, ==, $, DNS6, [], IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, safeConvert, addPeerEventHandler, init, >=, expectConnection, init, payloadDomain, update, $, withValue, init, LPStreamLimitError, libp2p_pki_schemes, TranscoderOnion3, SignedPayload, closeImpl, toBytes, Secure, newLPStreamLimitError, write, MaPattern, keyOpenArray, match, parseFullAddress, $, closeImpl, isEmpty, writeLp, connectedPeers, mac, new, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, contains, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, getWrapped, Envelope, hasPublicKey, toException, contains, init, isEnough, key, Reliable, init, addrs, hex, slotsAvailable, write, WS, AgentVersion, init, init, MultistreamSelect, encode, LPProtocol, TimeoutHandler, stretchKeys, init, getField, match, getField, writeLPVarint, iv, DefaultConnectionTimeout, new, readLine, Eof, CryptoError, append, init, WebSockets_DNS, WSS_IP, LPStreamConnDownError, PeerRecord, init, SupportedSchemes, getRepeatedField, getField, select, hash, Unreliable, SupportedSchemesInt, random, checkFutures, handler=, libp2p_failed_upgrades_outgoing, shuffle, init, validate, Matcher, mapEq, init, removePeerEventHandler, Onion3, write, LPStreamTrackerName, identify, select, concat, TranscoderP2P, AddressInfo, ConnectionTrackerName, TranscoderIP6, write, EnvelopeError, verify, IdentifyInfo, IdentifyError, addHandler, encode, len, newLPStreamRemoteClosedError, MaPatResult, Direction, ProtoBuffer, init, InvalidVarintError, decode, shortLog, ==, init, write, getBytes, write, UTP, toBytes, peekArray, getMostObservedProtosAndPorts, init, PublicKey, ConnEventHandler, WebSockets_IP, decodeMsg, VBuffer, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, readVarint, ivOpenArray, closeWithEOF, TcpOnion3, orError, vsizeof, getField, LPStreamRemoteClosedError, guessDialableAddr, MultiStreamError, protoCode, stop, MaInvalidAddress, select, LPStream, LPStreamClosedError, RsaDefaultKeySize, writeVarint, getIncomingSlot, items, write, toBytes, getOrder, TranscoderUnix, SignedPeerRecord, init, stop, join +TransportInvalidAddrError, dial, upgrade, Transport, newTransportClosedError, stop, accept, TransportError, TransportClosedError, NetworkReachability, handles, dial, start, DNS_OR_IP, shortLog, init, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], decode, macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, bytes, maxInlineKeyLength, TranscoderDNS, QUIC, [], ephemeral, withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, peekSeq, init, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, write, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, decode, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, WebSockets, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, writePacked, init, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, init, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, finish, toString, payload, init, stretchKeys, Connection, write, DNSANY, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, hash, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, getRawBytes, >, KeyPair, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, isEmpty, ProtoScalar, shortLog, data, hex, protocols, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, key, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, init, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, readVarint, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, toBytes, protoArgument, newLPStreamLimitError, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, init, isEnough, init, readVarint, Reliable, addrs, hex, ProtoBuffer, closeImpl, write, WS, encode, init, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, hash, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint, DNS_OR_IP, AlreadyExpectingConnectionError, shortLog, init, decode, random, new, UDP_DNS, $, getProtoHeader, MaxConnectionsPerPeer, ephemeral, close, MaPatternOp, ==, WS_DNS, initVBuffer, <=, MaxSizeError, ProtoHeader, ProtoFlags, handler=, ==, getLen, handler, ECDHEScheme, shortLog, init, closed, addConnEventHandler, [], init, new, macOpenArray, random, init, new, Secret, peekVarint, random, handshake, MaxConnections, $, validate, mapOr, hash, MaError, init, UpgradeFailedError, IdentityInvalidMsgError, maxInlineKeyLength, addHandler, TranscoderDNS, QUIC, ProtoVersion, [], init, withValue, getRequiredField, getField, supported, removeConnEventHandler, WS_IP, write, public, MAKind, decode, write, data, getField, checkFieldNumber, valueOr, codec, getRepeatedField, matchPartial, addObservation, IdentityNoMatchError, push, getBytes, len, trackConnection, &, init, readLp, HTTP, initVBuffer, start, atEof, ephemeral, PeerEventKind, getOutgoingSlot, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, $, IP, protoAddress, newRng, withValue, IdentifyPushCodec, SecureConn, checkValid, getPublicKey, CircuitRelay, len, libp2p_failed_upgrades_incoming, exceptionToAssert, extractPublicKey, mapAnd, new, UDP_IP, new, newLPStreamEOFError, selectMuxer, connCount, write, DNSADDR, LPError, handler, AddressMapper, IdentifyPushHandler, write, ConnManager, WSS, getField, TCP_IP, selectMuxer, writePacked, handle, init, closeImpl, Identify, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, protoName, protoArgument, PeerEventHandler, LPProtoHandler, secure, toRawBytes, IdentifyPush, getStream, TranscoderIP6Zone, $, initProtoBuffer, key, maxIncomingStreams, WSS_DNS, list, match, <, CryptoResult, parseFullAddress, readMessage, ProtoResult, WebRTCDirect, init, upgrade, UDP, PeerInfo, TranscoderOnion, StreamTracker, IdentifyNoPubKeyError, write, init, getConnections, LPStreamResetError, isEmpty, writeArray, new, toString, LPStreamIncompleteError, PeerId, LPStreamEOFError, readOnce, maxIncomingStreams=, IP6, shortLog, new, release, initVBuffer, PKScheme, init, new, payload, triggerConnEvent, triggerPeerEvents, Connection, write, init, TCP, PrivateKey, dropPeer, getBytes, start, write, init, close, &=, PeerInfoError, hash, newLPStreamClosedError, random, compilesOr, handle, trackMuxer, init, initProtoBuffer, toException, DNS, init, finish, Upgrade, goffset, HandlerHolder, getRawBytes, >, SecureConnTrackerName, KeyPair, init, init, high, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, initStream, formatItIMPL, Signature, formatItIMPL, getStream, IPFS, getField, shortLog, readOnce, init, secure, isEmpty, ConnEventKind, MultiAddress, ProtoScalar, shortLog, contains, hex, expandItIMPL, protocols, codec=, bytes, DefaultMaxIncomingStreams, HTTPS, UNIX, encode, TooManyConnectionsError, ConnectionSlot, getPtr, getBytes, TLS_WS, sign, readVarint, addHandler, storeMuxer, TranscoderIP4, formatItIMPL, PeerEvent, ObservedAddrManager, MaResult, init, ProtoField, init, IdentifyCodec, getStream, writeSeq, DigestSheme, ConnEvent, init, ==, $, DNS6, [], IpTransportProtocol, toOpenArray, init, IP4, TranscoderPort, isEnough, safeConvert, addPeerEventHandler, init, >=, expectConnection, init, finish, payloadDomain, update, $, withValue, init, LPStreamLimitError, libp2p_pki_schemes, TranscoderOnion3, SignedPayload, closeImpl, toBytes, Secure, newLPStreamLimitError, write, MaPattern, keyOpenArray, match, parseFullAddress, $, closeImpl, isEmpty, writeLp, connectedPeers, mac, new, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, contains, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, getWrapped, Envelope, hasPublicKey, toException, contains, init, isEnough, init, Reliable, init, addrs, hex, slotsAvailable, write, decode, WS, AgentVersion, init, DNSANY, MultistreamSelect, encode, LPProtocol, TimeoutHandler, stretchKeys, init, getField, match, getField, writeLPVarint, iv, DefaultConnectionTimeout, new, readLine, Eof, CryptoError, append, init, WebSockets_DNS, WSS_IP, LPStreamConnDownError, PeerRecord, init, SupportedSchemes, getRepeatedField, getField, select, Unreliable, SupportedSchemesInt, random, checkFutures, handler=, libp2p_failed_upgrades_outgoing, shuffle, validate, Matcher, mapEq, init, removePeerEventHandler, Onion3, write, LPStreamTrackerName, identify, select, concat, TranscoderP2P, AddressInfo, ConnectionTrackerName, TranscoderIP6, write, EnvelopeError, verify, IdentifyInfo, IdentifyError, addHandler, encode, WebSockets, newLPStreamRemoteClosedError, MaPatResult, Direction, ProtoBuffer, init, InvalidVarintError, shortLog, ==, write, getBytes, write, UTP, readVarint, toBytes, peekArray, getMostObservedProtosAndPorts, init, PublicKey, ConnEventHandler, WebSockets_IP, decodeMsg, VBuffer, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, ivOpenArray, closeWithEOF, TcpOnion3, orError, vsizeof, getField, LPStreamRemoteClosedError, guessDialableAddr, MultiStreamError, protoCode, stop, MaInvalidAddress, select, LPStream, LPStreamClosedError, RsaDefaultKeySize, writeVarint, getIncomingSlot, items, write, toBytes, getOrder, hash, TranscoderUnix, SignedPeerRecord, init, stop, join
@@ -474,7 +474,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/transports/transport.html b/gossipsub12/libp2p/transports/transport.html index 65bc80b38..cc06c573d 100644 --- a/gossipsub12/libp2p/transports/transport.html +++ b/gossipsub12/libp2p/transports/transport.html @@ -316,9 +316,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -328,9 +328,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -340,9 +340,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -352,9 +352,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -371,9 +371,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -384,9 +384,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -402,9 +402,9 @@ class="link-seesrc" target="_blank">Source accept incoming connections   Source -  Edit +  Edit @@ -416,9 +416,9 @@ class="link-seesrc" target="_blank">Source dial a peer   Source -  Edit +  Edit @@ -429,9 +429,9 @@ class="link-seesrc" target="_blank">Source check if transport supports the multiaddress   Source -  Edit +  Edit @@ -443,9 +443,9 @@ class="link-seesrc" target="_blank">Source start the transport   Source -  Edit +  Edit @@ -456,9 +456,9 @@ class="link-seesrc" target="_blank">Source stop and cleanup the transport including all outstanding connections   Source -  Edit +  Edit @@ -470,9 +470,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -491,7 +491,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/transports/wstransport.html b/gossipsub12/libp2p/transports/wstransport.html index 1d1ecfdcd..05f5951ab 100644 --- a/gossipsub12/libp2p/transports/wstransport.html +++ b/gossipsub12/libp2p/transports/wstransport.html @@ -360,9 +360,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -379,9 +379,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -394,9 +394,9 @@ class="link-seesrc" target="_blank">Source Creates a clear-text WebSocket transport   Source -  Edit +  Edit @@ -410,9 +410,9 @@ class="link-seesrc" target="_blank">Source Creates a secure WebSocket transport   Source -  Edit +  Edit @@ -422,9 +422,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -440,9 +440,9 @@ class="link-seesrc" target="_blank">Source accept a new WS connection   Source -  Edit +  Edit @@ -454,9 +454,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -469,9 +469,9 @@ class="link-seesrc" target="_blank">Source dial a peer   Source -  Edit +  Edit @@ -481,9 +481,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -494,9 +494,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -506,9 +506,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -520,9 +520,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -534,9 +534,9 @@ class="link-seesrc" target="_blank">Source listen on the transport   Source -  Edit +  Edit @@ -547,9 +547,9 @@ class="link-seesrc" target="_blank">Source stop the transport   Source -  Edit +  Edit @@ -562,9 +562,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -583,7 +583,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/upgrademngrs/muxedupgrade.html b/gossipsub12/libp2p/upgrademngrs/muxedupgrade.html index 93ad4f621..13a86dd22 100644 --- a/gossipsub12/libp2p/upgrademngrs/muxedupgrade.html +++ b/gossipsub12/libp2p/upgrademngrs/muxedupgrade.html @@ -274,9 +274,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -293,9 +293,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -313,9 +313,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -334,7 +334,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/upgrademngrs/upgrade.html b/gossipsub12/libp2p/upgrademngrs/upgrade.html index 461af72dd..f64c4140b 100644 --- a/gossipsub12/libp2p/upgrademngrs/upgrade.html +++ b/gossipsub12/libp2p/upgrademngrs/upgrade.html @@ -304,9 +304,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -316,9 +316,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -335,9 +335,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -355,9 +355,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -366,7 +366,7 @@ class="link-seesrc" target="_blank">Source

Exports

-ConnManager, getStream, PeerEventKind, getStream, addPeerEventHandler, new, ConnEventKind, PeerEventHandler, selectMuxer, getConnections, contains, removePeerEventHandler, expectConnection, ConnEvent, connCount, ConnEventHandler, addConnEventHandler, triggerConnEvent, removeConnEventHandler, contains, triggerPeerEvents, AlreadyExpectingConnectionError, PeerEvent, TooManyConnectionsError, getStream, trackConnection, close, MaxConnectionsPerPeer, connectedPeers, selectMuxer, trackMuxer, getOutgoingSlot, slotsAvailable, dropPeer, getIncomingSlot, storeMuxer, release, MaxConnections, ConnectionSlot, DNS_OR_IP, shortLog, decode, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, decode, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, maxInlineKeyLength, TranscoderDNS, QUIC, [], withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, write, DNSANY, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readVarint, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, peekSeq, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, len, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, hash, writePacked, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, WebSockets, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, key, init, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, toString, payload, init, stretchKeys, Connection, write, init, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, readVarint, getRawBytes, >, KeyPair, init, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, exclIfIt, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, init, isEmpty, ProtoScalar, shortLog, data, hex, protocols, bytes, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, init, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, init, ephemeral, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, init, toBytes, protoArgument, newLPStreamLimitError, write, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, isEnough, init, Reliable, addrs, hex, ProtoBuffer, closeImpl, WS, encode, finish, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, hash, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, init, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint, getMostObservedProtosAndPorts, new, IdentifyPush, init, addObservation, IdentityInvalidMsgError, IdentifyCodec, new, new, Identify, IdentityNoMatchError, ProtoVersion, push, IdentifyError, IdentifyInfo, decodeMsg, $, expandItIMPL, init, identify, ObservedAddrManager, AgentVersion, IdentifyNoPubKeyError, IdentifyPushHandler, guessDialableAddr, IdentifyPushCodec, formatItIMPL, new, new, codec=, handler, handler=, DefaultMaxIncomingStreams, handler, handler=, LPProtoHandler, handshake, new, secure, init, readMessage, shortLog, init, maxIncomingStreams=, codec, closeImpl, maxIncomingStreams, readOnce, getWrapped, start, initStream, SecureConn, SecureConnTrackerName, LPProtocol, stop, Secure, addHandler, start, MultiStreamError, handle, addHandler, list, new, HandlerHolder, stop, addHandler, select, select, Matcher, MultistreamSelect, select, handle +ConnManager, getStream, PeerEventKind, getStream, addPeerEventHandler, new, ConnEventKind, PeerEventHandler, selectMuxer, getConnections, contains, removePeerEventHandler, expectConnection, ConnEvent, connCount, ConnEventHandler, addConnEventHandler, triggerConnEvent, removeConnEventHandler, contains, triggerPeerEvents, AlreadyExpectingConnectionError, PeerEvent, TooManyConnectionsError, getStream, trackConnection, close, MaxConnectionsPerPeer, connectedPeers, selectMuxer, trackMuxer, getOutgoingSlot, slotsAvailable, dropPeer, getIncomingSlot, storeMuxer, release, MaxConnections, ConnectionSlot, DNS_OR_IP, shortLog, init, random, UDP_DNS, $, <=, MaError, ephemeral, MaPatternOp, ==, WS_DNS, initVBuffer, getProtoHeader, MaxSizeError, ProtoHeader, ProtoFlags, getLen, ECDHEScheme, shortLog, init, init, closed, [], decode, macOpenArray, random, init, VBuffer, Secret, peekVarint, random, $, validate, init, bytes, maxInlineKeyLength, TranscoderDNS, QUIC, [], ephemeral, withValue, getRequiredField, getField, init, supported, WS_IP, safeConvert, public, MAKind, write, peekSeq, init, checkFieldNumber, valueOr, init, getRepeatedField, matchPartial, libp2p_pki_schemes, getBytes, len, readLp, HTTP, initVBuffer, atEof, LPStreamTrackerName, write, toOpt, fullAddrs, payloadType, getProtoHeader, LPStreamError, init, decode, IP, protoAddress, newRng, DefaultConnectionTimeout, ==, withValue, checkValid, mac, getPublicKey, exceptionToAssert, WebSockets, CircuitRelay, extractPublicKey, mapAnd, new, verify, UDP_IP, new, newLPStreamEOFError, ==, DNSADDR, AddressMapper, init, write, PeerId, WSS, LPStream, TCP_IP, close, writePacked, init, init, closeImpl, readSeq, toBytes, TCP_DNS, shortLog, encode, len, capLen, init, protoName, toRawBytes, mapOr, $, initProtoBuffer, init, WSS_DNS, match, writeLPVarint, CryptoResult, parseFullAddress, ProtoResult, WebRTCDirect, UDP, TranscoderOnion, StreamTracker, write, init, LPStreamResetError, isEmpty, writeArray, decode, LPStreamIncompleteError, [], LPStreamEOFError, IP6, shortLog, initVBuffer, PKScheme, finish, toString, payload, init, stretchKeys, Connection, write, DNSANY, TCP, PrivateKey, getBytes, write, init, &=, PeerInfoError, hash, newLPStreamClosedError, random, write, compilesOr, TranscoderIP4, initProtoBuffer, toException, DNS, UTP, goffset, getRawBytes, >, KeyPair, init, high, init, cmp, init, SupportedWireTypes, formatItIMPL, formatItIMPL, formatItIMPL, Signature, contains, formatItIMPL, toBytes, DigestSheme, IPFS, getField, readOnce, isEmpty, ProtoScalar, shortLog, data, hex, protocols, HTTPS, len, LPError, getPtr, write, TLS_WS, sign, init, encode, update, MaResult, key, ProtoField, init, toBytes, writeSeq, init, &, DNS6, IpTransportProtocol, toOpenArray, init, IP4, TranscoderPort, isEnough, getBytes, getField, init, >=, readVarint, payloadDomain, $, MaPattern, withValue, init, LPStreamLimitError, TranscoderOnion3, SignedPayload, toBytes, protoArgument, newLPStreamLimitError, keyOpenArray, match, WebSockets_DNS, $, isEmpty, writeLp, getRequiredRepeatedField, init, newLPStreamIncompleteError, initProtoBuffer, MAProtocol, newLPStreamResetError, getPackedRepeatedField, initStream, init, getField, shortLog, DNS4, getWrapped, readArray, selectBest, write, P2PPattern, Envelope, hasPublicKey, toException, init, isEnough, init, readVarint, Reliable, addrs, hex, ProtoBuffer, closeImpl, write, WS, encode, init, getField, match, <, iv, readLine, Eof, CryptoError, getField, hash, append, vsizeof, init, parseFullAddress, WSS_IP, LPStreamConnDownError, peekArray, UNIX, PeerRecord, SupportedSchemes, getRepeatedField, getField, Unreliable, SupportedSchemesInt, random, checkFutures, shuffle, validate, $, protoCode, mapEq, getField, Onion3, write, TcpOnion3, concat, TranscoderP2P, PeerInfo, AddressInfo, ConnectionTrackerName, TranscoderIP6, finish, write, EnvelopeError, hash, encode, newLPStreamRemoteClosedError, TranscoderIP6Zone, MaPatResult, Direction, InvalidVarintError, shortLog, items, ==, write, getBytes, write, init, init, init, PublicKey, WebSockets_IP, writeLp, writePBVarint, ProtoFieldKind, readExactly, protoArgument, getRepeatedField, ProtoError, newLPStreamConnDownError, init, initStream, getField, MultiAddress, ivOpenArray, closeWithEOF, TimeoutHandler, orError, getField, LPStreamRemoteClosedError, MaInvalidAddress, LPStreamClosedError, RsaDefaultKeySize, write, getOrder, TranscoderUnix, SignedPeerRecord, join, writeVarint, getMostObservedProtosAndPorts, new, IdentifyPush, init, addObservation, IdentityInvalidMsgError, IdentifyCodec, new, new, Identify, IdentityNoMatchError, ProtoVersion, push, IdentifyError, IdentifyInfo, decodeMsg, $, expandItIMPL, init, identify, ObservedAddrManager, AgentVersion, IdentifyNoPubKeyError, IdentifyPushHandler, guessDialableAddr, IdentifyPushCodec, formatItIMPL, new, new, codec=, handler, handler=, DefaultMaxIncomingStreams, handler, handler=, LPProtoHandler, handshake, new, secure, init, readMessage, shortLog, init, maxIncomingStreams=, codec, closeImpl, maxIncomingStreams, readOnce, getWrapped, start, initStream, SecureConn, SecureConnTrackerName, LPProtocol, stop, Secure, addHandler, start, MultiStreamError, handle, addHandler, list, new, HandlerHolder, stop, addHandler, select, select, Matcher, MultistreamSelect, select, handle
@@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub12/libp2p/utility.html b/gossipsub12/libp2p/utility.html index 714a858fe..d10854fed 100644 --- a/gossipsub12/libp2p/utility.html +++ b/gossipsub12/libp2p/utility.html @@ -237,11 +237,6 @@ window.addEventListener("DOMContentLoaded", main2);
  • exceptionToAssert(body: untyped): untyped
  • - - -
    exclIfIt:
    expandItIMPL: