170 Commits (9baaf1afda3181cd511fda83c0be426a85c02abd)

Author SHA1 Message Date
ThomasV 9a88b5605a add more fields to list_channels 7 years ago
ThomasV 6f3c2b30ed lnbase: propagate error messages received in on_error to their relevant coroutines 7 years ago
SomberNight 17457327ef make key derivation reasonable 7 years ago
Janus 0405f0d9ad accept channel opening requests initiated by remote 7 years ago
Janus 646881f437 lnworker.pay(): lightning-integration support 7 years ago
Janus efc8d50570 move connection string decoding to lnworker, fix test_lnutil 7 years ago
Janus 1988b552e1 commands: add dumpgraph command to see which nodes electrum knows about 7 years ago
Janus cf4f0c5d3a add command to clear ln blacklist, prevent error in pay() from killing Peer 7 years ago
Janus eca5545004 lnhtlc: don't throw away fee updates or htlcs 7 years ago
Janus 77e9abc655 ln: store HTLCStateMachine in lnworker.channels 7 years ago
ThomasV 6e71340e52 do not block GUI with open_channel 7 years ago
ThomasV 34d5f1b2e3 lightning: connect send button 7 years ago
Janus 7d2a6d83d5 ln: don't make invoice if peer can't possibly pay, append _sat to sat 7 years ago
ThomasV af4f0b6daf lnworker: separate invoice creation from payment flow 7 years ago
Janus 6a8e5d5954 ln: restore functionality 7 years ago
ThomasV 762dea6593 fix amount in open_channel, add listchannels command 7 years ago
ThomasV b71f020fc9 move on_funding_locked to lnworker 7 years ago
Janus 18963405ee lightning: remove hub based approach, port qt gui to lnbase 7 years ago
ThomasV 60d6080fe5 lightning: separate testing from main code 7 years ago
Janus 9617447a0f lnbase: add lnbase_test 7 years ago
Janus d84eab0418 lightning: complete moving of lightning objects, acquire net/wallet lock while answering lightning requests 7 years ago
ThomasV b42009acb7 signtransaction: pass pubkey to tx.sign (fix #5522) 6 years ago
ThomasV 1d637ef988 fix #5558 6 years ago
SomberNight 1c75d939d9
commands: change API of "make_seed" and "create" commands 6 years ago
SomberNight 9547fb7b06
qt console: accept kwargs for commands.py methods 6 years ago
SomberNight f60f690ca9
change many str(e) to repr(e) as some exceptions were cryptic 6 years ago
SomberNight f6a7e6ec7d
logging: don't log to file by default 6 years ago
SomberNight 104b8804f7
logging: '-V' cli option can blacklist/whitelist classes with short names 6 years ago
SomberNight c80c3596a7
logging: expose 'disablefilelogging' option in Qt preferences 6 years ago
SomberNight fd5b1acdc8
commands: fix encrypt/decrypt 6 years ago
SomberNight 6940c424d1
logging: cli options to filter for modules using -v 6 years ago
SomberNight 3385a94753
logging: basics 6 years ago
SomberNight 752c518bdc
add option to freeze individual UTXOs 6 years ago
SomberNight 6aa81a8f56
commands: explicitly mention "?"/":" magic chars for "create" cmd 6 years ago
SomberNight 8f5ca40d10
new cli command: get_tx_status 6 years ago
SomberNight 8b2c586d30
post-storage_db-merge fixups 6 years ago
SomberNight b34e1634b6
commands: fix gettransaction 6 years ago
SomberNight ae80f143e7
commands/wallet: separate out 'create' and 'restore' core parts 6 years ago
SomberNight 85a7aa291e
bip32: refactor whole module. clean-up. 6 years ago
SomberNight 40bf049c82
commands: introduce 'removelocaltx' 6 years ago
SomberNight 2174fc0676
cli history: add option to filter by block height 6 years ago
ThomasV 138c98d7d8 add 'get' command to CLI 6 years ago
SomberNight 5fc715cdee
commands: add convert_xkey for converting between {x,y,z}|{pub,prv} 6 years ago
SomberNight 5403ae7687
network: sanitize tx broadcast response 6 years ago
chris-belcher d5c8a0e0d0 Add flag --skipmerklecheck (#4957) 6 years ago
SomberNight 664b0c234e
wizard: fix imported address wallets 6 years ago
ThomasV 4681ac8c23 CLI deserialize: always force full parse 6 years ago
SomberNight 960855d0aa
wallet history fees: only calculate fees when exporting history 7 years ago
SomberNight 9350709f13
wallet creation: take care not to write plaintext keys to disk 7 years ago
SomberNight ff454ab29d
cli restore: fix imported privkeys with password 7 years ago