2
0
mirror of https://github.com/status-im/nim-libp2p.git synced 2025-02-28 20:40:34 +00:00

9 Commits

Author SHA1 Message Date
diegomrsantos
dc83a1e9b6
chore(formatting): format the whole codebase using nph 0.5.1 () 2024-06-11 17:18:06 +02:00
Etan Kissling
53e3825e07
fix typo in ProtoMessage.toString() () 2024-02-29 15:56:47 +01:00
Tanguy
66f9dc9167
Remove all Result.get()s & Option -> Opt ()
Co-authored-by: Ludovic Chenut <ludovic@status.im>
Co-authored-by: Diego <diego@status.im>
2023-06-28 16:44:58 +02:00
Tanguy
c11772c94e
Happy new year! () 2023-01-20 15:47:40 +01:00
Tanguy
d0523fdc9d
Documentation () 2022-07-01 20:19:57 +02:00
Tanguy
df566e69db
Fixes for style check () 2021-12-16 11:05:20 +01:00
Menduist
d02735dc46
Remove peer info ()
Peer Info is now for local peer data only.
For other peers info, use the peer store.

Previous reference to peer info are replaced with the peerid
2021-09-08 11:07:46 +02:00
Dmitriy Ryajov
6040cb4ef1
fix debugutils () 2020-11-04 19:56:28 -06:00
Eugene Kabanov
e2d46c6b53
Add libp2p_dump and libp2p_dump_dir compiler time options. ()
* Add `libp2p_dump` and `libp2p_dump_dir` compiler time options.

* Add tools/pbcap_parser.

* Add mplex control messages decoding.
2020-09-15 11:16:43 +02:00