170 Commits (9baaf1afda3181cd511fda83c0be426a85c02abd)

Author SHA1 Message Date
SomberNight 9baaf1afda
commands: make 'wallet'-mangling in decorator less obscure, and fixes 5 years ago
ThomasV 8fb79196ba add_lightning_request command: return request object 5 years ago
ThomasV b891d3dc85 new command: get_ssl_domain 5 years ago
ThomasV 7b44e27087 lnpay: return payment log, increase timeout 5 years ago
ThomasV a5a5048d53 lnpay: save invoice 5 years ago
Luke Childs ca1046bce2
Add --serverfingerprint option (#6094) 5 years ago
SomberNight e2ae44beb9
commands: "notify" cmd: stop watching addr if called with empty URL 5 years ago
ThomasV 0b6ae1dbff fix #6101 5 years ago
ThomasV 4d01a550c4 fix #6103: local config contains remote reserve 5 years ago
SomberNight b2cfaddff2
network.NetworkParameters: merge host+port+protocol into "server" field 5 years ago
ThomasV ef5ad5f22f extend 'add_peer', 'list_peers' commands to gossip 5 years ago
ThomasV 27949cb0e5 add list_peer command. (fix #6057) 5 years ago
ThomasV 312ef15cd6 fix #6056 5 years ago
ThomasV 7a11c05916 fix #6075 5 years ago
ThomasV 8f41aeb783 Replace wallet backup with channel backups 5 years ago
JeremyRand 40389a21b6
Use specific Exception when chain isn't synced 5 years ago
SomberNight 900a7631cf
commands: add new cmd "getprivatekeyforpath" to export a WIF for a path 5 years ago
JeremyRand 72de433f5c
Commands: clarify description of getservers 5 years ago
SomberNight 777e350fae
lnchannel: partly fix available_to_spend 5 years ago
interrupt00 df700ca96a Document how to disable proxy 5 years ago
ThomasV d5469b7eb5 fix #6037 5 years ago
ThomasV 8480989fb7 follow-up 17a893441a88eb1b3bc89fd960edfc28140e266f: satoshis 5 years ago
ThomasV 34e236c9b6 CLI: show channel reserves and unsettled balances. fixes #5817 5 years ago
SomberNight 2aebcc5e26
commands: gate get_channel_ctx behind --iknowwhatimdoing 5 years ago
SomberNight 660d7d137c
commands: add changegaplimit and getminacceptablegap cmds 5 years ago
ThomasV 077f778632 Replace lightning_settle_delay with enable_htlc_settle (asyncio.Event) 5 years ago
ThomasV 8730fa3f75 return preimage in lnpay. fixes #5794 5 years ago
ThomasV 67d0e780b3 remove double definition of lightning_history. fixes #5984 5 years ago
ThomasV 9451ca9568 move list_channels to commands.py 5 years ago
ThomasV e1ce3aace7 Separate db from storage 5 years ago
SomberNight 3835157f41
cli: history commands: only json-encode once 5 years ago
ThomasV 4ec86d36a8 faster and improved regtests 5 years ago
Leo Le Bouter f81db9cd1d
Add command line option to forget config on exit. 5 years ago
SomberNight ad5c6284c4
commands/jsonrpc: fix specifying "wallet" to commands that need it 5 years ago
SomberNight 9b28f6df7b
wallet: encrypt storage by default 5 years ago
SomberNight 557987d4eb
add/fix some open_channel related type hints 6 years ago
ThomasV fd8236538a Open lightning channels with partially signed tx. 6 years ago
ThomasV 06589df812 simplify add_transaction 6 years ago
SomberNight c31fa059fe
cli: clear up "rbf" arg for "payto" cmd in help text; and use eval_bool 6 years ago
SomberNight 420b1a6636
cli: load_wallet now auto-upgrades the WalletStorage when needed 6 years ago
SomberNight 3d88d6870c
cli: fix load_wallet for storage-encrypted wallets 6 years ago
JeremyRand 643bc9d802
Fix missing wallet argument to _resolver 6 years ago
ThomasV 78813dcb7d Pass make_tx function to ConfirmTxDialog 6 years ago
SomberNight 85a4811742
transaction.tx_from_any: recognise even more types, and add tests 6 years ago
SomberNight bafe8a2fff
integrate PSBT support natively. WIP 6 years ago
SomberNight f72bb03af6
commands: gettransaction cmd now tests txid before returning tx 6 years ago
ThomasV a13cea6f8a add remove_lightning command 6 years ago
ThomasV 90ce9f195b Allow user to enable lightning in the GUI. Make it a per-wallet setting. 6 years ago
SomberNight 04edad9984
config: no longer singleton. it is passed to Wallet.__init__ 6 years ago
ThomasV f08e5541ae Refactor invoices in lnworker. 6 years ago