nim-libp2p/libp2p/protocols/pubsub
Tanguy Cizain caac8191d2
Change newXXXX procs to XXXX.new (#585)
* newBufferStream -> BufferStream.new

* newMultistream -> MultistreamSelect.new

* newSecio -> Secio.new

* newNoise -> Noise.new

* newPlainText -> PlainText.new

* newPubSubPeer -> PubSubPeer.new

* newIdentify -> Identify.new

* newMuxerProvider -> MuxerProvider.new
2021-06-07 09:32:08 +02:00
..
gossipsub avoid memory safety errors with nim 1.4.x 2021-06-02 12:26:01 -06:00
rpc use LPError more consistently (#582) 2021-06-02 15:39:10 +02:00
floodsub.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
gossipsub.nim merge latest master 2021-06-02 12:25:36 -06:00
mcache.nim fix peer score accumulation (#541) 2021-03-09 13:22:52 +01:00
peertable.nim fix peer score accumulation (#541) 2021-03-09 13:22:52 +01:00
pubsub.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
pubsubpeer.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
timedcache.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00