C-lightning 0.11.1 released

Started by jackielove4u, June 22, 2022, 08:48:57 PM

Previous topic - Next topic

jackielove4u



C-lightning: A specification compliant Lightning Network implementation in C



C-lightning is a lightweight, highly customizable and standard compliant implementation of the Lightning Network protocol.
C-lightning only works on Linux and Mac OS, and requires a locally (or remotely) running groestlcoind (version 2.16.0 or above) that is fully caught up with the network you're testing on.

Changelog 0.11.1
• Protocol: we now support opening multiple channels with the same peer.
• Protocol: we send/receive IP addresses in init, and send updated node_announcement when two peers report the same remote_addr (disable-ip-discovery suppresses this announcement).
• Protocol: we more aggressively send our own gossip, to improve propagation chances.
• Plugins: cln-grpc first class GRPC interface for remotely controlling nodes over mTLS authentication; set grpc-port to activate.
• Database: With the sqlite3:// scheme for --wallet option, you can now specify a second file path for real-time database backup by separating it from the main file path with a : character.
• Protocol: pay (and decode, etc) supports bolt11 payment_metadata a-la lightning/bolts#912
• JSON-RPC: invoice has a new parameter deschashonly to put hash of description in bolt11.
• JSON-RPC: pay has new parameter description, will be required if bolt11 only has a hash.
• JSON-RPC: pay has new parameter maxfee for setting absolute fee (instead of using maxfeepercent and/or exemptfee)
• JSON-RPC: listforwards has new entry style, currently "legacy" or "tlv".
• JSON-RPC: delinvoice has a new parameter desconly to remove description.
• JSON-RPC: new setchannel command generalizes setchannelfee: you can now alter the htlc_minimum_msat and htlc_maximum_msat your node advertizes.
• Config: htlc-minimum-msat and htlc-maximum-msat to set default values to advertizes for new channels.
• JSON-RPC: listpeers now includes a pushed_msat value. For leased channels, is the total lease_fee.
• JSON-RPC: getinfo result now includes our_features (bits) for various Bolt #9 contexts
• Docker build for ARM defaults to groestlcoin, but can be overridden with the LIGHTNINGD_NETWORK envvar.
• Developer: A new Rust library called cln-rpc can be used to interact with the JSON-RPC.
• JSON-RPC: A new msggen library allows easy generation of language bindings for the JSON-RPC from the JSON schemas.
• JSON-RPC: listchannels now includes the funding_outnum.
• JSON-RPC: coin_movement to 'external' accounts now include an 'originating_account' field.
• JSON-RPC: Add exclude option for pay command to manually exclude channels or nodes when finding a route.
• Database: Speed up loading of pending HTLCs during startup by using a partial index.

Features
• Creating channels.
• Closing channels.
• Completely managing all channel states (including the exceptional ones!).
• Performing path finding within the network, passively forwarding incoming payments.
• Sending outgoing onion-encrypted payments through the network.
• Automatic channel management (autopilot).

This application is licensed under MIT. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Linux: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-ubuntu
OSX: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-macos
Fedora: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-fedora
OpenBSD: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-openbsd

Source code: https://github.com/Groestlcoin/lightning