ithacaxyz / op-rs

Apache License 2.0
58 stars 6 forks source link

feat(net): Remove NetworkAddress #55

Closed refcell closed 2 months ago

refcell commented 3 months ago

Description

Removes the NetworkAddress which is effectively used as a conversion utility between the SocketAddr and MulitAddr.

Closes #52