lnbits-legend/lnbits/static/js
dni ⚡ 27b9e8254c
feat: NWC Funding source #2579 (#2631)
* feat: nwc funding source

* implement paid_invoices_stream, fix for unsettled invoices where settled_at is present but None

* cancel pending_payments_lookup_task on cleanup

* Rename subscription_timeout_task to timeout_task

* ensure preimage is not None

* Improve readability, return failed status on expiration in get_payment_status, ensure result_type is checked after error (some implementations might not set a result_type on error)

* fetch account info when possible

* workaround possible race condition on some nwc service providers, improve performance of fallback by using payment_hash from bolt11 invoice

* fundle

* make format

* fix formatting

* fix C901 `_on_message` is too complex (21 > 16)

* format

* fix lint

* format

* fix tests/wallets/test_nwc_wallets.py:80:11: C901 `run` is too complex (17 > 16)

* fix padding

* fix documentation for _verify_event method

* refactoring and fixes

* Split NWCWallet - NWCConnection

* refactor class methods into helpers

* update bundle

* format

* catch NWCError failure codes

* format and fix

* chore: bundle

* add example

* typos

---------

Co-authored-by: Riccardo Balbo <riccardo0blb@gmail.com>
Co-authored-by: benarc <ben@arc.wales>
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2024-08-07 09:56:53 +02:00
..
components feat: NWC Funding source #2579 (#2631) 2024-08-07 09:56:53 +02:00
account.js Improves payment reactions (#2251) 2024-02-12 10:48:07 +00:00
admin.js fix: add methods back (#2495) 2024-05-14 13:48:33 +02:00
base.js refactor: add status column to apipayments (#2537) 2024-07-24 16:47:26 +03:00
bolt11-decoder.js [FEATURE] Adding coverage for 'lntbs' signet prefix (#1881) 2023-08-18 09:48:45 +01:00
components.js fix: topup wallet was showing NaN (#2504) 2024-05-16 15:31:24 +02:00
event-reactions.js Improves payment reactions (#2251) 2024-02-12 10:48:07 +00:00
index.js Login improve UI config (#2171) 2023-12-14 11:34:23 +01:00
node.js [FEAT] add cache busting via static_url_for and settings.cache_version (#1964) 2023-10-27 13:50:49 +02:00
users.js fix: topup wallet was showing NaN (#2504) 2024-05-16 15:31:24 +02:00
wallet.js feat: add a copy wallet button (#2613) 2024-07-31 08:51:17 +02:00