multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

Add support for `tls` protocol #48

Closed whereistejas closed 3 years ago

whereistejas commented 3 years ago

Hi @mxinden, Creating this PR to close the issue #47. This PR refers the Go code from PR 153.

i have a couple of questions regarding the tests, it seems like we are missing a few tests:

  1. construct_success
  2. TestTextMarshaler
whereistejas commented 3 years ago

Hi @mxinden , I have added the extra tests and added the Tls proto, too. Please, let me know if any other changes are pending/required. :)

whereistejas commented 3 years ago

@mxinden I have made the change you suggested.

whereistejas commented 3 years ago

Hi @mxinden, done!