Skip to content

Releases: lnflash/flash

v0.6.26 Release

31 Dec 14:13
be7b74e
Compare
Choose a tag to compare

Bug Fixes

  • Map PaymentSendStatus to grapqhl response (#126)

Testing

  • Add unit tests to ci (#125)

v0.6.25 Release

23 Dec 14:52
f3f9d46
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Add otel to Ibex response (#124)

v0.6.24 Release

17 Dec 15:05
e95807a
Compare
Choose a tag to compare

Documentation

  • Update docs for contributing with Flash practices (#122)

v0.6.23 Release

11 Nov 22:00
8da2327
Compare
Choose a tag to compare
Allow user to select target when setting pipeline (#115)

Co-authored-by: Ben Hindman <[email protected]>

v0.6.22 Release

11 Nov 19:29
081bf79
Compare
Choose a tag to compare
Use Currency Code in DisplayAmount Notifications (#114)

* WIP

Update notification body for display currency

remove bad logs

simplify line

Use currency code rather for display amount

* Move CurrencyFormatter to fiat

---------

Co-authored-by: Ben Hindman <[email protected]>

v0.6.21 Release

29 Oct 19:43
081bf79
Compare
Choose a tag to compare
Use Currency Code in DisplayAmount Notifications (#114)

* WIP

Update notification body for display currency

remove bad logs

simplify line

Use currency code rather for display amount

* Move CurrencyFormatter to fiat

---------

Co-authored-by: Ben Hindman <[email protected]>

v0.6.20 Release

26 Oct 15:50
f44647c
Compare
Choose a tag to compare
CentAmount to FractionalCentAmount in multiple calls (#113)

v0.6.19 Release

18 Oct 17:16
1c6aecc
Compare
Choose a tag to compare
Show display currency in firebase notifications (#111)

Amount for display currency is found in function toDisplayAmount which resuses existing Galoy functions
Notification body is updated in the i18n localization

Not included: update displayCurrency with symbol to match rest of application

v0.6.18 Release

16 Oct 14:51
7104133
Compare
Choose a tag to compare
Update CI values for lnflash (#110)

Co-authored-by: Ben Hindman <[email protected]>

v0.6.17 Release

15 Oct 18:11
73ad0cd
Compare
Choose a tag to compare
Add check to see if npub is a flash npub (#109)

* Add is flash npub

* Fix query

* Make errors more specific