Commit 28b291e
Hotfix/friday feedback (#3715)
* turn libp2p discovery on by default
now:
-discovery-port for the libp2p port
-discovery-keypair instead of -libp2p-keypair (generate command doesn't change)
-disable-libp2p-discovery to turn it off
-enable-old-discovery to turn that back on
Discovery keypairs are now comma-separated. It will continue to accept
both syntaxes but the semicolon one is prone to errors in shell scripts
and was definitely a mistake.
* don't include PID in libp2p_helper state dirs
* include peer_id in status
* tweak high connectivity check
* add libp2p_priv_to_pub utility
* include node_addrs_and_ports in status
* typo
* add net2 stub1 parent 20d8fd8 commit 28b291e
2 files changed
+29
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 69 | + | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
78 | | - | |
| 75 | + | |
79 | 76 | | |
80 | 77 | | |
81 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments