170 Commits (9baaf1afda3181cd511fda83c0be426a85c02abd)

Author SHA1 Message Date
JeremyRand 7b91cd9cf4
Add from_coins arg to payto/paytomany 6 years ago
SomberNight a1d7d39f68
commands: add type hints for "wallet" param, and fix code rot found via 6 years ago
ThomasV aaed594772 Simplify invoices and requests. 6 years ago
SomberNight 1b332748c3
qt console: fix commands that do not expect a 'wallet' arg 6 years ago
ThomasV 65b88dca86 return fees in history, show them in kivy GUI 6 years ago
ThomasV cefa4762ba do not create multiple instances of SimpleConfig (fix #5629). Add config field to wallet 6 years ago
SomberNight ef5a5151e3
daemon: make 'wallets' dict private 6 years ago
ThomasV 103a37b0ca add wallet_path to kwargs in run_cmdline 6 years ago
ThomasV 46ffab0b55 remove --wallet option for daemon. fixes #3752 6 years ago
ThomasV 5e92f637a6 fix CLI exception handling 6 years ago
ThomasV 35b0b3a43c Fix CLI. Some commands require wallet_path. Return error on exception. 6 years ago
SomberNight 712c3f1248
commands: try to fix tests 6 years ago
SomberNight 58681e4d07
follow-up prev (commands) 6 years ago
ThomasV 9ec9e1760a CLI: always use the daemon's cmd_runner, and pass the 'wallet' 6 years ago
ThomasV 128285a050 http server: add ssl and bip70 signed requests 6 years ago
SomberNight 9d65120e59
commands: fix "close_wallet" 6 years ago
SomberNight 1bd9b3a66a
commands: fix "restore" cmd 6 years ago
ThomasV 747ab7a0a2 Integrate http_server (previously in electrum-merchant) 6 years ago
ThomasV 7f870f5e09 replace daemon 'start' subdommand with -d 6 years ago
SomberNight eb5033dfc6
commands: add feerate param to payto/paytomany 6 years ago
ThomasV e79253b5e0 Syntax change: Require --offline to run commands without a daemon. 6 years ago
ThomasV 8010123c08 Display and refresh the status of incoming payment requests: 6 years ago
ThomasV 246cda2928 fix Flake8 tests 6 years ago
ThomasV 9cfeadea70 Turn daemon subcommands into RPCs 6 years ago
ThomasV 54257cbcca Rewrite JsonRPC requests using asyncio. 6 years ago
SomberNight 6b1810f8dc commands.py: fix type of "timeout" arg 6 years ago
ThomasV e5286f7598 minor fix: always initialize Commands.lnworker 6 years ago
ThomasV 28b1569f28 (trivial) fix getbalance 6 years ago
ThomasV 9f8e2c689e test funding_txn_minimum_depth, show it in GUI 6 years ago
SomberNight 4ccfa39fdd cli: fix add_peer cmd 6 years ago
ThomasV af7d7e883c Rework wallet history methods: 6 years ago
ThomasV 0913194a53 qt: add clear button to receive tab, show invoice right after it is added 6 years ago
ThomasV b8d908d63e lnworker improvements: 6 years ago
ThomasV dbe8b75659 move lnpay attempts logic to lnworker.pay 6 years ago
ThomasV 7be4cdaf18 redeem htlcs: 6 years ago
ThomasV 6d9ef29690 redo LNWorker pay: 6 years ago
ThomasV b1f8c42424 post-rebase fix 6 years ago
ThomasV 842fff832f enable lightning through command line option 6 years ago
ThomasV e7218d798d add get_channel_ctx to CLI, for testing breaches 6 years ago
ThomasV 3dce65dc73 Rename lnchan, lnchannel_verifier, lnbase 6 years ago
ThomasV d383573bc3 CLI: use funding_point in channel_open and channel_close. add host:port to nodeid 6 years ago
ThomasV f04e10f61a save channel timestamps, and show lightning payments in history tab 6 years ago
ThomasV b7d93e2e11 gui: display lightning balance in status bar 6 years ago
ThomasV 2af178a586 Store boolean is_received in lightning invoices. Sort lightning history with timestamp. Minor fixes 6 years ago
ThomasV 281d51c002 follow-up prev commit 6 years ago
ThomasV 0e8dba897e lightning: 6 years ago
ThomasV b0d6000771 turn lightning_payments_completed into dict. Show status of lightning payments in GUI. Make 'listchannels' available offline 6 years ago
Janus 6b6097a453 ln: add closechannel cli command 6 years ago
Janus 1425628604 add command for listing invoices and their progress, fix list_channels 7 years ago
ThomasV 626d09b358 add 'recḱless' option to allow using lightning on mainnet 7 years ago