14843 Commits (98e6bd6f801ac2a8260a117ca89a22beae4b2870)
 

Author SHA1 Message Date
ThomasV 5faef83874 rm dead code 3 years ago
ThomasV 30609cdc63 Qt: simplify lightning_tx_dialog using ShowQRLineEdit 3 years ago
Sander van Grieken bbbb19eee4 qml: dedupe swap auth handling, fix fee values when no tx 3 years ago
Sander van Grieken 2ea1d88567 qml: use closebutton icon for label edit cancel 3 years ago
ThomasV 6a74ffe80e Qt: improve channel details dialog. Add util.ShowQRLineEdit class. 3 years ago
ThomasV 4ff1ed5de5 show_lightning_invoice: minor improvements 3 years ago
ThomasV 85d354bf24 Qt show_lightning_invoice: show features 3 years ago
ThomasV 1568c10ca0 fix 'view log' menu (follow-up 2d68350900) 3 years ago
SomberNight ed65f335bd
wallet_db upgrade: fix possible corruption of invoice amounts 3 years ago
SomberNight d5b5f82b01
LN invoice: better handle unknown required featured bits in bolt11 invs 3 years ago
ThomasV f5abd4f1d1 add command line for rebalancing channels 3 years ago
SomberNight 1e97491124
qt QRDialog: make dialog usefully resizeable 3 years ago
Sander van Grieken 894495aa92 qml: clean up 3 years ago
Sander van Grieken 63fed38305 qml: skip wallet password entry when single_password and password is known 3 years ago
Sander van Grieken 70cf44ccec qml: wip single password 3 years ago
SomberNight 430a61eb42
qt QRDialog: try to fix layout-sizing issues 3 years ago
SomberNight 28fe345b0b
keystore.check_password: raise better exc if called on pwless ks 3 years ago
SomberNight 79fec3417a
crypto.py: rm {En,De}codeAES_base64. instead use {En,De}codeAES_bytes 3 years ago
SomberNight d067e0e314
wallet: make "invoices" and "receive_requests" private 3 years ago
SomberNight 056de017f0
wallet: use `get_request(addr)` instead of `receive_requests[addr]` 3 years ago
SomberNight 44655bcca2
qt qrtextedit: also show icon in ShowQRTextEdit.contextMenu 3 years ago
ThomasV 436360db10 revert 02e4569086 3 years ago
ThomasV 46cfe781e3 initial release notes for 4.3 3 years ago
Sander van Grieken d0a9420c87 qml: fix initial focus wallet name in new wallet wizard 3 years ago
Sander van Grieken f83c944f0e qml: properly set keystore password when creating new wallet 3 years ago
ThomasV 02e4569086 auto-remove redeemed channel backups. fix indentation. 3 years ago
SomberNight 955986d024
qt: PayToEdit and OverlayControlMixin: move around input buttons 3 years ago
SomberNight 2c73e7f854
wallet: (regression) fix get_spendable_coins when "domain" arg is given 3 years ago
ThomasV 9ae0e5bffc remove lightning parameter from wallet.create_request 3 years ago
ThomasV 957174a039 all GUIs: show local and remote force-close options in a homogeneous way 3 years ago
ThomasV 8c991ef656 channels_list: refactor menu. Add request_force_close option for channels too, guard it with a confirmation dialog. 3 years ago
ThomasV 88b2dc3589 show onchain address of request in CLI. Fixes #7886 3 years ago
ThomasV 9b075ba187 get_node_alias: allow node_id prefixes for channel backups 3 years ago
ThomasV 36a6fd6311 request_force_close_from_backup: 3 years ago
SomberNight 9b8750b9cc
wallet.export_invoice: should support onchain invoice with "!" (max) amount 3 years ago
SomberNight 68581ce80a
invoices: fix type hint for get_address() 3 years ago
ghost43 45a6290987
Merge pull request #7885 from gruve-p/patch-2 3 years ago
gruve-p e50db4bf2b
appimage: update libssl-dev libssl1.1 openssl 3 years ago
ThomasV fbd7d504a8
Merge pull request #7884 from SomberNight/202207_wallet_rm_get_onchain_request_status 3 years ago
SomberNight 57b17d13ac
android build: make building testnet apk easier 3 years ago
SomberNight e72f575eea
android build: factor out package name ("org.electrum.electrum") 3 years ago
SomberNight bcbe69672e
qml gui: fix flake8 "F821 undefined name" errors 3 years ago
SomberNight 9c5277c9a1
wallet: rm get_onchain_request_status; just use is_onchain_invoice_paid 3 years ago
SomberNight 60a0fcb6e5
Merge branch 'android-qml' 3 years ago
SomberNight d79da7a248
android build: (qml) pin new transitive dependencies for reproducibility 3 years ago
SomberNight bc88e1c328
android build: (qml) bump p4a commit 3 years ago
Sander van Grieken 2c92174ee0 qewallet: fix useNotify signal emit 3 years ago
Sander van Grieken 2c656a0cf7 add excepthooks, hoping to force a backtrace log when qt5 SIGABRTs 3 years ago
SomberNight 3d0baf8d00
android build: restore prev "make theming" behaviour 3 years ago
SomberNight 75e7f5e2f8
run_electrum: fix DeprecationWarning re importlib.find_loader 3 years ago