This is primarily a bugfix release of a few major bugs.
- Do not crash after a few days or weeks of continuous operation (due to using
double
for JSON-RPCid
s and rounding off when printing it). - Avoid using
DELETE ... ORDER BY ... LIMIT ...
which is not supported on default compilation of SQLITE3 (though some Linux distros enable it on their SQLITE3 libraries).
You can get it here:
- Source tarball: clboss-0.10.tar.gz
This release is known to work with C-Lightning 0.9.2 and should probably continue to work with C-Lightning 0.9.1.
As usual: unpack the source tarball, ./configure && make
, sudo make install
if you prefer. Update your C-Lightning configuration to load clboss
as either a plugin
or important-plugin
.