glightning
glightning copied to clipboard
A Golang driver for c-lightning. Includes both an RPC client and plugin framework
On my Raspberry pi 3b I received the following error: ``` ➜ ~ lightningd --disable-plugin bcli --daemon ➜ ~ panic: unaligned 64-bit atomic operation goroutine 29 [running]: runtime/internal/atomic.panicUnaligned() /home/pi/compilers/go/src/runtime/internal/atomic/unaligned.go:8 +0x24...
Hello, This repository is listed on the [Awesome Lightning-Network](https://raw.githubusercontent.com/bcongdon/awesome-lightning-network/master/readme.md) list, which is a collection of useful lightning-network projects. However, it seems that the 'lightning-network' topic is missing from this repository's...
This PR add support for zero conf funding by adding the mindepth field to the FundChannelRequest. Also I needed to rename some fields as a result of the great msat...
I started playing with this during the btc++ hackathon and got stuck on a strange issue. I wanted to implement a bitcoin backend using the go neutrino library. I took...
This PR include some proprieties in the config payload that c-lightning passed to the plugin Signed-off-by: Vincenzo Palazzo
basically to be more in line with the current bcli implemention from c-lightning itself (to get similar fee recommendations)
This PR include some change to support the c-lightning v0.10.1. In addition, it would be cool to support go modules as suggest in the PR #33
I noted that there is a mistake in the API, almost all the arrays are arrays of pointers, but in the case of the `listfunds` it is returned an array...
This PR adds the dev-sendcustommsg rpc and custommsg hook. I also added a go.mod to the project which allows for easier dependancy management.
this will require either building, bundling or fetching the correct version of clightning with the repo. it will also require the makefile improvements in #1 for building the plugin dependencies