Liberum-Neto / liberum-neto

MIT License
2 stars 0 forks source link

core&cli: Add Dial command #41

Closed philipandag closed 1 week ago

philipandag commented 1 week ago

Adds a Dial command that allows dialing a node in runtime without remembering it as a bootstrap. Turn out that swarm.dial() does not trigger the SwarmEvent::Dialing. That's why it's handling was removed.