Skip to content

rpc-v0.3.0-beta.3

Compare
Choose a tag to compare
@vincenzopalazzo vincenzopalazzo released this 06 Sep 12:45
· 141 commits to master since this release
8ba2d6c

core lightning Rust Framework

A collection of libraries to develop and work with core lighting.

Project Homepage

These are the complete list of craters supported right now

Crate Description Version
clightningrpc-common Crate that provides an Generic RPC binding from rust code to the core lightning daemon Crates.io
clightningrpc Crate that provides a strong typed RPC binding from rust code to the core lightning daemon Crates.io
clightningrpc-plugin Crate that provides a plugin API to give the possibility to implement a plugin in Rust Crates.io
clightningrpc-plugin-macros Crate that provides a procedural macros implementation to make easy to develop a plugin developer to build a plugin Crates.io

Crate Changelogs

clightningrpc

v0.3.0-beta.3

Fixed

  • MSat accepts both strings ending with msat and u64 (commit). @RCasatta 06-09-2022

Added