Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@busyboredom busyboredom released this 04 Jul 21:20
585edca

Added

  • get_ids() method to invoice stores.
  • is_empty() method to invoice stores.
  • is_paid() method to PaymentGateway.
  • get_invoice_ids() method to PaymentGateway.
  • build_with_mock_daemon() method to PaymentGateway.

Changed

  • Update MSRV to 1.76
  • Replace invoice store try_iter() method with try_for_each().
  • The storage layer is now accessed asynchronously through channels, which
    means several previously synchronous methods are now async.

Fixed

  • is_expired() returning false when invoice is awaiting configrmation despite it
    being expired.