217 Commits (ecb083b283edff051a47794292b66418d63fde53)

Author SHA1 Message Date
ThomasV 75d77c55d6 commands, input sanitization: allow 'max' amounts only in specific contexts (payto, paytomany) 4 years ago
bitromortac 5e03d751eb
lnrouter: add hint timestamp 4 years ago
bitromortac 4df67a4f78
lnrouter+lnworker: use liquidity hints 4 years ago
SomberNight 63ea5587a2
swaps: revise send/recv amount calculation 4 years ago
SomberNight 5beadaab95
commands: clean-up inject_fees cmd 4 years ago
SomberNight 638d4f7472
commands: fix signtransaction cmd when used with "privkey" arg 4 years ago
ThomasV 64a931f21e Deterministic NodeID: 4 years ago
ThomasV 8a051dcd76 lnworker: use booleans for enable_htlc_settle, enable_htlc_forwarding 4 years ago
SomberNight 5dfe1d1b6c
commands: make stop() CLI cmd wait for daemon to stop 4 years ago
ThomasV 3c9838d999 lnworker: merge request_force_close and request_remote_force_close 4 years ago
ThomasV bcfcc20363 fix: add request_force_close method 4 years ago
ThomasV 018f09f2af use mktx_for_open_channel in commands module. fix indentation 4 years ago
ThomasV 7c2b7ca5c0 add channel backups to result returned by list_channels 4 years ago
SomberNight 3ff203ea51
commands: fix list_requests 4 years ago
ThomasV f16358ec3c add request_force_close command to CLI 4 years ago
ThomasV 6620974f3d follow-up 652d10aa5f 4 years ago
Marius Baisan 55fdddb0b8 Add back the 'to_height' and 'from_height' to onchain_history command 4 years ago
ThomasV 0c93394513 rename lnworker._pay to pay_invoice, call it directly from GUIs 4 years ago
SomberNight 337d4890a1
lnworker/swaps: add '_sat' suffix to arg names and force kwargs 4 years ago
SomberNight bc6f2926f4
commands: add 'freeze_utxo' cmd; to expose this to CLI/RPC 4 years ago
SomberNight c4e9afa019
wallet.remove_transaction: also rm dependent/child txs 4 years ago
ThomasV 641968fcf8 Wizard: do not ask seed type, default to segwit 4 years ago
SomberNight f74ac1a741
cli/rpc: fix 'sweep' command 4 years ago
SomberNight 933d8861ce
mnemonic.make_seed: de-duplicate num_bits default magic number 4 years ago
ThomasV 43c5df2ab5 Setconfig: set rpc_user rpc_password in daemon (fix #6762). 4 years ago
bitromortac 3c3a59c517 cli: remove enable/disable lightning 4 years ago
SomberNight 4b6c86ecbe
wallet: make labels private, and access to need lock 4 years ago
SomberNight 83e61d6743
cli: allow specifying --wallet at any arg position, as before 4 years ago
bitromortac c422d7c671
commands: use channeldb.to_dict for dumpgraph 5 years ago
bitromortac 193b17f0e4
util: move json_normalize to util 4 years ago
MrNaif2018 ba649fa8ab
Added for_broadcast argument to payto/paytomany (#6532) 5 years ago
Johannes Zweng 2c7da6afde
add missing `wallet.save_db()` after adding or rm'ing payment requests (#6435) 5 years ago
SomberNight 54d2fa0e7d
commands: fix signtransaction cmd 5 years ago
brianddk 3f5c1a0171
Correct errors in command 'serialize(deserialize(pbst))' 5 years ago
SomberNight 29534dcf3d
commands: allow setting custom 'nsequence' in 'serialize' cmd 5 years ago
ThomasV b0c390e231 wallet.clear_requests. fixes #6279 5 years ago
SomberNight d5f368c584
LN invoices: support msat precision 5 years ago
ThomasV 5fa09970b6 swaps: move fee logic to swap_manager, fix command line 5 years ago
ThomasV 17ff6ffa08 submarine_swaps: add SwapManager 5 years ago
ThomasV 1b1c7d1f9e submarine swaps: create refund transaction 5 years ago
ThomasV 756dd8eb66 submarine swaps: add forward swaps 5 years ago
ThomasV 1e67e55303 submarine swaps, initial implementation: 5 years ago
SomberNight 61ccc1ccd3
config: allow changing "skipmerklecheck" at runtime 5 years ago
ThomasV 6058829870 Use attr.s classes for invoices and requests: 5 years ago
ThomasV 717d112b26 Move create_transaction logic from commands to wallet 5 years ago
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