Anton Kaliaev
c1f264822a
p2p: remove NewNetAddressStringWithOptionalID (#3711)
Fixes #3521 The function NewNetAddressStringWithOptionalID is from a time when peer IDs were optional. They're not anymore. So this should be renamed to NewNetAddressString and should ensure the ID is provided. * update changelog * use NewNetAddress in transport tests * use NewNetAddress in TestTransportMultiplexAcceptMultiple |
6 years ago | |
---|---|---|
.. | ||
id.go | crypto: Remove interface from crypto.Signature | 6 years ago |
node.go | p2p: remove NewNetAddressStringWithOptionalID (#3711) | 6 years ago |
node_test.go | mempool: move interface into mempool package (#3524) | 6 years ago |
wire.go | crypto: Refactor to move files out of the top level directory | 6 years ago |