mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-14 04:37:05 +00:00
* p2p: extract ID validation into a separate func - NewNetAddress panics if ID is invalid - NetAddress#Valid returns an error - remove ErrAddrBookInvalidAddrNoID Fixes #2722 * p2p: remove repetitive check in ReceiveAddrs * fix netaddress test