This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Node::from_str()
reports errors incorrectly
#6972
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Q2-easy 💃
Can be fixed by copy and pasting from StackOverflow.
Milestone
Impl
FromStr
forNode
andNodeEndpoint
returnNetworkError::AddressResolve
even on incorrectly formatted addresses, likefoo
,enode://foo@bar
and even on an empty string.Issue exists on 713bba0 and earlier.
The text was updated successfully, but these errors were encountered: