lightninglabs / loop

Lightning Loop: A Non-Custodial Off/On Chain Bridge
MIT License
560 stars 117 forks source link

looprpc: Convert looprpc into a Versioned Module #811

Closed bhandras closed 3 months ago

bhandras commented 3 months ago

This commit transforms the looprpc subpackage into a versioned module. By doing so, projects that rely solely on the generated RPC code from the proto files will benefit from significantly reduced dependencies during compilation.

Pull Request Checklist