Features & Bug fixes

  • Introduce unregister webhook API
  • Support LNURL lightning query parameter
  • Fix chain service error when channel closing tx couldn't be find onchain
  • Show open channel fees in Invoice_paid event.
  • Fix balance update after receive.

What's Changed

  • add error source to tonic errors for more detail by @JssDWt in #962
  • Keep node connection alive during payments by @roeierez in #968
  • Update Android build clang to 17 by @dangeross in #972
  • Upgrade flutter dependencies by @dangeross in #973
  • Setup NDK version to r26d on ubuntu by @dangeross in #974
  • Pattern match the linux x86_64 clang directory by @dangeross in #975
  • Unregister webhook by @dangeross in #920
  • Document deprecated methods with deprecated macro by @andrei-21 in #981
  • take over gl-client keepalive settings for the scheduler by @JssDWt in #984
  • input: handle uppercase lightning: prefix by @JssDWt in #987
  • [Flutter] Improve SDK stream management by @erdemyerebasmaz in #980
  • Parse web URLs with lightning query param by @andrei-21 in #986
  • Allow HTTP status code check in GET response parsing by @ok300 in #990
  • Chain service error by @roeierez in #989
  • Use persisted payment in invoice paid event by @roeierez in #994
  • fix balance update after receiving payments by @roeierez in #993