3767 Commits (06b9d485351e48967390b3b7edac181f0579a994)

Author SHA1 Message Date
SomberNight 8b2eb83238
wallet: use get_txin_value in get_wallet_delta 6 years ago
SomberNight 55b5335ebb
qt tx dialog: always show input amounts if we know them 6 years ago
SomberNight 82c8c4280f
lnworker: add request_remote_force_close which can be used without state 6 years ago
SomberNight c3fb79d412
lnworker: make sure to save new channel before we broadcast 6 years ago
SomberNight c5da22a9dd
network: tighten checks of server responses for type/sanity 6 years ago
SomberNight c70484455c
kivy: use our logger, not kivy's; and log more exceptions. 6 years ago
Benoît Verret e66a5bbfc4
Use default sys.ps1 and ps2 as console prompts (#6651) 6 years ago
SomberNight 547b231b80
config: make sure fee_per_kb() returns Optional[int] 6 years ago
SomberNight ef84716e8b
(trivial) kivy: rename title of DSCancelDialog 6 years ago
ThomasV aebe77867d prepare release 4.0.4 6 years ago
SomberNight 9bc4182924
crypto: check version of pycryptodomex/cryptography at runtime 6 years ago
SomberNight 1d187d36f0
(fix) allow opening LN wallet with --offline 6 years ago
Marko Bencun a8f8175674
plugins/bitbox02: add support for signing a message 6 years ago
Marko Bencun 8fa019f65b
plugins/bitbox02: add support for p2wsh-p2sh multisig 6 years ago
Marko Bencun 2c0ae4abdd
contrib/requirements/requirements-hw.txt: bump bitbox02 dep to 5.0.0 6 years ago
SomberNight bde415cae7
wallet: don't try to get_input_tx from network when offline 6 years ago
bitromortac 292016d283
network dialog: include protocol in server address field (#6624) 6 years ago
SomberNight 082b2b3585
qt console: fix copying text using Ctrl+C 6 years ago
SomberNight c69ce73814
qt coins tab: label(utxo) to consider both label(txid) and label(addr) 6 years ago
SomberNight 4b6c86ecbe
wallet: make labels private, and access to need lock 6 years ago
SomberNight 8eb4247ac4
kivy: allow setting password for watch-only wallets 6 years ago
Benoît Verret 15de954d6a
Handle KeyboardInterrupt in Python Console (#6643) 6 years ago
SomberNight 67cd73cae0
kivy: implement dscancel 6 years ago
SomberNight 3a4f07c345
wallet: implement cancelling tx by double-spending to self ("dscancel") 6 years ago
SomberNight ca5b93f07d
wallet: cpfp to send to a change address instead of receive address 6 years ago
SomberNight 772199a766
wallet: fix clear_history 6 years ago
SomberNight ad03c1e3cb
wallet: (fix) bump_fee and cpfp now returns tx with all wallet-info 6 years ago
EagleTM 65741c893b
Remove rogue phishing server enode.duckdns.org 6 years ago
SomberNight d3eefefed4
simplify prev 6 years ago
SomberNight 05ebd0f5b2
storage: try to handle user deleting/renaming wallet file while running 6 years ago
SomberNight 6443bb7d8d
SqlDB: fix thread-safety issues re asyncio.Future 6 years ago
SomberNight 52f4189176
qt TorDetector: close socket 6 years ago
SomberNight e60aede77e
ledger: workaround to avoid on-device warning for unusual der path 6 years ago
zebra-lucky 546c0e1bb6
tx: add deserialize to locktime/version properties (#6633) 6 years ago
SomberNight 83e61d6743
cli: allow specifying --wallet at any arg position, as before 6 years ago
bitromortac c422d7c671
commands: use channeldb.to_dict for dumpgraph 6 years ago
bitromortac 1eae324ddb
channeldb: implement dictionary conversion 6 years ago
Benoit Verret 4f1c687102 Save indented lines in console history 6 years ago
SomberNight aae06116f9
follow-up prev 6 years ago
SomberNight 5a7c3dc4d0
network: make MAX_INCOMING_MSG_SIZE configurable from config 6 years ago
bitromortac 193b17f0e4
util: move json_normalize to util 6 years ago
SomberNight 52bd0eb1a6
lnworker: minor improvements to 'lightning_listen' handling 6 years ago
SomberNight c010aa327e
lnworker: (fix) a listening node would busy-loop if remote DC-ed early 6 years ago
SomberNight a81b0ecc59
daemon/rpc: include "jsonrpc" key in rpc responses 6 years ago
SomberNight ae57941981
(trivial) follow-up 7b91da9966 6 years ago
SomberNight 364fca6a58
transaction: fix regression: witness_utxo was not included in QR code 6 years ago
SomberNight c4c22312c4
transaction: impl tx.to_qr_data(): move logic from GUI to tx class 6 years ago
SomberNight 7b91da9966
Qt tx dialog: handle "empty" locktime field 6 years ago
SomberNight 9380b331e4
LNWatcher: implement diagnostic_name; for nicer log lines 6 years ago
MrNaif2018 6bd1a04aee
Pass wallet to invoice_status/request_status (#6595) 6 years ago