Commit Graph

12694 Commits

Author SHA1 Message Date
SomberNight 3665f5d3fd fix channel backups for "not initiator" channels
bool(b'\x00') is True
2020-06-19 06:53:45 +02:00
SomberNight 5401b3f72d channel backups: try fixing force-close-trigger 2020-06-19 06:38:00 +02:00
SomberNight 182c192558 qt: easier import/export of channel backups 2020-06-19 04:48:20 +02:00
SomberNight 12e2beadd9 (trivial) qt: disable 'swap' button if lightning disabled 2020-06-19 04:15:37 +02:00
SomberNight 561ecaa226 follow-up prev 2020-06-19 04:13:41 +02:00
SomberNight 4c70956687 filter callbacks to wallet: channel, payment_succeeded, payment_failed
It is ugly that the 'channel' callback takes a wallet I guess,
but with channel backups in one wallet, and active channels in another,
it was causing problems... (when open simultaneously)
2020-06-19 04:11:35 +02:00
SomberNight 625f985f22 android: enable full logging if DEBUG build 2020-06-19 01:52:21 +02:00
SomberNight fcbc1c9a45 submarine_swaps: increase min locktime delta for reverse swap to 60
10 blocks is not enough to get a tx confirmed without worrying...
2020-06-18 22:25:38 +02:00
SomberNight c2ffc6ca3a qt swap_dialog: "max" now takes into account the server-provided value 2020-06-18 21:52:48 +02:00
ThomasV a033cfeee8 submarine swaps: fee_invoice is now a hold invoice 2020-06-18 21:39:30 +02:00
SomberNight abad2b6069 qt swap_dialog: implement "max" button for reverse swap 2020-06-18 21:37:40 +02:00
SomberNight 7570c8c1c6 qt swap_dialog: "max" button now respects max htlc value 2020-06-18 21:03:49 +02:00
SomberNight a74552f3dd qt main_window: fix threading for run_coroutine_from_thread 2020-06-18 20:43:34 +02:00
SomberNight a98fd14f8d qt swap_dialog: clean-up imports 2020-06-18 19:58:23 +02:00
SomberNight 2be2a510ff submarine_swaps: replace asserts with Exceptions 2020-06-18 19:45:07 +02:00
SomberNight 1849206394 submarine_swaps: small clean-up 2020-06-18 18:18:33 +02:00
ghost43 c887c910c6 Merge pull request #6238 from SomberNight/202006_randomise_address_subscriptions
network: randomise the order of address subscriptions
2020-06-18 15:43:44 +00:00
SomberNight 5f2d347d81 submarine_swaps: wallet.get_unused_address -> get_receiving_address 2020-06-18 17:11:14 +02:00
ThomasV eb910ba14f Merge pull request #6236 from spesmilo/channel_backup_version
Channel backup version
2020-06-18 15:17:13 +02:00
SomberNight e1a2299f0c channel backup versions: trivial clean-up 2020-06-18 15:03:16 +02:00
ThomasV f9788a5d90 channel backups: add MAC 2020-06-18 15:03:16 +02:00
ThomasV 6922d81a1e channel backups: add another version number, for the backup itself 2020-06-18 15:03:16 +02:00
ThomasV 26ae6d68a3 add encryption version to channel backups 2020-06-18 15:03:16 +02:00
ThomasV cb4c8abe1c submarine swaps: disable merging of transaction in history
This is too complicated and ugly because it relies on side
effects. What we should do instead is collapse transactions
in children nodes of QTreeView (see #6237)
2020-06-18 14:28:40 +02:00
ThomasV 77c2aa5017 add Max button to swap dialog, fix fee slider behaviour when max is selected 2020-06-18 14:28:40 +02:00
ThomasV a1e8f9e2aa swaps: mapping of prepay_hash to payment_hash 2020-06-18 14:28:40 +02:00
ThomasV c8506eaa39 swaps: store fee_preimage 2020-06-18 14:28:40 +02:00
ThomasV 540dd73f3b Submarine swaps:
- improve gui
 - allow coin selection
 - allow spending 'max'
2020-06-18 14:28:40 +02:00
ThomasV ee59ad13c4 support new protocol (minerFeeInvoice) 2020-06-18 14:28:40 +02:00
ThomasV bcf2246633 minor fix 2020-06-18 14:28:40 +02:00
ThomasV e6e6103434 swaps: add safeguards to gui 2020-06-18 14:28:40 +02:00
ThomasV 5fa09970b6 swaps: move fee logic to swap_manager, fix command line 2020-06-18 14:28:40 +02:00
ThomasV 3874f7ec77 swaps: use StoredObject to store data 2020-06-18 14:28:40 +02:00
ThomasV a73f24e826 swaps: perform 10 payment attempts 2020-06-18 14:28:40 +02:00
ThomasV fa399f3471 swaps: show time left until tx can be refunded 2020-06-18 14:28:40 +02:00
ThomasV 04fb329c2e swaps: stop watching address once utxo is spent and mined 2020-06-18 14:28:40 +02:00
ThomasV 252591832a swaps: improve history display 2020-06-18 14:28:40 +02:00
ThomasV 7ec7dd07d0 swaps: disable rbf 2020-06-18 14:28:40 +02:00
ThomasV 6020c848a9 swaps: add fee_combo, hide min/max 2020-06-18 14:28:40 +02:00
ThomasV f8dd62aec0 show swaps as single line in history
main_window.run_coroutine_from_thread
2020-06-18 14:28:40 +02:00
ThomasV 46770bfd71 submarine swaps: fix expected amounts 2020-06-18 14:28:40 +02:00
ThomasV 17485e3b88 follow-up prev commit 2020-06-18 14:28:40 +02:00
ThomasV 000e56d67e submarine swaps: verify amounts 2020-06-18 14:28:40 +02:00
ThomasV 76bddb1ec2 swaps: handle cancellation in password dialog 2020-06-18 14:28:40 +02:00
ThomasV 608d898119 submarine swaps: fix fee rounding and fee slider behavior 2020-06-18 14:28:40 +02:00
ThomasV 6b36c59ab0 submarine_swaps: add fee slider, improve gui 2020-06-18 14:28:40 +02:00
ThomasV ac3ec19d2d submarine_swaps: simplification 2020-06-18 14:28:40 +02:00
ThomasV 96b4f0e26e submarine swaps: new API url 2020-06-18 14:28:40 +02:00
ThomasV 17ff6ffa08 submarine_swaps: add SwapManager 2020-06-18 14:28:40 +02:00
ThomasV b26ad81e69 sub swaps:
- fix invoice expiration
 - use p2wsh
2020-06-18 14:28:40 +02:00