lightningj-org / lightningj

Core implementation of the lightningj API implementations.
http://www.lightningj.org
GNU Lesser General Public License v3.0
47 stars 11 forks source link

Upgrade gRPC and protobuf dependencies #76

Closed rachid-o closed 2 years ago

rachid-o commented 2 years ago

The current gRPC dependencies won't run on Mac M1 (or ARM). In order to get LightningJ working I had to update some dependencies.

This is just a PR I quickly drafted after I get it working on my machine ;). I tested this with a separate project by retrieving a list of channels, invoices and payments.

Please let me know what you think of it and what more actions are needed.

herrvendil commented 2 years ago

Hi

I will try to test your PR locally the coming days, and if everything looks ok I will merge it and it will be included in the next release.

rachid-o commented 2 years ago

Ok, thnx. I saw some more dependencies are quite out dated. Is it appreciated if I update them as well (in a separate PR)?

herrvendil commented 2 years ago

Yes please do that! I hope I will have time to test these out later tonight.

rachid-o commented 2 years ago

These changes are included in https://github.com/lightningj-org/lightningj/pull/78