Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

41 lines (25 loc) · 1.84 KB

v0.3.0-beta.8

Fixed

  • update msat on Pay response (commit). @lvaccaro 24-08-2023

v0.3.0-beta.7

Fixed

  • re-export lightningrpc::Error (commit). @vincenzopalazzo 24-08-2023

v0.3.0-beta.5

Fixed

  • add preimage in invoice (commit). @evd0kim 10-03-2023
  • route model update (commit). @evd0kim 10-03-2023
  • listchannels update (commit). @evd0kim 10-03-2023

Added

  • support createinvoice model (commit). @evd0kim 10-03-2023

v0.3.0-beta.4

Fixed

  • 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

v0.3.0-beta.3

Fixed

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

Added

  • Make generic fn call pub (commit). @RCasatta 06-09-2022

v0.3.0-beta.1

  • Hello World :)