payjoin / nolooking

Batched Channels from a PayJoin ⚡️🔀
41 stars 8 forks source link

Use rustls instead of native-tls #85

Closed DanGould closed 1 year ago

DanGould commented 1 year ago

tonic_lnd already depends on rustls. no need for us to compile in ANOTHER tls dependency

Still should remove native-tls from integration tests

nickfarrow commented 1 year ago

Installing ca-certificates in docker avoids https://github.com/roapi/roapi/issues/103 And deleted vendor flag.

Docker image builds for me and runs!