- update msat on Pay response (commit). @lvaccaro 24-08-2023
- re-export lightningrpc::Error (commit). @vincenzopalazzo 24-08-2023
- add preimage in invoice (commit). @evd0kim 10-03-2023
- route model update (commit). @evd0kim 10-03-2023
- listchannels update (commit). @evd0kim 10-03-2023
- support createinvoice model (commit). @evd0kim 10-03-2023
- fix tests assertions (commit). @vincenzopalazzo 21-11-2022
- move the invoice field from msatoshi to amount_msat (commit). @vincenzopalazzo 21-11-2022
- be able to generate invoice with any amount (commit). @engenegr 21-11-2022
- MSat accepts both strings ending with msat and u64 (commit). @RCasatta 06-09-2022
- Make generic
fn call
pub (commit). @RCasatta 06-09-2022
- Hello World :)