nim-libp2p/libp2p
Dmitriy Ryajov 293a219dbe
Cleanup (#55)
* fix: don't allow replacing pubkey

* fix: several small improvements

* removing pubkey setter

* improove error handling

* remove the use of Option[T] if not needed

* don't use optional

* fix-ci: temporarily pin p2pd to a working tag

* fix example to comply with latest changes

* bumping p2pd again to a higher version
2019-12-10 14:50:35 -06:00
..
crypto Fixes and tweaks related to the beacon node integration 2019-12-08 23:58:43 +02:00
daemon Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
muxers Cleanup (#55) 2019-12-10 14:50:35 -06:00
protobuf Fix overflow problem. 2019-10-29 20:51:48 +02:00
protocols Cleanup (#55) 2019-12-10 14:50:35 -06:00
stream Cleanup (#55) 2019-12-10 14:50:35 -06:00
transports Cleanup (#55) 2019-12-10 14:50:35 -06:00
base32.nim Use CatchableError 2019-06-24 05:39:13 +03:00
base58.nim Use CatchableError 2019-06-24 05:39:13 +03:00
base64.nim Use CatchableError 2019-06-24 05:39:13 +03:00
cid.nim Use CatchableError 2019-06-24 05:39:13 +03:00
connection.nim Cleanup (#55) 2019-12-10 14:50:35 -06:00
multiaddress.nim Fix MultiAddress.init(PeerID) compilation problem. 2019-11-04 20:57:17 +02:00
multibase.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
multicodec.nim Use CatchableError 2019-06-24 05:39:13 +03:00
multihash.nim Use CatchableError 2019-06-24 05:39:13 +03:00
multistream.nim PubSub (Gossip & Flood) Implementation (#36) 2019-12-05 20:16:18 -06:00
peer.nim Cleanup (#55) 2019-12-10 14:50:35 -06:00
peerinfo.nim Cleanup (#55) 2019-12-10 14:50:35 -06:00
standard_setup.nim Fixes and tweaks related to the beacon node integration 2019-12-08 23:58:43 +02:00
switch.nim Cleanup (#55) 2019-12-10 14:50:35 -06:00
transcoder.nim Add multicodec to table and make it single source of multiformat codes. 2018-12-05 17:24:07 +02:00
varint.nim Use CatchableError 2019-06-24 05:39:13 +03:00
vbuffer.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
wire.nim add init from TransportAddress to multiaddress 2019-10-11 08:15:24 +09:00