Releases: clightning4j/btcli4j
v0.0.7
Fixed
- fix the estimation of the fee in pruning mode (commit). @vincenzopalazzo 29-03-2023
- coffee script (commit). @vincenzopalazzo 08-03-2023
- coffee script (commit). @vincenzopalazzo 08-03-2023
Added
- support coffee manifest (commit). @vincenzopalazzo 08-03-2023
v0.0.6
Fixed
- fix the possibility to disable the cln proxy (commit). @vincenzopalazzo 28-01-2023
v0.0.5
Fixed
- upgrade the java library with the upstream (commit). @vincenzopalazzo 14-01-2023
v0.0.4
v0.0.4
Fixed
- send raw transaction cln response (commit). @vincenzopalazzo 16-11-2022
- use 6 block of estimation fee (commit). @vincenzopalazzo 16-11-2022
- if a error is throws from bitcoind return the error to cln (commit). @vincenzopalazzo 16-11-2022
- Update gitignore. (commit). @swaptr 28-05-2022
v0.0.3
v0.0.3
Fixed
- if a error is throws from bitcoind return the error to cln (commit). @vincenzopalazzo 16-11-2022
- Update gitignore. (commit). @swaptr 28-05-2022
v0.0.2
A new release is out with small bugs fixes
More information about how to run this plugin on the readme.
Regards.
Vincent.
v0.0.1
Released version v0.0.1
This version of the plugin supports the esplora API and the Bitcoin pruning mode, check out the readme for more information.
Please pay attention that the plugin is tested only on the testnet network for the moment, and only on mainet with a very small amount of money.
When I will have more BTC I will make my own node that runs on Java, if you like the idea you can take in consideration to donate with the method reported here
To run the following artifact you need to create a bash script and put it in the plugin folder of c-lihgnting, or put the path of the plugin in the lightning config.
The bash script looks like the following one
#!/bin/bash
java -jar /path/of/btcli4j-all.jar
More info on the readme.