0.6 release of CLBOSS! Now with:
- Several improvements to processing to reduce CPU usage.
- Reduced priority of our outgoing RPC commands, in order to prioritize processing of incoming
lightningd
commands (via therpc_command
hook). - Improved processing of the
rpc_command
hook. - Clean up our own
FundsMover
payments properly even across a restart (which was causing some of our own CPU overuse problems by itself). - FreeBSD compileability (should be, was tested in 0.5A, later changes might have broken this).
See the ChangeLog for more.
- Source tarball: clboss-0.6.tar.gz
As usual: untar the tarball, configure
and make
. Optionally sudo make install
. Then add the path to the clboss
binary to your .lightning/config
as a plugin=
or important-plugin=
.
This release is rated for C-Lightning 0.9.1, but the changes to the upcoming 0.9.2 should not be big enough to prevent CLBOSS 0.6 from working with C-Lightning 0.9.2