Commit Graph

  • ff593ea118 Merge pull request #10226 from f321x/fix_8100 ThomasV 2025-09-16 12:06:06 +02:00
  • b6a4ebecda wallet: fix AttributeError when getting help text f321x 2025-09-16 09:38:01 +02:00
  • 12a8cdc842 Merge pull request #10223 from PeytonAllworth/refactor/fstring-upstream ThomasV 2025-09-14 11:28:51 +02:00
  • d36287e57d Merge pull request #10224 from copronista/patch-1 ThomasV 2025-09-14 10:32:49 +02:00
  • 6be8e3ec88 Update plugin.py copronista 2025-09-13 23:12:44 -04:00
  • c1ab6cda53 Merge pull request #10219 from SomberNight/202509_consoletaint ThomasV 2025-09-13 11:25:32 +02:00
  • 67f09bf528 refactor(paymentrequest): use f-string in error message Peyton Allworth 2025-09-12 22:40:58 -07:00
  • e10cf30627 crash_reporter: flag reports where console was used in app_version SomberNight 2025-09-11 15:33:53 +00:00
  • 47f1a2d7a2 wallet.get_full_history: rm "include_fiat" arg, infer it from fx SomberNight 2025-09-09 17:24:59 +00:00
  • df45233c2f Merge pull request #10209 from f321x/fix_fiat_history_export ghost43 2025-09-09 16:56:21 +00:00
  • b4a6de46f4 Merge pull request #10188 from f321x/capacity_warning_zero_amount ghost43 2025-09-09 16:16:23 +00:00
  • 4389618f72 Merge pull request #10212 from SomberNight/202509_tests_for_old_hex_seed ghost43 2025-09-09 15:42:05 +00:00
  • 874d89b259 Merge pull request #10211 from f321x/swap_cleanup_check ghost43 2025-09-09 15:40:29 +00:00
  • 61aeffd26f qt: add_to_coincontrol: assert that coins are in self._utxo_dict ThomasV 2025-09-09 15:55:54 +02:00
  • 64a08f4937 fix #10206: replace for loop with single operation (dicts are threadsafe) ThomasV 2025-09-09 12:55:12 +02:00
  • e97d8754c4 tests: restore from old "hex" seed SomberNight 2025-09-08 17:12:24 +00:00
  • e1de1111f8 swaps: only set swap redeemed if preimage is available f321x 2025-09-08 17:07:03 +02:00
  • dd7919b597 Merge pull request #10203 from SomberNight/202509_plugin_offline_cmd ThomasV 2025-09-08 17:17:45 +02:00
  • b036eaf3eb lnwatcher: add some type hints SomberNight 2025-09-08 15:01:50 +00:00
  • 317bf998e3 Merge pull request #10204 from SomberNight/202509_wallet_rbf_candidates ThomasV 2025-09-08 16:49:09 +02:00
  • ab9f4f734a Merge pull request #10210 from f321x/swap_cb ThomasV 2025-09-08 14:58:19 +02:00
  • 23f158291c lnwatcher: catch callback exceptions f321x 2025-09-08 13:37:27 +02:00
  • 2d17252b4b lnworker.has_anchor_channels: return False if channel is closed but not redeemed yet ThomasV 2025-09-08 10:18:50 +02:00
  • 55d8974c8f fix: Re-add fiat values to csv history export f321x 2025-09-05 17:51:51 +02:00
  • c438f1dfe7 wallet history: also add fiat value to child tx f321x 2025-09-05 17:43:03 +02:00
  • fdf8f9d980 Merge pull request #10205 from SomberNight/202509_storage_oschmod ghost43 2025-09-05 23:43:23 +00:00
  • 9d13855c99 storage.write: make os_chmod best-effort SomberNight 2025-09-05 19:51:33 +00:00
  • d01e6b8101 qt confirm_tx_dialog: fix wallet.get_candidates_for_batching SomberNight 2025-09-05 19:17:23 +00:00
  • 969deb2cd9 Merge pull request #10198 from f321x/add_swapserver_summary_cli ghost43 2025-09-05 18:38:34 +00:00
  • 7455cf9dec commands: add clear error that plugin commands cannot be run with -o SomberNight 2025-09-05 18:23:49 +00:00
  • 1e55ee8ea2 Merge pull request #10202 from SomberNight/202509_sweep_none ghost43 2025-09-05 17:31:41 +00:00
  • 75195b667a keystore: get_private_keys should not return None SomberNight 2025-09-05 16:10:33 +00:00
  • 708aefb036 swapserver: add commands for stats f321x 2025-09-05 10:44:14 +02:00
  • 8abe4a1dd4 Merge pull request #10197 from f321x/deprecation_warning_coroutinefunction ThomasV 2025-09-05 13:46:23 +02:00
  • e7bb75bc3e chore: replace calls to asyncio.iscoroutinefunction f321x 2025-09-05 10:26:58 +02:00
  • 45bdd6a827 swaps: add type hints to gui swap suggestion flow f321x 2025-09-04 12:24:12 +02:00
  • 3df1af8ee3 qt: SwapDialog: don't force amount on user f321x 2025-09-01 10:37:30 +02:00
  • 4a9b960ad8 Merge pull request #10195 from SomberNight/202509_tox ghost43 2025-09-03 16:46:30 +00:00
  • b60d2e9610 ci: add task to run unittests with frozen deps SomberNight 2025-09-03 16:03:14 +00:00
  • 3b2c069b86 Merge pull request #10175 from SomberNight/202508_swaps_check_cltv_safety ghost43 2025-09-03 16:10:29 +00:00
  • 6583a986a2 ci: tests: move away from tox, just use pytest directly SomberNight 2025-09-03 14:49:34 +00:00
  • 489d3fa64e Merge pull request #10194 from SomberNight/202509_getwallet_win_path ghost43 2025-09-03 15:22:07 +00:00
  • c68deb25ff daemon: get_wallet: handle OSError for weiiird paths SomberNight 2025-09-03 14:14:22 +00:00
  • 4a0a3bb38a contrib: shell scripts: add quotes around more variables SomberNight 2025-09-02 17:29:48 +00:00
  • 1c695dd53a Merge pull request #10192 from f321x/fix_padding_qml_exc_dialog ghost43 2025-09-02 14:07:45 +00:00
  • 8d8af1a2bb Merge pull request #10187 from accumulator/hww_offline_err_fix accumulator 2025-09-02 13:27:18 +02:00
  • debb4da90d qml: android: add padding to report dialog in ExcDialog f321x 2025-09-02 10:32:10 +02:00
  • 7dc33d1fe1 Merge pull request #10191 from SomberNight/202509_type_hints_qml_txf ghost43 2025-09-01 17:20:52 +00:00
  • c8a14cc2cc qml: add some type hints to qetxfinalizer SomberNight 2025-09-01 17:09:38 +00:00
  • 77eb3ff01e Merge pull request #10148 from accumulator/android_16kb_page_alignment ghost43 2025-09-01 16:12:24 +00:00
  • 0967c0eb96 Merge pull request #10178 from f321x/android15_edge_to_edge_compatibility ghost43 2025-09-01 14:02:26 +00:00
  • a62dbb5650 qt: receive tab: also suggest swap for 0 amnt req f321x 2025-09-01 10:28:27 +02:00
  • 2c67c5e1e5 swaps: make min swap amount a const var f321x 2025-09-01 10:09:33 +02:00
  • 0263b5ecc1 qml: adapt exception dialog to edge-to-edge layout f321x 2025-08-28 10:09:12 +02:00
  • 87d82f38c5 android: 16kb alignment updates Sander van Grieken 2025-08-19 13:10:09 +02:00
  • bcb740695b lnurl: only sanitize untrusted LNURL errors f321x 2025-08-27 17:28:59 +02:00
  • 313c8a136a qml: use declarative form for invoiceResolved and requestResolved in WalletMainView Sander van Grieken 2025-08-12 10:07:07 +02:00
  • c2f5b3ba6b qml: lnurlw: bind walletCanReceive to in-liquidity f321x 2025-08-11 16:42:50 +02:00
  • b90090e2dd qml: separate PI resolving from QEInvoiceParser f321x 2025-07-15 00:17:42 +02:00
  • 72dfc61d9c tests: add more lnurl testing for PaymentIdentifier f321x 2025-07-01 11:45:04 +02:00
  • fdeada3f51 lnurl: implement LNURL-withdraw f321x 2025-06-27 17:48:26 +02:00
  • f1dfe5e248 qml: LoadingWalletDialog: add some padding f321x 2025-08-27 14:02:28 +02:00
  • 9871931bf3 android: make QR code scanner e2e compatible f321x 2025-08-27 10:55:24 +02:00
  • 5f0180910c qml: add padding to ElDialog for android e2e f321x 2025-08-27 09:24:08 +02:00
  • 53595e1be7 qml: pad main view if e2e enforcement is active f321x 2025-08-26 17:32:20 +02:00
  • 4b30b097a9 qml: qeapp: add methods to retrive system bar heights f321x 2025-08-25 15:07:45 +02:00
  • c365272745 android: bump target sdk to 35 f321x 2025-08-25 14:38:44 +02:00
  • 18f6b88982 don't sys.exit() from run_offline_command, this leads to wait on lock that never releases. Sander van Grieken 2025-08-26 12:02:33 +02:00
  • 835b04d5c6 swaps: add explicit check that (onchain_locktime < LN_locktime) SomberNight 2025-08-26 02:56:55 +00:00
  • 71255c1e73 contrib/make_download: sort signers, instead of random fs order SomberNight 2025-08-25 12:23:49 +00:00
  • d9480fe339 contrib: add "set -e" to bash scripts where missing SomberNight 2025-08-25 12:22:37 +00:00
  • a8b86f2c72 Merge pull request #10173 from SomberNight/202508_release462 ThomasV 2025-08-24 20:14:50 +02:00
  • c95112643b prepare release 4.6.2 SomberNight 2025-08-24 18:03:20 +00:00
  • 68d93d186c Merge pull request #10172 from SomberNight/202508_qml_wallet_ks_password ghost43 2025-08-24 18:00:57 +00:00
  • f98b6a3928 update locale SomberNight 2025-08-23 18:59:14 +00:00
  • 92bdc4d4ca daemon: load_wallet: add force_check_password arg, and use it in qml SomberNight 2025-08-23 16:54:48 +00:00
  • 23a82f328f util: fix DebugMem helper SomberNight 2025-08-23 14:51:01 +00:00
  • 53271a71d4 Merge pull request #10169 from SomberNight/202508_swaps_more_cleanup ghost43 2025-08-23 12:54:02 +00:00
  • 7989d6467b swaps: trivial rename WITNESS_TEMPLATE_REVERSE_SWAP SomberNight 2025-08-23 12:44:46 +00:00
  • 08f041f3da swaps: add check for blockchain().is_tip_stale() SomberNight 2025-08-23 02:08:42 +00:00
  • 9e7c332b06 lnworker: rewrite payment_bundles: lower cpu-time-complexity SomberNight 2025-08-22 17:25:30 +00:00
  • a7afd59dec swaps: more clean-up, add comments, more sanity checks SomberNight 2025-08-22 16:36:25 +00:00
  • fc362826e8 swaps: clean-up onchain script construction SomberNight 2025-08-22 16:25:10 +00:00
  • 8d8d1dba0f util.format_satoshis: floating-point paranoia SomberNight 2025-08-22 13:30:26 +00:00
  • 44a95bafbe Merge pull request #10164 from f321x/proper_cleanup_after_swap_failed ThomasV 2025-08-22 15:20:47 +02:00
  • 97a0d27fa6 swaps: cleanup after successful swap f321x 2025-08-22 12:52:43 +02:00
  • 0949d9755c Merge pull request #10165 from spesmilo/swaps_prepayment ThomasV 2025-08-22 10:37:53 +02:00
  • 13260ca498 Merge pull request #10167 from SomberNight/202508_cmd_format_satoshis ThomasV 2025-08-22 10:36:46 +02:00
  • db1df37dda Merge pull request #10159 from SomberNight/202508_max_logfile_size ghost43 2025-08-21 21:10:42 +00:00
  • e6eb9f6cd2 Merge pull request #10166 from spesmilo/txbatcher_fix_to_sweep_now ghost43 2025-08-21 21:03:49 +00:00
  • c623cca654 swaps: cleanup data after swap gets failed f321x 2025-08-21 16:29:19 +02:00
  • e5930dd5e6 trivial follow-up: add more type-hints SomberNight 2025-08-21 17:48:38 +00:00
  • 864932c79a reverse swaps: in the CLI, replace 'server_mining_fee' with 'prepayment', which corresponds to the trusted part of the lightning payment. ThomasV 2025-08-21 17:38:31 +02:00
  • 08ea821221 txbatcher: to_sweep_now should be a list ThomasV 2025-08-21 19:37:27 +02:00
  • c1d2fc2b42 lnworker: (trivial) get_payment_bundle to not return None SomberNight 2025-08-21 17:39:31 +00:00
  • 74cd2b4ac3 commands: use format_satoshis consistently. don't use sci-notation SomberNight 2025-08-21 17:38:27 +00:00
  • 07d69bd876 Merge pull request #10161 from spesmilo/txbatcher_do_not_remove_local_tx ThomasV 2025-08-21 19:10:49 +02:00
  • 6d99717d5b txbatcher: add comment to _to_pay_after SomberNight 2025-08-21 15:15:08 +00:00
  • 139508e2b4 Merge pull request #10162 from f321x/prevent_swapserver_spam ghost43 2025-08-21 13:52:02 +00:00
  • aa661da9e2 swaps: stop sending whole req exception to client f321x 2025-08-21 14:41:47 +02:00