lightningj
lightningj copied to clipboard
Core implementation of the lightningj API implementations.
**Subject of the issue** channel>>> peer_alias field returning null data when API is called from Java **Your environment** - SpringBoot dependency: implementation 'org.lightningj:lightningj:0.17.0-Beta' - LnD node : running on v0.17.0...
Can there be any provision for terminating the grpc call, if takes a variable amount of time?? So for example if grpc takes more than 10 seconds we terminate the...
@herrvendil @pvendil @pvendil-vcc @theborakompanioni The latest version released for lightningj doesn't seem to have support for taproot assets's grpc calls. What is the status of the development?
### Subject of the issue I copied [this code](https://github.com/lightningj-org/lightningj/blob/master/src/examples/lnd/SynchronousLndAPIExample.java) directly into my enviroment and have [this pom](https://pastebin.com/WLMkQkWG). When I run java -jar `file-with-dependencies.jar` it receive this error: https://pastebin.com/ahW8YFXT ### Your...
### Subject of the issue request openchannel return invalid pub key ### Your environment * version of lightningj: 0.14.2-Beta * version and vendor of JDK: jdk 1.8 * your operationg...
@herrvendil @pvendil @theborakompanioni What are updates on bringing LND 0.18 for lightningj?