15238 Commits (725a05643e9d31e16002e01ff6622efc538ab724)
 

Author SHA1 Message Date
SomberNight 84faf7f99a
tests: fix TestLNTransport probabilistic failure 2 years ago
SomberNight 08eff6faa3
android: mention in README how to install CI apks on phone 2 years ago
SomberNight 21c18bbbe7
util.parse_URI: honour docstring and only raise InvalidBitcoinURI 2 years ago
SomberNight a15e383dbb
wallet.add_input_info: also add block_height if known 2 years ago
ThomasV 015648c4e5 Move get_dict method from wallet_db to json_db. 2 years ago
Sander van Grieken 99b2970372 qml: forgot WalletDetails.qml 2 years ago
Sander van Grieken 0649f13ee8 qml: rework drawer, split wallet details from wallet list/picker 2 years ago
Sander van Grieken 3eaebe7b47 qml: flow tags to next line if exceeding most of screen width 2 years ago
Sander van Grieken 3f9df0517a qml: rename walletdetails to walletsummary 2 years ago
Sander van Grieken 00e1d1786c qml: balance piechart in walletdetails, fix menus to top header height 2 years ago
Sander van Grieken 6b979f2185 qml: add basic piechart 2 years ago
Sander van Grieken 7028435daa qml: create wallet details drawer 2 years ago
SomberNight df2d0f4e1f
qt send: use bolt11 fallback addr even if LN is disabled 2 years ago
SomberNight 2fd762c308
qt send: bip21: ignore "lightning=" part if LN is disabled 2 years ago
SomberNight ac1d53f067
util.parse_URI: allow bip21 with lightning key without fallback addr 2 years ago
SomberNight 2863fb4ab4
tests: add "as_testnet" fn decorator, to run single tests in testnet 2 years ago
SomberNight d3227d7489
transaction: for witness v0 txins, put both UTXO and WIT_UTXO in psbt 2 years ago
SomberNight 01b5e3f8e0
flake8: enable more mandatory tests 2 years ago
SomberNight 7db396aad9
follow-up prev: indentations should not use tabs in *.py 2 years ago
ThomasV 5f24030e97
Merge pull request #8044 from mrmena/network_name 2 years ago
mrmena 6dc4b4f3b3 modified the way the constants module is accessed 2 years ago
mrmena 7a53b2cd47 added network type to getinfo 2 years ago
SomberNight 7b6274eaff
daemon: better error msg if rpchost/rpcport is badly configured 2 years ago
SomberNight 22371730d6
daemon.run_daemon: always stop if daemon.taskgroup dies 2 years ago
ThomasV 3bb453aaba PayServer: add settings dialog and hook for view_url 2 years ago
ThomasV 724edd223c make PayServer a plugin 2 years ago
Sander van Grieken 26d9c06e0c qml: add export TX and scan of TX 2 years ago
SomberNight 335f55a7bf
fix tests for new pytest (py.test -> pytest) 2 years ago
SomberNight 30ac889656
transaction: never put ypub/zpub in psbts, only plain xpubs 2 years ago
SomberNight 45a939c146
tests: add test to check if we include xpubs in psbts 2 years ago
ThomasV eefb855671 PayServer: fix create_request 2 years ago
Sander van Grieken afb0c3bdb7 qml: implement remove local tx, show channel backup after channel open 2 years ago
Sander van Grieken 34d39e84f0 qml: don't check min amount for amount-less invoice 2 years ago
Sander van Grieken 3ace53391f qml: disable pay button while editing amount, perform minimum amount check for lightning invoices, update amount in invoice list. 2 years ago
Sander van Grieken e3b3f04afe qml: refresh address list on new transaction by setting dirty flag 2 years ago
Sander van Grieken a2d1d5e288 qml: missing import 2 years ago
Sander van Grieken 571c626eb4 qml: run tx broadcast in thread, re-enable broadcast button in TxDetails when broadcast fails 2 years ago
Sander van Grieken 902f16204c qml: initial RbF bump fee feature 2 years ago
ghost43 1a7fc2cff7
Merge pull request #8029 from SomberNight/202210_git_eol 2 years ago
SomberNight 98d29cba56
wine build: build win-iconv-mingw-w64-dev, instead of using debian sid 2 years ago
x fffbccff3b make it easier to troubleshoot config parse errors 2 years ago
Sander van Grieken 87ee3030a8 qml: actually use rbf selection 2 years ago
ThomasV d922db0bdf
Merge pull request #7986 from accumulator/wizard 2 years ago
Sander van Grieken 2adf034771 use apply() function on every wizard page, making sure wizard_data is always available 2 years ago
Sander van Grieken fac4003354 qml: fix wizard_data not available to 'last' check on have seed wizard page 2 years ago
Sander van Grieken 0a9c100382 force subclassing of self.last_if_single_password in NewWalletWizard 2 years ago
SomberNight 32ce64faa5
merchant www: allow symlinks for vendored libs 2 years ago
accumulator 6e536d2d91
add invoice status to invoice_status callback (#8020) 2 years ago
Sander van Grieken d65ee17100 qml: ui confirm tx dialog 2 years ago
Sander van Grieken cf005a0f2a qml: ui close channel dialog 2 years ago