349 Commits (bf6ecb64182b424a072112e36f5738eaf8cd64b9)

Author SHA1 Message Date
SomberNight ea22d0073e
config: distinguish knowing mempool is empty vs not having mempool_fees 5 years ago
SomberNight eefb68c82b
transaction: change Transaction.is_segwit_input(txin) to txin.is_segwit() 5 years ago
ThomasV 59f7d4b02d fix #6676 and remove dead code 5 years ago
ThomasV 5d90790726 wallet.py: always instantiate lnbackups 5 years ago
bitromortac 4efcb53d24 network: load gossip db early 5 years ago
bitromortac 6045de759b lightning: enable by default but without gossip 5 years ago
SomberNight f125a06453
wallet: simplify get_wallet_delta 5 years ago
SomberNight e71fa4924f
wallet: rm wallet.txin_value 5 years ago
SomberNight bde415cae7
wallet: don't try to get_input_tx from network when offline 5 years ago
SomberNight 4b6c86ecbe
wallet: make labels private, and access to need lock 5 years ago
SomberNight 3a4f07c345
wallet: implement cancelling tx by double-spending to self ("dscancel") 5 years ago
SomberNight ca5b93f07d
wallet: cpfp to send to a change address instead of receive address 5 years ago
SomberNight ad03c1e3cb
wallet: (fix) bump_fee and cpfp now returns tx with all wallet-info 5 years ago
MrNaif2018 6bd1a04aee
Pass wallet to invoice_status/request_status (#6595) 5 years ago
SomberNight 6d86f4dc18
wallet set_tx_label_based_on_invoices: don't overwrite custom label 5 years ago
SomberNight 55eb62bb90
wallet.get_relevant_invoice_keys_for_tx: take lock in callee not caller 5 years ago
SomberNight 6b4edc650a
qt history: fixes for tx context-menu "View invoice" if more than one 5 years ago
SomberNight c64da9448f
wallet: get_full_history should populate acq_price/cap_gains if enabled 5 years ago
SomberNight 4961020e01
wallet: handle exception when deleting last addr from imported wallet 5 years ago
SomberNight 35dad3c10e
qt history list: only offer "View Invoice" if still have invoice 5 years ago
SomberNight dee5d52948
invoices: make sure that OnchainInvoice .exp and .time are not None 5 years ago
ThomasV 730bfda33a OnchainInvoice: make get_amount_sat return 0 instead of None. fixes #6203 5 years ago
ThomasV b0c390e231 wallet.clear_requests. fixes #6279 5 years ago
SomberNight a97cb88a1a
qt sweep: raise more specific exception so that trace is not logged 5 years ago
SomberNight d31883a2ea
wallet.export_{request,invoice}: replace 'amount' field with sat/msat 5 years ago
SomberNight d5f368c584
LN invoices: support msat precision 5 years ago
ThomasV 4bda882695 Group swap transactions in Qt history (fixes #6237) 5 years ago
SomberNight 1ace265992
wallet: simplify get_payment_status 5 years ago
SomberNight 5f2d347d81
submarine_swaps: wallet.get_unused_address -> get_receiving_address 5 years ago
ThomasV cb4c8abe1c submarine swaps: disable merging of transaction in history 5 years ago
ThomasV a1e8f9e2aa swaps: mapping of prepay_hash to payment_hash 5 years ago
ThomasV c8506eaa39 swaps: store fee_preimage 5 years ago
ThomasV bcf2246633 minor fix 5 years ago
ThomasV 252591832a swaps: improve history display 5 years ago
ThomasV f8dd62aec0 show swaps as single line in history 5 years ago
SomberNight 43892dd61a
invoices: fix #6233 5 years ago
SomberNight 0b224ba685
invoices: minor clean-up (type hints, mark broken things) 5 years ago
SomberNight 906a2c15dc
sweeping via CLI: allow customising RBF 5 years ago
ghost43 947af92126
tx dialog: show various warnings if input amounts cannot be verified (#6217) 5 years ago
SomberNight 7bcb59ffb5
wallet: when sweeping, do network reqs in parallel, and don't block GUI 5 years ago
ThomasV d9747a2ff1 wallet fixes for lightning disabled (follow up 6058829870) 5 years ago
ThomasV 56f4932f10 import/exports to json files: 5 years ago
SomberNight 309ba15745
invoices: follow-up fixes re clean-up 5 years ago
matejcik e058ee2957
psbt: always include full prev tx (#6198) 5 years ago
ThomasV cc3da6c75f follow-up prev 5 years ago
ThomasV b6d56ece82 fix #6203: do not let request amount be None 5 years ago
ThomasV 6058829870 Use attr.s classes for invoices and requests: 5 years ago
SomberNight ac63444cfc
wallet: better handle used change addresses reverting to unused 5 years ago
SomberNight c14a704082
wallet: fix minor locking thing in set_reserved_state_of_address 5 years ago
SomberNight cdecc4e3fa
wallet: increase gap limit for change (6 -> 10) 5 years ago