2021-03-12 22:41 | Add stub for scripthash subscription. | parazyd | 2 | +18 | -9 |
2021-03-12 22:01 | interface: Fix gettransaction. | parazyd | 2 | +7 | -3 |
2021-03-12 21:15 | zeromq: Transaction broadcasting. | parazyd | 3 | +18 | -18 |
2021-03-12 17:20 | Initial ZeroMQ Interface implementation. | parazyd | 7 | +829 | -415 |
2021-03-12 17:02 | Copy interface.py to old_interface.py. | parazyd | 1 | +1132 | -0 |
2021-03-12 16:53 | network.best_effort_reliable: use curio APIs instead of asyncio | SomberNight | 1 | +21 | -21 |
2021-03-12 16:38 | show capacity of channel backups in GUI | ThomasV | 4 | +9 | -6 |
2021-03-12 16:38 | commands: fix list_requests | SomberNight | 1 | +2 | -1 |
2021-03-12 16:29 | wallet: factor out "what key to use for invoice" | SomberNight | 4 | +31 | -37 |
2021-03-12 15:38 | follow-up 90b228de839d6474f6d23322cd2a80e1da73a254 | ThomasV | 1 | +2 | -0 |
2021-03-12 15:28 | follow-up 90b228de839d6474f6d23322cd2a80e1da73a254 | ThomasV | 1 | +8 | -6 |
2021-03-12 15:11 | add comments about ChannelBackup fields | ThomasV | 1 | +2 | -0 |
2021-03-12 15:10 | add request_force_close command to CLI add regtest for channel backup | ThomasV | 3 | +33 | -0 |
2021-03-12 15:09 | fix dict value assignment bug in import_channel_backup. In request_force_close, use Taskgroup with wait=any | ThomasV | 1 | +15 | -9 |
2021-03-12 11:41 | (formatting) lnsweep indentation | ThomasV | 1 | +137 | -108 |
2021-03-12 10:40 | fix wallet get_full_history: add onchain tx for channels not opened by us | ThomasV | 2 | +14 | -5 |
2021-03-12 10:01 | Merge pull request #7099 from SomberNight/202103_fail_pending_htlcs_on_shutdown | ThomasV | 4 | +182 | -15 |
2021-03-11 18:09 | lnhtlc: (trivial) rename method | SomberNight | 2 | +6 | -6 |
2021-03-11 17:51 | lnpeer.maybe_forward_htlc: add FIXME | SomberNight | 1 | +3 | -0 |
2021-03-11 17:50 | util: document CallbackManager behaviour | SomberNight | 1 | +7 | -1 |
2021-03-11 15:53 | add TODO, rename check_received_mpp_htlc | ThomasV | 3 | +10 | -9 |
2021-03-11 11:00 | mpp_split: add penalty for exhaustion of channels | bitromortac | 2 | +33 | -12 |
2021-03-11 13:44 | Qt: rm gossip menu item: already available in toolbar, and channel_db is not always present | ThomasV | 1 | +0 | -1 |
2021-03-11 10:01 | test_multipart_payment_with_timeout: give extra time for second HTLC to timeout before next test | ThomasV | 1 | +5 | -4 |
2021-03-11 09:37 | lnpeer: try to fix tests | ThomasV | 1 | +36 | -31 |
2021-03-10 20:28 | crypto: add comment about ripemd.py | SomberNight | 1 | +4 | -0 |
2021-03-10 20:23 | tests: fix tearDown() issue in test_lnrouter.py | SomberNight | 3 | +29 | -7 |
2021-03-10 20:00 | test_lnpeer: use 2s MPP_TIMEOUT, and split test_multipart_payment_with_timeout | ThomasV | 1 | +3 | -1 |
2021-03-10 19:16 | tests: maybe fix tearDown() issue in test_storage_upgrade.py | SomberNight | 2 | +10 | -3 |
2021-03-10 18:01 | network.stop: clean-up | SomberNight | 2 | +31 | -9 |
2021-03-10 17:07 | {daemon,wallet}|.stop: small clean-up | SomberNight | 2 | +8 | -15 |
2021-03-10 16:38 | kivy crash_reporter: a bit more logging | SomberNight | 1 | +6 | -4 |
2021-03-10 16:31 | follow-up prev: too much copy-paste | SomberNight | 1 | +4 | -4 |
2021-03-10 16:13 | crypto: add chacha20_decrypt; unused for now | SomberNight | 2 | +38 | -5 |
2021-03-10 16:09 | test_lnpeer: add test for mpp_timeout | ThomasV | 3 | +39 | -19 |
2021-03-10 15:23 | crash reports: fix get_git_version for kivy | SomberNight | 2 | +14 | -16 |
2021-03-10 14:26 | follow-up 652d10aa5f810d6db00ce4870ea7c779f9ff35a4 | ThomasV | 1 | +1 | -1 |
2021-03-10 13:59 | kivy: fix GridLayout orientations all over | SomberNight | 2 | +0 | -9 |
2021-03-10 11:54 | Revert "lnworker: simplify request_force_close_from_backup" | ThomasV | 1 | +8 | -2 |
2021-03-09 23:35 | Appimage build: update git=1:2.7.4-0ubuntu1.10 15b5d9d (#7091) | gruve-p | 1 | +1 | -1 |
2021-03-09 17:22 | wallet: (trivial) use kwargs for get_tx_item_fiat | SomberNight | 3 | +19 | -9 |
2021-03-09 16:52 | daemon/wallet/network: make stop() methods async | SomberNight | 15 | +123 | -70 |
2021-03-09 11:28 | lnworker: simplify request_force_close_from_backup | ThomasV | 1 | +2 | -8 |
2021-03-09 08:55 | Remove LNBackups object: no longer needed since LNWorker is instantiated by default. | ThomasV | 5 | +46 | -85 |
2021-03-09 08:35 | lnworker: set request status after LN payment | ThomasV | 3 | +13 | -7 |
2021-03-08 21:18 | tests: test payreq status after getting paid via LN | SomberNight | 3 | +39 | -18 |
2021-03-08 20:46 | test_lnpeer: (trivial) prepare_invoice to return both LnAddr and str | SomberNight | 1 | +19 | -20 |
2021-03-08 20:36 | lnaddr: add get_features method | SomberNight | 4 | +17 | -9 |
2021-03-08 17:49 | Use new value of option_trampoline_routing flag, add it to our invoices. Keep supporting old value for Eclair/Phoenix. Do not add trampoline_routing_hints in invoices. | ThomasV | 4 | +22 | -37 |
2021-03-08 17:51 | lnpeer: (trivial) log htlc in on_update_add_htlc | SomberNight | 1 | +8 | -7 |
2021-03-08 16:45 | follow-up prev commit | ThomasV | 1 | +3 | -2 |
2021-03-08 16:23 | lnworker: fix amount in htlc_log after mpp bucket failure | ThomasV | 1 | +12 | -7 |
2021-03-08 12:30 | rm fixme; it was for intermediate stage, between commits. | ThomasV | 1 | +1 | -1 |
2021-03-08 02:03 | windows build: skip building pyinstaller if already there | SomberNight | 1 | +12 | -7 |
2021-03-07 21:58 | windows build: minor clean-up | SomberNight | 4 | +13 | -26 |
2021-03-07 21:12 | windows build: cache pip downloads | SomberNight | 4 | +19 | -15 |
2021-03-07 13:28 | windows build: separate 32/64 bit build caches | SomberNight | 4 | +39 | -21 |
2021-03-07 15:21 | windows binaries: update pyinstaller to 4.2 | SomberNight | 1 | +2 | -2 |
2021-03-06 13:42 | android build: update kivy, and python | SomberNight | 1 | +4 | -5 |
2021-03-06 13:23 | lnworker.pay_to_node: re overpayment, raise before actually it happens | SomberNight | 1 | +6 | -4 |
2021-03-06 09:59 | test_lnpeer: add missing parameter in pay_to_route | ThomasV | 1 | +11 | -6 |
2021-03-05 23:26 | trampoline: do not add node in trampoline hints if it already is the last trampoline of the route | ThomasV | 2 | +13 | -6 |
2021-03-06 09:45 | lnworker: fix amount_inflight. (amount with routing fees were used on htlc failures) | ThomasV | 1 | +27 | -24 |
2021-03-05 23:31 | lnpeer: fix error code in logs | ThomasV | 1 | +1 | -1 |
2021-03-05 23:29 | lnworker: add assert amount_inflight <= amount_to_pay | ThomasV | 1 | +1 | -0 |
2021-03-05 20:04 | synchronizer: (trivial) add comment | SomberNight | 1 | +2 | -1 |
2021-03-05 19:46 | synchronizer: fix rare race where synchronizer could get stuck | SomberNight | 4 | +22 | -12 |
2021-03-05 19:11 | python 3.6 compat: asyncio.Task.set_name was added in 3.8 | SomberNight | 1 | +2 | -1 |
2021-03-05 16:02 | fix trampoline forwarding: add_received_htlc must be indexed by payment_secret | ThomasV | 2 | +23 | -17 |
2021-03-05 16:04 | test_lnpeer: variables must be declared in MockLNWallet.__init__ | ThomasV | 1 | +2 | -2 |
2021-03-05 15:12 | lnpeer: increase max_accepted_htlcs (5->30) | SomberNight | 2 | +6 | -1 |
2021-03-05 12:18 | remove trampoline and forwarding regtests, as they are covered by unittests | ThomasV | 2 | +0 | -56 |
2021-03-05 12:00 | test_lnpeer: add test for trampoline | ThomasV | 1 | +29 | -8 |
2021-03-05 11:47 | trampoline forwarding: return UNKNOWN_NEXT_PEER if we cannot find a route | ThomasV | 1 | +1 | -1 |
2021-03-05 09:23 | follow-up prev commit | ThomasV | 1 | +2 | -2 |
2021-03-05 09:14 | follow-up previous commit (this was for testing) | ThomasV | 1 | +1 | -2 |
2021-03-05 09:07 | use two trampolines: fix blacklisting, use local variables for trampoline_fee_level and use_two_trampolines | ThomasV | 2 | +78 | -69 |
2021-03-04 16:50 | follow-up prev | SomberNight | 1 | +1 | -1 |
2021-03-04 16:47 | network: close interfaces more aggressively (abort after 2 seconds) | SomberNight | 2 | +9 | -3 |
2021-03-04 15:44 | use functools.wraps() for some wrappers | SomberNight | 3 | +13 | -2 |
2021-03-04 13:25 | fix wallet.clear_history() | SomberNight | 1 | +1 | -0 |
2021-03-04 13:08 | Receive MPP: Use persisted payment status to decide whether to fulfill HTLCs. Without this commit, we might timeout a part of a payment if the client is shut down before all parts are fulfilled. | ThomasV | 1 | +9 | -10 |
2021-03-04 12:20 | wallet: don't put partial tx as UTXO into psbt | SomberNight | 3 | +67 | -5 |
2021-03-04 11:14 | lnutil: (trivial) add ShortChannelID.from_str() method | SomberNight | 1 | +12 | -0 |
2021-03-03 19:36 | Trampoline forwarding: - fix regression in create_routes: fwd_trampoline_onion was not added to the tuple - fix onion structure for e2e - maybe_fulfill_htlc: check the mpp_status of the outer onion, return trampoline_onion to be forwarded | ThomasV | 3 | +70 | -59 |
2021-03-04 09:05 | trampoline MPP: fix total_msat in trampoline onion, and bucketing | ThomasV | 2 | +26 | -25 |
2021-03-04 07:50 | lnworker: move buckets logic inside first branch of if statement (refactoring commit) | ThomasV | 1 | +11 | -10 |
2021-03-03 21:05 | lnhtlc: fix deadlock | SomberNight | 1 | +7 | -1 |
2021-03-03 19:35 | lnworker.pay_to_node: (fix) pass correct total_msat to pay_to_route | SomberNight | 1 | +14 | -9 |
2021-03-03 16:31 | kivy: InvoiceDialog: make LN invoice QR code scannable | SomberNight | 1 | +2 | -0 |
2021-03-03 15:57 | kivy: SendScreen: reliably show LN payment attempt progress for invoice | SomberNight | 1 | +3 | -6 |
2021-03-03 14:35 | fix #7078 | ThomasV | 1 | +1 | -1 |
2021-03-03 13:10 | lnrouter.get_distances: fix exception due to rare race | SomberNight | 1 | +2 | -0 |
2021-03-03 11:52 | add unit test for basic mpp | ThomasV | 1 | +28 | -0 |
2021-03-03 11:30 | fix route for non-trampoline MPP | ThomasV | 1 | +1 | -2 |
2021-03-03 10:20 | qt channels_list: use monospace font for channel capacity | ThomasV | 1 | +2 | -1 |
2021-03-03 10:19 | qt: update all tabs when base_unit changes | ThomasV | 1 | +1 | -3 |
2021-03-03 09:45 | qt swap_dialog: use a single button to toggle direction | ThomasV | 2 | +37 | -17 |
2021-03-03 09:03 | (minor) fix typos and indentation | ThomasV | 2 | +44 | -41 |
2021-03-02 17:53 | lnpeer: more detailed logging in maybe_fulfill_htlc | SomberNight | 2 | +18 | -8 |
2021-03-02 17:35 | test_lnpeer: add test: multihop payment that routes around failure | SomberNight | 3 | +66 | -9 |
2021-03-02 17:00 | lnworker: run create_route_for_payment end-to-end, incl private edges | SomberNight | 6 | +323 | -159 |
2021-03-02 11:10 | lnutil: turn global forwarding fee params into Channel attributes | SomberNight | 3 | +12 | -13 |
2021-02-27 08:45 | Trampoline MPP aggregation: - trampoline node is the final recipient of MPP - each trampoline receives a bucket of HTLCs - if a HTLC from a bucket fails, wait for the entire bucket to fail - move trampoline route and onion code into trampoline module | ThomasV | 4 | +406 | -282 |
2021-03-02 13:26 | maybe_fulfill_htlc: add failure reason to logs | ThomasV | 1 | +9 | -4 |
2021-03-02 09:23 | lnworker: amount passed in HtlcLog must be without fees | ThomasV | 3 | +13 | -16 |
2021-03-01 20:55 | _calc_routing_hints_for_invoice: incl max 15 chans to avoid qr overflow | SomberNight | 1 | +8 | -6 |
2021-03-01 20:51 | _calc_routing_hints_for_invoice: also incl chans < invoice amount | SomberNight | 1 | +0 | -5 |
2021-03-01 20:26 | lnworker: fix handle_error_code_from_failed_htlc for private channels | SomberNight | 2 | +15 | -5 |
2021-03-01 19:56 | qt/kivy: lightning_tx_dialog: show LN invoice | SomberNight | 4 | +37 | -3 |
2021-03-01 19:45 | android build: (trivial) build arm64 apk first | SomberNight | 1 | +2 | -2 |
2021-03-01 17:20 | follow-up prev | SomberNight | 1 | +1 | -1 |
2021-03-01 16:09 | kivy channel dialog: fix unit of displayed feerate | SomberNight | 3 | +12 | -5 |
2021-03-01 15:41 | qt/kivy ChannelsList: if node alias is unknown, display node id | SomberNight | 3 | +7 | -6 |
2021-03-01 15:28 | qt ChannelsList: (trivial) format_fields should not know column order | SomberNight | 1 | +13 | -12 |
2021-03-01 12:08 | synchronizer/verifier: ensure fairness between wallets (follow-up) | SomberNight | 4 | +11 | -7 |
2021-02-28 17:13 | bech32: another around 10% speedup for bech32_decode | SomberNight | 1 | +10 | -6 |
2021-02-28 15:53 | bech32: around 5% speedup for bech32_decode | SomberNight | 1 | +2 | -1 |
2021-02-28 15:26 | lnaddr: 15x speedup for lndecode | SomberNight | 1 | +4 | -4 |
2021-02-28 12:58 | tests: fix test_lnpeer.test_payment_race | SomberNight | 1 | +5 | -2 |
2021-02-28 12:34 | Qt: fix running GUI offline | ThomasV | 1 | +1 | -1 |
2021-02-28 08:43 | test_payment_race: increase delay | ThomasV | 1 | +1 | -1 |
2021-02-28 08:01 | revert 'keep invoice INFLIGHT', check HTLCs before payment attempt | ThomasV | 1 | +8 | -13 |
2021-02-27 19:48 | fix test_lnpeer (follow-up prev commit) | ThomasV | 1 | +1 | -1 |
2021-02-27 19:26 | lnworker: keep invoice status INFLIGHT as long as HTLCs are inflight | ThomasV | 2 | +61 | -53 |
2021-02-27 14:15 | qt channels dialog: fix for channel backups | SomberNight | 1 | +18 | -10 |
2021-02-27 11:27 | logging: eliminate "fee_estimates" log spam | SomberNight | 1 | +4 | -1 |
2021-02-27 10:48 | MPP receive: allow payer to retry after mpp timeout | ThomasV | 3 | +30 | -24 |
2021-02-27 08:31 | Merge pull request #6968 from HardCorePawn/issue6664 | ghost43 | 2 | +56 | -13 |
2021-02-26 18:02 | tx dialog: uniform high fee warnings between GUIs | SomberNight | 5 | +104 | -48 |
2021-02-25 17:54 | qt tx dialog: add legend for input/output colouring | SomberNight | 1 | +59 | -14 |
2021-02-25 14:48 | Merge pull request #7026 from SomberNight/20210213_wallet_bumpfee | ghost43 | 7 | +446 | -109 |
2021-02-25 11:49 | lnpeer.maybe_fulfill_htlc: fix error case FINAL_INCORRECT_HTLC_AMOUNT | SomberNight | 1 | +1 | -1 |
2021-02-25 11:12 | lnpeer.maybe_fulfill_htlc: follow BOLTs re some errors | SomberNight | 1 | +18 | -11 |
2021-02-25 09:27 | Merge pull request #7065 from SomberNight/20210224_mpp_recv_amt_sum | ThomasV | 3 | +7 | -8 |
2021-02-25 09:26 | Merge pull request #7069 from bitromortac/2102-mpp-split-params | ThomasV | 2 | +8 | -5 |
2021-02-24 19:34 | lnpeer: MPP receive: require payment_secret for each htlc | SomberNight | 1 | +4 | -1 |
2021-02-24 19:03 | lnworker/lnpeer: add some type hints, force some kwargs | SomberNight | 5 | +160 | -71 |
2021-02-24 17:34 | (trivial) wallet: fix over-indentation | SomberNight | 1 | +46 | -46 |
2021-02-24 17:25 | create_trampoline_route: check that we can pay the amount and the fees, and that the route is sane | ThomasV | 1 | +78 | -71 |
2021-02-24 15:46 | (trivial) lnrouter: fix type of TrampolineEdge.short_channel_id | SomberNight | 1 | +5 | -2 |
2021-02-24 15:11 | lnworker: add fees from private path to the amount passed to find_route. (see #7050) | ThomasV | 1 | +4 | -1 |
2021-02-24 14:00 | Refactor find_route_for_payment - remove duplicated code - rename variable names to be consistent with the 'path', 'route' terminology - compute private route before route | ThomasV | 1 | +43 | -50 |
2021-02-24 15:14 | calc_hops_data: total_msat should be optional | ThomasV | 2 | +3 | -3 |
2021-02-24 12:38 | lnworker: add "endurance" ACINQ testnet node as hardcoded trampoline | SomberNight | 1 | +9 | -1 |
2021-02-24 12:32 | tests: fix thinko in ElectrumTestCase base class | SomberNight | 1 | +2 | -2 |
2021-02-24 11:54 | tests: try to eliminate random failures from mpp_split tests | SomberNight | 2 | +5 | -1 |
2021-02-24 11:32 | synchronizer: better handle history-status mismatch | SomberNight | 2 | +25 | -9 |
2021-02-23 21:38 | qrscanner: nicer error messages | SomberNight | 4 | +22 | -6 |
2021-02-23 11:03 | Merge pull request #7061 from zebra-lucky/add_kivy_scan_qr_non_android | ThomasV | 1 | +10 | -1 |
2021-02-23 09:58 | qt: update swap button together with can_send | ThomasV | 1 | +1 | -1 |
2021-02-23 09:23 | Merge pull request #7060 from bitromortac/mpp-test-fix | ThomasV | 1 | +8 | -8 |
2021-02-23 03:19 | scripts: add script that broadcasts tx to lots of servers | SomberNight | 1 | +36 | -0 |
2021-02-23 01:13 | interface.get_history: enforce sorted order of heights | SomberNight | 1 | +10 | -3 |
2021-02-22 19:11 | DeviceMgr: don't mark client as failing if create_client() is None | SomberNight | 1 | +2 | -2 |
2021-02-22 19:04 | lnutil.LnFeatures: update LN_FEATURES_IMPLEMENTED | SomberNight | 1 | +1 | -0 |
2021-02-22 19:01 | lnutil.LnFeatures: update context for "option_support_large_channel" | SomberNight | 1 | +2 | -2 |
2021-02-22 18:53 | lnutil.LnFeatures: impl and use "supports" method for feature-bit-tests | SomberNight | 5 | +96 | -12 |
2020-12-29 13:37 | MPP: can_send/can_receive is now the sum, no longer the max | ThomasV | 3 | +18 | -16 |
2021-02-22 14:55 | enable MPP with trampoline | ThomasV | 1 | +25 | -25 |
2021-02-22 14:38 | follow-up prev commit | ThomasV | 1 | +0 | -1 |
2021-02-22 13:24 | MPP: refactor code | ThomasV | 1 | +34 | -53 |
2021-02-22 12:51 | Merge pull request #7050 from bitromortac/mpp-send | ThomasV | 7 | +423 | -21 |
2021-02-21 10:41 | wizard: focus password field (fix #7048) | ThomasV | 1 | +10 | -7 |
2021-02-21 03:48 | network.py: update bitcoin core error msg whitelist | SomberNight | 1 | +88 | -53 |
2021-02-20 13:20 | lnpeer: remove recursve call in maybe_fulfill_htlc | ThomasV | 1 | +14 | -19 |
2021-02-19 14:49 | fix travis builds (update openssl) | ThomasV | 1 | +3 | -3 |
2021-02-19 10:45 | Add back the 'to_height' and 'from_height' to onchain_history command Exclude unconfirmed transactions from --to_height and include them into --from_height. The reason being that an unconfirmed transaction will end up eventually into the last block which most of the time will be higher than --from_height | Marius Baisan | 2 | +16 | -2 |
2021-02-19 01:29 | kivy: receive request: fix RefLabel for "Address" so it can be exported | SomberNight | 1 | +2 | -1 |
2021-02-18 19:40 | interface: "block.headers": nicer error if server uses too low 'max' | SomberNight | 1 | +3 | -0 |
2021-02-18 12:36 | minor fix following method rename | ThomasV | 1 | +1 | -1 |
2021-02-18 11:01 | Merge pull request #7041 from SomberNight/20200218_invoice_amt_oob | ThomasV | 3 | +72 | -12 |
2021-02-18 10:39 | kivy: show routing options explicitly | ThomasV | 2 | +26 | -9 |
2021-02-18 09:59 | lnrater: fix #6764 | ThomasV | 1 | +5 | -6 |
2021-02-18 01:40 | util: assert that Decimal precision is sufficient | SomberNight | 1 | +7 | -0 |
2021-02-17 23:36 | bip32: add new test vectors from BIP | SomberNight | 1 | +16 | -8 |
2021-02-17 17:18 | minor: fix exception | ThomasV | 1 | +1 | -1 |
2021-02-11 13:46 | kivy and qt: adapt open_channel dialogs to trampoline | ThomasV | 2 | +72 | -36 |
2021-02-09 14:09 | Trampoline routing: - add support for trampoline forwarding - add regtest with trampoline payment | ThomasV | 5 | +166 | -16 |
2020-11-11 10:03 | Trampoline routing. - trampoline is enabled by default in config, to prevent download of `gossip_db`. (if disabled, `gossip_db` will be downloaded, regardless of the existence of channels) - if trampoline is enabled: - the wallet can only open channels with trampoline nodes - already-existing channels with non-trampoline nodes are frozen for sending. - there are two types of trampoline payments: legacy and end-to-end (e2e). - we decide to perform legacy or e2e based on the invoice: - we use trampoline_routing_opt in features to detect Eclair and Phoenix invoices - we use trampoline_routing_hints to detect Electrum invoices - when trying a legacy payment, we add a second trampoline to the path to preserve privacy. (we fall back to a single trampoline if the payment fails for all trampolines) - the trampoline list is hardcoded, it will remain so until `trampoline_routing_opt` feature flag is in INIT. - there are currently only two nodes in the hardcoded list, it would be nice to have more. - similar to Phoenix, we find the fee/cltv by trial-and-error. - if there is a second trampoline in the path, we use the same fee for both. - the final spec should add fee info in error messages, so we will be able to fine-tune fees | ThomasV | 19 | +541 | -107 |
2021-02-17 15:44 | kivy: show node alias in channels dialog. Rename the menu back to 'Channels' | ThomasV | 2 | +8 | -8 |
2021-02-16 23:27 | windows build: update gnupg(2.2.19-3ubuntu2.1) (#7030) | Jin Eguchi | 1 | +2 | -2 |
2021-02-16 21:28 | wallet: follow-up b080df9cff55675935ca3649c6aaa01e8e667b37 | SomberNight | 1 | +1 | -0 |
2021-02-15 15:47 | open_channel_coroutine: do not timeout on sign_transaction. fixes #7027 | ThomasV | 2 | +16 | -16 |
2021-02-13 02:29 | wallet.bump_fee: (fix) method2 was bumping too much if output was rm-ed | SomberNight | 2 | +10 | -11 |
2021-02-15 08:20 | wallet.bump_fee: (fix) make sure input signatures are removed | SomberNight | 2 | +3 | -0 |
2021-02-12 20:31 | synchronizer: ensure fairness between wallets | SomberNight | 1 | +10 | -3 |
2021-02-12 04:28 | ledger: bump min btchip-python (0.1.30->0.1.32) | SomberNight | 3 | +4 | -4 |
2021-02-11 20:52 | wallet: minor clean-up of tx.set_rbf() calls | SomberNight | 5 | +12 | -14 |
2021-02-11 20:46 | wallet.bump_fee: (fix) make sure all inputs have same sequence number | SomberNight | 2 | +5 | -4 |
2021-02-12 03:47 | ledger: give clear error that old HW.1 cannot send to bech32 address | SomberNight | 1 | +3 | -1 |
2021-02-10 12:16 | split code in htlc_switch: - raise OnionRoutingFailure whenever we want to fail a htlc - catch that exception in htlc_switch - this will avoid code duplication in the case of trampoline | ThomasV | 4 | +112 | -102 |
2021-02-10 18:40 | lntransport: CancelledError needs priority over LPConnClosed | SomberNight | 1 | +3 | -1 |
2021-02-09 09:51 | Merge pull request #7011 from zebra-lucky/make_payreq_details_network | ThomasV | 1 | +2 | -0 |
2021-02-07 10:57 | Separate pay_to_node logic from pay_invoice: - pay_to_node will be needed to forward trampoline onions. - pay_to_node either is successful or raises - pay_invoice handles invoice status | ThomasV | 2 | +92 | -68 |
2021-02-07 11:34 | handle_error_from_failed_htlc: blacklist channel if cannot decode payload | ThomasV | 1 | +22 | -21 |
2021-02-07 11:21 | encapsulate get_routing_info in lnaddr | ThomasV | 2 | +12 | -8 |
2021-02-07 11:09 | rename lnworker._pay to pay_invoice, call it directly from GUIs | ThomasV | 6 | +19 | -24 |
2021-02-06 05:16 | Fix ledger sign message (#7004) | Gordan Nekić | 1 | +6 | -1 |
2021-02-05 20:52 | lnpeer: fix timed out mpp | bitromortac | 1 | +1 | -1 |
2021-02-05 16:23 | minor: fix typo | ThomasV | 1 | +1 | -1 |
2021-02-05 16:09 | cleanup, follow-up f28a2aae73b8a4a2067f41d2f69809e2b1ec6a20 | ThomasV | 2 | +13 | -16 |
2021-02-05 15:43 | Qt: fix deprecation warning | ThomasV | 1 | +1 | -1 |
2021-01-30 15:10 | Reorganize code so that we can send Multi Part Payments: - LNWorker is notified about htlc events and creates payment events. - LNWorker._pay is a while loop that calls create_routes_from_invoice. - create_route_from_invoices should decide whether to split the payment, using graph knowledge and feedback from previous attempts (not in this commit) - data structures for payment logs are simplified into a single type, HtlcLog | ThomasV | 6 | +206 | -194 |
2021-02-05 10:57 | fix tests (follow-up previous commit) | ThomasV | 1 | +1 | -1 |
2021-02-05 10:33 | follow-up c0bf9b4509cfdeace824a9054d9c90449ef46ad6 | ThomasV | 1 | +9 | -11 |
2021-01-27 18:27 | basic_mpp: receive multi-part payments | ThomasV | 5 | +51 | -22 |
2021-02-04 14:48 | LNWorker: do not save PR_INFLIGHT status, detect it on startup instead | ThomasV | 3 | +28 | -28 |
2021-02-04 08:56 | Merge pull request #6993 from zebra-lucky/pr_check_network | ThomasV | 1 | +7 | -1 |
2021-02-04 02:52 | add function to determine script-type for all inputs in a psbt (#6984) | rage-proof | 1 | +42 | -0 |
2021-02-01 21:30 | build-wine/README.md: add comment about needing recent docker version | SomberNight | 2 | +5 | -1 |
2021-02-01 21:32 | Fix windows build(travis) (#6981) | Jin Eguchi | 1 | +7 | -0 |
2021-02-01 21:11 | lnworker/swaps: add '_sat' suffix to arg names and force kwargs | SomberNight | 6 | +64 | -24 |
2021-02-01 21:08 | follow-up prev: fix units when calling lnworker.create_invoice: msat/sat | SomberNight | 1 | +1 | -1 |
2021-02-01 13:17 | PaymentInfo: use msat precision | ThomasV | 4 | +44 | -32 |
2021-01-29 18:53 | exchange_rate: (fix) rm need to restart app to disable FX rates | SomberNight | 1 | +3 | -1 |
2021-01-29 17:10 | windows binaries: bump wine version | SomberNight | 1 | +4 | -4 |
2021-01-22 20:38 | wallet: auto-freeze small unconfirmed UTXOs | SomberNight | 2 | +58 | -10 |
2021-01-28 19:03 | lnpeer.htlc_switch: (bugfix) don't fulfill htlc until add is irrevocable | SomberNight | 2 | +2 | -4 |
2021-01-28 19:00 | tests: lnpeer.htlc_switch: don't fulfill htlc until add is irrevocable | SomberNight | 5 | +110 | -0 |
2021-01-28 12:10 | rm unused parameter in maybe_fulfill_htlc | ThomasV | 1 | +6 | -4 |
2021-01-28 10:14 | lnpeer: fix flen in INIT | ThomasV | 1 | +10 | -6 |
2021-01-27 19:43 | qt network dialog: show protocol (if ":t") for servers in NodesList | SomberNight | 1 | +1 | -1 |
2021-01-27 19:38 | qt main_window: add error handling to show_bitcoin_paper | SomberNight | 1 | +23 | -14 |
2021-01-27 19:14 | interface.get_transaction: stricter sanitisation | SomberNight | 1 | +2 | -0 |
2021-01-27 19:04 | util.is_hex_str: forbid whitespaces | SomberNight | 2 | +14 | -1 |
2021-01-26 18:38 | Merge pull request #6972 from wakiyamap/patch-2 | ThomasV | 1 | +2 | -1 |
2021-01-22 13:37 | Qt: download and show bitcoin whitepaper. fixes #6970 | ThomasV | 1 | +12 | -0 |
2021-01-25 12:34 | Qt: set need_update on payment received (minor fix) | ThomasV | 1 | +1 | -1 |
2021-01-24 14:44 | kivy: disable gossip button is channel_db is None | ThomasV | 1 | +3 | -0 |
2021-01-24 10:40 | Qt: fix invoices refresh (follow-up 94708f63e4f237f5f4c143137de797f9c0ccc08e) | ThomasV | 1 | +10 | -8 |
2021-01-24 10:06 | add 'view log' action for LN payments in tx history | ThomasV | 1 | +4 | -0 |
2021-01-24 09:38 | Merge pull request #6965 from SomberNight/202101_custom_block_explorer | ThomasV | 2 | +68 | -12 |
2021-01-22 15:47 | commands: add 'freeze_utxo' cmd; to expose this to CLI/RPC | SomberNight | 4 | +20 | -5 |
2021-01-22 15:25 | wallet: use lock when modifying frozen_{addresses,coins} | SomberNight | 1 | +34 | -24 |
2021-01-21 17:05 | wallet.remove_transaction: also rm dependent/child txs | SomberNight | 4 | +23 | -21 |
2021-01-21 13:32 | kivy: rename 'Channels' dialog to 'Lightning' | ThomasV | 3 | +10 | -9 |
2021-01-21 13:12 | kivy: simplify swaps dialog | ThomasV | 1 | +8 | -29 |
2021-01-21 03:41 | qt: fix handling BIP21 URI from e.g. website on macOS | Neil Booth | 1 | +1 | -1 |
2021-01-21 02:58 | network: fix not retrying main interface in some cases | SomberNight | 2 | +40 | -26 |
2021-01-21 02:11 | interface.got_disconnected: change from Future to Event | SomberNight | 2 | +5 | -6 |
2021-01-20 16:33 | (trivial) kivy: add missing import | SomberNight | 1 | +1 | -0 |
2021-01-20 15:25 | qt send: handle simultaneous NoDynamicFeeEstimates+NotEnoughFunds | SomberNight | 2 | +7 | -3 |
2021-01-19 13:15 | kivy: add confirm_tx_dialog, similar to qt | ThomasV | 7 | +249 | -103 |
2021-01-18 22:07 | qt: fix PayToEdit.parse_amount (#6951) | zebra-lucky | 1 | +9 | -2 |
2021-01-18 09:59 | formatting (rm blank spaces) | ThomasV | 1 | +6 | -6 |
2021-01-18 07:05 | fee-slider: fix dialog crashes for float pos values | bitromortac | 2 | +6 | -6 |
2021-01-07 09:43 | swaps: add swaps to android | bitromortac | 2 | +327 | -7 |
2021-01-17 20:11 | fix #6341 | ThomasV | 1 | +0 | -1 |
2021-01-17 17:52 | set the same features in LNWallet and LNBackups. fixes #6943 | ThomasV | 1 | +25 | -22 |
2021-01-17 16:16 | bump_dee and dscancel: call tx.estimated_size() after add_input_info(). This is a workaround, see the FIXME. PartialTxInput.is_segwit() should return the correct value, or raise if information is missing. | ThomasV | 2 | +6 | -2 |
2021-01-17 11:15 | rbf_dialog: show error in the dialog window | ThomasV | 1 | +15 | -1 |
2021-01-17 09:29 | factorize code for bumb_fee and dscancel dialogs. Disable ok button if fee_rate is None | ThomasV | 1 | +40 | -76 |
2021-01-16 22:19 | upfront_shutdown_script: fix ChannelBackup constructor | ThomasV | 1 | +3 | -3 |
2021-01-16 18:04 | lnpeer: initialize new channel storage with lnworker db | ThomasV | 1 | +1 | -1 |
2021-01-16 14:15 | fix regtest/start_bitcoind.sh: createwallet needs to be called | ThomasV | 1 | +1 | -0 |
2021-01-14 18:44 | fix #6674: raise exceptions if dscancel or cpfp create dust or negative output. | ThomasV | 3 | +57 | -42 |
2021-01-14 13:59 | check_password_for_directory: skip non-files | ThomasV | 1 | +2 | -0 |
2020-12-02 09:03 | Kivy: use the same password for all wallets | ThomasV | 7 | +105 | -16 |
2021-01-13 10:18 | kivy wizard: verify seed extension | ThomasV | 1 | +10 | -2 |
2021-01-13 10:07 | kivy: fix confirm_seed_dialog (broken in 77e0d3745e990e97ddbac5550e399f3e695af788) | ThomasV | 2 | +8 | -4 |
2021-01-12 13:57 | remove broken payment requests. fixes #6350 | ThomasV | 1 | +15 | -7 |
2021-01-12 11:23 | kivy: minor fix (follow-up 94708f63e4f237f5f4c143137de797f9c0ccc08e) | ThomasV | 1 | +1 | -1 |
2020-11-30 13:47 | Wizard: do not ask seed type, default to segwit | ThomasV | 3 | +6 | -26 |
2021-01-12 09:48 | invoices and requests: rm 3 seconds delay | ThomasV | 2 | +11 | -14 |
2020-12-06 09:58 | auto-remove paid invoices from GUI - delay 3 seconds in GUI - kivy remove 'delete' buttons from send/receive screens | ThomasV | 8 | +77 | -47 |
2021-01-12 09:49 | add unconfirmed state for onchain invoices and requests | ThomasV | 3 | +26 | -10 |
2021-01-12 09:56 | Qt: rename incoming/outgoing payments to send/receive queue. fixes #6711 | ThomasV | 1 | +2 | -2 |
2021-01-11 23:19 | windows binaries: bump python version (3.7.9->3.8.7) | SomberNight | 4 | +41 | -25 |
2021-01-11 14:51 | follow-up previous commit (variable name) | ThomasV | 1 | +1 | -1 |
2021-01-11 14:19 | pass blacklist to lnrouter.find_route, so that lnrouter is stateless (see #6778) | ThomasV | 5 | +36 | -28 |
2021-01-11 12:40 | fix tests (follow-up 3f5c1a017120f1e7a0cde83bb737779a5bb9f418) | ThomasV | 1 | +4 | -4 |
2021-01-11 12:15 | Merge pull request #6476 from brianddk/deserialize_serialize | ThomasV | 1 | +3 | -3 |
2021-01-10 17:41 | simplify lnrouter API | ThomasV | 2 | +17 | -18 |
2021-01-11 11:30 | upfront_shutdown_script: rm dead code, fix test | ThomasV | 2 | +1 | -4 |
2020-12-19 20:21 | lnpeer: remove unused imports, code cleanup | bitromortac | 1 | +73 | -43 |
2020-12-29 16:40 | lnpeer: add unit test for upfront shutdown script | bitromortac | 2 | +97 | -9 |
2020-12-24 09:04 | scripts: add Lightning feature analysis script | bitromortac | 1 | +179 | -0 |
2020-12-19 20:10 | lnrater: suggest nodes compatible with our LN features | bitromortac | 1 | +12 | -3 |
2020-12-18 10:07 | lnworker: enable upfront shutdown script | bitromortac | 1 | +1 | -0 |
2020-12-18 10:06 | lnpeer: implement upfront shutdown script logic | bitromortac | 4 | +110 | -7 |
2020-12-18 10:05 | wallet_db: migrate to upfront shutdown scripts | bitromortac | 1 | +14 | -1 |
2020-12-18 10:04 | lnwire: add upfront shutdown script tlvs | bitromortac | 1 | +6 | -4 |
2021-01-01 09:12 | lnpeer: await on_message handlers to raise exceptions | bitromortac | 1 | +1 | -2 |
2021-01-10 23:05 | hw plugins: log exception at import time (but only if interesting) | SomberNight | 4 | +14 | -7 |
2021-01-10 10:43 | pass daemon to Commands instance in qt console. fixes #6926 | ThomasV | 1 | +5 | -3 |
2021-01-09 18:56 | ChannelDB: avoid duplicate (host,port) entries in ChannelDB._addresses | SomberNight | 2 | +34 | -26 |
2021-01-09 17:41 | ChannelDB: fix get_last_good_address | SomberNight | 1 | +3 | -2 |
2021-01-08 23:43 | Merge pull request #6922 from Coldcard/pr-v321 | ghost43 | 2 | +10 | -37 |
2021-01-07 18:18 | rerun freeze_packages | SomberNight | 6 | +81 | -104 |
2021-01-07 19:29 | requirements: don't use dnspython 2.1 as it installs poetry at build-time | SomberNight | 1 | +1 | -1 |
2021-01-07 17:55 | binaries: update bundled PyQt version to 5.15.2 | SomberNight | 2 | +3 | -3 |
2021-01-07 17:53 | windows binaries: update libusb to 1.0.24 | SomberNight | 1 | +2 | -2 |
2021-01-07 17:49 | windows binaries: update pyinstaller to 4.1 | SomberNight | 1 | +2 | -2 |
2021-01-06 20:27 | storage: speed up write() by using faster compression setting | SomberNight | 1 | +1 | -1 |
2021-01-06 20:12 | storage/db: use faster JSON encoder settings when wallet is encrypted | Malcolm Smith | 3 | +14 | -5 |
2021-01-06 02:05 | qt send tab: mention frozen balance if "not enough funds" in more cases | SomberNight | 2 | +18 | -8 |
2021-01-06 01:29 | qt BlockingWaitingDialog: try harder to get label drawn (refresh bug) | SomberNight | 1 | +5 | -0 |
2021-01-06 01:27 | qt tx dialog: use WaitingDialog for network requests in __init__ | SomberNight | 1 | +5 | -1 |
2021-01-06 01:24 | qt tx dialog: fix visual artifact when opening (widget parenting issue) | SomberNight | 2 | +4 | -4 |
2021-01-04 11:39 | lnpeer: fix a comment | ThomasV | 1 | +1 | -1 |
2021-01-02 15:38 | kivy wizard: checkum bip39 seeds, because the virtual keyboard imposes the English wordlist | ThomasV | 1 | +7 | -1 |
2021-01-02 13:24 | wizard: call on_restore_seed, on_restore_bip39 through self.run. fixes #6895 | ThomasV | 1 | +3 | -3 |
2021-01-02 10:48 | fix #4326 | ThomasV | 2 | +28 | -15 |
2020-12-31 12:00 | fix #6605 | ThomasV | 1 | +15 | -12 |
2020-12-31 07:44 | fix reserve_sat in local_config. see #6896 | ThomasV | 1 | +4 | -2 |
2020-12-30 10:51 | lnchannel.available_to_spend: return zero if frozen or not active. Without this, the channel details window displays can_send/can_receive values that are inconsistent with the main window | ThomasV | 2 | +5 | -5 |
2020-12-22 11:28 | Require gossip_queries in LNWallet (follow-up f83d2d9fee160e7b5475d397672559fc8f947470) - workaround lnd bug https://github.com/lightningnetwork/lnd/issues/3651 - also reduces bandwidth usage | ThomasV | 2 | +12 | -0 |
2020-12-27 17:11 | channel backups: fix exception in raised after channel is force closed | ThomasV | 1 | +5 | -1 |
2020-12-27 11:01 | add paste button to qt payto_e. fixes #6878 | ThomasV | 2 | +9 | -0 |
2020-12-23 16:34 | qt: follow-up passing-around-config | SomberNight | 3 | +46 | -9 |
2020-12-22 09:48 | dns hacks: use a default timeout of 30 sec for dns requests | SomberNight | 1 | +2 | -0 |
2020-12-21 12:26 | Move the part of process_gossip that requires access to channel_db into in LNGossip. | ThomasV | 2 | +35 | -33 |
2020-12-20 14:31 | Merge pull request #6867 from SomberNight/202012_wallet_rbf_fixes | ghost43 | 6 | +394 | -66 |
2020-12-20 13:39 | qt: move window.get{Open,Save}FileName to util | SomberNight | 11 | +157 | -108 |
2020-12-20 12:26 | qt: rm some usages of get_parent_main_window | SomberNight | 12 | +89 | -35 |
2020-12-20 14:12 | lnworker: follow-up 89a14996ced2463379e3d7b252b48a852762cdc9 | SomberNight | 1 | +7 | -1 |
2020-12-20 10:30 | kivy: show exception raised by lnworker.pay. fixes #6495 | ThomasV | 1 | +6 | -7 |
2020-12-19 14:10 | add method get_node_alias to lnworker | ThomasV | 2 | +9 | -5 |
2020-12-18 18:40 | prepare release 4.0.9 | ThomasV | 2 | +8 | -2 |
2020-12-18 16:23 | wallet: (fix) bump_fee sometimes created invalid tx that spent orig out | SomberNight | 3 | +52 | -2 |
2020-12-18 18:15 | travis: disable macOS build | SomberNight | 1 | +2 | -1 |
2020-12-18 13:51 | channels_list: display node_id if node_alias is not available | ThomasV | 1 | +1 | -1 |
2020-12-18 13:30 | convert_version_24: loop over list instead of dict items (see #6863 and #6349) | ThomasV | 1 | +2 | -2 |
2020-12-18 10:25 | Merge pull request #6865 from bitromortac/num-sats-can-send-receive | ThomasV | 2 | +18 | -7 |
2020-12-18 09:49 | fix #6859: height is must be passed to OnchainInvoice constructor | ThomasV | 2 | +5 | -3 |
2020-12-17 16:49 | prepare release 4.0.8 | ThomasV | 2 | +8 | -2 |
2020-12-17 16:37 | Merge pull request #6857 from SomberNight/202012_walletdb_v33 | ThomasV | 2 | +17 | -2 |
2020-12-17 09:41 | Merge pull request #6854 from bitromortac/swap-improvements | ThomasV | 3 | +22 | -13 |
2020-12-16 16:17 | qt swap dialog: attempt at clearer logic (at the cost of more lines) | SomberNight | 1 | +37 | -20 |
2020-12-16 13:22 | kivy: move "lightning" (gossip) btn inside "channels" dialog | SomberNight | 3 | +9 | -4 |
2020-12-16 09:05 | kivy: allow address reuse in imported wallets. (fix #6852) | ThomasV | 2 | +9 | -2 |
2020-12-16 11:25 | wallet: use height to determine request status (similar to outgoing invoices) | ThomasV | 1 | +12 | -8 |
2020-11-17 11:37 | synchronizer: request missing txs for addresses in random order | ln2max | 1 | +1 | -1 |
2020-11-17 11:20 | network: increase MOST_RELAXED default timeout to 10 minutes | ln2max | 1 | +2 | -1 |
2020-12-15 15:44 | Merge pull request #6843 from SomberNight/202012_distutils_config | ghost43 | 6 | +36 | -0 |
2020-12-15 14:51 | kivy: initialize app.android_backups from config, and show error message if save_backup raises an exception | ThomasV | 2 | +9 | -2 |
2020-12-15 14:34 | lnworker: remove channel if it was not saved successfully after creation | ThomasV | 1 | +7 | -2 |
2020-12-13 17:08 | network: when switching servers, don't wait for old interface to close | SomberNight | 2 | +11 | -5 |
2020-12-11 18:56 | Merge pull request #6842 from spesmilo/save_height_in_invoices | ThomasV | 2 | +12 | -3 |
2020-12-11 14:53 | tweak electrum-env script | SomberNight | 1 | +20 | -8 |
2020-12-10 16:36 | transaction: put full derivation paths into PSBT by default | SomberNight | 5 | +57 | -46 |
2020-12-10 16:06 | keystore: ignore fingerprint for pubkeys in psbt, try to match all keys | SomberNight | 2 | +39 | -10 |
2020-12-10 16:21 | cleanup, remove if statement (follow-up 13b05f64e6a89b90b80a470538798c116f968170) | ThomasV | 1 | +5 | -6 |
2020-12-10 13:43 | Merge pull request #6838 from SomberNight/202012_seed_type_old_2fa | ThomasV | 2 | +22 | -13 |
2020-12-10 13:30 | test_wallet_vertical: add test case for pre-2.7 "2fa" seed | SomberNight | 1 | +37 | -1 |
2020-12-10 10:01 | Merge pull request #6836 from SomberNight/202012_kivy_fix_paths | ThomasV | 18 | +90 | -65 |
2020-12-09 18:10 | kivy: dismiss wizard dialog before calling go_back | ThomasV | 1 | +1 | -0 |
2020-12-09 17:31 | trustedcoin: fix two-step wallet creation (offline->online) | SomberNight | 1 | +2 | -2 |
2020-12-09 16:35 | Merge pull request #6736 from SomberNight/202011_appimage_build | ghost43 | 2 | +23 | -13 |
2020-12-09 15:09 | also support uppercase bip21 URIs | SomberNight | 5 | +30 | -16 |
2020-12-09 14:00 | appimage: update package in dockerfile | SomberNight | 1 | +3 | -3 |
2020-12-09 13:20 | update locale | ThomasV | 0 | +0 | -0 |
2020-12-09 13:19 | update locale | ThomasV | 0 | +0 | -0 |
2020-12-09 13:10 | prepare 4.0.7 | ThomasV | 2 | +11 | -2 |
2020-12-09 12:42 | Merge pull request #6300 from SomberNight/202006_qt_statusbarbutton | ghost43 | 3 | +71 | -29 |
2020-12-09 09:22 | kivy: add on_dismiss method to crash reporter dialog | ThomasV | 3 | +5 | -2 |
2020-12-09 09:04 | kivy: handle lightning invoices on wallets that do not have lightning. fix #6371 | ThomasV | 2 | +9 | -6 |
2020-12-09 08:38 | keystore: handle unusual derivation paths in PSBT | SomberNight | 2 | +27 | -9 |
2020-12-09 08:28 | Merge pull request #6832 from SomberNight/202012_fix_qt_swap_dialog_ok_btn | ThomasV | 1 | +8 | -6 |
2020-12-09 08:04 | dnspython: fix deprecation warnings when using dnspython 2.0 | SomberNight | 4 | +5 | -6 |
2020-12-08 18:42 | kivy: ensure WizardDialog.on_release is not executed more than once (see #6822) | ThomasV | 1 | +2 | -0 |
2020-12-08 16:30 | Merge pull request #6828 from SomberNight/202012_dnspython20 | ghost43 | 13 | +277 | -400 |
2020-12-08 16:18 | gitignore: add some more build artifacts | SomberNight | 1 | +4 | -0 |
2020-12-08 16:08 | update block header checkpoints | SomberNight | 2 | +292 | -0 |
2020-12-08 12:12 | Qt: keep pending_invoice logic in main_window (follow-up 56579c2, fixes #5829) | ThomasV | 2 | +19 | -17 |
2020-12-08 11:21 | cli/rpc: fix 'sweep' command | SomberNight | 4 | +24 | -14 |
2020-12-08 10:48 | network: set _loop_thread again as it helps debugging | SomberNight | 2 | +6 | -1 |
2020-12-08 09:44 | kivy: remove redundant declaration | ThomasV | 2 | +1 | -4 |
2020-12-08 09:33 | plugins: remove 'on_new_window' hook | SomberNight | 3 | +9 | -7 |
2020-12-08 09:00 | mnemonic.make_seed: de-duplicate num_bits default magic number | SomberNight | 6 | +13 | -12 |
2020-12-08 07:47 | kivy: (fix) clicking "max" to send would raise for empty wallet | SomberNight | 1 | +2 | -1 |
2020-12-07 14:38 | kivy: fix open channel with "max" amt | SomberNight | 1 | +9 | -1 |
2020-12-07 09:53 | kivy: wizard does not need Factory | ThomasV | 1 | +1 | -1 |
2020-12-07 09:31 | Merge pull request #6820 from ValdikSS/bug6404-fork-child-exit-fix | ThomasV | 1 | +1 | -1 |
2020-12-07 09:11 | Merge pull request #6821 from aldrinpscastro/master | ThomasV | 2 | +11 | -0 |
2020-12-06 11:37 | follow-up c66c54a (simplification) | ThomasV | 1 | +14 | -27 |
2020-12-06 10:51 | revert a9fc440, use Clock.schedule_interval to set address. Fixes #6810 and #6817 | ThomasV | 2 | +4 | -2 |
2020-12-05 21:16 | kivy: dismiss invoice_dialog before delete (fix #6816) | ThomasV | 1 | +1 | -1 |
2020-12-05 18:44 | kivy: do not save invoice until payment is confirmed by user. add confirmation screen for lightning payments. | ThomasV | 1 | +9 | -7 |
2020-12-05 18:48 | kivy screens: initialize is_max (fix #6813) | ThomasV | 1 | +2 | -1 |
2020-12-05 18:27 | Qt: do not save pending invoice before the user has confirmed payment | ThomasV | 1 | +16 | -12 |
2020-12-05 17:26 | kivy: disable send amount button if lightning invoice has an amount, and fix #6526 | ThomasV | 1 | +2 | -2 |
2020-12-05 09:27 | fix #4503: in kivy, catch NotEnoughFunds raised on open channel. | ThomasV | 1 | +8 | -6 |
2020-12-04 20:45 | fix #4561 | ThomasV | 1 | +1 | -1 |
2020-12-04 16:52 | prepare release 4.0.6 | ThomasV | 2 | +8 | -2 |
2020-12-04 16:38 | follow-up 427779350f92c4fd19d731474db3ec0db1d848c1 | ThomasV | 1 | +1 | -1 |
2020-12-04 15:31 | remove unused declaration | ThomasV | 1 | +0 | -1 |
2020-12-04 14:16 | kivy wizard: if wallet creation is aborted, show message in the wizard and stop the GUI. (see #6796) | ThomasV | 2 | +10 | -23 |
2020-12-04 10:56 | kivy: split on_wizard_complete in two methods | ThomasV | 2 | +8 | -6 |
2020-12-04 10:03 | Merge pull request #6795 from bitromortac/fix-6770 | ThomasV | 1 | +20 | -6 |
2020-12-03 09:23 | kivy: save password after wallet creation | ThomasV | 2 | +11 | -6 |
2020-12-02 10:23 | kivy wizard: do call run() when password dialog is dismissed, it modifies the stack. (see #6582) | ThomasV | 1 | +1 | -1 |
2020-12-01 12:18 | kivy: do not use an event to call on_wizard_complete, initialize self.app in constructor | ThomasV | 2 | +18 | -35 |
2020-12-01 09:25 | rm dead code: first branch of the if never evaluated because WalletDB is called with manual_upgrades=False | ThomasV | 1 | +3 | -12 |
2020-12-01 08:13 | kivy: remove dead code (installwizard waiting_dialog) | ThomasV | 1 | +0 | -29 |
2020-11-30 13:37 | add debug option to avoid retyping the seed in kivy | ThomasV | 3 | +3 | -2 |
2020-11-30 13:16 | kivy: storage is already decrypted in on_open_wallet | ThomasV | 1 | +1 | -5 |
2020-11-30 11:20 | kivy: remove unused keyboard binding | ThomasV | 1 | +1 | -21 |
2020-11-30 10:07 | kivy: cleanup unused code | ThomasV | 1 | +2 | -6 |
2020-11-30 10:06 | fix #6351: set screen attribute right after screen is loaded | ThomasV | 1 | +1 | -1 |
2020-11-29 10:43 | Trustedcoin: call wizard.terminate with aborted set to True in various failure conditions (see #4496) | ThomasV | 2 | +4 | -4 |
2020-11-29 08:27 | Qt installwizard: raise UserCancelled if user clicks cancel (the wizard was hanging instead of terminating) | ThomasV | 1 | +4 | -2 |
2020-11-27 11:48 | fix 'max' button in Kivy (fix #6169) | ThomasV | 4 | +23 | -8 |
2020-11-27 08:50 | Merge pull request #6787 from bitromortac/fix-6781 | ThomasV | 1 | +3 | -2 |
2020-11-26 11:07 | fix #6757: truncate invoice description to 639 bytes | ThomasV | 1 | +2 | -1 |
2020-11-26 08:08 | kivy: do not display internal id of onchain invoice, show address instead | ThomasV | 3 | +8 | -4 |
2020-11-25 10:51 | Merge pull request #6754 from nc50lc/master | ThomasV | 1 | +2 | -2 |
2020-11-25 10:47 | Setconfig: set rpc_user rpc_password in daemon (fix #6762). Do not disable auth if password is an empty string. | ThomasV | 2 | +9 | -2 |
2020-11-25 09:03 | qt main_window: (trivial) fix error-handling for open_channel | SomberNight | 1 | +1 | -1 |
2020-11-25 08:14 | lnworker: better indentation (refactoring only) | ThomasV | 1 | +31 | -23 |
2020-11-25 08:00 | wallet: fix dscancel for "not all inputs ismine" case | SomberNight | 1 | +1 | -1 |
2020-11-23 13:57 | Move get_channel_info and get_channel_policy code, so that routing hints can be created without access to a ChannelDB instance. | ThomasV | 2 | +33 | -26 |
2020-11-24 23:03 | qt send tab: (regression) fix handling multiline fmt for single line | SomberNight | 1 | +28 | -9 |
2020-11-24 22:44 | lnrouter: nicer repr for PathEdge and RouteEdge | SomberNight | 1 | +3 | -3 |
2020-11-24 22:42 | lnaddr: fix decoding of min_final_cltv_expiry | SomberNight | 2 | +13 | -8 |
2020-11-24 20:42 | Merge pull request #6766 from benma/bb02 | ghost43 | 1 | +2 | -11 |
2020-11-24 20:39 | Fix get_running_loop (python<3.7) (#6765) | Jin Eguchi | 1 | +7 | -1 |
2020-11-24 20:24 | Fix daemon being treated as a function (#6771) | Benoît Verret | 1 | +1 | -1 |
2020-11-23 14:08 | Merge pull request #6758 from Emzy/patch-1 | ThomasV | 1 | +2 | -0 |
2020-11-21 18:35 | qt send tab: "max" btn should not raise NotEnoughFunds due to fees | SomberNight | 1 | +7 | -2 |
2020-11-21 18:29 | mac build: call `git describe` after `git submodule update` | SomberNight | 1 | +2 | -1 |
2020-11-21 11:13 | convert Qt flags to int (fix Qt DeprecationWarning) | ThomasV | 1 | +2 | -2 |
2020-11-20 07:51 | fix typo | ThomasV | 3 | +11 | -11 |
2020-11-20 07:35 | Rename maybe_init_lightning(). Call load_data() from there | ThomasV | 2 | +3 | -3 |
2020-11-20 00:45 | exchange_rate: log full traceback in case of unexpected exception | SomberNight | 1 | +9 | -2 |
2020-11-18 22:50 | qt history list: fix #6746 | SomberNight | 1 | +2 | -0 |
2020-11-18 19:22 | android build: bump targetSdkVersion to 29 (follow-up) | SomberNight | 2 | +3 | -2 |
2020-11-18 19:19 | update locale submodule | SomberNight | 0 | +0 | -0 |
2020-11-18 18:43 | prepare release 4.0.5 | SomberNight | 2 | +17 | -2 |
2020-11-18 17:58 | qt receive tab: rename "create onchain" btn to "New Address" | SomberNight | 1 | +6 | -2 |
2020-11-18 14:34 | ledger: suppress traceback during device enumeration for locked device | SomberNight | 1 | +8 | -4 |
2020-11-18 14:14 | ledger: fix enumerating ledger devices with new bitcoin app (1.5.1) | SomberNight | 3 | +71 | -15 |
2020-11-18 10:47 | Qt lightning invoice dialog: make payment_hash copiable | ThomasV | 1 | +6 | -2 |
2020-11-17 23:47 | coldcard: avoid creating keystore with testnet/mainnet mixed up | SomberNight | 3 | +27 | -15 |
2020-11-17 18:39 | qt swap dialog: fix disabling "OK" btn if NotEnoughFunds | SomberNight | 1 | +5 | -3 |
2020-11-17 16:05 | Merge pull request #6740 from bitromortac/lnrater-followup | ghost43 | 2 | +7 | -5 |
2020-11-17 15:54 | android build: bump targetSdkVersion to 29 | SomberNight | 1 | +2 | -2 |
2020-11-16 13:50 | logging: make sure file logging uses utf8 encoding | SomberNight | 1 | +1 | -1 |
2020-11-14 18:59 | daemon: fix local RPC server error messages to conform to jsonrpc spec | SomberNight | 1 | +4 | -1 |
2020-11-14 18:36 | qt console: fix usage in --offline mode | SomberNight | 1 | +1 | -0 |
2020-11-14 08:07 | build: partially revert 3cd52e2d7b576792c56666d480f6047243713060 | SomberNight | 1 | +36 | -68 |
2020-11-14 05:40 | mac build: use a virtualenv instead of global python packages | SomberNight | 1 | +12 | -5 |
2020-11-14 04:21 | rerun freeze_packages | SomberNight | 7 | +340 | -181 |
2020-11-14 04:18 | contrib/freeze_packages.sh: trivial clean-up | SomberNight | 1 | +6 | -6 |
2020-11-14 02:47 | mac build: bundle old PyQt5 so that .app runs on macOS 11 "Big Sur" | SomberNight | 3 | +4 | -2 |
2020-11-13 18:24 | requirements: rename some files | SomberNight | 13 | +6 | -6 |
2020-11-13 18:21 | qt "open channel" dialog: detect invalid remote node id sooner | SomberNight | 3 | +11 | -4 |
2020-11-13 18:18 | invoices: rename "Pending" to "Unpaid" | SomberNight | 1 | +1 | -3 |
2020-11-11 18:47 | fix python 3.6 compat | SomberNight | 1 | +6 | -2 |
2020-11-09 09:06 | Merge pull request #6705 from bitromortac/lnrater | ThomasV | 6 | +329 | -30 |
2020-11-07 18:26 | util.randrange: use stdlib 'secrets' module instead of 'python-ecdsa' | SomberNight | 1 | +5 | -3 |
2020-11-05 02:10 | follow-up prev | SomberNight | 1 | +5 | -1 |
2020-11-05 00:59 | plugins/labels: better error message when using imported wallets | SomberNight | 2 | +8 | -4 |
2020-11-05 00:02 | wizard, multisig: on bip39/hw ks, only ask for script type for 1st ks | SomberNight | 2 | +31 | -6 |
2020-11-04 23:18 | wizard: on adding bip39/hw ks, don't offer path scanning for multisig | SomberNight | 1 | +9 | -6 |
2020-11-04 00:49 | config: fix get_fee_text for static fees | SomberNight | 1 | +31 | -17 |
2020-11-03 19:45 | interface: validate protocol-version negotiation on client-side too | SomberNight | 1 | +3 | -0 |
2020-10-29 09:58 | Merge pull request #6698 from SomberNight/202010_qt_pay_ellipsis_dotdotdot | ThomasV | 2 | +3 | -3 |
2020-10-28 15:22 | Merge pull request #6634 from SomberNight/202010_fix_main_script_hanging | ThomasV | 1 | +33 | -7 |
2020-10-27 17:55 | config: distinguish knowing mempool is empty vs not having mempool_fees | SomberNight | 5 | +25 | -14 |
2020-10-26 13:29 | synchronizer: fix request_missing_txs(..allow_server_not_finding_tx=True) | SomberNight | 1 | +1 | -2 |
2020-10-26 01:07 | interface: validate field order in "mempool.get_fee_histogram" response | SomberNight | 1 | +4 | -0 |
2020-10-25 05:55 | qt history tab: fix shortcut in HistoryModel.refresh() | SomberNight | 1 | +1 | -1 |
2020-10-25 03:24 | qt send tab: show friendlier error on mistyped bitcoin address | SomberNight | 2 | +29 | -11 |
2020-10-24 23:06 | Merge pull request #6685 from SomberNight/202010_bitcoin_script | ghost43 | 12 | +270 | -125 |
2020-10-24 21:32 | ledger: fix compat with hw.1 - signing flow deadlocked | SomberNight | 3 | +22 | -14 |
2020-10-23 09:31 | fix #6676 and remove dead code | ThomasV | 1 | +0 | -9 |
2020-10-23 02:17 | Remove phishing server (#6660) | Zibster43 | 1 | +0 | -6 |
2020-10-23 00:35 | lnchan.receive_revocation: tolerate not having htlc fail reason | SomberNight | 2 | +18 | -4 |
2020-10-22 17:20 | follow-up: fix qt lightning dialog if gossip is not started | ThomasV | 1 | +5 | -2 |
2020-10-22 16:17 | start lngossip if instantiated; this saves a boolean | ThomasV | 3 | +5 | -8 |
2020-10-22 16:35 | wallet.py: always instantiate lnbackups | ThomasV | 1 | +2 | -3 |
2020-10-15 05:03 | qt: reflect running gossip in lightning icon | bitromortac | 2 | +6 | -2 |
2020-10-14 05:44 | kivy: display warning when first channel is opened | bitromortac | 1 | +17 | -2 |
2020-10-14 05:12 | qt: display warning when first channel is opened | bitromortac | 1 | +15 | -1 |
2020-10-13 17:32 | kivy: remove enable/disable button | bitromortac | 2 | +0 | -40 |
2020-10-13 17:24 | qt: remove enable/disable button | bitromortac | 1 | +1 | -32 |
2020-10-13 17:10 | cli: remove enable/disable lightning | bitromortac | 2 | +0 | -12 |
2020-10-13 17:08 | qt: show channels tab by default if ln wallet | bitromortac | 1 | +2 | -0 |
2020-10-13 05:27 | qt: remove node suggestion | bitromortac | 3 | +5 | -29 |
2020-10-13 04:53 | gossip: start gossiping when channel is open | bitromortac | 1 | +6 | -0 |
2020-10-08 04:36 | network: load gossip db early | bitromortac | 7 | +13 | -6 |
2020-10-02 05:39 | lightning: enable by default but without gossip | bitromortac | 4 | +30 | -6 |
2020-10-22 15:24 | submarine swap: add comment to explain witness script asymmetry | ThomasV | 1 | +8 | -0 |
2020-10-22 15:22 | submarine_swaps: describe event-flow for both swap direction in docstr | SomberNight | 1 | +16 | -2 |
2020-10-21 01:27 | contrib: add instructions re cross-compiling libsecp to Linux x86 | SomberNight | 2 | +4 | -2 |
2020-10-20 12:55 | kivy: fix app not even starting | SomberNight | 1 | +2 | -2 |
2020-10-18 20:21 | wallet.get_history: take locks. | SomberNight | 1 | +11 | -4 |
2020-10-18 20:14 | wallet: simplify get_history | SomberNight | 1 | +7 | -14 |
2020-10-17 15:58 | wallet: simplify get_wallet_delta | SomberNight | 4 | +62 | -77 |
2020-10-16 19:51 | wallet_db: WalletDB.get_txo_addr now returns dict instead of list | SomberNight | 2 | +25 | -23 |
2020-10-16 19:25 | wallet: rm wallet.txin_value | SomberNight | 2 | +3 | -15 |
2020-10-16 19:10 | wallet: use get_txin_value in get_wallet_delta | SomberNight | 1 | +8 | -11 |
2020-10-16 19:08 | qt tx dialog: always show input amounts if we know them | SomberNight | 2 | +16 | -2 |
2020-10-17 01:59 | lnworker: add request_remote_force_close which can be used without state | SomberNight | 3 | +25 | -8 |
2020-10-17 01:47 | lnworker: make sure to save new channel before we broadcast | SomberNight | 1 | +1 | -0 |
2020-10-16 17:30 | network: tighten checks of server responses for type/sanity | SomberNight | 5 | +174 | -54 |
2020-10-16 15:55 | kivy: use our logger, not kivy's; and log more exceptions. | SomberNight | 6 | +42 | -22 |
2020-10-16 15:37 | Use default sys.ps1 and ps2 as console prompts (#6651) | Benoît Verret | 1 | +15 | -11 |
2020-10-15 17:50 | config: make sure fee_per_kb() returns Optional[int] | SomberNight | 1 | +9 | -4 |
2020-10-15 15:38 | (trivial) kivy: rename title of DSCancelDialog | SomberNight | 1 | +1 | -1 |
2020-10-15 15:37 | prepare release 4.0.4 | ThomasV | 2 | +3 | -3 |
2020-10-15 15:11 | frozen deps: don't use colorama 0.4.4 | SomberNight | 1 | +4 | -3 |
2020-10-15 14:25 | crypto: check version of pycryptodomex/cryptography at runtime | SomberNight | 1 | +14 | -1 |
2020-10-15 14:19 | update locale submodule | SomberNight | 0 | +0 | -0 |
2020-10-15 13:57 | rerun freeze_packages | SomberNight | 5 | +160 | -141 |
2020-10-15 12:20 | (fix) allow opening LN wallet with --offline | SomberNight | 4 | +33 | -11 |
2020-10-15 10:08 | Merge pull request #6649 from benma/bitbox02-9.2.0 | ghost43 | 2 | +59 | -22 |
2020-10-14 18:04 | update release notes | SomberNight | 1 | +12 | -0 |
2020-10-14 17:30 | wallet: don't try to get_input_tx from network when offline | SomberNight | 2 | +7 | -1 |
2020-10-14 16:28 | network dialog: include protocol in server address field (#6624) | bitromortac | 2 | +7 | -1 |
2020-10-13 17:42 | Merge pull request #6641 from SomberNight/202010_dscancel | ghost43 | 7 | +451 | -4 |
2020-10-13 17:21 | qt console: fix copying text using Ctrl+C | SomberNight | 1 | +2 | -1 |
2020-10-13 16:41 | qt coins tab: label(utxo) to consider both label(txid) and label(addr) | SomberNight | 3 | +4 | -3 |
2020-10-13 16:30 | wallet: make labels private, and access to need lock | SomberNight | 13 | +71 | -54 |
2020-10-13 16:31 | android build: update list of apt deps for buildozer (#6645) | ghost43 | 1 | +30 | -21 |
2020-10-13 15:19 | kivy: allow setting password for watch-only wallets | SomberNight | 1 | +0 | -3 |
2020-10-12 17:28 | Handle KeyboardInterrupt in Python Console (#6643) | Benoît Verret | 1 | +7 | -0 |
2020-10-12 15:20 | windows build: for the "setup" exe, put another "-debug" exe inside (#6603) | ghost43 | 1 | +14 | -2 |
2020-10-09 14:52 | wallet: cpfp to send to a change address instead of receive address | SomberNight | 2 | +25 | -8 |
2020-10-09 14:22 | wallet: fix clear_history | SomberNight | 1 | +1 | -0 |
2020-10-08 17:21 | wallet: (fix) bump_fee and cpfp now returns tx with all wallet-info | SomberNight | 2 | +7 | -5 |
2020-10-08 06:51 | Merge pull request #6640 from EagleTM/patch-1 | ThomasV | 1 | +0 | -6 |
2020-10-07 18:39 | simplify prev | SomberNight | 1 | +2 | -4 |
2020-10-07 17:41 | storage: try to handle user deleting/renaming wallet file while running | SomberNight | 1 | +7 | -1 |
2020-10-06 17:24 | SqlDB: fix thread-safety issues re asyncio.Future | SomberNight | 2 | +5 | -5 |
2020-10-06 17:15 | qt TorDetector: close socket | SomberNight | 1 | +7 | -7 |
2020-10-06 15:55 | ledger: workaround to avoid on-device warning for unusual der path | SomberNight | 1 | +1 | -1 |
2020-10-06 15:10 | tx: add deserialize to locktime/version properties (#6633) | zebra-lucky | 1 | +2 | -0 |
2020-10-06 12:34 | Merge pull request #6635 from SomberNight/202010_cli_wallet_arg_order | ThomasV | 2 | +4 | -0 |
2020-10-02 07:59 | Merge pull request #6615 from bitromortac/dumpgraph | ThomasV | 3 | +61 | -21 |
2020-09-30 14:18 | Merge pull request #6617 from verretor/console-history | ThomasV | 1 | +1 | -1 |
2020-09-25 09:23 | follow-up prev | SomberNight | 1 | +1 | -2 |
2020-09-25 09:15 | network: make MAX_INCOMING_MSG_SIZE configurable from config | SomberNight | 1 | +7 | -4 |
2020-09-24 00:17 | lnworker: minor improvements to 'lightning_listen' handling | SomberNight | 1 | +12 | -8 |
2020-09-23 23:52 | lnworker: (fix) a listening node would busy-loop if remote DC-ed early | SomberNight | 2 | +10 | -4 |
2020-09-23 19:39 | daemon/rpc: include "jsonrpc" key in rpc responses | SomberNight | 1 | +4 | -1 |
2020-09-23 13:25 | (trivial) follow-up 7b91da9966fcef4b2c9b743e38178cd2fd8c20ca | SomberNight | 1 | +1 | -1 |
2020-09-23 13:21 | build: update some packages in dockerfiles | SomberNight | 1 | +2 | -2 |
2020-09-23 13:11 | transaction: fix regression: witness_utxo was not included in QR code | SomberNight | 2 | +49 | -28 |
2020-09-23 12:50 | transaction: impl tx.to_qr_data(): move logic from GUI to tx class | SomberNight | 3 | +16 | -17 |
2020-09-23 11:31 | Qt tx dialog: handle "empty" locktime field | SomberNight | 2 | +5 | -2 |
2020-09-18 18:54 | LNWatcher: implement diagnostic_name; for nicer log lines | SomberNight | 1 | +7 | -1 |
2020-09-18 17:28 | Pass wallet to invoice_status/request_status (#6595) | MrNaif2018 | 5 | +16 | -12 |
2020-09-18 16:30 | Keep console input when switching server (#6607) | Benoît Verret | 1 | +3 | -2 |
2020-09-17 15:10 | windows build: some refactor to make building 64 bit binaries easier | SomberNight | 2 | +26 | -8 |
2020-09-17 14:39 | appimage: update openssl & libudev-dev (#6599) | Jin Eguchi | 1 | +4 | -4 |
2020-09-16 16:26 | Qt history/address tab: defer refreshing while editing (e.g. label) | SomberNight | 1 | +7 | -1 |
2020-09-16 15:38 | (trivial) config.get_netaddress: use NetAddress.from_string | SomberNight | 1 | +1 | -2 |
2020-09-15 17:23 | Fix multiline script error (#6581) | Benoît Verret | 1 | +49 | -51 |
2020-09-15 16:35 | lnpeer: forbid creating Peer with ourselves (self-connect) | SomberNight | 2 | +12 | -3 |
2020-09-15 15:37 | LN cooperative close: avoid address-reuse (#6590) | ghost43 | 4 | +28 | -7 |
2020-09-15 15:35 | win binary: build zbar ourselves (#6593) | ghost43 | 7 | +125 | -20 |
2020-09-13 14:55 | lnpeer: handle cooperative close edge-case | SomberNight | 4 | +18 | -13 |
2020-09-11 17:56 | invoices: always validate that LNInvoice.invoice can be decoded | SomberNight | 2 | +6 | -1 |
2020-09-11 16:24 | fix arg order in sign_version | ThomasV | 1 | +1 | -1 |
2020-09-11 16:07 | sign_packages: upgrade python | ThomasV | 1 | +1 | -2 |
2020-09-11 13:47 | prepare release 4.0.3 | SomberNight | 2 | +21 | -2 |
2020-09-11 13:18 | update locale submodule | ThomasV | 0 | +0 | -0 |
2020-09-11 11:39 | storage: fix update-password edge-case | SomberNight | 2 | +27 | -5 |
2020-09-11 11:09 | keystore: improve check_password. | SomberNight | 3 | +55 | -13 |
2020-09-09 16:34 | keystore: add comment about find_my_pubkey_in_txinout quirk (re PSBT) | SomberNight | 1 | +6 | -2 |
2020-09-09 16:03 | Merge pull request #6563 from SomberNight/202009_deps | ghost43 | 23 | +403 | -295 |
2020-09-09 15:54 | gui: update stdio and text after db and storage separation (#6567) | Henrik Grimler | 2 | +7 | -2 |
2020-09-08 15:52 | hardware devices: run all device communication on dedicated thread (#6561) | ghost43 | 12 | +195 | -97 |
2020-09-07 15:16 | hardware: update device conn. status faster (through GUI indicator) | SomberNight | 1 | +5 | -3 |
2020-09-06 15:55 | Qt QR code: when saving QR code as image file, don't include stretch | SomberNight | 1 | +7 | -2 |
2020-09-05 15:49 | lnhtlc: fix prev: too much copy-paste | SomberNight | 1 | +1 | -1 |
2020-09-02 19:21 | lnhtlc: add all_htlcs_ever, get_htlc_by_id, was_htlc_failed and use them | SomberNight | 3 | +41 | -32 |
2020-09-02 19:14 | lnhtlc: add lock to make methods thread-safe | SomberNight | 1 | +40 | -0 |
2020-09-04 14:11 | json_db: exempt keystore from StoredDict conversion | SomberNight | 5 | +14 | -4 |
2020-09-03 16:04 | tests: add tests for #6066 and #6401. latter is failing atm. | SomberNight | 1 | +26 | -1 |
2020-09-03 14:40 | reverse swap: check that received amount is higher than dust threshold | ThomasV | 1 | +2 | -1 |
2020-09-03 12:26 | Merge pull request #6552 from verretor/console-constructs | ThomasV | 1 | +2 | -3 |
2020-09-01 19:25 | Added for_broadcast argument to payto/paytomany (#6532) | MrNaif2018 | 1 | +12 | -4 |
2020-09-01 17:24 | add missing `wallet.save_db()` after adding or rm'ing payment requests (#6435) | Johannes Zweng | 1 | +5 | -1 |
2020-09-01 16:15 | scripts: add script to showcase bruteforcing wallet file password | SomberNight | 1 | +96 | -0 |
2020-08-31 20:17 | DeviceMgr.scan_devices: do all scanning on hidapi thread | SomberNight | 1 | +4 | -1 |
2020-08-31 20:00 | wallet set_tx_label_based_on_invoices: don't overwrite custom label | SomberNight | 1 | +1 | -1 |
2020-08-31 19:58 | wallet.get_relevant_invoice_keys_for_tx: take lock in callee not caller | SomberNight | 1 | +11 | -10 |
2020-08-31 18:55 | qt history: fixes for tx context-menu "View invoice" if more than one | SomberNight | 2 | +17 | -10 |
2020-08-30 16:49 | sdist: bundle make_libsecp256k1.sh in tar.gz | SomberNight | 1 | +9 | -2 |
2020-08-29 02:22 | trezor: cache whether TrezorBridge is available to speedup scan_devices | SomberNight | 1 | +18 | -5 |
2020-08-28 18:10 | qt wallet>info: use QStackedWidget, one stack item for each keystore | SomberNight | 3 | +39 | -43 |
2020-08-28 16:22 | qt wallet>info: show derivation path prefix for keystore | SomberNight | 1 | +22 | -10 |
2020-08-27 17:54 | Qt Receive tab: hide "receive_tabs" widget when empty | SomberNight | 1 | +8 | -0 |
2020-08-27 15:57 | util.NetworkRetryManager: fix potential overflow | SomberNight | 1 | +17 | -6 |
2020-08-27 08:00 | Merge pull request #6489 from verretor/console-remove-methods | ThomasV | 1 | +0 | -11 |
2020-08-26 18:26 | fix display of Zpub in Kivy during multisig wallet creation (see #6456) | ThomasV | 1 | +4 | -1 |
2020-08-26 17:55 | transaction: simply PartialTransaction constructor | SomberNight | 1 | +4 | -4 |
2020-08-26 17:48 | commands: fix signtransaction cmd | SomberNight | 1 | +1 | -1 |
2020-08-26 17:37 | Qt: add Key_Enter wherever Key_Return is used | ThomasV | 3 | +4 | -4 |
2020-08-26 15:58 | Merge pull request #6522 from wakiyamap/change_sourceforge_url | ThomasV | 1 | +2 | -2 |
2020-08-25 18:29 | blockchain.py: maybe fix rare deadlock | SomberNight | 1 | +2 | -2 |
2020-08-25 16:18 | sql: test read-write permissions for given path and raise early | SomberNight | 3 | +31 | -24 |
2020-08-25 14:57 | windows dns hack: fix #6473 | SomberNight | 1 | +6 | -2 |
2020-08-25 14:34 | trezor: use `init_device` instead of `ping` to check connection (fixes #6457) (#6471) | matejcik | 1 | +1 | -2 |
2020-08-25 14:22 | scripts: update quick_start.py to work with 4.0.x internals | SomberNight | 1 | +15 | -6 |
2020-08-24 16:17 | wallet: get_full_history should populate acq_price/cap_gains if enabled | SomberNight | 1 | +16 | -8 |
2020-08-20 17:27 | Merge pull request #6219 from lukechilds/bip39-recovery | ghost43 | 8 | +310 | -11 |
2020-08-20 14:23 | Merge pull request #6517 from aaronisme/master | ghost43 | 1 | +2 | -1 |
2020-08-03 10:03 | Merge pull request #6467 from verretor/console-startup-message | ThomasV | 1 | +1 | -9 |
2020-07-29 16:01 | Merge pull request #6410 from cointradermonitor/cointradermonitor-new-brazilian-index | ThomasV | 2 | +10 | -0 |
2020-07-29 16:00 | Merge pull request #6405 from itxtoledo/feature/more-price-sources | ThomasV | 2 | +21 | -10 |
2020-07-29 15:58 | Merge pull request #6395 from akshayaurora/patch-1 | ThomasV | 1 | +1 | -1 |
2020-07-29 15:49 | Merge pull request #6387 from verretor/clear-console | ThomasV | 1 | +7 | -6 |
2020-07-29 15:48 | Merge pull request #6384 from verretor/clean-console | ThomasV | 1 | +1 | -8 |
2020-07-23 00:15 | Merge pull request #6386 from benma/bitbox02_id | ghost43 | 1 | +25 | -2 |
2020-07-22 00:44 | transaction: allow PSBT input to have both UTXO and WITNESS_UTXO | SomberNight | 2 | +39 | -7 |
2020-07-15 23:00 | kivy: fix fx history rates defaults. | SomberNight | 2 | +11 | -3 |
2020-07-15 21:50 | wallet.set_up_to_date: (trivial) reduce log spam | SomberNight | 1 | +3 | -1 |
2020-07-15 21:48 | kivy: fix fiat balance str if there are channels | SomberNight | 1 | +3 | -2 |
2020-07-15 06:47 | Remove servers which are offline | Johann Bauer | 1 | +0 | -24 |
2020-07-08 21:54 | appimage build: pin glibc version in docker image, for reproducibility | SomberNight | 1 | +1 | -0 |
2020-07-08 06:28 | Merge pull request #6333 from akshayaurora/remove_qdarkstyle | ThomasV | 1 | +3 | -1 |
2020-07-08 06:25 | prepare release 4.0.2 | ThomasV | 2 | +6 | -2 |
2020-07-08 06:19 | Merge pull request #6350 from SomberNight/202007_walletdb_convert_version_32 | ThomasV | 2 | +18 | -1 |
2020-07-08 02:16 | android: handle on-chain/lightning URI on app open | SomberNight | 3 | +28 | -12 |
2020-07-08 00:13 | update locale submodule | SomberNight | 0 | +0 | -0 |
2020-07-07 23:51 | qt wizard: fix scanning qr code when restoring from xpub | SomberNight | 2 | +12 | -7 |
2020-07-07 23:28 | wallet: handle exception when deleting last addr from imported wallet | SomberNight | 2 | +7 | -2 |
2020-07-07 23:23 | qt lightning dialog: fix min size | SomberNight | 1 | +1 | -1 |
2020-07-07 23:19 | qt history list: only offer "View Invoice" if still have invoice | SomberNight | 2 | +8 | -5 |
2020-07-07 21:33 | qt channels tab: implement filtering items | SomberNight | 1 | +6 | -0 |
2020-07-07 13:31 | fix wording | ThomasV | 1 | +1 | -1 |
2020-07-06 04:02 | Merge pull request #6337 from Tigerix/patch-1 | ThomasV | 1 | +1 | -1 |
2020-07-06 04:01 | Merge pull request #6340 from michael1011/swapbox-wording | ThomasV | 1 | +15 | -2 |
2020-07-03 19:45 | Merge pull request #6326 from SomberNight/202007_fix_importedwallet_new_request | ThomasV | 2 | +18 | -12 |
2020-07-03 15:14 | release 4.0.1: prepare release notes, bump version number | ThomasV | 2 | +6 | -5 |
2020-07-03 14:56 | Merge pull request #6316 from SomberNight/202007_fix_android_back_button | ThomasV | 2 | +14 | -1 |
2020-07-02 16:00 | Merge pull request #6315 from SomberNight/202007_interface_check_server_response | ThomasV | 4 | +200 | -43 |
2020-07-02 11:49 | qt PreviewTxDialog: change feerounding_icon to be a QToolButton | SomberNight | 1 | +3 | -3 |
2020-07-02 11:29 | qt PreviewTxDialog: if not enough funds due to fee, fallback to zero fee | SomberNight | 2 | +20 | -5 |
2020-07-02 11:25 | qt PreviewTxDialog: check for "not enough funds" also when shortcutting | SomberNight | 1 | +7 | -4 |
2020-07-02 11:01 | frozen deps: update bitbox02 and ledger libs | SomberNight | 1 | +5 | -5 |
2020-07-02 10:47 | Merge pull request #6293 from btchip/ledger_segwit_trustedinputs | ghost43 | 2 | +43 | -18 |
2020-07-02 09:12 | dnssec: fix compat with dnspython 1.16 | SomberNight | 2 | +15 | -1 |
2020-07-02 09:07 | fix channel backups with old "cryptography" module | SomberNight | 1 | +2 | -2 |
2020-07-01 16:49 | Merge pull request #6309 from benma/bitbox02 | ghost43 | 2 | +8 | -5 |
2020-07-01 15:37 | fix raise UserCacnelled calls (#6304) | zebra-lucky | 2 | +3 | -3 |
2020-06-30 18:18 | android build: update p4a, buildozer, base ubuntu | SomberNight | 2 | +22 | -25 |
2020-06-30 09:16 | Qt: override 'persist_daemon' option if users exits from menu | ThomasV | 1 | +1 | -0 |
2020-06-30 09:15 | improve help text regarding watchtower | ThomasV | 1 | +5 | -4 |
2020-06-29 00:19 | cosigner pool: use single thread to send messages | SomberNight | 1 | +15 | -5 |
2020-06-29 00:15 | cosigner pool: user certifi instead of system ssl cert store | SomberNight | 1 | +5 | -1 |
2020-06-28 15:45 | follow-up prev | SomberNight | 1 | +1 | -1 |
2020-06-28 15:26 | commands: allow setting custom 'nsequence' in 'serialize' cmd | SomberNight | 2 | +25 | -0 |
2020-06-28 01:50 | qt dark theme: on mac, AmountEdit units were using dark text on dark bg | SomberNight | 3 | +5 | -6 |
2020-06-28 01:46 | qt dark style: bandaid for dropdown item heights | SomberNight | 1 | +7 | -0 |
2020-06-27 14:32 | synchronizer: enforce that unconfirmed txs must have fee information | SomberNight | 1 | +3 | -0 |
2020-06-27 14:03 | WalletDB: raise different exc if cannot parse given file | SomberNight | 1 | +1 | -1 |
2020-06-27 07:59 | Merge pull request #6288 from SomberNight/202006_storage_upgrade_31 | ThomasV | 3 | +30 | -6 |
2020-06-26 13:34 | qt balance str: replace unicode char for LN symbol | SomberNight | 1 | +1 | -1 |
2020-06-26 09:42 | forward swaps: save the onchain amount we actually paid | ThomasV | 1 | +1 | -1 |
2020-06-26 09:38 | bump version number for next beta | ThomasV | 1 | +2 | -2 |
2020-06-26 09:14 | OnchainInvoice: make get_amount_sat return 0 instead of None. fixes #6203 | ThomasV | 2 | +5 | -6 |
2020-06-26 08:46 | swaps: fix group_label | ThomasV | 1 | +3 | -1 |
2020-06-26 08:07 | fix #6275 | ThomasV | 2 | +6 | -1 |
2020-06-26 07:47 | wallet.clear_requests. fixes #6279 | ThomasV | 3 | +7 | -5 |
2020-06-26 07:19 | swaps: check_invoice_amount (fixes #6217) | ThomasV | 1 | +11 | -4 |
2020-06-26 01:38 | kivy: fix #6280 (share btn in qr_dialog) | SomberNight | 1 | +11 | -2 |
2020-06-26 01:25 | kivy: fix #6262 | SomberNight | 1 | +1 | -1 |
2020-06-25 21:48 | qt sweep: raise more specific exception so that trace is not logged | SomberNight | 1 | +2 | -2 |
2020-06-25 20:03 | mac/qt: fix some refresh bugs in swap_dialog and new_channel_dialog | SomberNight | 3 | +12 | -1 |
2020-06-25 20:17 | qt new_channel_dialog: trivial fix in on_clear() | SomberNight | 1 | +1 | -0 |
2020-06-25 19:55 | kivy: use on_release instead of on_press in buttons | SomberNight | 2 | +2 | -2 |
2020-06-25 17:36 | frozen deps: update coldcard lib | SomberNight | 1 | +3 | -3 |
2020-06-25 17:12 | history: allow changing default label of swaps | SomberNight | 1 | +1 | -1 |
2020-06-25 17:00 | Add mempool.space option for mainnet block explorer (#6261) | richard | 1 | +4 | -0 |
2020-06-25 16:53 | lnworker.add_peer: fix #6274 | SomberNight | 1 | +1 | -1 |
2020-06-25 12:39 | fix amount_sat in kivy invoice/request dialogs. (follow-up d5f368c584afb1368f6904517db1ba59ac48989c) | ThomasV | 2 | +7 | -5 |
2020-06-24 19:33 | handle_error_code_from_failed_htlc: omg brainfart :( | SomberNight | 2 | +46 | -16 |
2020-06-24 18:23 | binaries: use sha256 instead of sha1 for Windows native signing scheme | SomberNight | 1 | +1 | -0 |
2020-06-24 18:00 | travis: build binaries if there is a tag (or is master) | SomberNight | 1 | +5 | -5 |
2020-06-24 15:46 | release notes: minor nit | SomberNight | 1 | +3 | -3 |
2020-06-24 15:43 | Merge pull request #6259 from SomberNight/20200624_remote_watchtower_must_use_ssl | ThomasV | 3 | +37 | -2 |
2020-06-24 09:50 | update release notes | ThomasV | 1 | +45 | -24 |
2020-06-23 20:49 | requirements: specify min 'attrs' version | SomberNight | 1 | +1 | -1 |
2020-06-23 18:51 | update RELEASE-NOTES for 4.0.0b0 | SomberNight | 2 | +66 | -6 |
2020-06-23 18:35 | update locale submodule | ThomasV | 0 | +0 | -0 |
2020-06-23 17:25 | update submodule | ThomasV | 0 | +0 | -0 |
2020-06-23 15:38 | mac build: add camera permission to entitlements.plist | SomberNight | 1 | +4 | -0 |
2020-06-23 14:07 | mac build: try to improve .app startup time on MacOS 10.15 | SomberNight | 1 | +5 | -3 |
2020-06-23 14:01 | osx.spec: trivial formatting | SomberNight | 1 | +23 | -20 |
2020-06-23 15:31 | update submodule commit | ThomasV | 0 | +0 | -0 |
2020-06-23 15:30 | Merge pull request #6256 from SomberNight/202006_invoices_need_msat_precision_2 | ThomasV | 19 | +267 | -135 |
2020-06-23 11:12 | lnpeer: only process INIT if we are a backup. fixes #6241 | ThomasV | 1 | +4 | -0 |
2020-06-23 10:02 | swaps dialog: handle make_unsigned_tx exceptions. fixes #6246 | ThomasV | 1 | +15 | -6 |
2020-06-22 14:48 | minor: use wallet.has_lightning() | ThomasV | 1 | +4 | -5 |
2020-06-22 10:15 | swaps: update server URL | ThomasV | 1 | +2 | -2 |
2020-06-16 17:30 | Group swap transactions in Qt history (fixes #6237) - use tree structure of QTreeView - grouped items have a 'group_id' field - rename 'Normal' swap as 'Forward' | ThomasV | 6 | +237 | -75 |
2020-06-22 08:39 | Merge pull request #6248 from hoganri/network-status | ThomasV | 1 | +1 | -1 |
2020-06-22 02:02 | handle_error_code_from_failed_htlc: fix logic bug | SomberNight | 1 | +2 | -2 |
2020-06-22 01:52 | Merge pull request #6251 from fanquake/libsecp256k1_no_jni | ghost43 | 1 | +2 | -1 |
2020-06-22 01:40 | lnutil.PaymentAttemptLog: fix error formatting | SomberNight | 2 | +11 | -2 |
2020-06-22 00:46 | util: small clean-up for format_satoshis | SomberNight | 6 | +46 | -11 |
2020-06-21 20:21 | Merge pull request #6247 from relativisticelectron/readme_fix | ThomasV | 1 | +1 | -1 |
2020-06-21 09:31 | network: smarter switch_unwanted_fork_interface | SomberNight | 3 | +92 | -33 |
2020-06-21 06:36 | submarine_swaps: minor clean-up (preimage/locktime) | SomberNight | 1 | +16 | -9 |
2020-06-21 06:23 | wallet: simplify get_payment_status | SomberNight | 1 | +1 | -6 |
2020-06-21 06:20 | network: clarify local_height/server_height | SomberNight | 2 | +18 | -7 |
2020-06-21 03:17 | lnworker: rm dead code | SomberNight | 1 | +0 | -8 |
2020-06-21 03:16 | qt channel details: maybe fix #5728 | SomberNight | 3 | +13 | -5 |
2020-06-20 01:24 | servers: minor refresh to default lists | SomberNight | 2 | +73 | -3 |
2020-06-20 00:33 | update block header checkpoints | SomberNight | 2 | +244 | -0 |
2020-06-19 18:16 | kivy: improve channels list | ThomasV | 1 | +9 | -3 |
2020-06-19 17:38 | fix display of short_channel_id for channel backups | ThomasV | 3 | +13 | -6 |
2020-06-19 16:15 | channel open: allow REMOTE to set htlc_minimum_msat to 0 | SomberNight | 1 | +22 | -11 |
2020-06-19 15:41 | fix #6243 | ThomasV | 1 | +2 | -2 |
2020-06-19 14:31 | lnchannel: explain why if REMOTE f-closes we remain OPEN until mined | SomberNight | 1 | +3 | -1 |
2020-06-19 12:17 | swaps: add testnet url | ThomasV | 1 | +16 | -4 |
2020-06-19 10:01 | trigger_force_close: set my_current_per_commitment_point to a valid point | ThomasV | 1 | +1 | -1 |
2020-06-19 08:23 | swaps: create invoice without saving the request | ThomasV | 2 | +8 | -8 |
2020-06-19 04:53 | fix channel backups for "not initiator" channels | SomberNight | 1 | +1 | -1 |
2020-06-19 04:38 | channel backups: try fixing force-close-trigger | SomberNight | 2 | +21 | -12 |
2020-06-19 02:48 | qt: easier import/export of channel backups | SomberNight | 4 | +42 | -11 |
2020-06-19 02:15 | (trivial) qt: disable 'swap' button if lightning disabled | SomberNight | 1 | +1 | -0 |
2020-06-19 02:13 | follow-up prev | SomberNight | 1 | +2 | -2 |
2020-06-19 02:11 | filter callbacks to wallet: channel, payment_succeeded, payment_failed | SomberNight | 6 | +49 | -31 |
2020-06-18 23:52 | android: enable full logging if DEBUG build | SomberNight | 2 | +9 | -4 |
2020-06-18 20:25 | submarine_swaps: increase min locktime delta for reverse swap to 60 | SomberNight | 1 | +2 | -2 |
2020-06-18 19:52 | qt swap_dialog: "max" now takes into account the server-provided value | SomberNight | 2 | +11 | -11 |
2020-06-18 19:39 | submarine swaps: fee_invoice is now a hold invoice | ThomasV | 1 | +1 | -3 |
2020-06-18 19:37 | qt swap_dialog: implement "max" button for reverse swap | SomberNight | 1 | +11 | -5 |
2020-06-18 19:03 | qt swap_dialog: "max" button now respects max htlc value | SomberNight | 2 | +28 | -12 |
2020-06-18 18:43 | qt main_window: fix threading for run_coroutine_from_thread | SomberNight | 2 | +4 | -4 |
2020-06-18 17:58 | qt swap_dialog: clean-up imports | SomberNight | 1 | +10 | -17 |
2020-06-18 17:45 | submarine_swaps: replace asserts with Exceptions | SomberNight | 1 | +41 | -19 |
2020-06-18 16:18 | submarine_swaps: small clean-up | SomberNight | 3 | +46 | -25 |
2020-06-18 15:43 | Merge pull request #6238 from SomberNight/202006_randomise_address_subscriptions | ghost43 | 4 | +18 | -9 |
2020-06-18 15:11 | submarine_swaps: wallet.get_unused_address -> get_receiving_address | SomberNight | 2 | +12 | -3 |
2020-06-18 13:17 | Merge pull request #6236 from spesmilo/channel_backup_version | ThomasV | 7 | +61 | -17 |
2020-06-18 12:15 | submarine swaps: disable merging of transaction in history | ThomasV | 2 | +11 | -42 |
2020-06-16 15:49 | add Max button to swap dialog, fix fee slider behaviour when max is selected | ThomasV | 1 | +17 | -2 |
2020-06-15 09:48 | swaps: mapping of prepay_hash to payment_hash | ThomasV | 3 | +15 | -14 |
2020-06-12 08:07 | swaps: store fee_preimage | ThomasV | 3 | +15 | -3 |
2020-06-09 11:41 | Submarine swaps: - improve gui - allow coin selection - allow spending 'max' | ThomasV | 2 | +65 | -21 |
2020-06-06 17:37 | support new protocol (minerFeeInvoice) | ThomasV | 2 | +18 | -2 |
2020-05-28 18:24 | minor fix | ThomasV | 1 | +1 | -1 |
2020-05-28 13:03 | swaps: add safeguards to gui | ThomasV | 1 | +27 | -7 |
2020-05-28 11:11 | swaps: move fee logic to swap_manager, fix command line | ThomasV | 3 | +119 | -91 |
2020-05-28 08:59 | swaps: use StoredObject to store data | ThomasV | 3 | +86 | -65 |
2020-05-27 16:08 | swaps: perform 10 payment attempts | ThomasV | 1 | +1 | -1 |
2020-05-27 10:20 | swaps: show time left until tx can be refunded | ThomasV | 1 | +7 | -1 |
2020-05-27 10:12 | swaps: stop watching address once utxo is spent and mined | ThomasV | 2 | +33 | -14 |
2020-05-27 07:59 | swaps: improve history display | ThomasV | 3 | +45 | -35 |
2020-05-26 17:14 | swaps: disable rbf | ThomasV | 1 | +1 | -1 |
2020-05-26 16:44 | swaps: add fee_combo, hide min/max | ThomasV | 1 | +12 | -18 |
2020-05-26 08:02 | show swaps as single line in history main_window.run_coroutine_from_thread | ThomasV | 6 | +65 | -15 |
2020-05-25 20:18 | submarine swaps: fix expected amounts | ThomasV | 2 | +7 | -4 |
2020-05-25 18:19 | follow-up prev commit | ThomasV | 1 | +1 | -4 |
2020-05-25 18:06 | submarine swaps: verify amounts | ThomasV | 2 | +32 | -22 |
2020-05-25 14:35 | swaps: handle cancellation in password dialog | ThomasV | 1 | +5 | -2 |
2020-05-25 13:58 | submarine swaps: fix fee rounding and fee slider behavior | ThomasV | 1 | +14 | -5 |
2020-05-25 10:47 | submarine_swaps: add fee slider, improve gui | ThomasV | 2 | +71 | -20 |
2020-05-24 15:22 | submarine_swaps: simplification | ThomasV | 1 | +17 | -17 |
2020-05-24 13:54 | submarine swaps: new API url | ThomasV | 1 | +1 | -1 |
2020-05-24 11:42 | submarine_swaps: add SwapManager | ThomasV | 4 | +175 | -197 |
2020-05-23 11:32 | sub swaps: - fix invoice expiration - use p2wsh | ThomasV | 1 | +7 | -9 |
2020-05-23 10:28 | submarine swaps: add normal swaps to GUI, various minor fixes | ThomasV | 2 | +11 | -4 |
2020-05-23 09:47 | submarine swaps: fix refund tx (p2wsh-in-p2sh, locktime) | ThomasV | 1 | +12 | -14 |
2020-05-22 10:49 | qt: separate module for swap_dialog | ThomasV | 2 | +134 | -18 |
2020-05-22 08:39 | submarine swaps: create refund transaction | ThomasV | 2 | +73 | -36 |
2020-05-21 08:36 | submarine swaps: add forward swaps | ThomasV | 2 | +91 | -3 |
2020-05-20 11:26 | submarine swaps: - use lnwatcher callback - add gui button | ThomasV | 2 | +38 | -32 |
2020-05-19 11:23 | submarine swaps, initial implementation: - server uses Boltz API (https://docs.boltz.exchange/en/latest/) - reverse swaps only - command-line only | ThomasV | 2 | +164 | -0 |
2020-06-18 09:33 | lnsweep: claim our_ctx_to_local if we breach | ThomasV | 1 | +7 | -3 |
2020-06-17 16:11 | fix travis: regtest tests were failing with bitcoind 0.20 | SomberNight | 1 | +1 | -0 |
2020-06-17 15:32 | crypto: chacha20-methods: make associated_data param optional | SomberNight | 2 | +42 | -8 |
2020-06-17 10:05 | on_payment_succeeded: use notify instead of show_message | ThomasV | 1 | +1 | -1 |
2020-06-17 08:37 | on_payment_succeeded: show description | ThomasV | 2 | +5 | -3 |
2020-06-16 22:33 | appimage: update package in dockerfile | SomberNight | 1 | +1 | -1 |
2020-06-16 22:22 | fix typo in prev | SomberNight | 1 | +1 | -1 |
2020-06-15 18:01 | git sanity: enforce "git checkout commithash" actually pulls commit | SomberNight | 4 | +8 | -8 |
2020-06-16 16:48 | add help text to channel backup QR code | ThomasV | 6 | +32 | -18 |
2020-06-15 14:56 | bump libsecp256k1 version | SomberNight | 1 | +5 | -1 |
2020-06-15 13:42 | lnchannel: update_fee: improve "can afford" check | SomberNight | 2 | +32 | -15 |
2020-06-10 19:14 | lnchannel.available_to_spend: LOCAL now respects "fee spike buffer" | SomberNight | 2 | +14 | -5 |
2020-06-10 18:54 | lnchannel.available_to_spend: minor refactor | SomberNight | 1 | +21 | -15 |
2020-06-10 18:23 | lnchannel.available_to_spend: consider both receiver's and sender's ctx | SomberNight | 1 | +38 | -47 |
2020-06-10 18:13 | ChannelConfig: add some clarifications | SomberNight | 1 | +8 | -6 |
2020-06-14 01:41 | crash reporter: propagate HTTP error as exception | SomberNight | 2 | +2 | -2 |
2020-06-14 01:39 | invoices: fix #6233 | SomberNight | 2 | +2 | -2 |
2020-06-13 17:12 | try fixing email plugin | SomberNight | 1 | +11 | -8 |
2020-06-13 16:54 | invoices: minor clean-up (type hints, mark broken things) | SomberNight | 5 | +29 | -29 |
2020-06-13 16:53 | fix tests: follow-up prev | SomberNight | 1 | +1 | -1 |
2020-06-13 16:44 | sweeping via CLI: allow customising RBF | SomberNight | 1 | +3 | -1 |
2020-06-13 01:59 | README: update path to android build instructions | SomberNight | 1 | +1 | -1 |
2020-06-13 01:53 | Merge pull request #6228 from SomberNight/202006_reproducible_targz | ghost43 | 13 | +188 | -62 |
2020-06-12 19:22 | Merge pull request #6227 from spesmilo/mv_android | ThomasV | 12 | +445 | -446 |
2020-06-11 22:03 | Merge pull request #6223 from wakiyamap/patch-1 | ThomasV | 1 | +4 | -4 |
2020-06-11 01:43 | build: fix win/appimage binaries following jsonrpc dep-removal | SomberNight | 2 | +2 | -8 |
2020-06-11 02:52 | setup.py: fix 'full' extra | SomberNight | 1 | +3 | -1 |
2020-06-11 00:52 | appimage: update package in dockerfile | SomberNight | 1 | +1 | -1 |
2020-06-11 00:03 | rerun freeze_packages | SomberNight | 2 | +46 | -52 |
2020-06-09 18:23 | ChannelConfig.validate_params: fix sat/msat unit mismatch | SomberNight | 1 | +1 | -1 |
2020-06-09 17:37 | Merge pull request #6220 from spesmilo/jsonrpc_nodeps | ThomasV | 6 | +72 | -41 |
2020-06-09 16:36 | ln: make 'to_self_delay' CSV configurable | SomberNight | 3 | +4 | -5 |
2020-06-08 19:17 | lnpeer: review safety check re channel open flow, and tweak params | SomberNight | 3 | +105 | -68 |
2020-06-08 14:24 | tx dialog: show various warnings if input amounts cannot be verified (#6217) | ghost43 | 4 | +46 | -32 |
2020-06-08 14:10 | config: allow changing "skipmerklecheck" at runtime | SomberNight | 1 | +1 | -1 |
2020-06-07 01:10 | qt qrcode: fix DeprecationWarning (float->int conversion) | SomberNight | 1 | +2 | -1 |
2020-06-06 09:55 | fix #6210: show_onchain/lightning_invoice dialogs | ThomasV | 3 | +73 | -51 |
2020-06-06 11:34 | kivy on_resume: check self.has_pin_code() | ThomasV | 1 | +10 | -5 |
2020-06-06 11:19 | (minor) fix missing parameter to PincodeDialog | ThomasV | 1 | +1 | -0 |
2020-06-06 10:28 | do not create backups for channels that do not have static_remotekey | ThomasV | 2 | +5 | -0 |
2020-06-06 10:08 | follow-up 88bb5309c4d74adb7ba1ac24e5bcb05ef34b2bf9 | ThomasV | 1 | +4 | -2 |
2020-06-05 18:30 | wallet: when sweeping, do network reqs in parallel, and don't block GUI | SomberNight | 3 | +68 | -42 |
2020-06-05 13:17 | channels_list: minor fix (lnworker might be None) | ThomasV | 1 | +1 | -1 |
2020-06-05 13:04 | wallet fixes for lightning disabled (follow up 6058829870fde0ef17b2e08a567110ecc381ab94) | ThomasV | 1 | +3 | -3 |
2020-06-04 23:28 | import/exports to json files: - fix #5737 - add import/export or requests | ThomasV | 7 | +70 | -47 |
2020-06-05 10:31 | fix #6200: if we cannot parse an onion, send a failure code that has the BADONION bit | ThomasV | 1 | +6 | -3 |
2020-06-05 09:42 | split lnpeer.fail_htlc into two methods with less parameters | ThomasV | 1 | +33 | -25 |
2020-06-04 18:41 | requirements: bump min protobuf (follow-up prev) | SomberNight | 1 | +1 | -1 |
2020-06-04 18:27 | regenerate paymentrequest_pb2.py with new protoc | SomberNight | 1 | +82 | -70 |
2020-06-04 17:43 | Merge pull request #6199 from benma/bb02 | ghost43 | 2 | +41 | -12 |
2020-06-04 05:51 | Fix issue #6201: - Pass a proper callback to WalletDialog (we used to call load_wallet_by_name recursively) - Do not cache PasswordDialog instances | ThomasV | 4 | +125 | -87 |
2020-06-04 16:49 | HW_PluginBase: small clean-up for 'maximum_library' | SomberNight | 1 | +4 | -3 |
2020-06-03 19:24 | fix tests: follow-up psbt changes | SomberNight | 1 | +29 | -29 |
2020-06-03 19:00 | invoices: follow-up fixes re clean-up | SomberNight | 5 | +71 | -42 |
2020-06-03 18:03 | psbt: always include full prev tx (#6198) | matejcik | 3 | +8 | -22 |
2020-06-03 17:00 | fix tests: follow-up 154b9cab50e7de41fe878359e92f44fd3b07c484 | SomberNight | 2 | +43 | -21 |
2020-06-03 16:48 | follow-up prev | ThomasV | 1 | +1 | -1 |
2020-06-03 16:20 | fix #6203: do not let request amount be None | ThomasV | 1 | +1 | -0 |
2020-06-03 16:18 | coinchooser: change "enable_output_value_rounding" default to True | SomberNight | 2 | +7 | -2 |
2020-06-03 16:14 | coinchooser: small clean-up re enable_output_value_rounding | SomberNight | 1 | +5 | -5 |
2020-06-03 15:52 | dependencies: update max qdarkstyle | SomberNight | 2 | +10 | -4 |
2020-06-03 15:50 | rerun freeze_packages | SomberNight | 5 | +188 | -196 |
2020-06-03 15:45 | contrib/freeze_packages: should not use too new python interpreter | SomberNight | 1 | +15 | -5 |
2020-06-02 14:32 | follow-up 6058829870fde0ef17b2e08a567110ecc381ab94 | ThomasV | 2 | +6 | -6 |
2020-06-02 14:31 | follow-up 1c436bbc220c54aa1095ee8c078185da628b4a3a | ThomasV | 1 | +1 | -1 |
2020-06-01 20:18 | do not display 'Expires in 100 years' for LN invoices | ThomasV | 2 | +9 | -7 |
2020-06-01 19:57 | fix #6194 | ThomasV | 1 | +8 | -10 |
2020-05-31 10:49 | Use attr.s classes for invoices and requests: - storage upgrade - fixes #6192 - add can_pay_invoice, can_receive_invoice to lnworker | ThomasV | 20 | +489 | -370 |
2020-05-30 18:38 | kivy: update devs list | ThomasV | 1 | +1 | -1 |
2020-05-30 11:53 | add confirmation dialog for lightning payments. fixes #6100 | ThomasV | 1 | +5 | -2 |
2020-05-29 19:31 | kivy: (fix) popups had white background with recent kivy | SomberNight | 1 | +1 | -0 |
2020-05-29 18:56 | android build: use python3.7 for now | SomberNight | 1 | +3 | -1 |
2020-05-29 17:12 | kivy: (trivial) fix typo in error msg | SomberNight | 1 | +2 | -2 |
2020-05-29 17:06 | trustedcoin: (trivial) add a stub method in plugin base class | SomberNight | 1 | +3 | -0 |
2020-05-29 17:23 | Qt: do not show node_id in channels_list | ThomasV | 3 | +25 | -17 |
2020-05-29 16:58 | trustedcoin: use psbt format on wire. rm psbt to legacy tx conversion. | SomberNight | 3 | +3 | -171 |
2020-05-29 09:30 | Add extra state to distinguish shutdown negotiation from post- negotiation, where channel should not be reestablished. See #6182 | ThomasV | 3 | +49 | -30 |
2020-05-29 07:57 | Qt: copy request to clipboard when it is created | ThomasV | 1 | +6 | -0 |
2020-05-29 06:59 | kivy: remove test_seed and test_xpub. fixes #6146 and #5925 | ThomasV | 1 | +2 | -6 |
2020-05-29 00:30 | appimage: update openssl (#6186) | Jin Eguchi | 1 | +3 | -3 |
2020-05-27 16:37 | Merge pull request #6134 from SomberNight/202004_ln_fundingtx_forbid_bump_cjoin | ThomasV | 2 | +15 | -4 |
2020-05-27 16:13 | fix #6176 | ThomasV | 1 | +7 | -1 |
2020-05-26 16:34 | Qt: show fee combo next to fee slider, and remove it from settings | ThomasV | 5 | +59 | -43 |
2020-05-26 14:06 | follow-up previous commit: cleanup imports | ThomasV | 3 | +4 | -7 |
2020-05-26 13:55 | follow-up previous commit | ThomasV | 1 | +1 | -1 |
2020-05-26 13:37 | move units and amount formatting to simple_config | ThomasV | 4 | +46 | -31 |
2020-05-25 22:54 | qt plugins dialog: fix caching "settings" button | SomberNight | 2 | +23 | -15 |
2020-05-25 15:42 | wallet: better handle used change addresses reverting to unused | SomberNight | 1 | +17 | -10 |
2020-05-25 15:34 | wallet: fix minor locking thing in set_reserved_state_of_address | SomberNight | 1 | +1 | -1 |
2020-05-25 15:31 | plugins: fix labels plugin FIXME re "just enabled plugin" | SomberNight | 5 | +33 | -8 |
2020-05-22 15:18 | wallet: increase gap limit for change (6 -> 10) | SomberNight | 1 | +1 | -1 |
2020-05-22 15:11 | follow-up prev: don't reuse funding tx change address for static_remotekey | SomberNight | 2 | +28 | -3 |
2020-05-22 13:34 | wallet: implement reserving addresses, and use it for LN SRK to_remote | SomberNight | 4 | +50 | -5 |
2020-05-22 12:19 | wallet: (trivial) rename check_address | SomberNight | 3 | +15 | -15 |
2020-05-22 14:25 | wallet: (fix) get_receiving_address must always return an addr | SomberNight | 2 | +8 | -3 |
2020-05-22 14:17 | wallet: (trivial) define import/delete_address in Abstract_Wallet | SomberNight | 1 | +11 | -1 |
2020-05-21 19:03 | qt locktimeedit: fix max timestamp platform-dependent crash | SomberNight | 1 | +13 | -0 |
2020-05-21 17:27 | qt first-time network setup: fix edge case | SomberNight | 1 | +3 | -1 |
2020-05-21 17:16 | fix #6168: "'MySortModel' object has no attribute 'item'" | SomberNight | 1 | +1 | -1 |
2020-05-21 08:51 | Move create_transaction logic from commands to wallet | ThomasV | 2 | +62 | -59 |
2020-05-20 11:49 | lnwatcher: use generic callbacks | ThomasV | 1 | +13 | -7 |
2020-05-15 17:21 | qt/kivy: show warning when sending tx with high fee/amount ratio | SomberNight | 3 | +24 | -10 |
2020-05-15 17:12 | kivy: fix some bugs when paying 'max' | SomberNight | 3 | +8 | -4 |
2020-05-15 17:11 | kivy: confirm all actions even if there is no PIN set | SomberNight | 5 | +25 | -12 |
2020-05-15 15:09 | qt ConfirmTxDialog: (fix) allow sending tx with high feerate | SomberNight | 1 | +14 | -15 |
2020-05-15 13:20 | qt addresses list: custom sort order for "Type" and "fiat balance" cols | SomberNight | 1 | +20 | -9 |
2020-05-15 13:17 | qt MyTreeView: impl custom sort order framework, and use for invoices | SomberNight | 4 | +84 | -38 |
2020-05-14 18:58 | fix mac build: follow-up aac770404f9a1f91299ca76c9865465aac05116b | SomberNight | 2 | +6 | -0 |
2020-05-14 18:16 | qt receive tab: fix refresh bug on macOS | SomberNight | 1 | +2 | -0 |
2020-05-14 16:35 | binaries: update base docker image for wine/appimage | SomberNight | 2 | +2 | -2 |
2020-05-14 16:25 | mac build: pin hashes of more build dependencies | SomberNight | 4 | +30 | -14 |
2020-05-14 15:50 | mac build: bump libusb version | SomberNight | 1 | +3 | -3 |
2020-05-14 15:44 | binaries: bump python version (3.7.6->3.7.7) | SomberNight | 3 | +4 | -4 |
2020-05-14 15:33 | binaries: update bundled PyQt version: 5.11.3 -> 5.14.2 | SomberNight | 2 | +25 | -20 |
2020-05-14 16:49 | (trivial) log Qt version at startup | SomberNight | 1 | +1 | -0 |
2020-05-14 17:14 | tests: lnpeer: make debug htlc failure hooks more uniform | SomberNight | 3 | +3 | -5 |
2020-05-14 17:05 | (trivial) lnpeer: rm @log_exceptions from htlc_switch | SomberNight | 1 | +0 | -1 |
2020-05-12 10:37 | mac build: conform to macOS 10.15 Gatekeeper requirements | SomberNight | 5 | +175 | -71 |
2020-05-14 14:33 | commands: make 'wallet'-mangling in decorator less obscure, and fixes | SomberNight | 2 | +28 | -14 |
2020-05-13 17:28 | network: validate server peers sent by main server | SomberNight | 1 | +5 | -1 |
2020-05-13 17:05 | kivy: fix "choose from peers" in network server-select popup | SomberNight | 1 | +11 | -9 |
2020-05-13 16:11 | coldcard: log exception traceback in create_client | SomberNight | 1 | +2 | -2 |
2020-05-13 13:13 | show watchtower db size in GUI | ThomasV | 2 | +8 | -1 |
2020-05-13 08:55 | appimage: update libudev-dev in Dockerfile | ThomasV | 1 | +1 | -1 |
2020-05-12 08:02 | daemon.py: Add authentication to Watchtower. Define abstract class AuthenticatedServer | ThomasV | 2 | +134 | -119 |
2020-05-12 07:22 | follow-up prev commit (fix regtest) | ThomasV | 1 | +10 | -10 |
2020-05-11 15:52 | add_lightning_request command: return request object | ThomasV | 1 | +1 | -1 |
2020-05-11 14:01 | ln invoices: more relaxed filtering of chans to include route hints for | SomberNight | 1 | +6 | -4 |
2020-05-11 08:31 | lnworker: catch exceptions raised in decode_msg | ThomasV | 1 | +8 | -6 |
2020-05-11 06:12 | fix #6157 | ThomasV | 1 | +1 | -1 |
2020-05-10 20:11 | follow-up prev | ThomasV | 3 | +3 | -3 |
2020-05-10 19:45 | follow-up previous commit | ThomasV | 1 | +1 | -1 |
2020-05-10 19:14 | fix callback name: request_status | ThomasV | 2 | +2 | -2 |
2020-05-10 15:07 | payserver: do not allow create_invoice by default | ThomasV | 1 | +6 | -4 |
2020-05-10 12:52 | Simplify services (watchtower, payserver): - Do not expose services settings in GUI - Use a single netaddress configuration variable. | ThomasV | 6 | +41 | -137 |
2020-05-10 10:36 | lnrouter: blacklist channels for a limited time (see #6124) | ThomasV | 1 | +12 | -4 |
2020-05-10 10:16 | discard channel updates too far in the future, or too close apart (see #6124) | ThomasV | 1 | +3 | -1 |
2020-05-10 10:01 | Merge pull request #6152 from JeremyRand/rpc-error-exit-code | ThomasV | 1 | +1 | -0 |
2020-05-09 08:33 | new command: get_ssl_domain | ThomasV | 3 | +20 | -10 |
2020-05-06 20:34 | One can now click the back button in the show_xpub_and_add_cosigners wizard step | relativistic electron | 1 | +5 | -5 |
2020-05-06 10:32 | fix #6125: detect self-payments | ThomasV | 3 | +17 | -22 |
2020-05-06 09:42 | travis: use other "coveralls" package | SomberNight | 1 | +1 | -1 |
2020-05-06 09:27 | follow-up prev: trivial rename | SomberNight | 1 | +6 | -6 |
2020-05-06 09:00 | test_lnpeer: add some multi-hop payment unit tests | SomberNight | 3 | +186 | -3 |
2020-05-06 08:56 | lnworker._pay: allow specifying path as argument | SomberNight | 4 | +50 | -13 |
2020-05-06 08:51 | lnrouter: add PathEdge/LNPaymentPath for (node_id, scid) | SomberNight | 2 | +27 | -37 |
2020-05-06 08:44 | test_lnpeer: some clean-up, make it easier to add "num_node>2" tests | SomberNight | 3 | +72 | -48 |
2020-05-06 02:02 | lnworker.pay: small clean-up | SomberNight | 2 | +8 | -7 |
2020-05-06 02:01 | (trivial) follow-up c1b1638615c37268d2ca33c44abeec398b2d45e3 | SomberNight | 1 | +2 | -2 |
2020-05-06 01:15 | small clean-up re "extract preimage from on-chain htlc_tx" | SomberNight | 3 | +49 | -40 |
2020-05-05 19:18 | follow-up prev commit: fix test_lnpeer | ThomasV | 1 | +2 | -2 |
2020-05-05 16:32 | lnpay: return payment log, increase timeout | ThomasV | 2 | +7 | -5 |
2020-05-05 13:40 | follow-up 8ba7e6806428a90ffe01293e2b0b8bd340d07c6b | ThomasV | 2 | +37 | -10 |
2020-05-05 07:58 | follow-up prev commit... | ThomasV | 1 | +1 | -1 |
2020-05-05 07:57 | follow-up prev commit | ThomasV | 1 | +1 | -1 |
2020-05-05 07:55 | follow-up prev commit | ThomasV | 1 | +1 | -1 |
2020-05-03 10:13 | fix htlc forwarding: - persist fail_htlc error messages - do not rely on payment_hash in htlc_switch | ThomasV | 6 | +75 | -52 |
2020-05-05 07:04 | add test with fail_malformed_htlc to forwarding regtest | ThomasV | 2 | +7 | -17 |
2020-05-04 18:31 | add config variable to test update_fail_malformed_htlc | ThomasV | 2 | +2 | -0 |
2020-05-02 09:39 | fix #6122: extract preimage from on-chain htlc_tx | ThomasV | 5 | +59 | -1 |
2020-05-03 03:52 | Merge pull request #6139 from JeremyRand/crypto-backend-typo | ThomasV | 1 | +3 | -3 |
2020-05-03 02:06 | android build: update p4a and buildozer | SomberNight | 1 | +4 | -4 |
2020-05-02 20:27 | remove UnknownPaymentHash (exception used as value) | ThomasV | 4 | +17 | -36 |
2020-05-02 15:26 | lnpay: save invoice | ThomasV | 1 | +1 | -0 |
2020-05-02 15:25 | jsonrpc: pass timeout to aiohttp session | ThomasV | 1 | +1 | -1 |
2020-05-02 09:42 | (minor) rename chan.sweep_htlc | ThomasV | 2 | +2 | -2 |
2020-05-01 14:54 | create_sweeptxs_for_our_ctx: fix static_remotekey | ThomasV | 1 | +3 | -1 |
2020-05-01 05:51 | qt send tab: (fix) allow user to set lower fees if "not enough funds" | SomberNight | 2 | +12 | -3 |
2020-05-01 05:34 | qt ConfirmTxDialog: fix exc for "max" invoice when "not enough funds" | SomberNight | 1 | +14 | -2 |
2020-05-01 04:56 | daemon: rm "daemon.wallet" reference | SomberNight | 1 | +13 | -7 |
2020-05-01 04:39 | qt update checker: do not keep main window ref so it can gc-ed | SomberNight | 2 | +11 | -11 |
2020-05-01 04:33 | qt exception window: turn Exception_Hook into singleton | SomberNight | 3 | +36 | -16 |
2020-05-01 02:39 | multi-wallet: properly stop lnworker/lnwatcher | SomberNight | 5 | +38 | -9 |
2020-05-01 01:43 | lnpeer: (trivial) log name for chan.state and chan.peer_state | SomberNight | 1 | +3 | -3 |
2020-05-01 01:27 | network: set .oneserver in __init__ | SomberNight | 1 | +5 | -3 |
2020-04-30 19:13 | lnpeer: add get_channel_by_id, for small speed-up | SomberNight | 3 | +18 | -5 |
2020-04-30 19:08 | lnworker: fix threading issues for .channels attribute | SomberNight | 3 | +43 | -44 |
2020-04-30 17:37 | use correct feerate when sweeping htlcs | SomberNight | 3 | +11 | -5 |
2020-04-29 09:41 | fix #6111, and show channels tab even if lightning is disabled (follow-up 527e0b9b897e07ae671ca180ab8e5f89423b8aec) | ThomasV | 2 | +10 | -11 |
2020-04-26 03:51 | qt main window: only show "Channels" tab if wallet has lightning | SomberNight | 1 | +2 | -1 |
2020-04-26 03:49 | qt wallet>info: add text if lightning is not available for wallet | SomberNight | 1 | +4 | -1 |
2020-04-26 03:29 | fix #6115: qt wallet>information was broken for imported wallets | SomberNight | 1 | +2 | -2 |
2020-04-25 08:33 | Merge pull request #6114 from SomberNight/202004_qt_network_dialog | ThomasV | 1 | +79 | -121 |
2020-04-25 04:53 | network: handle unparseable server-str | SomberNight | 2 | +2 | -0 |
2020-04-25 04:38 | interface: make localhost exempt from ip-range bucketing | SomberNight | 1 | +4 | -2 |
2020-04-24 15:18 | interface: (trivial) make some methods private | SomberNight | 1 | +11 | -11 |
2020-04-24 15:17 | config: "serverfingerprint" key requires "server" key | SomberNight | 2 | +21 | -4 |
2020-04-24 14:11 | Add --serverfingerprint option (#6094) | Luke Childs | 3 | +42 | -2 |
2020-04-24 13:34 | commands: "notify" cmd: stop watching addr if called with empty URL | SomberNight | 2 | +19 | -5 |
2020-04-24 13:32 | fixups for CallbackManager refactor | SomberNight | 2 | +3 | -2 |
2020-04-24 10:16 | lnworker: blacklist channel if policy is unchanged but has a new timestamp. | ThomasV | 2 | +39 | -13 |
2020-04-24 09:45 | channel_db: add verbose option to add_channel_update | ThomasV | 2 | +55 | -50 |
2020-04-21 23:01 | set more restrictive file permissions for exported private keys (#6106) | Evgeny Zinoviev | 1 | +1 | -0 |
2020-04-21 22:48 | build: update git in dockerfiles (#6107) | Jin Eguchi | 2 | +2 | -2 |
2020-04-21 13:31 | follow-up c454564ed6e094aa36be9fbe7aa9e9113a28710c | ThomasV | 1 | +1 | -1 |
2020-04-20 16:54 | fix #6101 | ThomasV | 1 | +1 | -1 |
2020-04-20 16:48 | fix #6103: local config contains remote reserve | ThomasV | 1 | +2 | -2 |
2020-04-17 09:53 | refactoring: remove inspect_edge | ThomasV | 1 | +23 | -25 |
2020-04-17 09:03 | separate method that runs Dijkstra and return distances | ThomasV | 1 | +28 | -18 |
2020-04-18 16:51 | follow-up prev | SomberNight | 2 | +18 | -9 |
2020-04-18 03:56 | fix #6096: bugfix for creating zero amount LN invoice | SomberNight | 1 | +7 | -3 |
2020-04-18 03:48 | qt crash reporter: html.escape traceback to avoid formatting issues | SomberNight | 2 | +12 | -3 |
2020-04-17 17:37 | hww: stop keystore.thread when closing wallet | SomberNight | 1 | +2 | -0 |
2020-04-17 17:05 | hww hidapi usage: try to mitigate some thread-safety issues | SomberNight | 6 | +66 | -25 |
2020-04-17 17:25 | hww: fix HardwareClientBase not having reference to plugin | SomberNight | 8 | +17 | -10 |
2020-04-16 19:39 | Use non-standard localhost port for server-string fallback (#6087) | Luke Childs | 1 | +2 | -2 |
2020-04-16 19:12 | network/gui: unify host/port input fields to single server str | SomberNight | 5 | +42 | -68 |
2020-04-16 18:30 | network.NetworkParameters: merge host+port+protocol into "server" field | SomberNight | 7 | +43 | -37 |
2020-04-16 17:56 | network: allow mixed protocols among interfaces | SomberNight | 4 | +34 | -41 |
2020-04-16 15:49 | Add electrum_data to .gitignore (#6092) | Luke Childs | 1 | +1 | -0 |
2020-04-16 15:31 | interface.get_certificate: use public asyncio APIs | SomberNight | 1 | +6 | -7 |
2020-04-16 10:39 | extend 'add_peer', 'list_peers' commands to gossip | ThomasV | 3 | +37 | -34 |
2020-04-16 08:58 | sql_db: do not require network object | ThomasV | 2 | +4 | -4 |
2020-04-15 20:47 | lnworker: clear peer retry times if proxy settings change | SomberNight | 1 | +1 | -0 |
2020-04-15 20:41 | lnworker.peers: follow-up b5811e8072dafda7e2e740f8e5ca604680271291 | SomberNight | 1 | +6 | -4 |
2020-04-15 19:41 | lntransport: use network proxy if available | SomberNight | 6 | +57 | -26 |
2020-04-15 19:32 | lnworker.peers: fix threading issues | SomberNight | 2 | +27 | -17 |
2020-04-15 17:34 | daemon.on_stop: adapt to python 3.8 | SomberNight | 1 | +3 | -1 |
2020-04-15 16:06 | build: update some packages in dockerfiles | SomberNight | 2 | +2 | -2 |
2020-04-15 15:39 | fix tests: follow-up prev few commits | SomberNight | 2 | +6 | -4 |
2020-04-15 15:23 | NetworkRetryManager: add random noise to time | SomberNight | 1 | +5 | -1 |
2020-04-15 15:17 | util: add NetworkRetryManager, a baseclass for LNWorker and Network | SomberNight | 3 | +85 | -62 |
2020-04-15 14:40 | lnworker: implement exponential backoff for retries | SomberNight | 3 | +49 | -30 |
2020-04-15 14:01 | network: (trivial) rename field to indicate private | SomberNight | 1 | +9 | -9 |
2020-04-14 17:58 | network: introduce NUM_STICKY_SERVERS | SomberNight | 1 | +18 | -10 |
2020-04-14 16:44 | network: rm server_queue | SomberNight | 1 | +18 | -29 |
2020-04-14 16:28 | network: implement exponential backoff for retries | SomberNight | 1 | +65 | -41 |
2020-04-14 14:56 | network: replace "server" strings with ServerAddr objects | SomberNight | 6 | +172 | -103 |
2020-04-14 16:35 | fix tests (follow-up prev commit) | ThomasV | 1 | +0 | -4 |
2020-04-14 14:12 | Move callback manager out of Network class | ThomasV | 19 | +146 | -129 |
2020-04-14 16:28 | run lnworker.main_loop directly on the event loop | ThomasV | 1 | +1 | -2 |
2020-04-14 12:15 | Hard fail on bad server-string (#6086) | Luke Childs | 1 | +2 | -2 |
2020-04-14 07:48 | require aiohttp_socks>=0.3 | ThomasV | 1 | +1 | -1 |
2020-04-14 00:15 | README: mention script location (for "electrum", after pip install) | SomberNight | 1 | +6 | -1 |
2020-04-13 17:53 | macOS: duplicate Qt "Preferences" menu item | SomberNight | 1 | +12 | -4 |
2020-04-13 15:04 | ln: check if chain tip is stale when receiving HTLC | SomberNight | 5 | +58 | -20 |
2020-04-13 14:02 | (trivial) rename lnchannel.channel_states to ChannelState | SomberNight | 6 | +86 | -84 |
2020-04-13 13:57 | lnchannel: make AbstractChannel inherit ABC | SomberNight | 6 | +134 | -71 |
2020-04-13 09:34 | lnpeer: move ping_if_required away from message_loop | ThomasV | 1 | +2 | -1 |
2020-04-13 09:28 | Do not wait wallet sync to reestablish channel (revert e32807d29d). | ThomasV | 1 | +0 | -3 |
2020-04-13 03:00 | adapt to new aiohttp_socks: fix deprecation warnings | SomberNight | 1 | +3 | -3 |
2020-04-12 13:49 | Merge pull request #5993 from TheCharlatan/bitbox02New | ghost43 | 23 | +907 | -50 |
2020-04-12 10:57 | Rename 'On-chain' button, add tooltips (see #6053) | ThomasV | 1 | +3 | -1 |
2020-04-12 10:48 | add list_peer command. (fix #6057) | ThomasV | 1 | +9 | -0 |
2020-04-12 10:29 | add more logging shortcuts | ThomasV | 3 | +3 | -0 |
2020-04-11 14:33 | translations: add note that f-strings cannot be translated | SomberNight | 5 | +11 | -8 |
2020-04-11 13:50 | qt wizard: tweak GoBack behaviour to recalc inputs to previous dialog | SomberNight | 2 | +21 | -4 |
2020-04-11 13:26 | rm dead code: wallet.wait_until_synchronized | ThomasV | 1 | +0 | -27 |
2020-04-11 10:02 | fix #6056 | ThomasV | 5 | +32 | -22 |
2020-04-11 08:56 | fix #6075 | ThomasV | 1 | +2 | -1 |
2020-04-10 17:50 | export channel backup from kivy gui | ThomasV | 4 | +30 | -11 |
2020-04-10 12:59 | do not use short_channel_id as state, use channel state for that. display it as soon as the funding tx is mined. | ThomasV | 2 | +15 | -16 |
2020-03-13 10:44 | Replace wallet backup with channel backups - channels can be backed up individually - backups are added to lnwatcher - AbstractChannel ancestor class | ThomasV | 16 | +705 | -216 |
2020-04-09 20:11 | build: add workaround for "pyinstaller with new setuptools" issue | SomberNight | 2 | +2 | -0 |
2020-04-09 17:44 | wizard hww: use exception handling to choose hw device again | SomberNight | 1 | +22 | -18 |
2020-04-09 17:10 | wizard: (trivial) add show_error to base class, document API | SomberNight | 3 | +14 | -5 |
2020-04-09 17:08 | wizard.create_storage: state API and abide by it | SomberNight | 2 | +6 | -7 |
2020-04-09 17:04 | wizard: hww creation flow: don't just swallow exception | SomberNight | 1 | +4 | -2 |
2020-04-09 16:00 | wizard hww: scan devices fewer times and move away from GUI thread | SomberNight | 9 | +22 | -14 |
2020-04-09 15:55 | wizard: fix crash when decrypting wallet hw device | SomberNight | 1 | +4 | -1 |
2020-04-09 13:16 | lnworker: check chain_hash when decoding channel update. | ThomasV | 1 | +8 | -2 |
2020-04-09 08:59 | setup.py: specify lnwire as package_data | SomberNight | 1 | +1 | -0 |
2020-04-08 16:54 | wizard hww: move devmgr.scan_devices() away from GUI thread | SomberNight | 1 | +2 | -1 |
2020-04-08 16:46 | hww: fix threading issue in DeviceMgr: enumerate_func needs self.lock | SomberNight | 1 | +6 | -3 |
2020-04-08 16:28 | HardwareClientBase: provide default implementation for label | SomberNight | 3 | +3 | -8 |
2020-04-08 15:25 | hww: show model name in device enum lists (e.g. "Trezor T") | SomberNight | 5 | +37 | -10 |
2020-04-08 14:50 | hww: select_device: only update label/dev_id after pairing succeeds | SomberNight | 1 | +2 | -6 |
2020-04-08 14:39 | hww: smarter auto-selection of which device to pair with | SomberNight | 9 | +106 | -48 |
2020-04-08 12:43 | hww: distinguish devices based on "soft device id" (not just labels) | SomberNight | 8 | +50 | -6 |
2020-04-08 11:18 | tests_lnpeer: trivial fix | SomberNight | 1 | +1 | -1 |
2020-04-08 10:49 | crypto.pw_decode: fix one case of raising incorrect exception | SomberNight | 2 | +9 | -1 |
2020-04-08 10:38 | crypto: trivial clean-up of pw_encode/pw_decode functions | SomberNight | 1 | +12 | -2 |
2020-04-08 08:34 | Merge pull request #6076 from JeremyRand/initial-download-exception | ghost43 | 1 | +5 | -1 |
2020-04-08 07:46 | do not print the entire payment log again, this is redundant | ThomasV | 1 | +0 | -1 |
2020-04-07 16:56 | trezor pin dialog: only show PIN "strength" when creating/changing | SomberNight | 9 | +35 | -22 |
2020-04-07 16:04 | qt PasswordLineEdit: try to clear password from memory | SomberNight | 3 | +78 | -52 |
2020-04-07 14:48 | qt: introduce PasswordLineEdit(QLineEdit) | SomberNight | 8 | +30 | -30 |
2020-04-06 18:12 | rerun freeze_packages | SomberNight | 4 | +257 | -255 |
2020-04-06 17:53 | Merge pull request #6064 from matejcik/trezor-0.12-passphrase | ghost43 | 6 | +102 | -10 |
2020-04-06 17:06 | lnpeer: do not assume our privkey is the same as lnworker's privkey. | ThomasV | 2 | +7 | -6 |
2020-04-06 16:35 | move maybe_save_short_chan_id to lnchannel | ThomasV | 2 | +31 | -34 |
2020-04-06 14:56 | Merge pull request #6070 from spesmilo/channel_save_seed2 | ThomasV | 4 | +44 | -31 |
2020-04-03 20:27 | android build: use "cryptography" instead of "pycryptodomex" fork | SomberNight | 2 | +3 | -5 |
2020-04-03 19:31 | android build: update buildozer/p4a/NDK | SomberNight | 2 | +4 | -4 |
2020-04-03 23:40 | include lnwire csv files in binaries (follow-up #6050) | SomberNight | 4 | +4 | -2 |
2020-04-03 16:58 | qt wizard: make "GoBack" unroll the call stack to avoid stack overflow | SomberNight | 2 | +30 | -19 |
2020-04-03 16:54 | follow-up previous commit | ThomasV | 4 | +4 | -2 |
2020-04-03 14:25 | LNWatcher: Distinguish between blockchain-triggered channel state transitions, and actions taken as a result. - state transitions are performed in lnchannel.update_onchain_state() - peer actions are in LNWorker.on_channel_update() | ThomasV | 3 | +69 | -66 |
2020-04-03 10:59 | save_short_chan_id: remove unneeded ćalls to lnwatcher | ThomasV | 1 | +4 | -6 |
2020-04-03 10:29 | pw_decode, pw_encode: separate bytes functions | ThomasV | 1 | +14 | -9 |
2020-04-02 15:36 | follow-up prev commit | ThomasV | 1 | +1 | -1 |
2020-04-02 15:18 | move should_channel_be_closed_due_to_expiring_htlcs into Channel class | ThomasV | 2 | +33 | -34 |
2020-04-02 12:39 | follow-up 371f55a0f922cf57196ae3d8d7c2fabc7a9f0f08 | SomberNight | 1 | +1 | -1 |
2020-04-01 19:51 | Merge pull request #6050 from SomberNight/202003_lnmsg_rewrite | ghost43 | 18 | +2001 | -1320 |
2020-04-01 19:05 | hww: fix some threading issues in wizard | SomberNight | 8 | +40 | -5 |
2020-04-01 18:22 | hww: rm some code duplication: add "scan_and_create_client_for_device" | SomberNight | 7 | +21 | -54 |
2020-04-01 16:49 | wizard: (trivial) add some type hints | SomberNight | 2 | +3 | -4 |
2020-04-01 16:42 | qt hww show_settings_dialog: don't scan devices in GUI thread | SomberNight | 8 | +40 | -13 |
2020-04-01 16:35 | digitalbitbox: (trivial) user handler instead of handler.win | SomberNight | 1 | +12 | -16 |
2020-04-01 16:31 | DeviceMgr: clean-up locks a bit | SomberNight | 7 | +22 | -19 |
2020-04-01 14:36 | hww wizard: better handle UserFacingException in one case | SomberNight | 1 | +5 | -1 |
2020-04-01 12:24 | hww: catch exceptions when user clicks on hww qt status bar icon | SomberNight | 2 | +12 | -2 |
2020-04-01 11:31 | keystore: add workaround for StoredDict issue #6066 | SomberNight | 2 | +4 | -1 |
2020-03-31 16:57 | (trivial) follow-up 570f7b7790e6716cff49ba75992728cab3375e21 | SomberNight | 1 | +1 | -1 |
2020-03-31 13:56 | hw wallets: during wallet creation, make sure to save correct label | SomberNight | 2 | +6 | -5 |
2020-03-31 13:28 | qt wizard decrypt wallet with hww: just pass through cancellation | SomberNight | 1 | +2 | -0 |
2020-03-31 13:18 | hw wallets: show e.g. "An unnamed trezor" if no label in select_device | SomberNight | 1 | +5 | -3 |
2020-03-31 13:11 | hw wallets: handle cancellation for "query_choice" in wizard | SomberNight | 1 | +4 | -1 |
2020-03-31 12:40 | hw wallets: introduce HardwareHandlerBase | SomberNight | 15 | +87 | -40 |
2020-03-31 09:29 | Merge pull request #6062 from SomberNight/20200331_wizard_multisig_warning | ThomasV | 2 | +21 | -2 |
2020-03-31 05:08 | network: update tx broadcast error msgs whitelist | SomberNight | 1 | +1 | -1 |
2020-03-31 03:50 | commands: add new cmd "getprivatekeyforpath" to export a WIF for a path | SomberNight | 5 | +37 | -6 |
2020-03-31 01:23 | Merge pull request #6060 from JeremyRand/commands-getservers-clarify | ghost43 | 1 | +1 | -1 |
2020-03-30 01:49 | lnchannel: add more type hints | SomberNight | 5 | +160 | -103 |
2020-03-30 00:42 | trivial: use "chunks()" for htlc_sigs in lnchannel | SomberNight | 3 | +6 | -3 |
2020-03-30 00:28 | lnchannel: clean-up docstrings a bit | SomberNight | 3 | +42 | -56 |
2020-03-29 23:53 | lnchannel: better checks for "update_add_htlc" | SomberNight | 4 | +150 | -62 |
2020-03-29 23:42 | small clean-up re max CLTV delta for LN | SomberNight | 4 | +8 | -5 |
2020-03-29 06:13 | Merge pull request #6055 from JeremyRand/utxolist-stretch-refactor | ghost43 | 1 | +2 | -1 |
2020-03-29 05:51 | make_libsecp256k1.sh: add comment how to cross-compile to Windows | SomberNight | 1 | +10 | -0 |
2020-03-29 05:40 | Merge pull request #6054 from JeremyRand/readme-libtool | ghost43 | 1 | +1 | -0 |
2020-03-28 15:29 | follow-up prev: htlc direction madness | SomberNight | 1 | +7 | -11 |
2020-03-27 18:06 | lnchannel: fix included_htlcs | SomberNight | 2 | +3 | -3 |
2020-03-27 10:19 | do not show freeze/unfreeze channel options if channel is closed | ThomasV | 1 | +9 | -10 |
2020-03-27 01:28 | wallet_db.clear_history: now clears prevouts_by_scripthash too | SomberNight | 1 | +1 | -0 |
2020-03-26 06:09 | lnchannel: implement freezing channels (for receiving) | SomberNight | 4 | +56 | -31 |
2020-03-26 06:00 | lnworker: rename can_send to num_sats_can_send | SomberNight | 5 | +25 | -12 |
2020-03-26 05:42 | lnchannel: when adding HTLCs, run checks for both directions | SomberNight | 2 | +29 | -22 |
2020-03-26 05:32 | storage upgrade: move "htlc_minimum_msat" to base channel config | SomberNight | 4 | +15 | -4 |
2020-03-26 05:25 | lnchannel: test for max htlc value (needs to be below protocol maximum) | SomberNight | 4 | +51 | -16 |
2020-03-26 04:43 | lnchannel: partly fix available_to_spend | SomberNight | 5 | +56 | -28 |
2020-03-26 02:32 | lnchannel: implement "freezing" channels (for sending) | SomberNight | 2 | +61 | -10 |
2020-03-26 01:54 | qt channels list: sort by short chan id by default | SomberNight | 1 | +1 | -0 |
2020-03-26 01:54 | qt channels list: make selection more in line with other tabs | SomberNight | 1 | +13 | -3 |
2020-03-26 00:20 | qt channels: expose long channel id (in ctx menu and details dlg) | SomberNight | 4 | +13 | -5 |
2020-03-17 22:27 | Merge pull request #6039 from interrupt00/document-how-to-disable-proxy | ghost43 | 1 | +1 | -1 |
2020-03-17 20:19 | follow-up prev | SomberNight | 1 | +2 | -1 |
2020-03-17 18:23 | lnworker: fix type error re pending_payments, and impl malformed htlcs | SomberNight | 5 | +92 | -60 |
2020-03-17 19:27 | follow-up prev: try to handle json db int key madness :/ | SomberNight | 2 | +10 | -3 |
2020-03-17 17:02 | lnpeer: implement basic handling of "update_fail_malformed_htlc" | SomberNight | 5 | +124 | -64 |
2020-03-17 19:28 | lnutil.UpdateAddHtlc: use attrs instead of old-style namedtuple | SomberNight | 4 | +24 | -20 |
2020-03-17 10:04 | wallet_db: encapsulate type conversions with attr.s converter | ThomasV | 2 | +17 | -24 |
2020-03-16 13:47 | Quantitative easing of lightning fees | ThomasV | 1 | +2 | -2 |
2020-03-16 13:31 | fix #6037 | ThomasV | 1 | +1 | -1 |
2020-03-16 03:37 | lnonion: use random starting bytes in Sphinx packet as in updated BOLT4 | SomberNight | 2 | +8 | -4 |
2020-03-15 16:42 | wallet: dust limit calculation should round up (not down) | SomberNight | 1 | +6 | -2 |
2020-03-15 00:26 | wallet: put hard limit on minimum of relayfee: 1 sat/byte | SomberNight | 1 | +2 | -1 |
2020-03-14 03:44 | lnwatcher: unwatch deeply mined channels | SomberNight | 1 | +5 | -3 |
2020-03-14 00:48 | travis: change ppa for bitcoind | SomberNight | 1 | +1 | -1 |
2020-03-13 17:07 | follow-up prev: network.interface might be None | SomberNight | 1 | +3 | -1 |
2020-03-12 13:38 | fee estimates: use median if auto-connect | ThomasV | 2 | +42 | -15 |
2020-03-07 15:37 | Qt: improve channel details window | ThomasV | 5 | +74 | -41 |
2020-03-11 16:02 | follow-up prev: rm decorator, preprocess channel_id for all messages | ThomasV | 1 | +16 | -33 |
2020-03-11 13:17 | lnpeer: channel_update decorator | ThomasV | 1 | +20 | -16 |
2020-03-09 18:00 | Fix #6021: Do not transition channel state to CLOSED if tx is unconfirmed. | ThomasV | 3 | +11 | -4 |
2020-03-11 09:26 | follow-up 46d8080c76e79670e8abaaaa0eb2d4d4a74544c1: own channels are no longer in channel_db | ThomasV | 1 | +0 | -8 |
2020-03-10 18:01 | kivy: switch position/size of camera and clear buttons | ThomasV | 1 | +7 | -7 |
2020-03-10 17:20 | appimage: update package in dockerfile | SomberNight | 1 | +1 | -1 |
2020-03-10 16:56 | lnworker.pay: run path finding in sep. thread (don't block evt loop) | ThomasV | 2 | +3 | -7 |
2020-03-10 16:30 | kivy: add delete button for invoices/requests | ThomasV | 5 | +23 | -3 |
2020-03-10 15:44 | kivy: show payment log details | ThomasV | 3 | +31 | -25 |
2020-03-10 15:03 | kivy: requests/invoices dialogs improvements | ThomasV | 4 | +29 | -11 |
2020-03-10 14:11 | channel_db: raise specific exception if database is not loaded when we try to find a route | ThomasV | 3 | +6 | -1 |
2020-03-10 13:29 | (minor) fix typo | ThomasV | 1 | +1 | -1 |
2020-03-10 12:51 | follow-up prev commit | ThomasV | 2 | +11 | -7 |
2020-03-10 12:27 | improve payment status callbacks: - add 'computing route' status for lightning payments - use separate callbacks for invoice status and payment popups - show payment error and payment logs in kivy | ThomasV | 6 | +76 | -27 |
2020-03-09 21:01 | qt update checker: subclass QDialog instead of QWidget | SomberNight | 1 | +3 | -3 |
2020-03-09 19:39 | lnrouter: add comments about path-finding blocking the asyncio loop | SomberNight | 3 | +14 | -6 |
2020-03-09 18:10 | (minor) simplification | ThomasV | 1 | +1 | -1 |
2020-03-09 11:19 | kivy: update screen in on_activate, remove dead code | ThomasV | 1 | +1 | -11 |
2020-03-09 10:51 | kivy: align icons in password_dialog, use IconButton | ThomasV | 2 | +11 | -11 |
2020-03-09 10:12 | improve kivy password dialog: - separate classes for pin code and password - add file selector to initial screen | ThomasV | 4 | +140 | -61 |
2020-03-07 22:18 | follow-up previous commit | ThomasV | 1 | +5 | -1 |
2020-03-07 22:06 | follow-up previous commit | ThomasV | 1 | +0 | -3 |
2020-03-07 21:18 | kivy: remove dynamic screen loading. | ThomasV | 4 | +60 | -68 |
2020-03-07 19:57 | kivy receive screen: - change behavior of delete button - screen must call parent's methods | ThomasV | 2 | +5 | -6 |
2020-03-07 16:02 | invoices list: show 'batch pay' option only if all selected invoices can be paid | ThomasV | 1 | +5 | -5 |
2020-03-07 14:46 | kivy: fix display of request messages | ThomasV | 1 | +1 | -1 |
2020-03-06 19:45 | Add short channel id to tx labels | ThomasV | 2 | +6 | -7 |
2020-03-07 09:44 | Qt history: Do not use monospace font for description column | ThomasV | 1 | +1 | -1 |
2020-03-07 09:39 | Fix bug with save_funding_height, save_closing_height (it would enter a state where only closing_height was saved) | ThomasV | 2 | +11 | -0 |
2020-03-07 04:05 | lnchannel/lnhtlc: speed up balance calculation for recent ctns | SomberNight | 3 | +48 | -23 |
2020-03-06 20:54 | lnhtlc: speed-up methods for recent ctns | SomberNight | 4 | +130 | -31 |
2020-03-06 17:14 | move feerate warning to lnpeer | ThomasV | 2 | +13 | -10 |
2020-03-06 14:21 | update force-close warning message | ThomasV | 1 | +1 | -1 |
2020-03-06 14:13 | lnworker.reestablish_peer_for_given_channel: give each addr a chance | SomberNight | 1 | +9 | -1 |
2020-03-06 12:35 | Qt: add info about force closing | ThomasV | 1 | +7 | -1 |
2020-03-06 11:40 | fix test_lnpeer | ThomasV | 1 | +4 | -1 |
2020-03-06 11:29 | follow-up previous commit: fix test_lnpeer | ThomasV | 1 | +1 | -0 |
2020-03-06 11:26 | follow-up previous commit: broadcast_transaction does not return txid | ThomasV | 1 | +2 | -2 |
2020-03-06 11:17 | Propagate exceptions raise by force_close to the GUI. Define 'try_force_closing' for cases where we do not want exceptions to be raised. | ThomasV | 3 | +14 | -5 |
2020-03-06 10:40 | allow transition from FORCE_CLOSING to REDEEMED. define REDEEM_AFTER_DOUBLE_SPENT_DELAY | ThomasV | 3 | +7 | -3 |
2020-03-06 10:25 | do not try to reestablish channel if state is FORCE_CLOSING | ThomasV | 2 | +4 | -4 |
2020-03-06 10:23 | Qt: test if lightinng is running | ThomasV | 4 | +12 | -2 |
2020-03-06 09:26 | follow-up 17a893441a88eb1b3bc89fd960edfc28140e266f: fix regtest | ThomasV | 1 | +14 | -14 |
2020-03-06 09:07 | follow-up 17a893441a88eb1b3bc89fd960edfc28140e266f: satoshis | ThomasV | 1 | +2 | -2 |
2020-03-06 08:59 | (minor) fix typo | ThomasV | 1 | +1 | -2 |
2020-03-06 08:57 | CLI: show channel reserves and unsettled balances. fixes #5817 | ThomasV | 2 | +13 | -6 |
2020-03-06 08:05 | qt: add extra fields to copy submenus | ThomasV | 1 | +13 | -9 |
2020-03-06 07:47 | Qt: add 'View channel' to history menu, 'View funding transaction' to channel menu | ThomasV | 4 | +21 | -12 |
2020-03-06 05:49 | kivy: show closing transaction in channel dialog | ThomasV | 2 | +20 | -2 |
2020-03-06 04:50 | kivy: improve channel detaild dialog | ThomasV | 3 | +86 | -40 |
2020-03-06 03:27 | fix #6017 | ThomasV | 1 | +12 | -6 |
2020-03-06 02:37 | ln: store network addresses for channel counterparties in channels | SomberNight | 3 | +38 | -15 |
2020-03-05 18:01 | kivy README: add instructions re accessing internal storage | SomberNight | 1 | +10 | -0 |
2020-03-05 17:09 | kivy pw dialog: don't enforce min length for existing generic password | SomberNight | 1 | +5 | -3 |
2020-03-05 16:27 | commands: gate get_channel_ctx behind --iknowwhatimdoing | SomberNight | 2 | +8 | -5 |
2020-03-05 16:19 | update block header checkpoints | SomberNight | 2 | +244 | -0 |
2020-03-05 16:15 | wallet_db: fix _convert_version_25 (bip70 expiration) | SomberNight | 1 | +2 | -2 |
2020-03-05 13:52 | fix for old channels | ThomasV | 1 | +2 | -0 |
2020-03-05 13:43 | (minor) typo | ThomasV | 1 | +1 | -1 |
2020-03-05 13:30 | kivy: show warning if request/invoice exceeds channel capacity | ThomasV | 3 | +43 | -19 |
2020-03-05 12:15 | kivy invoices and requests: show most recent items first | ThomasV | 1 | +2 | -0 |
2020-03-05 12:02 | kivy: Show lightning balance. Remove 'unmatured', 'unconfirmed' from info dialog, as this is visible in history. | ThomasV | 2 | +12 | -14 |
2020-03-05 11:06 | kivy: fix layout of addresses dialog | ThomasV | 2 | +22 | -21 |
2020-03-05 10:54 | kivy: improve open_channel dialog | ThomasV | 1 | +19 | -15 |
2020-03-05 10:10 | fix test_lnpeer | ThomasV | 1 | +2 | -2 |
2020-03-05 09:51 | lnworker: set invoice status if htlcs are received from previous session | ThomasV | 1 | +10 | -4 |
2020-03-05 09:47 | (minor) ButtonsWidget: add 10px offset because of scrollbar | ThomasV | 1 | +1 | -1 |
2020-03-05 08:17 | Merge pull request #6014 from SomberNight/20200304_pycryptodomex | ThomasV | 15 | +259 | -82 |
2020-03-04 17:09 | Fix detection of payments. | ThomasV | 7 | +51 | -45 |
2020-03-04 10:54 | replace await_local/remote | ThomasV | 6 | +48 | -70 |
2020-03-04 16:57 | tests: made TestLNTransport.test_loop more robust | SomberNight | 2 | +10 | -4 |
2020-03-04 13:24 | invoices: deal with expiration of "0" mess | SomberNight | 5 | +33 | -17 |
2020-03-04 07:35 | less verbose update_fee log | ThomasV | 1 | +2 | -2 |
2020-03-03 20:04 | lnworker.add_peer: don't block event loop with DNS | SomberNight | 1 | +4 | -1 |
2020-03-03 19:40 | lnworker: peer-bootstrapping: add IPv6 fallback nodes | SomberNight | 1 | +16 | -1 |
2020-03-03 19:12 | lnworker: re-enable dns seeds for peer-finding bootstrap | SomberNight | 2 | +23 | -13 |
2020-03-03 12:50 | backup help text | ThomasV | 1 | +1 | -1 |
2020-03-03 12:06 | open channel dialog improvements | ThomasV | 1 | +12 | -11 |
2020-03-03 11:56 | Qt: do not filter out paid invoices/requests. let user delete multiple items | ThomasV | 3 | +22 | -17 |
2020-03-03 10:50 | Merge pull request #5898 from leo-lb/plausible-deniability-config | ThomasV | 2 | +3 | -0 |
2020-03-03 10:40 | (minor) text change: 'Expires after' | ThomasV | 1 | +1 | -1 |
2020-03-03 10:25 | Qt: list requests and invoices in descending order | ThomasV | 2 | +2 | -2 |
2020-02-29 10:21 | Simplify receive tab: - display receiving address in receiving tabs - display lightning invoice as 'address' - save last active tab in preferences | ThomasV | 2 | +11 | -34 |
2020-03-03 03:04 | ChannelDB.load_data: add comment re bad performance, and some speed-up | SomberNight | 2 | +4 | -2 |
2020-03-03 02:56 | ChannelDB: fix typo in sql query - seems harmless though? | SomberNight | 1 | +1 | -1 |
2020-03-03 02:54 | ChannelDB: (trivial) add prefix to names of db methods | SomberNight | 2 | +22 | -15 |
2020-03-03 01:15 | ChannelDB: rm NodeAddress class, just use LNPeerAddr | SomberNight | 1 | +17 | -19 |
2020-03-03 01:12 | lnrouter: change edge cost estimate (distance metric) | SomberNight | 2 | +16 | -10 |
2020-03-02 21:14 | Merge pull request #6003 from spesmilo/htlc_switch | ThomasV | 5 | +126 | -128 |
2020-03-02 18:55 | lnrouter: simplify max fee sanity checks | SomberNight | 1 | +18 | -18 |
2020-03-02 18:32 | bolt11 invoice: strip (and so accept with) leading/trailing whitespaces | SomberNight | 1 | +6 | -5 |
2020-03-02 18:07 | commands: add changegaplimit and getminacceptablegap cmds | SomberNight | 1 | +26 | -1 |
2020-03-02 17:53 | wallet: min_acceptable_gap should mimic wallet.synchronize | SomberNight | 1 | +6 | -3 |
2020-03-02 16:28 | Qt LN gossip sync indicator: hide if 100%; rescale 95%->100%; tooltip | SomberNight | 1 | +20 | -10 |
2020-03-02 15:56 | ChannelDB: make gossip sync progress updates cheaper | SomberNight | 3 | +51 | -36 |
2020-03-02 05:12 | kivy wallet info screen: handle "show seed" for watch-only/no-seed case | SomberNight | 2 | +6 | -2 |
2020-03-02 04:45 | kivy tx dialog: don't show "remove tx" option so eagerly | SomberNight | 1 | +5 | -3 |
2020-03-02 04:11 | wallet/GUI: don't allow "removing" a LN force-close-tx from history | SomberNight | 4 | +15 | -12 |
2020-03-02 03:33 | qt channels list: show node aliases in new column | SomberNight | 1 | +8 | -3 |
2020-03-02 03:31 | ChannelDB: trivial fixes re node alias | SomberNight | 1 | +11 | -4 |
2020-03-02 03:30 | lnworker: allow changing labels of chan-open/chan-close txns | SomberNight | 1 | +2 | -2 |
2020-03-02 01:19 | ChannelDB: fix get_recent_peers | SomberNight | 1 | +16 | -7 |
2020-03-01 21:08 | transaction: follow-up prev | SomberNight | 1 | +2 | -2 |
2020-03-01 08:57 | transaction: (fix) invalidate ser cache when changing locktime/version | SomberNight | 2 | +32 | -2 |
2020-03-01 08:32 | Qt tx dialog: show txid as "unknown" while not finalized | SomberNight | 1 | +6 | -1 |
2020-03-01 08:14 | Qt tx dialog: allow setting custom locktime | SomberNight | 4 | +211 | -8 |
2020-03-01 04:45 | Qt addresses list: show derivation path in tooltip (also addr dialog) | SomberNight | 5 | +31 | -4 |
2020-03-01 03:28 | Qt main_window: handle event 'ln_gossip_sync_progress' if LN disabled | SomberNight | 1 | +4 | -0 |
2020-03-01 03:19 | Qt history list: add tooltip for "local" transactions | SomberNight | 1 | +10 | -1 |
2020-03-01 02:59 | Qt ln tx dialog: small fixes | SomberNight | 3 | +31 | -16 |
2020-02-29 19:10 | lnpeer: Peer.is_initialized() should not raise | SomberNight | 1 | +5 | -2 |
2020-02-29 19:02 | add LN gossip sync progress estimate indicator to Qt GUI | SomberNight | 4 | +50 | -9 |
2020-02-29 17:32 | ChannelDB: add self.lock and make it thread-safe | SomberNight | 1 | +46 | -25 |
2020-02-29 06:28 | Qt address list speedup: wallet.is_beyond_limit was slow | SomberNight | 2 | +22 | -19 |
2020-02-28 23:20 | mnemonic: implement Wordlist class | SomberNight | 5 | +59 | -35 |
2020-02-28 20:59 | Qt tx dialog: fix file extension when exporting (on MacOS...) | SomberNight | 3 | +42 | -14 |
2020-02-28 19:27 | trivial clean-up (typing/imports) | SomberNight | 5 | +9 | -10 |
2020-02-28 19:23 | wallet_db.get_transaction: tolerate if tx_hash is None | SomberNight | 1 | +3 | -1 |
2020-02-28 18:47 | clean-up hw-wallet "get_password_for_storage_encryption"-related code | SomberNight | 5 | +36 | -30 |
2020-02-28 17:47 | network UntrustedServerReturnedError: add "DO NOT TRUST..." tag | SomberNight | 2 | +13 | -4 |
2020-02-28 09:34 | follow-up previous commit (fix tests) | ThomasV | 1 | +6 | -3 |
2020-02-28 08:24 | store raw messages in gossip_db. Fixes #5960 | ThomasV | 1 | +37 | -39 |
2020-02-27 19:53 | Replace lightning_settle_delay with enable_htlc_settle (asyncio.Event) | ThomasV | 5 | +27 | -16 |
2020-02-27 19:45 | blockchain: move init_headers_file from network.py to blockchain.py | SomberNight | 2 | +15 | -14 |
2020-02-27 19:22 | taskgroups: don't log CancelledError | SomberNight | 3 | +18 | -6 |
2020-02-27 18:51 | lnpeer: fix json serialization of funding_inputs | ThomasV | 2 | +4 | -1 |
2020-02-27 18:17 | make sure we can send shutdown | ThomasV | 1 | +15 | -0 |
2020-02-27 18:00 | rename all TaskGroup() fields to "taskgroup" | SomberNight | 9 | +33 | -33 |
2020-02-27 17:50 | lnworker: add own taskgroup (run in daemon.taskgroup) | SomberNight | 2 | +22 | -12 |
2020-02-27 18:01 | fix regression in shutdown (from 1c5dc7929838fbb7307faeac6506c95821002049) | ThomasV | 1 | +2 | -1 |
2020-02-27 14:22 | Set channel state to OPENING as soon as we receive 'funding_signed', instead of when the funding transaction has been broadcast, because we have no reliable way to know when it will be broadcast. | ThomasV | 3 | +4 | -8 |
2020-02-27 13:48 | (minor) fix typo in comment | ThomasV | 1 | +1 | -1 |
2020-02-27 13:40 | follow-up e54c69b861c2990adf9cf618b68c6f1c7dd3ebea: we must settle HTCLs after during shutdown | ThomasV | 2 | +11 | -6 |
2020-02-27 12:41 | test_close: add unsettled htlc (fails with the current code) | ThomasV | 1 | +10 | -0 |
2020-02-27 04:13 | follow-up prev: do all checks, and add tests | SomberNight | 3 | +100 | -8 |
2020-02-27 03:18 | keystore: make add_key_origin "API-user-friendly" | SomberNight | 1 | +17 | -4 |
2020-02-27 02:31 | Qt tx dialog: warn if user asked for full bip32 paths but info missing | SomberNight | 1 | +8 | -0 |
2020-02-27 02:14 | Qt tx dialog: make "export with xpubs" option always available | SomberNight | 2 | +10 | -18 |
2020-02-27 01:53 | rm more cruft from test_lnchannel | SomberNight | 1 | +2 | -5 |
2020-02-26 20:10 | lnpeer: reduce log spam due to incompatible feature bits | SomberNight | 2 | +10 | -8 |
2020-02-26 19:35 | add lnchannel.can_send_ctx_updates. just drop illegal updates for now | SomberNight | 4 | +55 | -16 |
2020-02-26 19:31 | (trivial) lnworker: move LNGossip.peer_closed to parent class | SomberNight | 1 | +4 | -4 |
2020-02-26 18:14 | restore log lines for send_commitment, on_commitment_signed | ThomasV | 1 | +2 | -0 |
2020-02-26 18:08 | define channel.has_pending_changes method | ThomasV | 2 | +10 | -13 |
2020-02-26 08:04 | shutdown: - resend shutdown on reestablish - wait until no more pending updates before sending shutdown | ThomasV | 3 | +17 | -10 |
2020-02-26 14:49 | (minor) follow-up previous commit | ThomasV | 1 | +2 | -2 |
2020-02-26 13:16 | simplify previous commit (revert changes on transaction.py) | ThomasV | 2 | +26 | -28 |
2020-02-26 10:01 | lnpeer: verify signature in closing_signed | ThomasV | 3 | +41 | -24 |
2020-02-26 10:30 | (minor) simplification | ThomasV | 1 | +2 | -4 |
2020-02-26 10:01 | the funder sends the first 'closing_signed' message | ThomasV | 1 | +13 | -3 |
2020-02-25 20:14 | transaction.deserialize: more sanity checks | SomberNight | 1 | +4 | -0 |
2020-02-25 19:56 | Merge pull request #5992 from zebra-lucky/fix_spv_hash_merkle_root | ghost43 | 2 | +53 | -2 |
2020-02-25 19:09 | lnpeer: add "DO NOT TRUST..." remark to errors sent by remote | SomberNight | 1 | +2 | -2 |
2020-02-25 19:05 | transaction.BCDataStream: minor fixes | SomberNight | 2 | +22 | -5 |
2020-02-25 18:58 | fix BCDataStream.read_bytes (#5991) | zebra-lucky | 2 | +14 | -6 |
2020-02-25 16:54 | lnpeer: cooperative close: verify scriptpubkey matches templates | SomberNight | 2 | +36 | -24 |
2020-02-25 15:28 | Added ELECTRUMDIR env variable (#5543) | Jakub Łukasiewicz | 1 | +3 | -1 |
2020-02-25 11:35 | lnpeer: closing fee negociation: - use fee_rate from config - set upper bound on fee - add test_close to test_lnpeer | ThomasV | 4 | +44 | -7 |
2020-02-24 20:23 | lnpeer: await_remote/await_local now more restrictive, and docstring | SomberNight | 1 | +8 | -4 |
2020-02-24 20:09 | fix test: test_reestablish_with_old_state | SomberNight | 1 | +10 | -2 |
2020-02-24 17:52 | follow-up prev | SomberNight | 1 | +3 | -1 |
2020-02-24 17:26 | WalletDB: add type hints, and also corresponding asserts for sanity | SomberNight | 2 | +101 | -45 |
2020-02-24 15:32 | lnpeer/lnwatcher: include channel id in log lines | SomberNight | 3 | +34 | -24 |
2020-02-24 14:12 | fix undefined name 'CHANNEL_INIT_TIMEOUT' | SomberNight | 1 | +2 | -2 |
2020-02-24 13:46 | travis: fix regtest | SomberNight | 1 | +3 | -3 |
2020-02-24 12:23 | (minor) fix log | ThomasV | 1 | +1 | -1 |
2020-02-24 12:02 | follow-up previous commit | ThomasV | 1 | +1 | -0 |
2020-02-24 11:01 | Fix #5975: Forget or redeem channels that are never funded. - initiator: wait until double spent - non-initiator: wait until timeout | ThomasV | 5 | +36 | -5 |
2020-02-24 11:29 | Qt: disable preview button in open_channel | ThomasV | 1 | +2 | -1 |
2020-02-22 17:26 | db upgrade: store channel tx height and timestamps in 'channels' | ThomasV | 5 | +40 | -21 |
2020-02-23 19:35 | Do not save new channels before they are added to lnworker | ThomasV | 3 | +16 | -7 |
2020-02-23 20:35 | travis: use more recent Ubuntu, get libsecp from Ubuntu apt (rm ppa) | SomberNight | 1 | +2 | -7 |
2020-02-23 20:23 | qt request_list: clear receive addr/req when hiding list | SomberNight | 1 | +9 | -1 |
2020-02-23 20:18 | qt receive tab: better "Clear" behaviour | SomberNight | 2 | +9 | -2 |
2020-02-23 19:43 | follow-up 54ef6db762b5ea120a59af0a2470eac999c55d93: set channel state to OPENING if funding tx was broadcast later (e.g. cold storage) | ThomasV | 1 | +3 | -0 |
2020-02-23 19:38 | cosigner_pool plugin: don't show button in tx dialog before finalizing | SomberNight | 1 | +1 | -1 |
2020-02-23 19:30 | qt channels_list: early exit if lightning is disabled | SomberNight | 2 | +6 | -3 |
2020-02-23 19:20 | qt coin control status bar: don't defer 'Coins' tab updates | SomberNight | 1 | +1 | -2 |
2020-02-23 18:55 | don't raise BaseException | SomberNight | 1 | +1 | -1 |
2020-02-23 18:53 | qt open channel: early return if fields are left empty | SomberNight | 2 | +3 | -0 |
2020-02-23 16:18 | lnpeer: Use a single queue per channel for messages that are ordered. Forward error messages with 'temporary_channel_id' to the correct channel_id | ThomasV | 1 | +35 | -59 |
2020-02-23 16:56 | follow-up previous commit | ThomasV | 1 | +1 | -1 |
2020-02-23 13:54 | do not try to reestablish channels in PREOPENING state (per BOLT2). | ThomasV | 3 | +9 | -5 |
2020-02-23 11:40 | return preimage in lnpay. fixes #5794 | ThomasV | 1 | +9 | -1 |
2020-02-23 10:59 | remove double definition of lightning_history. fixes #5984 | ThomasV | 1 | +0 | -4 |
2020-02-22 16:20 | add_future_tx should return success | ThomasV | 2 | +9 | -5 |
2020-02-22 15:02 | Qt: show amounts sent to channels in show_transaction | ThomasV | 2 | +44 | -11 |
2020-02-22 15:00 | lnpeer: do not dump exceptions raised in initialize | ThomasV | 1 | +2 | -2 |
2020-02-22 11:59 | (minor) trigger 'wallet_updated' callback when adding future tx | ThomasV | 1 | +1 | -0 |
2020-02-22 11:28 | qt: add menu item to view closing transaction of channel | ThomasV | 2 | +10 | -0 |
2020-02-22 11:10 | do not show channel balances if channel is closed | ThomasV | 2 | +6 | -4 |
2020-02-22 09:40 | Qt: ask confirmation before closing channel. | ThomasV | 2 | +6 | -1 |
2020-02-22 08:27 | sweep_ctx: do not log if channel was not force closed | ThomasV | 1 | +0 | -1 |
2020-02-22 08:25 | Qt open channel dialog: suggest and clear buttons | ThomasV | 1 | +7 | -4 |
2020-02-22 08:03 | require option static_remotekey in lnwallet | ThomasV | 1 | +1 | -0 |
2020-02-21 18:45 | Use a Future for lnpeer.initialized, so that exceptions are passed to the GUI | ThomasV | 2 | +23 | -15 |
2020-02-21 19:08 | android build: fix accepting licenses | SomberNight | 1 | +1 | -1 |
2020-02-21 18:02 | win binaries: bump python version (3.6.8->3.7.6) | SomberNight | 1 | +1 | -1 |
2020-02-21 17:50 | README: rm "Compile the protobuf description file" section | SomberNight | 2 | +1 | -5 |
2020-02-21 17:32 | Revert "qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix" | SomberNight | 4 | +1 | -151 |
2020-02-21 17:30 | add comment about minor issue with closing_signed | ThomasV | 1 | +1 | -0 |
2020-02-21 17:23 | requirements: bump min archos safet version | SomberNight | 2 | +4 | -14 |
2020-02-21 16:41 | disable peer filtering in lnworker | ThomasV | 1 | +3 | -0 |
2020-02-21 15:35 | lnwatcher: fix keep_watching if the wallet was not force-closed | ThomasV | 1 | +1 | -1 |
2020-02-21 14:59 | libsecp: log exception if failed to load | SomberNight | 1 | +4 | -3 |
2020-02-21 14:33 | follow-up previous commit (backward compatibility) | ThomasV | 1 | +1 | -1 |
2020-02-21 11:18 | Generate channel keys from random seed | ThomasV | 3 | +13 | -7 |
2020-02-21 10:33 | kivy: set pin_code timeout to 5 minutes | ThomasV | 1 | +1 | -1 |
2020-02-21 09:57 | select peers with desired features before connecting | ThomasV | 3 | +42 | -18 |
2020-02-21 08:48 | lnpeer: - print parent classname in diagnostic name, - fix error message when requested feature is not supported | ThomasV | 1 | +2 | -2 |
2020-02-20 19:54 | restrict lightning to p2wpkh wallets | ThomasV | 4 | +26 | -17 |
2019-12-13 13:07 | support option_static_remotekey | ThomasV | 5 | +54 | -23 |
2020-02-20 20:01 | minor fix: can_send, can_receive | ThomasV | 1 | +2 | -2 |
2020-02-20 19:59 | trustedcoin: fix wallet constructor | ThomasV | 1 | +2 | -2 |
2020-02-20 18:09 | do not allow channel creation from backup file | ThomasV | 1 | +2 | -0 |
2020-02-20 10:26 | revert prrevious commit (used in tests) | ThomasV | 1 | +4 | -0 |
2020-02-20 10:20 | remove ChannelDB.add_channel_update (no longer needed after 46d8080c76e79670e8abaaaa0eb2d4d4a74544c1) | ThomasV | 1 | +0 | -5 |
2020-02-20 09:30 | move list_channels to commands.py | ThomasV | 2 | +18 | -19 |
2020-02-19 15:03 | Lightning: Show sending and receiving capacity. Fixes #5967 | ThomasV | 4 | +50 | -5 |
2020-02-19 14:45 | daemon.run_gui: make sure to exit process on exception | SomberNight | 2 | +13 | -6 |
2020-02-19 10:47 | fix path for payserver static files | ThomasV | 1 | +1 | -1 |
2020-02-19 10:39 | follow-up previous commit | ThomasV | 1 | +2 | -2 |
2020-02-19 10:26 | storage upgrade for invoices and requests. fixes #5959 | ThomasV | 1 | +40 | -1 |
2020-02-19 10:24 | do not store 'outputs' field in requests (it is unused) | ThomasV | 1 | +0 | -1 |
2020-02-18 23:40 | ecc.ECPubkey: also accept bytearray in __init__ | SomberNight | 2 | +5 | -2 |
2020-02-18 20:12 | qt InstallWizard: turn some instance variables to locals | SomberNight | 1 | +21 | -21 |
2020-02-18 19:06 | follow-up previous commit | ThomasV | 1 | +1 | -1 |
2020-02-18 17:04 | remove channel from channel_timestamps if funding_tx has been dropped from mempool | ThomasV | 1 | +1 | -0 |
2020-02-18 16:40 | fix get_payments | ThomasV | 2 | +18 | -2 |
2020-02-18 16:16 | lnwatcher: use is_mine(addr) instead of (addr in get_addresses()) | SomberNight | 1 | +1 | -1 |
2020-02-18 16:06 | fix race in check_onchain_situation | ThomasV | 1 | +3 | -2 |
2020-02-18 13:05 | fix flake8 test | ThomasV | 1 | +1 | -1 |
2020-02-18 12:58 | follow-up previous commit: show onchain tx dialog for channel open/close transactions | ThomasV | 3 | +18 | -17 |
2020-02-18 11:34 | Add lightning tx dialog (qt and kivy) | ThomasV | 7 | +222 | -1 |
2020-02-18 11:39 | follow-up a6302b3a124a2bc9a208e0e78ddcb81d53d6bdf9 | ThomasV | 1 | +0 | -3 |
2020-02-17 19:38 | ln gossip: don't put own channels into db; always pass them to fn calls | SomberNight | 6 | +190 | -151 |
2020-02-17 18:45 | Qt ChannelsList: cosmetics (set font, enable sorting) | SomberNight | 1 | +7 | -1 |
2020-02-17 18:44 | qt exc reporter: add FIXME re HTML tags in traceback | SomberNight | 1 | +2 | -0 |
2020-02-17 18:43 | lnutil.split_host_port: fix for IPv6 connection string | SomberNight | 3 | +4 | -2 |
2020-02-17 15:52 | util.Satoshis: note that sometimes this actually has 'msat' precision | SomberNight | 2 | +5 | -2 |
2020-02-17 15:33 | fix wallet history order: incl both on-chain and LN, sorted by time | SomberNight | 3 | +19 | -18 |
2020-02-17 13:55 | Qt: fix balance column | ThomasV | 2 | +1 | -3 |
2020-02-17 11:11 | Catch exceptions raised in LNWorker._pay_to_route Reset payment status if an exception is caught. Also, do not pass status to the 'invoice_status' network callback. This fixes #5869, #5870, #5964. | ThomasV | 6 | +34 | -18 |
2020-02-17 11:19 | fix lnchannel.get_payments: unsettled htlcs may have overwritten the returned results. | ThomasV | 2 | +11 | -41 |
2020-02-17 08:19 | breach remedy: get spender transaction from LNWatcher's db | ThomasV | 1 | +4 | -4 |
2020-02-17 08:16 | kivy: pass message to password_dialog (follow-up d9172ade714e659d87614e0376e53d8bad155159) | ThomasV | 2 | +17 | -19 |
2020-02-16 22:48 | kivy send screen: always show field separators. fix on_clear. | ThomasV | 2 | +2 | -4 |
2020-02-16 18:32 | (minor) kivy: initialize invoice_popup | ThomasV | 1 | +1 | -0 |
2020-02-16 17:54 | detect redeemed channels (fix #5963) | ThomasV | 5 | +34 | -22 |
2020-02-16 13:45 | follow-up previous commit | ThomasV | 2 | +2 | -3 |
2020-02-16 13:26 | Do not use network callback to update channel states; call LNWorker methods directly instead. A callback was used because a single LNWnwatcher object used to be shared for all wallets. Since wallet now have their own LNWatcher instance, this can be simplified. | ThomasV | 2 | +106 | -92 |
2020-02-16 11:59 | Define network.try_broadcasting() method. Use it when rebroadcasting a force-close tx, because the channel state is already set. | ThomasV | 3 | +14 | -15 |
2020-02-16 11:57 | lnwatcher: use height == TX_HEIGHT_LOCAL to determine channel onchain state | ThomasV | 1 | +4 | -2 |
2020-02-15 17:36 | switch menus: status <-> wallets | ThomasV | 1 | +4 | -4 |
2020-02-15 16:31 | Merge pull request #5951 from spesmilo/ln_backups | ThomasV | 15 | +284 | -85 |
2020-02-15 14:25 | fix lightning "init" msg assertion error | SomberNight | 1 | +15 | -14 |
2020-02-14 15:15 | add comment re lnchannel channel_states | SomberNight | 1 | +5 | -2 |
2020-02-14 13:15 | (minor) call lnwatcher.add_channel from lnworker.add_channel | ThomasV | 2 | +1 | -2 |
2020-02-14 12:37 | follow-up previous commit | ThomasV | 1 | +3 | -1 |
2020-02-14 12:25 | channel states: make sure that closing_txid is saved if channel is closed | ThomasV | 3 | +13 | -6 |
2020-02-13 19:00 | follow-up fixes to storage-db separation | SomberNight | 5 | +11 | -7 |
2020-02-13 02:12 | kivy: more reliable saving of "last wallet" | SomberNight | 1 | +1 | -2 |
2020-02-13 01:16 | android build: update buildozer and p4a versions | SomberNight | 2 | +4 | -16 |
2020-02-12 17:07 | wallet: fix is_mine/can_sign. don't just rely on ks, also check script | SomberNight | 3 | +91 | -15 |
2020-02-12 16:07 | wallet: (sanity) is_mine now guaranteed to handle 'None' input | SomberNight | 2 | +6 | -3 |
2020-02-12 15:41 | keystore: 'get_tx_derivations' no longer public | SomberNight | 4 | +12 | -9 |
2020-02-12 13:19 | fix data_loss_protect (missing return, json conversion) | ThomasV | 2 | +3 | -1 |
2020-02-12 09:32 | test_lnpeer: use less side-effects | ThomasV | 1 | +27 | -27 |
2020-02-12 09:22 | test_lnpeer: test_reestablish_with_old_state | ThomasV | 2 | +31 | -3 |
2020-02-12 05:18 | reestablish_channel: shorter varnames | ThomasV | 1 | +13 | -13 |
2020-02-11 20:32 | channel_reestablish: assume that DLP is enabled, because we require it | ThomasV | 2 | +20 | -29 |
2020-02-11 19:53 | windows: dll-load 'hack' needs to be applied not only from main script | SomberNight | 2 | +13 | -6 |
2020-02-11 19:37 | windows: when running from source, load DLLs from main dir | SomberNight | 2 | +4 | -6 |
2020-02-11 19:24 | gitignore: add .so/.dll in inner 'electrum' folder | SomberNight | 1 | +6 | -0 |
2020-02-11 19:55 | add new peer_state for the case where we are waiting for the remote party to force close a channel | ThomasV | 2 | +4 | -1 |
2020-02-11 19:42 | reestablish_channel: do not send second channel_reestablish message if they are ahead (they should know it) | ThomasV | 1 | +0 | -9 |
2020-02-11 18:53 | test_lnpeer: simple test of channel_reestablish | ThomasV | 1 | +16 | -1 |
2020-02-11 18:05 | Merge pull request #5947 from SomberNight/202002_ecdsa | ThomasV | 30 | +479 | -734 |
2020-02-11 10:08 | move wrapper definition outside of main_window class | ThomasV | 1 | +25 | -24 |
2020-02-05 14:13 | Separate db from storage - storage is content-agnostic - db and storage are passed to wallet contructor | ThomasV | 25 | +422 | -422 |
2020-02-08 11:33 | fixes for text interface | ThomasV | 1 | +3 | -1 |
2020-02-07 19:11 | qt: don't clear send tab in broadcast_done | SomberNight | 1 | +0 | -1 |
2020-02-07 19:09 | cosigner pool: easy fix (works but with worse than previous behaviour) | SomberNight | 1 | +4 | -6 |
2020-02-07 11:41 | appimage: update libudev-dev (#5936) | Jin Eguchi | 1 | +1 | -1 |
2020-02-05 07:56 | regtest: wait_for_balance | ThomasV | 1 | +6 | -3 |
2020-02-04 18:04 | blockchain.fork: better exception if datadir was deleted while running | SomberNight | 1 | +1 | -0 |
2020-02-04 17:34 | qt update checker: use longer timeout | SomberNight | 1 | +3 | -1 |
2020-02-04 16:56 | cli: history commands: only json-encode once | SomberNight | 1 | +10 | -2 |
2020-02-04 12:35 | Restructure wallet storage: - Perform json deserializations in wallet_db - use StoredDict class that keeps tracks of its modifications | ThomasV | 14 | +303 | -291 |
2020-02-04 12:34 | (minor) rename class: StoredAttr -> StoredObject | ThomasV | 1 | +6 | -6 |
2020-02-04 11:43 | (minor) json_db: add file header, fix formatting | ThomasV | 1 | +26 | -1 |
2020-02-04 11:11 | storage upgrade: convert lists to dict (txi, txo, revocation_store channels) | ThomasV | 3 | +56 | -24 |
2020-02-03 16:08 | storage: take the DB lock when writing to disk. | ThomasV | 2 | +1 | -6 |
2020-02-03 14:15 | regests: organize tests in two classes | ThomasV | 1 | +13 | -8 |
2020-02-03 11:35 | Separate JsonDB and WalletDB | ThomasV | 5 | +951 | -936 |
2020-02-02 21:40 | use setEnabled() for Qt menu items: Network, Lightning, Watchtower | ThomasV | 2 | +4 | -6 |
2020-02-02 13:50 | faster and improved regtests - print the test name before each test - start only needed agents (alice, bob, carol) - set settle_delay using setconfig instead of restarting daemon - test the watchtower ctn in test_watchtower | ThomasV | 5 | +76 | -65 |
2020-02-02 11:10 | Start watchtower if run_watchtower is set, even if lightning is not activated (fix #5896). Fix parameters of sweepstore.add_sweep_tx, rm dead code. | ThomasV | 2 | +8 | -14 |
2020-02-01 18:38 | Merge pull request #5913 from roth-a/master | ThomasV | 4 | +33 | -24 |
2020-02-01 15:30 | Use attr.s for Feeupdates and Outpoints Storage upgrade to version 23 | ThomasV | 4 | +72 | -48 |
2020-01-31 12:33 | lnpeer: code factorization | ThomasV | 1 | +37 | -39 |
2020-01-30 17:09 | Use attr.s instead of namedtuples for channel config | ThomasV | 7 | +123 | -122 |
2020-01-29 12:47 | Merge pull request #5917 from wakiyamap/fix_travis_appimage | ThomasV | 1 | +1 | -1 |
2020-01-29 12:46 | Merge pull request #5918 from wakiyamap/fix_travis_regtest | ThomasV | 1 | +2 | -0 |
2020-01-01 06:21 | network dns hacks: split from network.py into its own file | SomberNight | 2 | +103 | -74 |
2020-01-01 06:00 | dns hacks on windows: resolve A and AAAA records in parallel | SomberNight | 1 | +14 | -6 |
2020-01-22 17:26 | follow-up prev (oops, only committed part of the changes) | SomberNight | 1 | +3 | -2 |
2020-01-22 17:16 | Build: Install libxkbcommon-x11 in AppImage | Axel Gembe | 1 | +1 | -0 |
2020-01-22 15:28 | windows build: maybe fix reproducibility (jsonschema-*.dist-info) | SomberNight | 1 | +4 | -0 |
2020-01-22 11:27 | Build: Uninstall Cython from AppImage | Axel Gembe | 1 | +3 | -2 |
2020-01-22 11:08 | requirements-hw: re-add Cython | SomberNight | 3 | +41 | -0 |
2020-01-21 19:21 | mac build: bump pyinstaller version | SomberNight | 1 | +1 | -1 |
2020-01-21 19:20 | mac build: bump python version (3.6.4->3.7.6) | SomberNight | 1 | +2 | -2 |
2020-01-21 15:50 | wallet: log when saving already paid invoice | SomberNight | 1 | +7 | -2 |
2020-01-21 14:39 | fix incorrect type hint | SomberNight | 1 | +2 | -2 |
2020-01-21 14:12 | qt broadcast tx: don't complain about being "offline" for partial tx | SomberNight | 1 | +5 | -4 |
2020-01-21 13:32 | qt send tab paytoedit: use monospace font | SomberNight | 1 | +3 | -1 |
2020-01-21 13:22 | qt main_window: trivial clean-up re is_onchain | SomberNight | 1 | +2 | -3 |
2020-01-21 13:16 | qt send tab: show "Pay" button even in watch-only wallets | SomberNight | 1 | +0 | -1 |
2020-01-21 10:51 | follow-up prev | SomberNight | 2 | +2 | -4 |
2020-01-19 06:31 | qt: defer refreshing tabs until they are visible | SomberNight | 7 | +33 | -1 |
2020-01-19 06:02 | qt: clean-up in some MyTreeView children (mv code from update to init) | SomberNight | 3 | +15 | -12 |
2020-01-19 04:49 | json_db: only deserialize transactions on-demand | SomberNight | 2 | +6 | -3 |
2020-01-18 04:52 | tests: also run unit tests with python 3.8 on Travis | SomberNight | 1 | +1 | -0 |
2020-01-18 03:12 | qt paytoedit: properly handle multiple max ('!') outputs | SomberNight | 3 | +9 | -4 |
2020-01-18 02:58 | qt main_window: rm require_fee_update (dead code) | SomberNight | 1 | +1 | -11 |
2020-01-18 02:55 | qt paytoedit: fixes for pay-to-many (when including "!") | SomberNight | 2 | +3 | -3 |
2020-01-17 22:06 | Add block explorer support for mynode.local (#5892) | rbrooklyn | 1 | +2 | -0 |
2020-01-16 18:12 | appimage binary: bump python version (3.6.8->3.7.6) | SomberNight | 5 | +29 | -25 |
2020-01-12 03:29 | interface: better error msg for main server re SSL cert issues | SomberNight | 1 | +7 | -1 |
2020-01-10 23:04 | fix daemon (don't close instantly) | SomberNight | 1 | +1 | -0 |
2020-01-10 22:27 | windows binaries: update nsis | SomberNight | 1 | +2 | -2 |
2020-01-10 22:26 | windows binaries: update wine | SomberNight | 1 | +4 | -4 |
2020-01-10 19:37 | windows binaries: update pyinstaller to 3.6 | SomberNight | 1 | +3 | -3 |
2020-01-10 18:04 | requirements: rm pycryptodomex from "binary"-specific list | SomberNight | 2 | +0 | -34 |
2020-01-10 18:01 | binaries: use "--no-dependencies" option for pip install | SomberNight | 4 | +12 | -12 |
2020-01-09 18:22 | network.get_transaction: move some response validation logic from Synchronizer | SomberNight | 3 | +21 | -14 |
2020-01-09 17:21 | try to fix "--offline" mode | SomberNight | 7 | +22 | -9 |
2020-01-09 16:50 | split network main_taskgroup: create daemon.taskgroup | SomberNight | 3 | +58 | -23 |
2020-01-09 01:14 | Restoring old behavior of the outpoint copy to clipboard feature (#5879) | Nelson Perez | 2 | +6 | -2 |
2020-01-08 19:06 | ecc.ECPubkey: add custom __deepcopy__ implementation | SomberNight | 1 | +16 | -1 |
2020-01-07 16:59 | qt CPFP: handle empty fee field | SomberNight | 1 | +7 | -2 |
2020-01-07 15:53 | qt installwizard: fix empty filename crash | SomberNight | 1 | +1 | -1 |
2020-01-01 23:43 | wallet: only select mature coins by default | SomberNight | 10 | +36 | -24 |
2020-01-01 05:23 | dns hacks on windows: cache dns when using dnspython | SomberNight | 1 | +3 | -0 |
2020-01-01 05:21 | network/util: increase default timeout of make_aiohttp_session (30->45s) | SomberNight | 1 | +3 | -1 |
2019-12-31 02:37 | fix paying bip70 payment request with Kivy GUI | SomberNight | 2 | +17 | -12 |
2019-12-31 02:08 | fix paying bip70 payment request with Qt GUI | SomberNight | 2 | +16 | -24 |
2019-12-27 16:43 | interface: make changing max incoming msg size (1 MB) easier | SomberNight | 1 | +7 | -1 |
2019-12-26 17:14 | Merge pull request #5865 from shyrwall/master | ghost43 | 1 | +0 | -6 |
2019-12-24 02:30 | appimage build: add notes re investigating reproducibility failure | SomberNight | 1 | +17 | -0 |
2019-12-21 06:33 | requirements: bump min python-keepkey to 6.3.1 | SomberNight | 2 | +5 | -5 |
2019-12-21 06:00 | commands/jsonrpc: fix specifying "wallet" to commands that need it | SomberNight | 1 | +2 | -1 |
2019-12-21 05:53 | util.standardize_path: properly handle "~" (user's home directory) | SomberNight | 1 | +6 | -1 |
2019-12-20 00:51 | Merge pull request #5460 from SomberNight/keepkey_enum_20190626 | ghost43 | 3 | +32 | -10 |
2019-12-19 15:54 | Merge pull request #5692 from matejcik/trezor-shamir | ghost43 | 4 | +123 | -32 |
2019-12-19 13:22 | wallet: encrypt storage by default | SomberNight | 5 | +6 | -6 |
2019-12-18 17:23 | windows binaries: skip building libusb if already done | SomberNight | 1 | +4 | -0 |
2019-12-18 16:32 | windows binaries: build libusb ourselves | SomberNight | 2 | +33 | -13 |
2019-12-17 21:12 | wallet._is_onchain_invoice_paid: support "zero amount" invoice | SomberNight | 1 | +4 | -0 |
2019-12-17 20:41 | AppImage: Improve binary stripping | Axel Gembe | 1 | +2 | -1 |
2019-12-17 20:33 | ledger.sign_transaction: always do certain output checks | SomberNight | 1 | +11 | -9 |
2019-12-17 20:19 | ledger: faster sign_transaction startup | SomberNight | 1 | +6 | -4 |
2019-12-17 20:10 | ledger: support sending to OP_RETURN outputs | SomberNight | 2 | +26 | -6 |
2019-12-17 17:39 | kivy: implement opening storage-encrypted wallet files | SomberNight | 5 | +59 | -23 |
2019-12-16 20:15 | synchronizer: request tx from server if we only have partial local tx | SomberNight | 2 | +6 | -5 |
2019-12-16 20:03 | payment requests: fix explicit "None" expiration | SomberNight | 3 | +2 | -3 |
2019-12-15 19:12 | CLI: properly auto-upgrade storage when needed even if storage-encrypted | SomberNight | 2 | +7 | -6 |
2019-12-15 15:40 | Merge pull request #5825 from SomberNight/201912_local_tx_can_be_partial | ThomasV | 5 | +25 | -12 |
2019-12-14 09:51 | Merge pull request #5840 from SomberNight/201912_py38_win_dlls_source | ThomasV | 2 | +8 | -0 |
2019-12-13 10:09 | follow-up previous commit | ThomasV | 1 | +1 | -1 |
2019-12-13 10:08 | lnworker: save timestamp regardless of channel state | ThomasV | 1 | +4 | -1 |
2019-12-12 20:39 | qt: also use BlockWaitingDialog in PreviewTxDialog | SomberNight | 1 | +3 | -2 |
2019-12-12 20:31 | qt TxDialog: visibility of widgets should be set after parenting | SomberNight | 1 | +4 | -2 |
2019-12-10 00:44 | wizard: (qt) add dedicated button to create new wallet | SomberNight | 2 | +21 | -3 |
2019-12-12 16:53 | Merge pull request #5833 from SomberNight/201912_qt_blocking_waiting_dialog | ThomasV | 2 | +24 | -4 |
2019-12-11 22:07 | python 3.8: adapt to breaking changes re asyncio.CancelledError | SomberNight | 5 | +13 | -7 |
2019-12-11 08:14 | Merge pull request #5834 from Electronic-Gulden-Foundation/fix/aiohttp | ThomasV | 1 | +1 | -1 |
2019-12-10 22:54 | build: update some packages in dockerfiles | SomberNight | 2 | +2 | -2 |
2019-12-10 22:31 | trivial: add a few log lines for startup | SomberNight | 2 | +3 | -1 |
2019-12-10 22:01 | python3.8: fix DeprecationWarning in qt/paytoedit | SomberNight | 1 | +1 | -1 |
2019-12-10 21:55 | adapt to aiohttp 4.0 | SomberNight | 1 | +4 | -3 |
2019-12-10 19:41 | keystore: change derive_pubkey API to return bytes | SomberNight | 4 | +26 | -31 |
2019-12-10 19:08 | wallet: faster decrypt_message for Imported_Wallet | SomberNight | 2 | +17 | -11 |
2019-12-10 18:34 | wallet: use abstract base classes | SomberNight | 3 | +95 | -54 |
2019-12-10 13:45 | Allow requests that never expire | ThomasV | 3 | +8 | -8 |
2019-12-10 02:19 | lnworker: don't log InvoiceError | SomberNight | 2 | +3 | -2 |
2019-12-10 02:17 | lnworker: introduce PaymentAttemptLog NamedTuple | SomberNight | 7 | +76 | -39 |
2019-12-10 00:14 | ln chan verifier: fix code rot | SomberNight | 3 | +36 | -25 |
2019-12-09 23:31 | keystore: use abstract base classes, introduce MPKMixin | SomberNight | 3 | +117 | -80 |
2019-12-09 18:14 | qt: rm redundant line: ConfirmTxDialog.update_tx() | SomberNight | 1 | +0 | -1 |
2019-12-09 16:43 | follow-up prev: add comment | SomberNight | 1 | +2 | -0 |
2019-12-09 16:30 | Merge pull request #5830 from SomberNight/20191209_wallet_perf | ThomasV | 4 | +30 | -15 |
2019-12-09 09:57 | Merge pull request #5822 from SomberNight/201912_qt_receive_tab_address | ThomasV | 4 | +57 | -38 |
2019-12-08 05:56 | bitcoin.py: base58 address: make sure all public methods test checksum | SomberNight | 2 | +15 | -2 |
2019-12-08 05:19 | base_encode/base_decode: change to saner API | SomberNight | 4 | +10 | -10 |
2019-12-08 05:07 | base_encode/base_decode: performance improvement | SomberNight | 1 | +10 | -4 |
2019-12-08 02:21 | qt: handle exceptions when pressing "Max" button | SomberNight | 2 | +18 | -5 |
2019-12-07 04:58 | receive requests: encode lightning invoices as uppercase -> smaller QRs | SomberNight | 4 | +21 | -6 |
2019-12-07 04:42 | wallet: some clean-up re get_address_history vs db.get_addr_history | SomberNight | 3 | +32 | -28 |
2019-12-07 03:28 | qt requests/invoices: use TreeView.sortByColumn instead of model.sort | SomberNight | 2 | +2 | -2 |
2019-12-06 21:02 | appimage: update package in dockerfile | SomberNight | 1 | +1 | -1 |
2019-12-06 20:47 | add SECURITY.md | SomberNight | 1 | +19 | -0 |
2019-12-06 19:41 | qt ConfirmTxDialog: don't catch BaseException for make_tx | SomberNight | 1 | +0 | -5 |
2019-12-06 19:38 | Merge pull request #5820 from SomberNight/201912_ecdsa_sig_r_grinding | ThomasV | 8 | +90 | -67 |
2019-12-06 19:17 | fix race in NetworkJobOnDefaultServer constructors | ThomasV | 2 | +2 | -2 |
2019-12-06 18:45 | (fix) qt coin selection: signatures for coins would persist in memory | SomberNight | 3 | +12 | -1 |
2019-12-04 19:54 | trezor: rm obsolete gui text | SomberNight | 1 | +1 | -8 |
2019-12-04 19:53 | appimage: update package in dockerfile | SomberNight | 1 | +1 | -1 |
2019-12-04 19:40 | Tests: Remove on_channels_updated (#5819) | Janus Troelsen | 1 | +0 | -3 |
2019-12-04 19:04 | rerun freeze_packages | SomberNight | 4 | +242 | -248 |
2019-12-04 17:35 | on_open_channel: rm call to non-existing method on_channels_updated | ThomasV | 1 | +0 | -1 |
2019-12-02 18:31 | hardware wallets: wizard no longer requests xpub at path "m" | SomberNight | 3 | +13 | -8 |
2019-12-01 22:24 | network: make best_effort_reliable smarter and a bit more lenient | SomberNight | 2 | +14 | -13 |
2019-11-29 17:36 | require ecdsa version >= 0.13.3 | ThomasV | 1 | +1 | -1 |
2019-11-29 17:35 | Merge pull request #5740 from spesmilo/dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3 | ThomasV | 2 | +6 | -6 |
2019-11-29 17:24 | Merge pull request #5809 from SomberNight/201911_invoice_paid_detection | ThomasV | 8 | +152 | -66 |
2019-11-29 12:12 | wallet: minor clean-up | SomberNight | 1 | +9 | -1 |
2019-11-29 12:09 | tests: fix testcase test_restoring_wallet_with_manual_delete | SomberNight | 1 | +4 | -4 |
2019-11-28 23:53 | LNPeerAddr: fix equality tests and hence lnworker._last_tried_peer | SomberNight | 2 | +14 | -1 |
2019-11-28 20:40 | Color-Code Addresses in Kivy UI (#5774) | roth | 2 | +42 | -1 |
2019-11-27 19:29 | qt history list: rm and fix magic number | SomberNight | 1 | +1 | -1 |
2019-11-27 17:37 | Merge pull request #5806 from RCasatta/remove_greenaddress | ThomasV | 2 | +0 | -117 |
2019-11-27 12:08 | interface: fix connecting to raw IPv6 (as hostname) on Windows | SomberNight | 1 | +14 | -1 |
2019-11-27 03:30 | qt history list: fix UnboundLocalError when searching | SomberNight | 1 | +1 | -1 |
2019-11-25 23:17 | interface.deserialize_server: better ipv6 handling | SomberNight | 1 | +8 | -7 |
2019-11-25 23:15 | LNPeerAddr: validate arguments | SomberNight | 4 | +53 | -20 |
2019-11-25 20:10 | LNPeerAddr: nicer str formatting for IPv6 hosts | SomberNight | 1 | +4 | -1 |
2019-11-23 19:50 | kivy: fix open_channel (API was changed) | SomberNight | 3 | +12 | -4 |
2019-11-23 19:28 | add/fix some open_channel related type hints | SomberNight | 6 | +36 | -10 |
2019-11-23 18:56 | minor follow-up prev commit | ThomasV | 1 | +1 | -1 |
2019-11-23 12:30 | Open lightning channels with partially signed tx. Fixes #5379. | ThomasV | 5 | +23 | -11 |
2019-11-23 14:12 | fix #5729 | ThomasV | 1 | +6 | -3 |
2019-11-23 13:51 | fix #5728 | ThomasV | 1 | +2 | -0 |
2019-11-23 11:46 | simplify add_transaction | ThomasV | 4 | +13 | -13 |
2019-11-23 10:37 | follow-up previous commit | ThomasV | 2 | +4 | -5 |
2019-11-23 10:02 | fix #5733 | ThomasV | 2 | +9 | -5 |
2019-11-22 21:59 | add some type hints | SomberNight | 5 | +39 | -26 |
2019-11-22 21:11 | fix tests | SomberNight | 1 | +1 | -0 |
2019-11-22 20:37 | trivial: don't print frequent-case log line in lnpeer.mark_open | SomberNight | 2 | +9 | -5 |
2019-11-22 20:33 | lnpeer: only set initialized after both sent AND received "init" | SomberNight | 2 | +12 | -3 |
2019-10-29 07:02 | Refactor channel states: - persisted states are saved - state transitions are checked - transient states are stored in channel.peer_state - new channel states: 'PREOPENING', 'FUNDED' and 'REDEEMED' - upgrade storage to version 21 | ThomasV | 11 | +151 | -79 |
2019-11-22 15:09 | cli: clear up "rbf" arg for "payto" cmd in help text; and use eval_bool | SomberNight | 1 | +2 | -1 |
2019-11-22 14:54 | cli: load_wallet now auto-upgrades the WalletStorage when needed | SomberNight | 2 | +3 | -3 |
2019-11-22 14:48 | cli: fix load_wallet for storage-encrypted wallets | SomberNight | 1 | +2 | -2 |
2019-11-22 14:06 | simplify network callbacks in lnworker | ThomasV | 2 | +37 | -50 |
2019-11-21 19:16 | check channel funding_tx amount and script in save_short_channel_id | ThomasV | 2 | +27 | -27 |
2019-11-21 17:51 | bitcoin.py: remove some remnants of TYPE_ADDRESS, TYPE_SCRIPT | SomberNight | 7 | +2 | -8 |
2019-11-21 16:55 | trivial: use logger.exception instead of traceback.print_exc | SomberNight | 1 | +2 | -1 |
2019-11-21 16:46 | qt coin selection: allow selecting an empty set | SomberNight | 3 | +42 | -28 |
2019-11-21 16:21 | qt utxo list: spend_list is now a set (and renamed) | SomberNight | 1 | +10 | -10 |
2019-11-21 15:37 | lnpeer: (fix) force_close_channel was not awaited in some cases | SomberNight | 1 | +2 | -2 |
2019-11-21 15:21 | Merge pull request #5787 from xaya/http-request-auth | ghost43 | 1 | +13 | -4 |
2019-11-21 04:01 | wallet: "future" txns num conf is now negative | SomberNight | 3 | +10 | -7 |
2019-11-21 02:01 | qt: consistently show tooltip when copying to clipboard | SomberNight | 7 | +23 | -15 |
2019-11-20 20:11 | Qt: Remove unused color from color scheme | Johann Bauer | 1 | +0 | -1 |
2019-11-20 18:29 | kivy: support invoices with "max" amount | SomberNight | 1 | +3 | -1 |
2019-11-20 17:43 | wallet: bump fee now supports coin selection | SomberNight | 2 | +14 | -7 |
2019-11-20 17:00 | qt open channel: minor dialog fixes | SomberNight | 3 | +10 | -8 |
2019-11-20 16:45 | ln: qt channel open: fix max channel size | SomberNight | 2 | +8 | -2 |
2019-11-20 16:14 | ln: update list of fallback nodes | SomberNight | 1 | +26 | -10 |
2019-11-20 02:21 | lightning qr codes: more robust parsing | SomberNight | 4 | +34 | -22 |
2019-11-19 21:17 | qt tx dialog: small clean-up in constructors | SomberNight | 3 | +32 | -22 |
2019-11-19 20:22 | qt send tab: subtract 2fa fee when clicking "spend max" | SomberNight | 1 | +4 | -6 |
2019-11-19 19:26 | qt send tab: don't allow paying multiple invoices that spend max '!' | SomberNight | 1 | +4 | -1 |
2019-11-19 19:13 | qt tx dialog: allow blanking feerate | SomberNight | 1 | +5 | -2 |
2019-11-19 18:35 | qt tx dialog: disable "Finalize" btn if tx is None | SomberNight | 1 | +3 | -0 |
2019-11-19 18:29 | qt tx dialog: small fee edit fix | SomberNight | 3 | +5 | -4 |
2019-11-19 17:41 | qt tx dialog: only allow "save as local" for complete txns | SomberNight | 2 | +10 | -11 |
2019-11-18 19:56 | qt: clean-up imports | SomberNight | 13 | +42 | -78 |
2019-11-18 17:13 | hardware wallets: handle when label is None | SomberNight | 2 | +3 | -3 |
2019-11-18 09:22 | fix #5761 | ThomasV | 2 | +4 | -6 |
2019-11-18 04:48 | fix #5761 | ThomasV | 1 | +9 | -1 |
2019-11-18 04:12 | Merge branch 'master' of github.com:spesmilo/electrum | ThomasV | 1 | +2 | -1 |
2019-11-18 04:12 | fix #5765 | ThomasV | 2 | +3 | -6 |
2019-11-17 18:29 | fix #5767 | ThomasV | 1 | +1 | -0 |
2019-11-17 18:25 | fix #5772 | ThomasV | 1 | +0 | -2 |
2019-11-17 16:08 | fix #5766 | ThomasV | 1 | +1 | -1 |
2019-11-17 15:58 | fix #5770 | ThomasV | 1 | +0 | -1 |
2019-11-17 12:58 | Merge pull request #5768 from lukechilds/ln-negative-red | ThomasV | 1 | +1 | -1 |
2019-11-17 12:48 | fix #5764 | ThomasV | 2 | +9 | -8 |
2019-11-17 00:17 | hardware wallets: detect if label changed and update it in wallet file | SomberNight | 1 | +5 | -2 |
2019-11-17 00:15 | hardware wallets: better handle label collision when selecting device | SomberNight | 2 | +25 | -8 |
2019-11-15 22:50 | fix qt seed dialog (follow-up af86c7e3fdc80cace11de331abafddc012f36867) | SomberNight | 2 | +2 | -2 |
2019-11-15 13:58 | hardware wallets: pull udev rules into our repository | SomberNight | 9 | +93 | -0 |
2019-11-15 11:08 | old_mnemonic: speed up mn_decode | SomberNight | 3 | +10 | -8 |
2019-11-15 09:59 | Merge pull request #5758 from mbarkhau/master | ghost43 | 1 | +23 | -15 |
2019-11-14 09:30 | fix #5757 | ThomasV | 1 | +1 | -1 |
2019-11-13 08:20 | Pass make_tx function to ConfirmTxDialog - allow 'spend max' when opening a channel (fixes #5698) - display amount minus fee when 'max' buttons are pressed - estimate fee of channel funding using a template with dummy address | ThomasV | 11 | +138 | -76 |
2019-11-13 18:09 | qt coin control: introduce second status bar | SomberNight | 2 | +43 | -15 |
2019-11-13 04:46 | qt addresses tab: fix "Spend from" | SomberNight | 2 | +1 | -5 |
2019-11-12 22:02 | TxDialog: fix hooks. only show psbt widgets when applicable. | SomberNight | 4 | +29 | -20 |
2019-11-12 21:04 | PreviewTxDialog: small UI changes | SomberNight | 2 | +13 | -4 |
2019-11-12 21:03 | qt utxo list fixes | SomberNight | 1 | +31 | -10 |
2019-11-12 21:00 | PreviewTxDialog: fix RBF checkbox | SomberNight | 1 | +21 | -17 |
2019-11-12 20:57 | fix Qt tx dialog randomly disappearing (due to gc) | SomberNight | 1 | +2 | -1 |
2019-11-12 20:54 | qt/confirm_tx_dialog: fix qt warning | SomberNight | 1 | +4 | -5 |
2019-11-12 17:37 | add option to pay multiple invoices | ThomasV | 2 | +14 | -2 |
2019-11-04 07:40 | GUI: Separate output selection and transaction finalization. - Output selection belongs in the Send tab. - Tx finalization is performed in a confirmation dialog (ConfirmTxDialog or PreviewTxDialog) - the fee slider is shown in the confirmation dialog - coin control works by selecting items in the coins tab - user can save invoices and pay them later - ConfirmTxDialog is used when opening channels and sweeping keys | ThomasV | 7 | +655 | -502 |
2019-11-11 16:04 | hardware wallets: create base class for HW Clients. add some type hints | SomberNight | 10 | +75 | -50 |
2019-11-11 14:51 | qt address list: check internal address corruption when copying address | SomberNight | 1 | +5 | -1 |
2019-11-11 14:15 | CoinChooser: avoid NotEnoughFunds if zero buckets are sufficient | SomberNight | 2 | +24 | -1 |
2019-11-10 06:55 | rename 'copy column' to 'copy' | ThomasV | 2 | +2 | -2 |
2019-11-08 16:51 | tx_from_any: strip whitespaces | SomberNight | 2 | +45 | -29 |
2019-11-08 14:22 | qt FileDialogs for transactions: better file extension filter | SomberNight | 3 | +9 | -4 |
2019-11-08 14:10 | transactions (qt): fix opening raw bytes files | SomberNight | 2 | +8 | -3 |
2019-11-08 14:01 | transaction.tx_from_any: recognise even more types, and add tests | SomberNight | 3 | +59 | -27 |
2019-11-08 12:43 | wallet: fix #5748 | SomberNight | 1 | +2 | -0 |
2019-11-07 17:28 | psbt follow-up: fix ln cooperative close, and minor type clean up | SomberNight | 2 | +17 | -11 |
2019-11-07 16:10 | Merge pull request #5721 from SomberNight/201910_psbt | ThomasV | 62 | +4171 | -3420 |
2019-11-04 16:24 | qt tx dialog: show dropdown for "export", instead of separate buttons (#5739) | ghost43 | 1 | +16 | -10 |
2019-11-04 14:25 | Merge pull request #5742 from Coldcard/master | ghost43 | 1 | +1 | -1 |
2019-11-02 05:13 | qt settings dialog: small fixes | SomberNight | 1 | +41 | -42 |
2019-11-02 04:46 | commands: gettransaction cmd now tests txid before returning tx | SomberNight | 1 | +2 | -0 |
2019-11-02 02:44 | fix qt invoices list: handle lightning disabled | SomberNight | 1 | +8 | -6 |
2019-10-30 02:24 | (trivial) logging "verbosity_filter" was renamed to "LOGGING_SHORTCUT" | SomberNight | 1 | +2 | -2 |
2019-10-29 19:39 | fix logic error in lnworker.on_channel_closed | SomberNight | 2 | +8 | -6 |
2019-10-29 07:06 | fix #5731 | ThomasV | 2 | +1 | -2 |
2019-10-28 20:17 | fix #5726 | SomberNight | 2 | +4 | -2 |
2019-10-22 20:56 | kivy: - simplify menu - add lightning network dialog | ThomasV | 3 | +65 | -13 |
2019-10-24 16:45 | minor fix: show_transaction params | ThomasV | 1 | +1 | -1 |
2019-10-24 15:27 | pass both invoice and description to show_transaction | ThomasV | 2 | +18 | -17 |
2019-10-24 14:27 | follow-up a0ec2690cf0a1c36bc468fbfb5aec1954eff72ae | ThomasV | 1 | +7 | -7 |
2019-10-24 07:32 | fix clear_requests button | ThomasV | 1 | +3 | -3 |
2019-10-23 15:33 | Call wallet.set_paid after onchain broadcast. Check if invoices are expired in util.get_request_status | ThomasV | 7 | +44 | -45 |
2019-10-23 06:33 | kivy: fix can_pay in invoice_dialog | ThomasV | 1 | +3 | -4 |
2019-10-23 06:20 | delete channel from db in remove_channel, becaose it is called from lnworker | ThomasV | 2 | +3 | -1 |
2019-10-23 03:30 | filter out None in wallet.get_invoices | ThomasV | 1 | +1 | -0 |
2019-10-22 16:54 | fix test following aac0fe9ae6d36b0500f00ad0d5d3378c54a30a5a | ThomasV | 1 | +1 | -0 |
2019-10-22 16:27 | fix fee in lnworker.get_history (sign error) | ThomasV | 1 | +1 | -1 |
2019-10-22 15:12 | wallet: fix bump_fee when there are only change outputs | SomberNight | 3 | +60 | -0 |
2019-10-22 13:41 | kivy: show status with color. show inflight attempts. | ThomasV | 9 | +66 | -36 |
2019-10-22 10:27 | kivy: add 'delete channel' button | ThomasV | 1 | +22 | -1 |
2019-10-22 09:59 | kivy: minor fixes | ThomasV | 2 | +2 | -4 |
2019-10-16 23:50 | segwit_addr: Use normal comparison for tuple literal (#5712) | Janus Troelsen | 1 | +2 | -1 |
2019-10-16 14:04 | folllow-up c721e880d0e203c770328d0830a37bd78eeae0e2 | ThomasV | 1 | +2 | -0 |
2019-10-16 13:50 | Qt: generic add_copy_menu method for MyTreeView lists | ThomasV | 7 | +21 | -36 |
2019-10-16 10:01 | fix #5702 | ThomasV | 1 | +1 | -2 |
2019-10-16 09:06 | misc Qt fixes - improve layout of send tab - use tabs to show receive widgets - add menu item to copy address from request - show copied content in copy dialog | ThomasV | 2 | +14 | -14 |
2019-10-16 09:35 | fix #5704 | ThomasV | 1 | +8 | -7 |
2019-10-16 09:13 | fix #5701 | ThomasV | 1 | +1 | -1 |
2019-10-15 13:43 | Merge pull request #5700 from fiatjaf/bugfixopenchannel | ghost43 | 2 | +5 | -4 |
2019-10-15 13:22 | fix typo: wallet.requests -> wallet.receive_requests (#5706) | fiatjaf | 1 | +1 | -1 |
2019-10-14 10:02 | fix typo | ThomasV | 2 | +2 | -2 |
2019-10-14 09:59 | kivy: toggle lightning dialog | ThomasV | 2 | +46 | -2 |
2019-10-14 09:18 | add remove_lightning command | ThomasV | 3 | +30 | -2 |
2019-10-14 08:42 | lnworker: less verbose | ThomasV | 1 | +2 | -2 |
2019-10-14 08:39 | minor: callback unknown_channels (follow-up 0966edc637ba927ea6767b44aa937b0ca7805dd7) | ThomasV | 1 | +1 | -0 |
2019-10-13 18:34 | Allow user to enable lightning in the GUI. Make it a per-wallet setting. | ThomasV | 12 | +90 | -76 |
2019-10-12 17:27 | Qt: add lightning button to status bar | ThomasV | 1 | +3 | -0 |
2019-10-12 17:15 | fine-grained callbacks for lightning network dialog | ThomasV | 4 | +29 | -29 |
2019-10-12 16:36 | payment log: show whether channel have been blacklisted | ThomasV | 2 | +24 | -22 |
2019-10-12 16:22 | move handle_error_code_from_failed_htlc to lnworker because it requires access to the network object | ThomasV | 2 | +56 | -56 |
2019-10-12 12:30 | Qt: separate lightning and watchtower dialogs | ThomasV | 4 | +113 | -45 |
2019-10-12 12:05 | fix #5695 | ThomasV | 1 | +0 | -1 |
2019-10-12 11:57 | follow-up previous commit | ThomasV | 1 | +1 | -1 |
2019-10-12 11:47 | improve payment log dialog | ThomasV | 3 | +23 | -20 |
2019-10-12 10:59 | follow-up dd0be1541eb696d6a41420178543f2c36d20f80e | ThomasV | 2 | +3 | -3 |
2019-10-11 22:05 | lnonion: get_failure_msg_from_onion_error might raise in python 3.7 | SomberNight | 1 | +4 | -7 |
2019-10-11 16:13 | bump version number to 4.0.0a0 (alpha version) | ThomasV | 2 | +7 | -2 |
2019-10-09 17:23 | Improve handling of lightning payment status: - Move 'handle_error_code_from_failed_htlc' to channel_db, and call it from pay_to_route, because it should not be called when HTLCs are forwarded. - Replace 'payment_received' and 'payment_status' callbacks with 'invoice_status' and 'request_status'. - Show payment error logs in the Qt GUI - In the invoices list, show paid invoices for which we still have the log. | ThomasV | 9 | +190 | -132 |
2019-10-11 11:37 | lnworker: return error reason in await_payment | ThomasV | 2 | +21 | -17 |
2019-10-11 10:54 | follow-up previous commit | ThomasV | 2 | +2 | -1 |
2019-10-11 08:11 | Encapsulate lightning payment events: - make LNWorker.pending_payments private - public methods: payment_sent, payment_received, await_payment | ThomasV | 4 | +43 | -22 |
2019-10-09 18:16 | lnworker: rename 'invoices' to 'payments' when they can be in both directions | ThomasV | 4 | +40 | -43 |
2019-10-09 17:54 | remove another instance of lnworker accessed in lnchannel | ThomasV | 2 | +2 | -2 |
2019-10-09 17:38 | Remove lnpeer.payment_preimages: - we can await lnworker.pending_payments instead, because the preimage is saved - also, remove one instance of lnworker being accessed from lnchannel | ThomasV | 2 | +7 | -6 |
2019-10-07 15:24 | fix #5681 | ThomasV | 1 | +3 | -2 |
2019-10-07 03:29 | wallet: minor invoices fix | SomberNight | 1 | +3 | -2 |
2019-10-05 17:26 | do not decode LN invoices in channel_details. fixes #5676 | ThomasV | 1 | +2 | -28 |
2019-10-04 16:06 | remove redundant test from lnworker._pay, rename pay_to_route parameter to lnaddr | ThomasV | 2 | +7 | -10 |
2019-10-01 18:42 | fix tests: follow-up prev | SomberNight | 1 | +3 | -3 |
2019-10-01 17:07 | qt send tab: handle invalid ln invoice; and ln invoice with ln disabled | SomberNight | 3 | +68 | -31 |
2019-09-26 11:11 | Merge pull request #5658 from vesellov/master | ThomasV | 1 | +1 | -1 |
2019-09-22 21:56 | Merge pull request #5652 from SomberNight/20190922_config_no_longer_singleton | ThomasV | 39 | +374 | -320 |
2019-09-22 15:32 | follow-up previous commit | ThomasV | 1 | +2 | -2 |
2019-09-22 15:12 | qt settings: create services tab for both watchtower and payserver | ThomasV | 2 | +47 | -35 |
2019-09-20 15:15 | Refactor invoices in lnworker. - use InvoiceInfo (NamedTuple) for normal operations, because lndecode operations can be very slow. - all invoices/requests are stored in wallet - invoice expiration detection is performed in wallet - CLI commands: list_invoices, add_request, add_lightning_request - revert 0062c6d69561991d5918163946344c1b10ed9588 because it forbids self-payments | ThomasV | 9 | +212 | -242 |
2019-09-22 04:20 | qt send tab: use monospace font in "from" UTXO-selection section | SomberNight | 1 | +8 | -5 |
2019-09-21 20:50 | Merge pull request #5432 from JeremyRand/rpc-from-coins | ghost43 | 1 | +16 | -9 |
2019-09-21 16:56 | qt: fix export history | SomberNight | 1 | +2 | -7 |
2019-09-21 16:48 | qt: fix address dialog | SomberNight | 4 | +22 | -10 |
2019-09-21 00:14 | commands: add type hints for "wallet" param, and fix code rot found via | SomberNight | 2 | +56 | -53 |
2019-09-19 16:50 | lnworker.sync_with_remote_watchtower: use proxy | SomberNight | 1 | +2 | -2 |
2019-09-19 16:17 | lnworker: accessing self.channels needs lock | SomberNight | 1 | +25 | -13 |
2019-09-19 10:01 | qt: show_info -> show_error | ThomasV | 1 | +1 | -1 |
2019-09-19 09:57 | lnworker: fix detection of already paid invoices | ThomasV | 1 | +1 | -3 |
2019-09-19 09:06 | lnworker: fee_msat is expected for all entries in history | ThomasV | 1 | +2 | -0 |
2019-09-19 08:02 | settings: add vbox with stretch | ThomasV | 1 | +5 | -3 |
2019-09-19 07:11 | settings: move block explorer to 'Transactions' tab | ThomasV | 1 | +12 | -12 |
2019-09-18 20:08 | bitcoin.relayfee: minor clean-up | SomberNight | 2 | +10 | -5 |
2019-09-18 17:11 | fix dns issue on Windows | SomberNight | 1 | +6 | -5 |
2019-09-18 16:35 | Merge pull request #5440 from Coldcard/multisig | SomberNight | 7 | +1063 | -238 |
2019-09-18 00:10 | qt: (trivial) some type hints | SomberNight | 3 | +15 | -7 |
2019-09-18 00:09 | ecc: small clean-up | SomberNight | 1 | +13 | -12 |
2019-09-17 17:27 | simplify prev | SomberNight | 1 | +5 | -5 |
2019-09-16 18:43 | ecc: also use libsecp256k1 for point addition | SomberNight | 2 | +54 | -17 |
2019-09-16 14:19 | kivy: receive to ln invoice should be disabled if lightning is disabled | SomberNight | 2 | +3 | -2 |
2019-09-16 14:01 | kivy: fix "use change addresses" setting (previously ignored, always on) | SomberNight | 1 | +7 | -3 |
2019-09-16 00:54 | minor qt send tab fixes. notably 'send max' was broken | SomberNight | 3 | +12 | -7 |
2019-09-14 14:25 | qt wizard: follow-up prev; simplify | SomberNight | 1 | +1 | -4 |
2019-09-14 14:22 | qt wizard: still show selector window if storage.__init__ raises WFE | SomberNight | 1 | +8 | -6 |
2019-09-13 13:00 | kivy: fix paying onchain invoices | SomberNight | 4 | +21 | -6 |
2019-09-13 12:12 | qt history tab txn drag and drop: fix #5635 | SomberNight | 2 | +6 | -3 |
2019-09-13 10:26 | add SSL context to watchtower server | ThomasV | 2 | +15 | -13 |
2019-09-13 09:55 | move lightning settings to settings dialog | ThomasV | 2 | +60 | -45 |
2019-09-08 09:59 | Simplify invoices and requests. | ThomasV | 10 | +221 | -177 |
2019-09-12 17:22 | qt console: fix commands that do not expect a 'wallet' arg | SomberNight | 1 | +6 | -0 |
2019-09-12 15:22 | get_tx_fee: further follow-up 7b828359c6049ab1910154e80490fbb1baaf5fa3 | SomberNight | 1 | +3 | -3 |
2019-09-12 11:12 | follow-up 7b828359c6049ab1910154e80490fbb1baaf5fa3 | ThomasV | 1 | +2 | -2 |
2019-09-12 10:32 | kivy: do not remove fee from tx value in history (minor) | ThomasV | 1 | +0 | -2 |
2019-09-12 10:26 | simplify get_tx_fee | ThomasV | 3 | +24 | -24 |
2019-09-12 01:44 | wallet: organise get_tx_fee. store calculated fees. storage version 19. | SomberNight | 4 | +121 | -42 |
2019-09-12 06:58 | follow-up 241873f0a4bcf907f5a4ae3bba087355a5f14c34 | ThomasV | 1 | +1 | -1 |
2019-09-11 19:47 | wallet: txi/txo small clean-up | SomberNight | 4 | +38 | -27 |
2019-09-12 02:05 | address_synchronizer.get_history now returns HistoryItem(NamedTuple)s | SomberNight | 4 | +53 | -33 |
2019-09-11 15:02 | return fees in history, show them in kivy GUI | ThomasV | 6 | +34 | -17 |
2019-09-11 15:08 | follow-up prev | ThomasV | 1 | +0 | -2 |
2019-09-11 15:06 | fix bug in lightning get_history: filter settled htlcs first | ThomasV | 1 | +4 | -1 |
2019-09-11 14:36 | kivy: request PIN to load_wallet only on android | ThomasV | 1 | +1 | -1 |
2019-09-11 09:58 | define LNWatcher.do_breach_remedy | ThomasV | 1 | +4 | -3 |
2019-09-11 09:49 | fix simple_config.estimate_fee | ThomasV | 1 | +3 | -3 |
2019-09-10 19:29 | kivy: attempt at handling (some) exceptions on startup | SomberNight | 1 | +13 | -1 |
2019-09-10 19:17 | storage: read/write sanity checks | SomberNight | 4 | +62 | -21 |
2019-09-10 18:19 | qt wizard: turn 'temp_storage' into local variable | SomberNight | 1 | +21 | -20 |
2019-09-10 18:18 | follow-up prev | SomberNight | 1 | +1 | -1 |
2019-09-10 17:39 | fix tests | SomberNight | 1 | +17 | -0 |
2019-09-10 16:26 | wallet: address_is_old is now checked using SPV (during sync) | SomberNight | 1 | +8 | -7 |
2019-09-10 16:01 | config: enforce that SimpleConfig is singleton | SomberNight | 9 | +33 | -25 |
2019-09-10 15:14 | follow-up on SingleConfig | ThomasV | 2 | +9 | -11 |
2019-09-10 15:10 | config: remove 'open_last_wallet' side-effecting | SomberNight | 6 | +25 | -22 |
2019-09-10 14:38 | follow-up: SimpleConfig is supposed to be singleton | SomberNight | 7 | +27 | -10 |
2019-09-10 14:24 | follow-up cefa4762ba904ef92d32b4c90005013dd7a7ac4a | ThomasV | 2 | +8 | -8 |
2019-09-10 07:25 | add comment in storage._write | ThomasV | 1 | +1 | -0 |
2019-09-10 06:57 | do not create multiple instances of SimpleConfig (fix #5629). Add config field to wallet | ThomasV | 11 | +97 | -104 |
2019-09-09 20:19 | qt: add some type hints | SomberNight | 3 | +21 | -8 |
2019-09-09 20:15 | daemon: make 'wallets' dict private | SomberNight | 2 | +23 | -22 |
2019-09-09 17:38 | transaction: kill "name", "csv_delay", "cltv_expiry" fields | SomberNight | 9 | +81 | -75 |
2019-09-09 16:49 | uncomment breach_remedy in watchtower | ThomasV | 2 | +3 | -2 |
2019-09-09 14:37 | Merge pull request #5628 from TheCharlatan/fixMultisigDigitalBitBox | ghost43 | 1 | +6 | -5 |
2019-09-09 09:58 | fix #5513 | ThomasV | 1 | +2 | -2 |
2019-09-09 07:58 | add wallet_path to kwargs in run_cmdline | ThomasV | 2 | +3 | -0 |
2019-09-09 04:28 | remove --wallet option for daemon. fixes #3752 | ThomasV | 1 | +6 | -2 |
2019-09-08 23:34 | wallet: address_is_old minor clean-up | SomberNight | 2 | +9 | -8 |
2019-09-08 22:24 | qt addresses list: use IntEnum for dropdown filters | SomberNight | 1 | +45 | -17 |
2019-09-08 17:25 | follo-up 35761d1241dbf2685f3fe2d7ee0c4795daec4260 | ThomasV | 1 | +3 | -0 |
2019-09-08 17:14 | Save remote policy of chanel in wallet file (for private channels) | ThomasV | 2 | +19 | -1 |
2019-09-08 16:55 | wine build: add --build to ./configure: prevents cross-comp. misdetect | SomberNight | 1 | +4 | -0 |
2019-09-08 16:47 | build: when building libsecp256k1, patch Makefile.am before autogen.sh | SomberNight | 2 | +2 | -2 |
2019-09-08 16:26 | wallet: fix maturity off-by-one | SomberNight | 1 | +5 | -4 |
2019-09-08 15:05 | kivy: commit png icons (for svg resources) into repo | SomberNight | 4 | +1 | -5 |
2019-09-08 13:41 | kivy amount_dialog: truncate btc amounts to max precision | SomberNight | 1 | +9 | -2 |
2019-09-08 10:06 | fix #5618 | ThomasV | 1 | +8 | -6 |
2019-09-07 05:37 | lnchannel: handle htlc-address collisions | SomberNight | 4 | +219 | -157 |
2019-09-07 05:29 | lnpeer: somewhat nicer log messages | SomberNight | 1 | +18 | -10 |
2019-09-06 16:36 | lnrouter: fix off-by-one in NUM_MAX_EDGES_IN_PAYMENT_PATH | SomberNight | 2 | +2 | -2 |
2019-09-06 16:27 | lnworker.invoices access now uses lock | SomberNight | 1 | +10 | -4 |
2019-09-06 16:09 | create class for ShortChannelID and use it | SomberNight | 8 | +110 | -76 |
2019-09-06 13:08 | only require libsecp256k1 if lightning is enabled | SomberNight | 3 | +15 | -5 |
2019-09-06 11:43 | fix #5605 | ThomasV | 1 | +3 | -1 |
2019-09-06 10:38 | fix CLI exception handling | ThomasV | 2 | +12 | -11 |
2019-09-06 09:06 | Fix CLI. Some commands require wallet_path. Return error on exception. | ThomasV | 3 | +37 | -38 |
2019-09-06 06:06 | ignore exceptions in payserver | ThomasV | 1 | +3 | -0 |
2019-09-05 21:22 | commands: try to fix tests | SomberNight | 2 | +13 | -13 |
2019-09-05 16:32 | channeldb.load_data: attempt at fixing race | SomberNight | 3 | +6 | -0 |
2019-09-05 16:31 | lnpeer: longer timeouts | SomberNight | 2 | +13 | -10 |
2019-09-05 16:30 | follow-up prev (commands) | SomberNight | 6 | +20 | -12 |
2019-09-05 15:57 | CLI: always use the daemon's cmd_runner, and pass the 'wallet' parameter explicitly to each command that requires it. Previous code was relying on side effects to set the wallet. This should fix #5614 | ThomasV | 3 | +154 | -147 |
2019-09-05 15:06 | kivy: fix ln channel open via scan_qr | SomberNight | 1 | +4 | -1 |
2019-09-05 13:00 | qt: minor fixes | ThomasV | 1 | +4 | -3 |
2019-09-05 12:43 | add PayServer settings to settings_dialog | ThomasV | 3 | +81 | -31 |
2019-09-05 11:21 | Qt: move settings dialog to a separate module | ThomasV | 2 | +505 | -436 |
2019-09-05 09:45 | fix websocket messages | ThomasV | 1 | +2 | -2 |
2019-09-05 09:36 | fix ssl config names, add new config tab | ThomasV | 2 | +10 | -8 |
2019-09-05 09:33 | for now, use PR_PAID for onchain unconfirmed | ThomasV | 2 | +4 | -4 |
2019-09-05 08:57 | http server: add ssl and bip70 signed requests | ThomasV | 6 | +44 | -23 |
2019-09-04 18:16 | commands: fix "close_wallet" | SomberNight | 2 | +9 | -10 |
2019-09-04 18:15 | commands: fix "restore" cmd | SomberNight | 3 | +13 | -22 |
2019-09-04 12:35 | CLI: remove timeout for offline commands | SomberNight | 1 | +3 | -3 |
2019-09-04 12:03 | README: mention submodule init | SomberNight | 1 | +1 | -0 |
2019-09-04 11:53 | fix #5617 | SomberNight | 2 | +28 | -11 |
2019-09-04 11:31 | storage: replace STO_EV_* ints with IntEnum | SomberNight | 5 | +32 | -29 |
2019-09-04 11:07 | disable http server by default | ThomasV | 1 | +5 | -4 |
2019-09-04 10:52 | Qt: fix request menu | ThomasV | 1 | +6 | -4 |
2019-09-04 10:39 | fix submodule | ThomasV | 1 | +1 | -1 |
2019-09-03 12:44 | Integrate http_server (previously in electrum-merchant) Use submodule to fetch HTML and CSS files | ThomasV | 10 | +123 | -237 |
2019-09-04 06:01 | do not raise exception when add_own_channel adds channel update from the cache | ThomasV | 1 | +2 | -1 |
2019-09-03 19:01 | add_own_channel does not need to be async | ThomasV | 2 | +3 | -3 |
2019-09-03 17:19 | hw wallets: show DeviceUnpairableError nicely in qt gui | SomberNight | 1 | +2 | -3 |
2019-09-03 16:56 | qt main_window: fix receive_at, rm dead code | SomberNight | 1 | +0 | -6 |
2019-09-03 16:37 | hw wallets: fix "show address" functionality in qt receive tab | SomberNight | 1 | +9 | -1 |
2019-09-03 16:33 | qt receive tab: fix on-chain pay.requests without amount | SomberNight | 1 | +1 | -1 |
2019-09-03 15:53 | follow-up a4b24df4bb123db86d0d75113b889c2453bdf25f | SomberNight | 1 | +2 | -2 |
2019-09-03 14:24 | wallet/keystore: small inheritance clean-up | SomberNight | 2 | +33 | -16 |
2019-09-03 12:51 | fix json error in listrequests | ThomasV | 1 | +1 | -1 |
2019-09-03 12:50 | fix create_menu error #5609 | ThomasV | 1 | +3 | -3 |
2019-09-03 12:34 | wallet.add_hw_info: also store "is_change" in output_info | SomberNight | 8 | +22 | -21 |
2019-09-03 12:20 | wallet.add_hw_info: minor clean-up | SomberNight | 1 | +7 | -8 |
2019-09-03 12:18 | (trivial) wine build: rm keys in Dockerfile | SomberNight | 1 | +2 | -0 |
2019-09-02 17:21 | appimage: don't rm jsonschema-*.dist-info as pkg needs it | SomberNight | 1 | +3 | -0 |
2019-09-02 17:04 | replace daemon 'start' subdommand with -d | ThomasV | 4 | +32 | -52 |
2019-09-02 16:38 | Merge pull request #5253 from AbdussamadA/update-utxo-list-label | ThomasV | 1 | +1 | -0 |
2019-09-02 16:35 | Merge pull request #5604 from MrNaif2018/master | ThomasV | 2 | +4 | -2 |
2019-09-02 15:32 | android build: persist gradle datadir | SomberNight | 1 | +3 | -0 |
2019-09-02 15:03 | only build one android apk on Travis (take 3...) | SomberNight | 1 | +1 | -3 |
2019-08-11 12:47 | Restructure invoices and requests (WIP) - Terminology: use 'invoices' for outgoing payments, 'requests' for incoming payments - At the GUI level, try to handle invoices in a generic way. - Display ongoing payments in send tab. | ThomasV | 13 | +563 | -359 |
2019-09-01 18:12 | (trivial) travis: move flake8 tests to first stage | SomberNight | 1 | +10 | -10 |
2019-09-01 18:05 | only build one android apk on Travis | SomberNight | 2 | +3 | -1 |
2019-09-01 16:23 | local jsonrpc: log exceptions daemon-side | SomberNight | 1 | +5 | -2 |
2019-09-01 15:52 | commands: add feerate param to payto/paytomany | SomberNight | 1 | +39 | -10 |
2019-09-01 13:49 | follow-up prev: only build one apk on Travis | SomberNight | 1 | +5 | -3 |
2019-09-01 13:38 | android apk: build two apks. ARMv7 and ARMv8 | SomberNight | 2 | +10 | -0 |
2019-08-31 17:08 | android build: don't download Apache ANT on every build | SomberNight | 2 | +15 | -1 |
2019-08-31 15:06 | android build: update kivy, p4a, buildozer | SomberNight | 2 | +15 | -8 |
2019-08-31 08:13 | kivy: call register_callback only from main_window. Display CTN in channel details. | ThomasV | 2 | +12 | -8 |
2019-08-31 07:19 | Syntax change: Require --offline to run commands without a daemon. That makes the syntax less ambiguous. It also makes it possible to implement a CLI that does not import all the electrum modules. | ThomasV | 3 | +39 | -30 |
2019-08-31 06:49 | remove redundant 'stop' in regtest setUp (should run a bit faster) | ThomasV | 1 | +0 | -1 |
2019-08-31 06:32 | main script: rm init_daemon (dead code), call sys_exit in init_cmdline | ThomasV | 1 | +2 | -25 |
2019-08-30 19:15 | pyinstaller binaries: include files needed by new jsonrpc libs | SomberNight | 2 | +4 | -0 |
2019-08-30 17:51 | lnpeer: make per-peer TaskGroup a field (as for interfaces), and use it | SomberNight | 2 | +8 | -4 |
2019-08-30 17:46 | network: handle main_taskgroup dying better. passthrough CancelledError | SomberNight | 3 | +8 | -3 |
2019-08-30 15:40 | Revert "Remove early return in create_sweeptxs_for_our_ctx." | ThomasV | 1 | +5 | -0 |
2019-08-30 15:40 | test_breach_with_spent_htlc: do not overwrite default_wallet, load toxic_wallet instead | ThomasV | 1 | +1 | -2 |
2019-08-30 13:57 | revert ed086934e5f57745580628a5706a6a40856c695a (this does not work well with travis) | ThomasV | 2 | +11 | -32 |
2019-08-30 13:18 | make regtests more robust | ThomasV | 1 | +57 | -83 |
2019-08-30 13:15 | In 'daemon start', do not return until the daemon can be reached | ThomasV | 1 | +32 | -5 |
2019-08-30 07:54 | Ignore exceptions raised in lnworker.on_network_update. Exception raised there may cancel the network's main taskgroup. | ThomasV | 1 | +9 | -1 |
2019-08-30 07:11 | Remove early return in create_sweeptxs_for_our_ctx. - This was added because we did not store the complete htlc history. - It makes the result dependent on the current channel state - That creates a race condition in sweep_info, because the result is cached. - As a result, test_breach_with_spent_htlc was randomly failing. | ThomasV | 1 | +0 | -5 |
2019-08-29 16:07 | android build: make sure to use correct pycryptodomex | SomberNight | 1 | +3 | -1 |
2019-08-29 12:37 | Remove electrumx.ml because of phishing (#5596) | EagleTM | 1 | +0 | -6 |
2019-08-29 10:37 | lnpeer: reestablish_channel - don't replay unacked msgs they alrdy have | SomberNight | 1 | +14 | -2 |
2019-08-29 08:20 | Merge pull request #5593 from wakiyamap/patch-1 | ThomasV | 1 | +1 | -1 |
2019-08-28 14:54 | qt channels list: fields should not be editable | SomberNight | 3 | +10 | -5 |
2019-08-27 16:03 | bip70 payreq: catch TimeoutError to avoid hanging "please wait" dialog | SomberNight | 1 | +3 | -4 |
2019-08-27 15:12 | make parsing lightning qr codes more robust | ThomasV | 2 | +12 | -9 |
2019-08-27 11:35 | (trivial) fix variable name | ThomasV | 1 | +1 | -1 |
2019-08-26 14:59 | minor fix: ensure request amount is not None | ThomasV | 1 | +1 | -1 |
2019-08-26 13:42 | Merge pull request #5537 from xaya/test-verify-header | ThomasV | 1 | +34 | -0 |
2019-08-26 10:48 | Travis: run regtests in separate job | ThomasV | 2 | +14 | -7 |
2019-08-26 09:35 | buildozer: use log_level=1 | ThomasV | 1 | +1 | -1 |
2019-08-25 16:58 | Merge pull request #5584 from JeremyRand/lnaddr-bech32 | ThomasV | 1 | +4 | -4 |
2019-08-25 09:39 | store qt-console-history in wallet file (fix #5563) | ThomasV | 1 | +2 | -3 |
2019-08-25 08:17 | Merge pull request #5582 from JeremyRand/test-lnchannel-outputs | ThomasV | 1 | +2 | -2 |
2019-08-25 08:17 | Merge pull request #5583 from JeremyRand/test-lnrouter-rev-genesis-bytes | ThomasV | 1 | +19 | -18 |
2019-08-23 13:46 | kivy: remove hidden state in RefLabel, use it for seed and private keys | ThomasV | 4 | +37 | -38 |
2019-08-23 10:15 | kivy: remove context menus, cleanup unused files | ThomasV | 11 | +208 | -603 |
2019-08-22 16:48 | Kivy GUI improvements: - create unique instances of channels_dialog and addresses_dialog - display and refresh balances in channels_dialog - improve formatting of tx history - repurpose left button in receive_tab | ThomasV | 6 | +147 | -64 |
2019-08-21 16:25 | Display and refresh the status of incoming payment requests: - All requests have an expiration date - Paid requests are automatically removed from the list - Unpaid, unconfirmed and expired requests are displayed - Fix a bug in get_payment_status, conf was off by one | ThomasV | 9 | +137 | -124 |
2019-08-20 16:20 | kivy: add expiration button to receive screen | ThomasV | 3 | +27 | -6 |
2019-08-20 14:07 | kivy: update receive screen after adding request | ThomasV | 1 | +1 | -1 |
2019-08-20 11:24 | lnpeer, minor fixes: - pass orphaned_ids to lnworker.add_new_ids - fix enumeration of get_unacked_local_updates() | ThomasV | 1 | +5 | -2 |
2019-08-20 07:01 | kivy: minor fixes | ThomasV | 2 | +3 | -1 |
2019-08-19 17:08 | fix Flake8 tests | ThomasV | 3 | +4 | -1 |
2019-08-19 16:51 | run freeze_packages | ThomasV | 4 | +83 | -39 |
2019-08-19 10:46 | Turn daemon subcommands into RPCs | ThomasV | 4 | +106 | -87 |
2019-08-19 08:50 | minor fix | ThomasV | 1 | +1 | -1 |
2019-08-19 07:16 | remove jsonrpclib dependency | ThomasV | 2 | +0 | -3 |
2019-08-15 11:17 | Rewrite JsonRPC requests using asyncio. - commands are async - the asyncio loop is started and stopped from the main script - the daemon's main loop runs in the main thread - use jsonrpcserver and jsonrpcclient instead of jsonrpclib | ThomasV | 9 | +322 | -359 |
2019-08-16 20:46 | (trivial) fix type annotation | SomberNight | 1 | +1 | -1 |
2019-08-16 20:45 | lnpeer: in onion errors, handle channel updates both with and w/o type | SomberNight | 1 | +10 | -3 |
2019-08-16 20:44 | lnpeer: use correct failure codes in _maybe_forward_htlc | SomberNight | 3 | +27 | -11 |
2019-08-16 20:40 | do not raise BaseException | SomberNight | 2 | +4 | -3 |
2019-08-16 20:37 | lnrouter/channeldb: small import clean-up | SomberNight | 2 | +7 | -34 |
2019-08-16 20:35 | lnpeer: send own outgoing channel updates to remote peer | SomberNight | 2 | +48 | -27 |
2019-08-16 20:31 | channeldb: also store "message_flags" field for channel updates | SomberNight | 2 | +13 | -4 |
2019-08-16 20:24 | lnpeer: restore "temp save orphan channel updates" functionality | SomberNight | 2 | +45 | -21 |
2019-08-16 20:03 | lnworker: fix silent TypeError in _calc_routing_hints_for_invoice | SomberNight | 3 | +8 | -5 |
2019-08-15 17:59 | tests: some regtest tests need to mine more blocks to expire CLTVs | SomberNight | 1 | +6 | -6 |
2019-08-15 17:34 | tests: regtest.sh now uses consistent indentation | SomberNight | 1 | +31 | -31 |
2019-08-15 17:31 | commands.py: fix type of "timeout" arg | SomberNight | 1 | +1 | -0 |
2019-08-15 17:21 | lnpeer: on_channel_open should not fail on server error | SomberNight | 1 | +4 | -2 |
2019-08-15 13:11 | minor fix: always initialize Commands.lnworker | ThomasV | 1 | +1 | -2 |
2019-08-15 10:25 | Daemon: Replace get_server with request. This function performs a single RPC, and may raise a DaemonNotRunning exception. | ThomasV | 2 | +37 | -34 |
2019-08-15 09:22 | (trivial) fix getbalance | ThomasV | 1 | +1 | -1 |
2019-08-15 07:58 | daemon: simplify get_fd_or_server | ThomasV | 2 | +10 | -7 |
2019-08-14 19:47 | lnpeer: shutdown should wait until no HTLCs remain | SomberNight | 1 | +3 | -2 |
2019-08-14 19:43 | lnpeer: failed htlc error handling ignored length of channel_update | SomberNight | 1 | +8 | -7 |
2019-08-14 19:41 | lnpeer: add a few sanity checks to payment-forwarding (and related) | SomberNight | 2 | +47 | -12 |
2019-08-14 19:38 | lnworker: rework "is_dangerous" | SomberNight | 4 | +63 | -17 |
2019-08-14 19:35 | lnhtlc: htlcs_by_direction now returns dict keyed by htlc_id | SomberNight | 4 | +22 | -21 |
2019-08-14 12:15 | add jsonrpcserver/jsonrpcclient to requirements | ThomasV | 1 | +2 | -0 |
2019-07-30 09:47 | use aiohttp + jsonrpcserver in watchtower | ThomasV | 1 | +39 | -17 |
2019-08-13 08:44 | remove unused import | ThomasV | 1 | +0 | -1 |
2019-08-12 18:44 | lnpeer: make sure forwarding is disabled by default | SomberNight | 2 | +8 | -2 |
2019-08-12 16:37 | lnhtlc: local update raw messages must not be deleted before acked | SomberNight | 4 | +63 | -16 |
2019-08-12 15:06 | lnpeer: reestablish_channel - always replay unacked local updates | SomberNight | 1 | +12 | -8 |
2019-08-12 16:17 | qt: do not show paid requests | ThomasV | 2 | +7 | -2 |
2019-08-12 16:14 | fix race condition with channel_timestamps | ThomasV | 1 | +4 | -1 |
2019-08-12 16:05 | require data loss protect | ThomasV | 1 | +1 | -1 |
2019-08-12 15:54 | test funding_txn_minimum_depth, show it in GUI | ThomasV | 5 | +22 | -10 |
2019-08-12 12:22 | lnpeer: fix and simplify tests in maybe_send_commitment | ThomasV | 1 | +7 | -13 |
2019-08-11 12:51 | channel_db: load_data should load node_info | ThomasV | 1 | +4 | -0 |
2019-08-09 13:51 | kivy: show pending requests in receive tab instead of dialog | ThomasV | 3 | +141 | -195 |
2019-08-08 10:55 | kivy: lnpay_thread | ThomasV | 1 | +6 | -0 |
2019-08-08 09:47 | qt gui: simplify signals | ThomasV | 1 | +9 | -16 |
2019-08-02 08:03 | simplify tx history: do not use separate columns for lightning | ThomasV | 2 | +20 | -31 |
2019-08-05 16:51 | simple_config.estimate_fee: make sure method never fails | SomberNight | 1 | +11 | -6 |
2019-08-05 15:47 | lnhtlc.discard_unsigned_remote_updates: fix edge case | SomberNight | 1 | +6 | -2 |
2019-08-05 15:46 | lnpeer: should not mark channel as OPEN if reestablish did not complete | SomberNight | 1 | +5 | -6 |
2019-08-05 15:43 | lnpeer: reestablish_channel - fix data_loss_protect edge case | SomberNight | 3 | +12 | -1 |
2019-08-05 14:49 | move all ctn book-keeping to lnhtlc (from lnchannel) | SomberNight | 6 | +39 | -38 |
2019-08-04 02:55 | lnchannel: ctx output-ordering: identical htlcs are ordered by CLTV | SomberNight | 4 | +15 | -2 |
2019-08-03 15:34 | lnchannel: start using "latest" and "next" instead of "current" and "pending" | SomberNight | 6 | +126 | -154 |
2019-08-02 16:58 | lnworker: only reestablish channels after on-chain state is synchronized | SomberNight | 1 | +3 | -0 |
2019-08-02 16:04 | implement data_loss_protect | SomberNight | 3 | +46 | -10 |
2019-08-02 15:58 | lnpeer: make feature-bit testing easier | SomberNight | 2 | +9 | -3 |
2019-08-02 15:55 | lnpeer: reestablish_channel - replay un-acked local updates | SomberNight | 2 | +40 | -6 |
2019-08-02 19:00 | lnpeer: reestablish_channel - discard unsigned remote updates | SomberNight | 2 | +21 | -0 |
2019-08-02 18:54 | lnhtlc: move 'next_htlc_id' from ChannelConfig to lnhtlc log | SomberNight | 5 | +21 | -13 |
2019-08-02 18:30 | lnpeer: make reestablish_channel saner | SomberNight | 2 | +53 | -60 |
2019-08-02 18:29 | lnhtlc: rename ctx_pending to revack_pending, and persist it | SomberNight | 1 | +26 | -10 |
2019-08-02 19:28 | lnworker: small clean-up of short_channel_id format | SomberNight | 1 | +8 | -5 |
2019-08-02 17:57 | lnpeer: channel_reestablished is now a queue (instead of future) | SomberNight | 1 | +4 | -5 |
2019-08-02 16:05 | lnchannel: trivial clean-up | SomberNight | 2 | +2 | -7 |
2019-08-02 09:43 | lnpay: check whether invoice has been paid | ThomasV | 1 | +8 | -5 |
2019-08-01 08:53 | kivy fix: get_latest_feerate | ThomasV | 1 | +1 | -1 |
2019-07-30 11:28 | lnworker.get_invoice_status: test if invoice is expired | ThomasV | 2 | +10 | -2 |
2019-07-29 09:16 | use aiohttp+jsonrpcclient to sync with remote watchtower | ThomasV | 1 | +17 | -21 |
2019-07-28 19:05 | fix: remove unused parameter to add_sweep_tx | ThomasV | 2 | +3 | -3 |
2019-07-26 15:03 | refactor a few lnchannel methods | ThomasV | 2 | +46 | -32 |
2019-07-28 14:49 | fix: constraints.feerate -> get_latest_feerate | ThomasV | 1 | +3 | -2 |
2019-07-05 12:42 | Synchronize watchtower asynchronously: | ThomasV | 10 | +189 | -137 |
2019-07-26 23:23 | (trivial) fix type annotation | SomberNight | 2 | +2 | -2 |
2019-07-26 23:05 | lnchannel: move fee update logic to lnhtlc (and hopefully fix it) | SomberNight | 5 | +152 | -86 |
2019-07-23 17:23 | revamp fee updates (draft) | ThomasV | 4 | +109 | -104 |
2019-07-26 22:59 | lnhtlc: (fix) was locking in too many updates during commit/revoke | SomberNight | 5 | +171 | -125 |
2019-07-23 18:14 | cli: fix add_peer cmd | SomberNight | 3 | +6 | -4 |
2019-07-22 07:05 | cleanup revoke_current_commitment | ThomasV | 1 | +12 | -20 |
2019-07-15 07:23 | follow-up prev commit: pass is_mine to _edge_cost | ThomasV | 1 | +6 | -4 |
2019-07-13 06:46 | Do not route through channels for which we did not receive both updates, because this often means one of the nodes is offline. | ThomasV | 3 | +20 | -3 |
2019-07-11 11:50 | fix: delete from channel_db | ThomasV | 2 | +17 | -9 |
2019-07-04 08:50 | channel_db: update channels_for_node when removing channel | ThomasV | 1 | +5 | -2 |
2019-07-03 06:46 | Use one LNWatcher instance per wallet | ThomasV | 3 | +44 | -48 |
2019-07-03 06:40 | improve regtest.sh with wait functions | ThomasV | 1 | +22 | -20 |
2019-07-03 06:15 | fix type: list | ThomasV | 1 | +1 | -1 |
2019-07-01 21:10 | regtest: remove cost limit | ThomasV | 1 | +1 | -1 |
2019-07-01 18:26 | lnwatcher: wait until lnwatcher is fully synchronized before check_onchain_situation | ThomasV | 1 | +1 | -1 |
2019-06-24 09:13 | Perform breach remedy without sweepstore: - add functions to lnsweep - lnworker: analyze candidate ctx and htlc_tx - watchtower will be optional - add test for breach remedy with spent htlcs - save tx name as label | ThomasV | 8 | +280 | -95 |
2019-06-27 07:03 | get rid of sql_alchemy | ThomasV | 4 | +153 | -147 |
2019-06-26 07:54 | Do not store message payloads in channel db. Use single primary key for addresses. | ThomasV | 1 | +5 | -24 |
2019-06-18 11:49 | optimize channel_db: - use python objects mirrored by sql database - write sql to file asynchronously - the sql decorator is awaited in sweepstore, not in channel_db | ThomasV | 11 | +435 | -454 |
2019-06-22 07:47 | separate channel_db module | ThomasV | 3 | +596 | -538 |
2019-06-17 14:55 | comment out convert, add logging statement | ThomasV | 2 | +2 | -1 |
2019-06-17 06:29 | kivy: simplify open_channel dialog | ThomasV | 4 | +57 | -53 |
2019-06-14 18:45 | pycryptodomex for android | SomberNight | 2 | +5 | -2 |
2019-06-17 07:30 | remove expensive sql request, python set comparison is faster | ThomasV | 2 | +5 | -14 |
2019-06-14 11:01 | Rework wallet history methods: - wallet.get_full_history returns onchain and lightning - capital gains are returned by get_detailed_history - display lightning history in kivy - command line: separate lightning and onchain history | ThomasV | 4 | +112 | -87 |
2019-06-13 17:06 | lnpeer: some exception handling clean up | SomberNight | 1 | +17 | -10 |
2019-06-13 16:52 | lnworker: set DATA_LOSS_PROTECT flag for LNGossip too | SomberNight | 1 | +3 | -1 |
2019-06-13 16:04 | qt channels list: add "short channel id" column | SomberNight | 1 | +8 | -5 |
2019-06-13 15:59 | do not "import *" | SomberNight | 1 | +4 | -6 |
2019-06-13 15:56 | qt ChannelsList: some clean-up | SomberNight | 1 | +27 | -7 |
2019-06-13 15:33 | qt receive tab: fix update_receive_address_styling | SomberNight | 1 | +7 | -1 |
2019-06-13 15:32 | qt main window: hide "Channels" tab if lightning is disabled | SomberNight | 1 | +2 | -1 |
2019-06-10 12:05 | GUI refactoring for Kivy and lightning. This also touches Qt and wallet code. | ThomasV | 18 | +329 | -598 |
2019-06-07 08:45 | display lightning payment attempts using signal | ThomasV | 3 | +17 | -6 |
2019-06-08 16:45 | on_revoke_and_ack: be robust to exceptions raised in lnwatcher | ThomasV | 1 | +6 | -2 |
2019-06-08 16:37 | fix watchtower: sweep_tx must not be None | ThomasV | 1 | +2 | -1 |
2019-06-08 15:46 | lnworker: fix reestablish_peer_for_given_channel by passing chan explicitly | ThomasV | 1 | +22 | -20 |
2019-06-08 13:14 | fix encode_msg: optional fields were not sent | ThomasV | 1 | +3 | -5 |
2019-06-07 10:28 | send data_loss_protect fields if we support it | ThomasV | 1 | +1 | -2 |
2019-06-07 10:24 | on_commitment_signed: distinguish between exceptions | ThomasV | 1 | +6 | -4 |
2019-06-06 07:50 | qt: add clear button to receive tab, show invoice right after it is added | ThomasV | 3 | +10 | -10 |
2019-06-06 07:43 | request_lists: remove non-sense | ThomasV | 1 | +0 | -2 |
2019-06-05 09:08 | lnworker improvements: - enable option data_loss_protect - separate add_peer from open_channel - display exceptions raised in open_channel | ThomasV | 3 | +33 | -20 |
2019-06-04 13:55 | regtest: use while loops instead of fine-tuned delays | ThomasV | 1 | +36 | -11 |
2019-06-04 09:37 | encapsulate detect_who_closed in channel | ThomasV | 3 | +20 | -30 |
2019-06-04 08:51 | lnworker: catch exceptions raised by add_future_tx | ThomasV | 1 | +5 | -1 |
2019-06-03 20:00 | simplify_lnsweep | ThomasV | 2 | +65 | -106 |
2019-05-31 09:55 | lnhtlc: use boolean instead of int in ctn_latest | ThomasV | 1 | +25 | -21 |
2019-05-30 20:17 | lnhtlc: fix adding htlc between sending commitment_signed and receiving revoke_and_ack | SomberNight | 5 | +51 | -17 |
2019-05-30 19:46 | raise PaymentFailure in case of timeout (follow-up previous commit) | ThomasV | 2 | +6 | -2 |
2019-05-30 19:04 | move lnpay attempts logic to lnworker.pay | ThomasV | 3 | +18 | -15 |
2019-05-30 14:49 | lnsweep: minor fix | ThomasV | 1 | +1 | -1 |
2019-05-30 11:17 | lnworker: do not create sweep transactions before outputs can be redeemed | ThomasV | 4 | +59 | -53 |
2019-05-30 09:36 | fix tests broken by previous commit | ThomasV | 1 | +34 | -12 |
2019-05-30 08:11 | Let lnworker sweep HTLC outputs after breach, instead of lnwatcher | ThomasV | 2 | +28 | -77 |
2019-05-29 20:08 | on_network_update: check if channel is closed | ThomasV | 1 | +2 | -0 |
2019-05-29 15:34 | redeem htlcs: - fix bug in lnsweep: lnwatcher transactions were indexed by prev_txid - add test for breach remedy with unsettled htlcs - add timeout option to lnpay, and replace DO_NOT_SETTLE with SETTLE_DELAY so that we can read intermediate commitment tx in regtest | ThomasV | 8 | +73 | -32 |
2019-05-29 09:56 | lnsweep: simplify a few methods | ThomasV | 1 | +40 | -68 |
2019-05-25 04:02 | rework on_channel_closed in LNWorker: - use detect_who_closed; this allows us to redeem to_remote of breach ctx - do not redeem to_local of breach ctx, because it is redundant with lnwatcher - rename a few methods | ThomasV | 3 | +33 | -51 |
2019-05-23 14:13 | channel close handling: detect situation based on output addresses | SomberNight | 3 | +95 | -9 |
2019-05-28 18:47 | set default to_self_delay to 1 day | SomberNight | 2 | +3 | -2 |
2019-05-28 18:45 | ChannelDB: trivial bugfix for get_channels_for_node | SomberNight | 1 | +2 | -2 |
2019-05-28 11:11 | add to_remote to breach test | ThomasV | 1 | +11 | -4 |
2019-05-28 10:17 | add function new_blocks to simplify regtests | ThomasV | 1 | +16 | -9 |
2019-05-26 05:27 | qt ChannelDetails: fix show_tx | SomberNight | 1 | +1 | -1 |
2019-05-26 03:58 | move lnworker.first_block to constants | SomberNight | 3 | +11 | -10 |
2019-05-26 03:30 | lnpeer: process gossip in chunks | SomberNight | 1 | +18 | -13 |
2019-05-26 03:29 | ChannelDB.on_node_announcement: some speed-up | SomberNight | 1 | +2 | -1 |
2019-05-26 03:27 | fix ChannelDB.compare_channels: was raising "too many SQL variables" | SomberNight | 2 | +13 | -7 |
2019-05-23 19:05 | tests/regtest: stop using "bitcoin-cli generate" (deprecated) | SomberNight | 2 | +15 | -13 |
2019-05-23 13:16 | gui: channel_details minor fix | ThomasV | 1 | +2 | -4 |
2019-05-23 12:26 | minor fixes: remove_channel | ThomasV | 2 | +4 | -4 |
2019-05-23 10:37 | redo LNWorker pay: - wait until htlc has been fulfilled - raise if htlc is not fulfilled - return boolean success - try multiple paths in GUI | ThomasV | 6 | +24 | -42 |
2019-05-23 09:58 | gui channels_list fixes | ThomasV | 1 | +4 | -5 |
2019-05-22 10:30 | improve lightning_dialog GUI settings | ThomasV | 3 | +56 | -32 |
2019-05-21 10:06 | update electrumx starting script | ThomasV | 1 | +3 | -3 |
2019-05-20 08:26 | channel blacklist: minor fix | ThomasV | 1 | +3 | -1 |
2019-05-19 11:24 | add option to remove channel after it has been closed | ThomasV | 2 | +51 | -26 |
2019-05-19 09:55 | do not include 'force_closing' in channel states, because it is not part of the peer protocol | ThomasV | 4 | +18 | -20 |
2019-05-18 11:15 | fix: key must be unique (sql) | ThomasV | 1 | +8 | -6 |
2019-05-18 09:03 | gui: improve display of lightning status | ThomasV | 2 | +14 | -14 |
2019-05-16 17:00 | improve filter_channel_updates blacklist channels that do not really get updated | ThomasV | 2 | +106 | -74 |
2019-05-16 09:47 | query_short_channel_ids: use Event instead of Lock | ThomasV | 1 | +10 | -5 |
2019-05-16 09:32 | fix: add_channel_update | ThomasV | 1 | +2 | -2 |
2019-05-16 07:56 | prune channels older than two weeks from database | ThomasV | 3 | +69 | -25 |
2019-05-15 14:09 | verify channel updates in peer's TaskGroup | ThomasV | 4 | +107 | -86 |
2019-05-15 10:30 | use a single queue for gossip messages, so that they are processed in the correct order | ThomasV | 3 | +60 | -52 |
2019-05-15 08:27 | verify node and channel announcements before entering sql lock | ThomasV | 3 | +49 | -35 |
2019-05-14 19:24 | lnpeer query_short_channel_ids: BOLT-07 says ids must be sorted | SomberNight | 1 | +1 | -0 |
2019-05-14 18:52 | lnpeer reply_channel_range: handle lnd | SomberNight | 1 | +20 | -3 |
2019-05-13 20:33 | parallelize short_channel_id requests | ThomasV | 4 | +82 | -62 |
2019-05-13 12:30 | LNGossip: sync channel db using query_channel_range | ThomasV | 3 | +168 | -59 |
2019-05-08 10:41 | save lightning invoice descriptions as labels and allow user to edit them | ThomasV | 3 | +12 | -13 |
2019-05-07 08:34 | post-rebase fix | ThomasV | 1 | +0 | -1 |
2019-05-07 07:10 | lightning network dialog | ThomasV | 5 | +159 | -157 |
2019-05-07 06:38 | use config instead of watchtower_window to decide if we close the app | ThomasV | 1 | +10 | -10 |
2019-05-06 14:52 | add labels to lightning history | ThomasV | 4 | +20 | -12 |
2019-05-06 13:58 | lightning: GUI improvements | ThomasV | 3 | +6 | -6 |
2019-05-06 10:35 | get_payments: do not include failed payments | ThomasV | 1 | +3 | -1 |
2019-05-06 10:26 | wallet: add lnworker in constructor for CLI | ThomasV | 1 | +3 | -3 |
2019-05-06 10:01 | fix column names | ThomasV | 1 | +1 | -1 |
2019-05-05 11:34 | do not SPV channel announcements; this is too resource intensive | ThomasV | 1 | +1 | -1 |
2019-05-05 11:19 | update regexp syntax | ThomasV | 1 | +2 | -2 |
2019-05-03 18:52 | follow-up previous | ThomasV | 1 | +2 | -2 |
2019-05-03 14:42 | enable lightning through command line option | ThomasV | 12 | +51 | -30 |
2019-05-02 16:33 | logging (follow-up rebase) | ThomasV | 1 | +3 | -3 |
2019-05-02 16:09 | fix tests | SomberNight | 2 | +9 | -6 |
2019-05-02 15:59 | logging: adapt lightning branch to logging changes | SomberNight | 10 | +142 | -126 |
2019-04-26 10:48 | Use separate lightning nodes for gossip and channel operations. | ThomasV | 5 | +215 | -186 |
2019-04-30 08:31 | remove test_require_data_loss_protect | ThomasV | 1 | +0 | -8 |
2019-03-21 11:44 | lnrouter: load data before finding path | ThomasV | 2 | +38 | -36 |
2019-03-22 09:09 | minor fix | ThomasV | 1 | +2 | -3 |
2019-03-21 16:34 | lnhtlc: handle fails asymmetrically | SomberNight | 2 | +103 | -85 |
2019-03-21 21:52 | lnchan: make_commitment and balance (follow-up prev) | SomberNight | 1 | +27 | -18 |
2019-03-21 21:51 | lnhtlc: small clean-up / docstrings | SomberNight | 4 | +36 | -22 |
2019-03-07 16:03 | lnhtlc: add type hints | SomberNight | 1 | +23 | -21 |
2019-03-21 14:20 | follow-up prev commit | ThomasV | 1 | +1 | -0 |
2019-03-21 12:35 | fix verify_sig_for_channel_update: use raw message | ThomasV | 2 | +2 | -2 |
2019-03-21 11:37 | lnpeer: - disable option data_loss_protect - disable query_short_channel_ids - increase timeouts in pay | ThomasV | 1 | +45 | -34 |
2019-03-20 08:53 | lnwatcher fixes | ThomasV | 1 | +8 | -6 |
2019-03-19 12:24 | increase timeout in open_channel | ThomasV | 2 | +4 | -2 |
2019-03-19 11:58 | lnpeer: - send data_loss_protect fields with channel_reestablish - close connection if we receive an unknown channel_reestablish - log all exceptions that make us close a connection - formatting | ThomasV | 1 | +33 | -19 |
2019-03-19 11:46 | lnrouter: fix get_last_good_address: one_or_none -> all | ThomasV | 1 | +4 | -7 |
2019-03-19 09:17 | lightning tx: remove amount from label | ThomasV | 1 | +1 | -1 |
2019-03-18 11:24 | channel_db: fix timestamp_range, reduce verbosity | ThomasV | 2 | +11 | -7 |
2019-03-18 10:03 | lnrouter fixes: - use gossip_queries_req instead of initial_routing_sync - add connected nodes to recent peers only after successful init - derive timestamp used with gossip_timestamp_filter from channel_db - fix query_short_channel_ids: 1. channel IDs must be sorted with zlib 2. limit request to 100 3. do not abuse this to request node_announcements; it is fine not to have all nodes. - fix get_recent_peers: 1. do not set last_connected_date to 'now' if we never connected a node 2. sql query was misconstructed and was returning only one peer - populate FALLBACK_NODE_LIST_MAINNET with nodes that have the requested flags | ThomasV | 4 | +86 | -87 |
2019-03-17 10:54 | fix sql conflicts in lnrouter | ThomasV | 1 | +70 | -68 |
2019-03-16 20:21 | gui: show only initialized peers | ThomasV | 1 | +1 | -1 |
2019-03-16 20:20 | lnpeer: spawn wait_for(self.initialized) to kill the TaskGroup if it times out | ThomasV | 1 | +7 | -3 |
2019-03-15 14:47 | lnrouter: fix primary key conflict in Policy update | ThomasV | 1 | +22 | -22 |
2019-03-14 17:31 | add get_channel_ctx to CLI, for testing breaches | ThomasV | 3 | +12 | -7 |
2019-03-11 20:00 | cleanup tests that use regtest: - separate setup from execution - install bitcoind and electrumx in travis - use the same framework for lnwatcher and forwarding - make tests runnable locally | ThomasV | 11 | +201 | -280 |
2019-03-14 08:47 | fix local_index in channel _shutdown | ThomasV | 2 | +4 | -5 |
2019-03-12 17:33 | basic watchtower synchronization | ThomasV | 6 | +53 | -42 |
2019-03-12 12:53 | follow-up variable renaming | ThomasV | 1 | +1 | -1 |
2019-03-11 20:00 | test forwarding | ThomasV | 1 | +17 | -16 |
2019-03-11 14:34 | fix icons in receive tab | ThomasV | 1 | +2 | -2 |
2019-03-01 18:32 | force-close channel if unfulfilled htlc is close to cltv expiry | ThomasV | 2 | +17 | -0 |
2019-03-07 17:21 | fix tests (follow up prev commit) | ThomasV | 3 | +10 | -5 |
2019-03-07 16:51 | save timestamps in htlc log | ThomasV | 6 | +40 | -39 |
2019-03-07 15:33 | follow-up previous commit | ThomasV | 1 | +2 | -2 |
2019-03-07 15:15 | factorize channel opening code into chan.open_with_first_pcp | ThomasV | 2 | +8 | -9 |
2019-03-07 14:53 | simplify points, remove side-effect in reestablish_channel | ThomasV | 2 | +11 | -20 |
2019-03-07 13:39 | fix local/remote confusion in reestablish_channel | ThomasV | 1 | +14 | -9 |
2019-03-07 11:44 | do not duplicate ctn in channel log and config | ThomasV | 2 | +27 | -26 |
2019-03-07 09:38 | lnhtlc: remove unused field in log | ThomasV | 1 | +0 | -1 |
2019-03-07 09:25 | reestablish_peers_and_channels: spawn tasks in for loop | ThomasV | 1 | +2 | -5 |
2019-03-06 15:13 | post rebase fixes | ThomasV | 5 | +10 | -12 |
2019-03-06 11:32 | lnhtlc: rename ctnheights -> ctn | ThomasV | 1 | +19 | -26 |
2019-03-06 09:51 | lnwatcher: store transactions as binary | ThomasV | 2 | +2 | -3 |
2019-03-06 08:56 | create parent class for sql databases | ThomasV | 3 | +72 | -82 |
2019-03-05 16:28 | lnwatcher: save sweepstore in sqlite database | ThomasV | 2 | +124 | -43 |
2019-03-06 05:17 | start asyncio loop in test_lnrouter and test_lnpeer | ThomasV | 2 | +32 | -10 |
2019-03-06 05:16 | sqlite: do not use scoped_session | ThomasV | 1 | +4 | -6 |
2019-03-05 17:28 | add sqlalchemy to requirements | ThomasV | 1 | +1 | -0 |
2019-03-05 16:37 | follow-up previous commit | ThomasV | 2 | +6 | -6 |
2019-03-05 11:20 | lnrouter: perform SQL requests in a separate thread. persist database. | ThomasV | 1 | +54 | -27 |
2019-03-05 10:22 | Flatten the structure of lnrouter, so that DBSession is not used outside of ChannelDB | ThomasV | 2 | +82 | -86 |
2019-02-21 17:55 | sqlite in lnrouter: lnpeer: introduce _gossip_loop for gossip handling separated from message handling | Janus | 3 | +42 | -28 |
2019-02-20 20:06 | sqlite in lnrouter: remove useless InDB suffix | Janus | 1 | +32 | -32 |
2019-02-20 20:03 | sqlite in lnrouter: request missing channel_announcements and node_announcements | Janus | 2 | +17 | -1 |
2019-02-12 18:34 | sqlite in lnrouter: avoid exceptions on shutdown | Janus | 1 | +15 | -11 |
2019-02-01 19:59 | sqlite in lnrouter | Janus | 8 | +424 | -422 |
2019-03-01 13:54 | add 'txpos' field to lightning history items, in case two transactions have the same timestamp | ThomasV | 1 | +5 | -2 |
2019-03-01 11:34 | add future transactions to address synchronizer | ThomasV | 4 | +23 | -9 |
2019-03-01 08:01 | history: add column for ln amount | ThomasV | 1 | +28 | -20 |
2019-03-01 04:29 | fix amount_msat sign in get_history | ThomasV | 1 | +2 | -2 |
2019-02-28 17:29 | follow-up previous commit | ThomasV | 1 | +1 | -1 |
2019-02-28 05:08 | improve watchtower gui | ThomasV | 2 | +56 | -21 |
2019-02-27 10:42 | lightning: display forwarded payments as a single history item | ThomasV | 3 | +33 | -20 |
2019-02-27 09:51 | lnchannel: pass reference to lnworker | ThomasV | 4 | +16 | -31 |
2019-02-27 09:10 | lnchannel: save timestamp when we settle | ThomasV | 1 | +6 | -1 |
2019-02-27 08:53 | ln_message: trigger notification instead of popup | ThomasV | 1 | +1 | -1 |
2019-02-26 20:28 | lnchannel: save htlc preimages as soon as possible but horribly hacky | SomberNight | 3 | +17 | -12 |
2019-02-26 19:56 | lnchannel: only consider payments finished when we revoke our old ctx | SomberNight | 3 | +16 | -18 |
2019-02-26 19:21 | lnhtlc: revert 0c4e7b856f8c96c4f0a33bf3e0d1c8fd8184bd36 | SomberNight | 1 | +10 | -2 |
2019-02-26 16:33 | travis: don't build binaries on ln branch (also for appimage) | SomberNight | 1 | +2 | -1 |
2019-02-26 16:30 | qt: update whole gui on every LN payment | SomberNight | 1 | +7 | -1 |
2019-02-26 16:28 | lnpeer: check that remote only sends commit_sig if there are changes | SomberNight | 1 | +13 | -3 |
2019-02-26 15:34 | qt: handle LN invoices better in Send tab | SomberNight | 2 | +32 | -9 |
2019-02-26 15:31 | lnworker: minor clean-up re payment_completed | SomberNight | 3 | +12 | -8 |
2019-02-26 12:53 | lnhtlc: fix received_in_ctn (LOCAL->REMOTE) | ThomasV | 1 | +1 | -1 |
2019-02-20 21:04 | tmp fix for circular imports | SomberNight | 1 | +2 | -3 |
2019-02-20 19:05 | qt request_list: disable editing existing items | SomberNight | 1 | +2 | -1 |
2019-02-20 18:50 | qt request_list: minor fix for context menu | SomberNight | 1 | +3 | -5 |
2019-02-20 17:54 | qt request_list: fix changing between items | SomberNight | 1 | +3 | -1 |
2019-02-14 20:42 | lnhtlc: handle settles like adds (asymmetrical across ctns) | Janus | 5 | +79 | -61 |
2019-02-14 17:59 | more post-rebase fixups | SomberNight | 2 | +1 | -1 |
2019-02-14 16:53 | lnchannel: add_htlc and receive_htlc now take and return UpdateAddHtlc | SomberNight | 4 | +89 | -67 |
2019-02-13 14:46 | lightning: Save invoices and preimages separately. Save preimages when forwarding | ThomasV | 7 | +72 | -59 |
2019-02-13 09:59 | lnpeer: distinguish local and remote pending updates | ThomasV | 1 | +22 | -16 |
2019-02-12 10:27 | lnchannel: reformatting | ThomasV | 1 | +7 | -6 |
2019-02-12 10:26 | lnpeer: send commitment after receiving updates | ThomasV | 1 | +6 | -1 |
2019-02-12 08:35 | move lightning icon | ThomasV | 1 | +0 | -0 |
2019-02-11 21:23 | lightning post-rebase fixups | SomberNight | 4 | +9 | -8 |
2019-02-11 16:22 | follow-up previous commit | ThomasV | 1 | +2 | -2 |
2019-02-11 15:55 | lnpeer: replace asyncio.sleep with events | ThomasV | 1 | +8 | -2 |
2019-02-11 15:31 | code refactoring: _maybe_fullfill_htlc, _maybe_forward_htlc | ThomasV | 1 | +43 | -39 |
2019-02-11 14:58 | lnchannel: fix error message | ThomasV | 1 | +1 | -1 |
2019-02-04 11:37 | Refactor LNPeer in order to support HTLC forwarding: 1. Do not perform channel updates in coroutines, because they would get executed in random order. 2. After applying channel updates, wait only for the relevant commitment (local or remote) and not for both, because local and remote might be out of sync (BOLT 2). 3. When waiting for a commitment, wait until a given ctn has been reached, because a queue cannot be shared by several coroutines | ThomasV | 2 | +67 | -52 |
2019-02-10 18:17 | test_lnpeer: add names | ThomasV | 1 | +15 | -11 |
2019-02-09 09:29 | Rename lnchan, lnchannel_verifier, lnbase Auto-completions are a pain if files share a long prefix | ThomasV | 17 | +3209 | -3210 |
2019-02-08 19:32 | lnworker: save outgoing invoice when initiating payment | Janus | 4 | +8 | -5 |
2019-02-08 17:23 | qt: channel_details: prevent crash on stuck SENT htlc | Janus | 1 | +7 | -3 |
2019-02-05 16:56 | move lightning message encoding to new lnmsg module | Janus | 4 | +164 | -153 |
2019-02-07 17:15 | lightning: post-rebase fixes, read_QIcon and invalid import | Janus | 4 | +8 | -11 |
2019-02-04 11:34 | test_forwarding: do not set HOME | ThomasV | 1 | +29 | -29 |
2019-02-03 14:27 | lnbase: rename methods, fix tests | ThomasV | 2 | +13 | -7 |
2019-02-03 10:59 | script that tests htlc forwarding | ThomasV | 1 | +71 | -0 |
2019-02-03 07:00 | Forward HTLCs | ThomasV | 1 | +30 | -4 |
2019-02-02 21:47 | lnworker: get_channel_by_short_id | ThomasV | 1 | +9 | -11 |
2019-02-02 21:37 | lnpeer: receive_and_revoke, send_and_revoke | ThomasV | 1 | +35 | -28 |
2019-02-02 16:00 | set short_channel_id regardless of channel state, because peer might be disconnected | ThomasV | 1 | +5 | -9 |
2019-02-02 13:47 | show amount in channel opening/closure | ThomasV | 1 | +1 | -1 |
2019-02-02 12:49 | fix: test short_channel_id before removing from channel_db | ThomasV | 1 | +2 | -1 |
2019-02-02 12:30 | history tab: render channel opening/closure on a single line | ThomasV | 1 | +19 | -8 |
2019-02-02 11:06 | restructure channel_reestablish, resend funding_locked if needed | ThomasV | 2 | +19 | -27 |
2019-02-02 08:58 | fix tests | ThomasV | 4 | +9 | -8 |
2019-02-02 07:53 | move LNPeer handshake back into initialize | ThomasV | 3 | +4 | -5 |
2019-02-01 20:22 | history: better handling of None timestamps | ThomasV | 2 | +6 | -6 |
2019-02-01 19:40 | follow-up previous commit | ThomasV | 1 | +4 | -1 |
2019-02-01 19:21 | create transport and perform handshake before creating Peer | ThomasV | 4 | +43 | -43 |
2019-02-01 18:05 | do not add ephemeral addresses to recent peers | ThomasV | 2 | +5 | -3 |
2019-02-01 17:28 | fix channel closure when it was requested by the remote party | ThomasV | 1 | +9 | -7 |
2019-02-01 14:27 | CLI: use funding_point in channel_open and channel_close. add host:port to nodeid | ThomasV | 2 | +14 | -7 |
2019-01-31 18:43 | rpartition->rsplit | ThomasV | 1 | +4 | -4 |
2019-01-31 18:43 | follow-up prev commit: use maxsize to sort timestamps | ThomasV | 1 | +7 | -2 |
2019-01-31 15:41 | save channel timestamps, and show lightning payments in history tab | ThomasV | 4 | +151 | -78 |
2019-01-30 18:40 | channel: is_closed | ThomasV | 2 | +5 | -2 |
2019-01-30 18:28 | fix lnworker.get_balance | ThomasV | 1 | +1 | -1 |
2019-01-30 18:16 | gui: display lightning balance in status bar | ThomasV | 3 | +11 | -0 |
2019-01-30 16:50 | ln: show full chan id in list, use Event for initialized, more timeouts, return peer from add_peer, set max_htlc_value_in_flight_msat to capacity | Janus | 2 | +17 | -13 |
2019-01-30 16:24 | add watchtower_window | ThomasV | 5 | +121 | -8 |
2019-01-30 10:10 | gui: show incoming lightning requests, add on-chain icon | ThomasV | 6 | +71 | -50 |
2019-01-30 08:26 | Store boolean is_received in lightning invoices. Sort lightning history with timestamp. Minor fixes | ThomasV | 6 | +36 | -27 |
2019-01-30 00:45 | tests: update lnbase test to use 4-tuple for invoices | Janus | 1 | +2 | -2 |
2019-01-29 18:08 | follow-up prev commit | ThomasV | 1 | +1 | -1 |
2019-01-29 18:01 | lightning: * store invoices for both directions * do not store lightning_payments_inflight, lightning_payments_completed in lnworker * payment history is returned by get_payments method of LNChannel * command line: lightning history, lightning_invoices * re-enable push_msat | ThomasV | 9 | +121 | -150 |
2019-01-29 01:21 | lnbase: fix on_open_channel, add TODOs for missing validation | Janus | 1 | +4 | -4 |
2019-01-28 19:25 | revert low max_htlc_value_in_flight_msat, fix test | Janus | 2 | +2 | -1 |
2019-01-28 19:13 | ln: handle channel limits better, show remote limits in details dialog, replace rusty's testnet peer (doesn't work currently) | Janus | 5 | +50 | -10 |
2019-01-28 10:53 | rename paying -> inflight | ThomasV | 2 | +8 | -8 |
2019-01-28 10:14 | turn lightning_payments_completed into dict. Show status of lightning payments in GUI. Make 'listchannels' available offline | ThomasV | 7 | +73 | -53 |
2019-01-26 17:47 | fix test | ThomasV | 1 | +0 | -1 |
2019-01-26 17:15 | remove deterministic derivation for testing | ThomasV | 1 | +3 | -7 |
2019-01-26 16:57 | instanciate LNWorker without Network | ThomasV | 2 | +10 | -7 |
2019-01-25 19:16 | ln: warn when negotiated feerate is too low | Janus | 2 | +15 | -11 |
2019-01-23 14:10 | ln: add test_lnwatcher | Janus | 10 | +237 | -10 |
2019-01-25 14:06 | lnworker: handle null whitelist correctly | Janus | 1 | +1 | -1 |
2019-01-25 13:08 | lnworker: fix 'channel details' with stuck htlc | Janus | 1 | +4 | -2 |
2019-01-25 00:19 | lnbase: work around peer not sending funding_locked so channel doesn't get marked open | Janus | 1 | +4 | -0 |
2019-01-24 17:21 | ln: add closechannel cli command | Janus | 2 | +10 | -1 |
2019-01-24 16:57 | lnworker: return txid from force_close_channel as expected | Janus | 1 | +2 | -1 |
2019-01-24 16:21 | lnwatcher: fix incorrect tuple unpacking in do_breach_remedy | Janus | 1 | +1 | -1 |
2019-01-24 16:19 | lnchan: fix per_commitment_point number in verify_htlc | Janus | 1 | +6 | -3 |
2019-01-23 17:25 | ln: request_list: post rebase fixup (remove new_request_button deactivation) | Janus | 2 | +3 | -9 |
2019-01-23 16:22 | sort requests by date | ThomasV | 1 | +2 | -0 |
2019-01-23 15:08 | simplify requests list | ThomasV | 2 | +20 | -31 |
2019-01-23 12:47 | confirmation dialog before force closure | ThomasV | 1 | +2 | -1 |
2019-01-23 12:34 | channel_details: minor fix | ThomasV | 1 | +2 | -2 |
2019-01-23 12:00 | lightning: simplify request tab | ThomasV | 1 | +8 | -12 |
2019-01-22 14:35 | ln: fix sweeping htlc output from remote ctx (timeout e.g. without htlc tx) | Janus | 1 | +5 | -1 |
2019-01-21 20:27 | lnchan refactor | Janus | 11 | +705 | -397 |
2019-01-17 14:29 | request_list: select new items | Janus | 2 | +13 | -1 |
2019-01-17 12:10 | lnpeer: print port in error_messages | ThomasV | 1 | +1 | -1 |
2019-01-17 11:56 | ln: two remaining encumberedTx removal remnants | Janus | 2 | +2 | -2 |
2019-01-17 11:35 | use to_dict (follow-up baa03a469f3e0e0ae61593272f5cb7e2483d49ad) | ThomasV | 1 | +4 | -4 |
2019-01-17 11:16 | request_list: do not mention that ln invoice is bolt-11 | Janus | 1 | +1 | -1 |
2019-01-17 11:09 | request_list: fix qr code display and keyboard selection of lightning invoices | Janus | 1 | +7 | -5 |
2018-12-31 10:15 | formatting | ThomasV | 1 | +7 | -6 |
2018-12-22 09:11 | remove useless returns and cryptic names | ThomasV | 2 | +17 | -19 |
2018-12-20 17:09 | ln: remove EncumberedTransaction | Janus | 6 | +76 | -66 |
2018-12-20 19:26 | lnbase: fix sig encoding in mutual close | Janus | 1 | +2 | -2 |
2018-12-19 12:21 | lnsweep: use dicts consistently | Janus | 2 | +13 | -13 |
2018-12-18 14:07 | lnchan: remove debugging code, commented out code | Janus | 2 | +5 | -23 |
2018-12-18 13:35 | lnchan: only sign force_close_tx when demanded, assure consistency, fix test | Janus | 2 | +69 | -18 |
2018-12-17 17:40 | lnbase: fix NameError | Janus | 1 | +1 | -1 |
2018-12-17 14:27 | lnchan: make force_close_tx() assure that tx is valid, trigger failure in test | Janus | 2 | +7 | -0 |
2018-12-17 12:26 | fix error message | ThomasV | 1 | +1 | -1 |
2018-12-17 12:25 | fix lnsweep: prevout | ThomasV | 1 | +2 | -2 |
2018-12-17 12:17 | fix test_lnchan | ThomasV | 1 | +2 | -2 |
2018-12-15 10:38 | lnchannel: store pre-signed sweep transactions after each new commitment | ThomasV | 5 | +55 | -47 |
2018-12-12 17:02 | on_close_channel: fix output index, and simplify lnsweep | ThomasV | 2 | +15 | -11 |
2018-12-04 19:50 | LNWatcher refactoring: - do not store non-breach transactions - send 'channel_open' and 'channel_closed' events - force-closed channels are handled by LNWorker | ThomasV | 3 | +124 | -115 |
2018-12-12 13:13 | lnsweep: return ctx.txid instead of None | ThomasV | 2 | +4 | -8 |
2018-12-11 20:50 | qt main_window: do not unregister on shutdown | Janus | 2 | +1 | -3 |
2018-12-11 19:27 | lnsweep: make maybe_create_sweeptx_for_their_ctx_to_local consistent | Janus | 1 | +2 | -3 |
2018-12-10 20:15 | Channel: add current_commitment method | ThomasV | 1 | +12 | -9 |
2018-12-09 13:36 | format message | ThomasV | 1 | +1 | -1 |
2018-12-09 10:56 | show lightning network capacity in GUI | ThomasV | 2 | +28 | -6 |
2018-12-04 19:53 | lnsweep: fix create_sweeptxs_for_their_just_revoked_ctx | Janus | 2 | +16 | -4 |
2018-12-04 17:57 | update lightning.json | Janus | 1 | +1 | -1 |
2018-12-04 17:56 | lightning: post rebase qt gui fixes | Janus | 3 | +51 | -57 |
2018-11-28 10:01 | add pycryptodomex to requirements | ThomasV | 4 | +3 | -16 |
2018-11-26 23:40 | use gossip_timestamp_filter instead of request_initial_sync | Janus | 3 | +29 | -0 |
2018-11-27 20:43 | qt: channel_details: add more info: sent/received, channel id, funding tx, short channel id, node id | Janus | 4 | +91 | -21 |
2018-11-26 23:39 | lnaddr: make it possible to use lnaddr to decode arbitrary invoices on the cmd line | Janus | 1 | +7 | -0 |
2018-11-22 20:05 | rm 'cryptography' as dependency; use new pycryptodomex version | SomberNight | 3 | +26 | -15 |
2018-11-22 15:18 | fix channel closure: - add 'CLOSING' state - wait until channel has no inflight HTLC - end fee negocitation when both parties agree on the fee (previously code ended it only when the other party had broadcast) - broadcast the closing transaction | ThomasV | 2 | +28 | -19 |
2018-11-22 11:37 | follow up 'replace properties with functions' | ThomasV | 1 | +1 | -1 |
2018-11-22 11:22 | further simplify lnwatcher | ThomasV | 1 | +3 | -9 |
2018-11-21 16:33 | lnchan: restore process_new_offchain_ctx | SomberNight | 1 | +19 | -0 |
2018-11-21 16:33 | fix prev | SomberNight | 1 | +3 | -3 |
2018-10-23 14:44 | move sweeping methods from lnchan.py to new file | SomberNight | 9 | +645 | -301 |
2018-11-21 16:35 | lnchan: follow-up "replace properties with functions" | SomberNight | 1 | +2 | -2 |
2018-11-21 16:00 | make LNWatcher inherit AddressSynchronizer | ThomasV | 2 | +23 | -27 |
2018-11-21 14:32 | lnchan: replace properties with functions | ThomasV | 3 | +24 | -32 |
2018-11-21 13:47 | qt: channel_details: remove demo code | Janus | 1 | +6 | -38 |
2018-11-19 17:09 | channel details with list of htlcs | Janus | 10 | +195 | -28 |
2018-11-13 15:53 | Kivy: Lightning support in Receive tab | Janus | 9 | +439 | -20 |
2018-11-12 17:15 | tests/lnbase: stub on_channels_updated | Janus | 1 | +3 | -0 |
2018-11-12 17:01 | Kivy: open channel dialog | Janus | 11 | +203 | -121 |
2018-11-12 11:25 | follow-up prev commit | ThomasV | 2 | +11 | -11 |
2018-11-12 10:55 | lightning: do not handle more than one fee update at a time | ThomasV | 2 | +28 | -33 |
2018-11-08 10:38 | Kivy: Support Lightning in Send tab | Janus | 4 | +88 | -25 |
2018-11-07 18:41 | kivy: restore channel list to working state, add [force-]closing functionality | Janus | 1 | +45 | -12 |
2018-11-07 17:00 | fix ln tests | Janus | 4 | +19 | -4 |
2018-11-07 16:54 | lnutil: restructure channel config namedtuples (local/remote config) | SomberNight | 2 | +64 | -58 |
2018-11-07 16:44 | add command for listing invoices and their progress, fix list_channels | Janus | 4 | +108 | -12 |
2018-11-05 19:30 | function that returns map from commitment number to list of HTLCs | Janus | 2 | +28 | -2 |
2018-11-05 19:29 | after rebase fixes | SomberNight | 4 | +8 | -8 |
2018-11-05 17:48 | do not co-op close channels with pending htlcs | Janus | 1 | +2 | -0 |
2018-11-05 17:47 | call force_close_channel on LNWorker, not Peer | Janus | 1 | +2 | -1 |
2018-11-05 16:23 | avoid leaving FORCE_CLOSING state, rebroadcast closing tx if reorged out | Janus | 4 | +44 | -26 |
2018-11-02 18:16 | move force_close_channel to lnbase, test it, add FORCE_CLOSING state | Janus | 4 | +122 | -47 |
2018-11-02 13:30 | lnwatcher: do not get_transaction before broadcast | Janus | 1 | +1 | -8 |
2018-11-01 17:49 | lnwatcher: more detailed logging, support notifying test suite of txs | Janus | 2 | +38 | -8 |
2018-10-30 19:25 | lnwatcher: ensure probable spendability of prev_tx | Janus | 1 | +5 | -3 |
2018-10-30 19:18 | use IntEnum for TxMinedDepth | Janus | 1 | +23 | -17 |
2018-10-27 11:51 | watchtower: add watch_channel rpc | ThomasV | 2 | +2 | -0 |
2018-10-26 16:46 | lnchan: use NamedTuple for logs instead of dict with static keys (adds, locked_in, settles, fails) | Janus | 2 | +69 | -38 |
2018-10-26 15:05 | lnchan: make sign_next_commitment revert state | Janus | 2 | +63 | -34 |
2018-10-26 13:00 | remove incorrect docstrings, attribute docstring sources where applicable | Janus | 2 | +13 | -29 |
2018-10-25 21:30 | after rebase clean-up | SomberNight | 7 | +27 | -24 |
2018-10-25 19:59 | test_lnbase: add test that pays to another local electrum | Janus | 3 | +146 | -26 |
2018-10-25 17:53 | lnbase: more type annotations, and minor fix | SomberNight | 2 | +67 | -66 |
2018-10-25 17:34 | add licence headers to more files | SomberNight | 5 | +23 | -4 |
2018-10-25 17:16 | add lnd copyright boilerplate to lnchan, test_lnchan | Janus | 2 | +44 | -2 |
2018-10-25 16:28 | lnbase: mark initialized later, add tests, etc | Janus | 2 | +96 | -20 |
2018-10-24 22:22 | lnworker: fix listchannels | Janus | 2 | +13 | -10 |
2018-10-24 21:58 | lnbase: do not assert only one htlc in commitment | Janus | 1 | +1 | -1 |
2018-10-24 18:39 | lightning channels reserves: use pretty balance in Qt, fix bugs, add tests | Janus | 4 | +162 | -26 |
2018-10-24 16:26 | use WaitingDialog to close channels | ThomasV | 4 | +27 | -24 |
2018-10-24 15:36 | add close_channel method to peer | ThomasV | 3 | +42 | -5 |
2018-10-24 10:02 | fix typo | ThomasV | 1 | +1 | -1 |
2018-10-24 09:42 | parse invoices with lightning: prefix | ThomasV | 1 | +3 | -0 |
2018-10-24 09:33 | lnbase: self.channel_reestablished is not a queue | ThomasV | 1 | +2 | -1 |
2018-10-23 18:32 | lightning channel reserves | Janus | 4 | +176 | -33 |
2018-10-23 16:54 | lnworker: store invoices based on payment_hash | SomberNight | 2 | +16 | -16 |
2018-10-23 13:05 | lnbase: call save_channel in revoke and receive_revoke | ThomasV | 1 | +1 | -4 |
2018-10-22 19:50 | fix co-op close | Janus | 2 | +14 | -9 |
2018-10-22 19:03 | follow-up redeeming of local outgoing htlc outputs, fix tests | Janus | 2 | +8 | -14 |
2018-10-22 18:39 | lnutil.make_funding_input: don't return payment pubkeys | SomberNight | 2 | +12 | -16 |
2018-10-22 16:57 | redeem htlc outputs of our local commitment transaction back to wallet | Janus | 4 | +162 | -74 |
2018-10-22 13:35 | some more type annotations that needed conditional imports | SomberNight | 8 | +65 | -33 |
2018-10-22 13:05 | lnchan: set diagnostic_name | SomberNight | 1 | +6 | -1 |
2018-10-21 21:41 | better handling of channel updates for private channels | SomberNight | 1 | +9 | -10 |
2018-10-20 16:59 | lnrouter: can_pay for own channels should use amount_to_forward | SomberNight | 1 | +34 | -26 |
2018-10-20 15:52 | lnrouter: run Dijkstra in reverse direction | SomberNight | 3 | +47 | -35 |
2018-10-20 14:50 | fix confusion re max path length | SomberNight | 4 | +9 | -8 |
2018-10-19 19:47 | protect against getting robbed through routing fees | SomberNight | 4 | +102 | -40 |
2018-10-19 19:01 | lnbase: when opening channel, test if we have enough balance first | SomberNight | 1 | +5 | -1 |
2018-10-18 20:56 | start failing htlcs | SomberNight | 5 | +96 | -29 |
2018-10-18 19:45 | lnonion: implement error packet construction | SomberNight | 2 | +44 | -7 |
2018-10-18 17:21 | invoice 'r' field fallback: change cltv to 1 | SomberNight | 1 | +4 | -2 |
2018-10-18 13:37 | unify hardcoded regtest fee | SomberNight | 2 | +4 | -3 |
2018-10-18 11:46 | Qt gui: show messages about payment outcome | ThomasV | 2 | +9 | -2 |
2018-10-18 11:17 | encapsulate get_invoice in lnworker | ThomasV | 2 | +11 | -10 |
2018-10-18 10:41 | make on_update_add_htlc async | ThomasV | 2 | +26 | -29 |
2018-10-17 20:48 | follow-up prev | SomberNight | 2 | +26 | -24 |
2018-10-17 18:48 | fix multi-hop payments | SomberNight | 2 | +33 | -14 |
2018-10-17 18:01 | lnchan: add available_to_spend() | Janus | 3 | +18 | -5 |
2018-10-17 17:35 | lnchan: make function for onion_keys decoding/encoding | Janus | 1 | +16 | -3 |
2018-10-17 17:54 | follow-up 3460ba738e | ThomasV | 1 | +1 | -1 |
2018-10-17 15:49 | lnaddr: encode min_final_cltv into invoice | SomberNight | 3 | +21 | -7 |
2018-10-17 15:32 | log if no invoice has no routing hints | SomberNight | 1 | +3 | -0 |
2018-10-17 10:16 | revert rbf on funding tx | ThomasV | 1 | +1 | -1 |
2018-10-17 10:10 | lnbase: fix peer clean-up | SomberNight | 1 | +2 | -1 |
2018-10-17 09:56 | improve suggest_peers; add htlcs to list_channels. | ThomasV | 1 | +3 | -2 |
2018-10-17 09:55 | funding tx: use fees from config and set rbf | ThomasV | 1 | +1 | -1 |
2018-10-16 23:50 | clean-up Peer init | SomberNight | 3 | +16 | -13 |
2018-10-16 19:37 | if channel_update for our channel is missing, fill invoice with zeroes | SomberNight | 1 | +19 | -6 |
2018-10-16 19:35 | if payment fails with UPDATE onion error, also utilise channel_update for private channels | SomberNight | 4 | +58 | -22 |
2018-10-16 15:45 | ln: add lightning_listen config option | Janus | 4 | +170 | -39 |
2018-10-16 15:08 | lnrouter: use htlc_maximum_msat | SomberNight | 1 | +6 | -3 |
2018-10-16 14:30 | lnworker: make add_peer async | SomberNight | 1 | +16 | -11 |
2018-10-16 09:26 | follow-up prev commit: channel_flags, message_flags, htlc_maximum_msat | ThomasV | 3 | +20 | -11 |
2018-10-16 08:37 | add htlc_maximum_msat feature (bolt7) | ThomasV | 1 | +5 | -0 |
2018-10-15 19:01 | lnbase: typo in on_channel_reestablish | SomberNight | 1 | +4 | -4 |
2018-10-15 19:01 | path finding: minor clean-up | SomberNight | 2 | +10 | -7 |
2018-10-15 16:36 | make function for determining who pays fee | Janus | 3 | +42 | -41 |
2018-10-15 16:31 | fix prev | SomberNight | 1 | +2 | -2 |
2018-10-15 10:45 | lnrouter: filter out unsuitable channels | ThomasV | 5 | +28 | -19 |
2018-10-15 09:47 | gather definitions of LN exceptions | ThomasV | 2 | +7 | -15 |
2018-10-15 09:16 | fix tests (follow-up previous commit) | ThomasV | 4 | +7 | -6 |
2018-10-15 09:05 | move transport code to its own file | ThomasV | 4 | +189 | -182 |
2018-10-15 08:49 | future and callback are not needed here | ThomasV | 1 | +4 | -5 |
2018-10-14 20:36 | lnbase: split out BOLT-08 (Noise) implementation | Janus | 3 | +132 | -127 |
2018-10-14 16:27 | fix tests | SomberNight | 1 | +1 | -0 |
2018-10-14 16:20 | follow-up prev | SomberNight | 1 | +6 | -3 |
2018-10-14 16:07 | channel verifier: NetworkJobOnDefaultServer, and some error handling | SomberNight | 3 | +59 | -25 |
2018-10-14 13:42 | start channel verifier in network.start() | ThomasV | 2 | +5 | -3 |
2018-10-14 08:24 | add 'recḱless' option to allow using lightning on mainnet | ThomasV | 3 | +10 | -3 |
2018-10-13 12:35 | minor fix | ThomasV | 2 | +4 | -4 |
2018-10-13 12:12 | fix race between network and lnwatcher (network.add_job does not always work) | ThomasV | 2 | +8 | -3 |
2018-10-13 10:11 | add watchtower class, send encumbered tx as json | ThomasV | 3 | +24 | -12 |
2018-10-12 17:58 | fix tests | SomberNight | 1 | +3 | -2 |
2018-10-12 17:40 | rebase follow-up | SomberNight | 4 | +19 | -18 |
2018-10-12 16:42 | lnbase: resend revoke_and_ack if necessary | Janus | 1 | +18 | -4 |
2018-10-12 14:23 | watchtower: use network job, catch exceptions | ThomasV | 1 | +8 | -3 |
2018-10-12 12:53 | remote watchtower: initial commit | ThomasV | 3 | +67 | -9 |
2018-10-12 14:27 | rebase fixup: use new broadcast_transaction API | Janus | 4 | +12 | -8 |
2018-10-12 13:29 | lnbase: use 45000 feerate on regtest for eclair compatibility | Janus | 1 | +2 | -0 |
2018-10-11 16:28 | open_channel: improved success message | ThomasV | 2 | +7 | -3 |
2018-10-11 16:10 | run open_channel in a WaitingDialog | ThomasV | 3 | +12 | -10 |
2018-10-11 15:15 | rename lnhtlc->lnchan, HTLCStateMachine->Channel | Janus | 8 | +1188 | -1188 |
2018-10-11 15:06 | lnhtlc: only store feerate once, don't store heights since we do not roll back | Janus | 4 | +43 | -63 |
2018-10-10 20:54 | lnhtlc: merge config and state, remove unnecessary properties | Janus | 5 | +292 | -304 |
2018-10-10 17:52 | lnhtlc: remove lookup_htlc, use heterogeneously typed lists | Janus | 3 | +28 | -66 |
2018-10-10 14:58 | lnhtlc: save settled htlc amounts separately | Janus | 2 | +24 | -36 |
2018-10-10 11:47 | qt channels_list: use repr() and not str() for exceptions | Janus | 1 | +3 | -1 |
2018-10-10 08:31 | fix previous commit | ThomasV | 1 | +6 | -6 |
2018-10-10 08:29 | follow-up 1c8a4bcfa497b117e4511c2f108dbca8a1adb793 | ThomasV | 1 | +11 | -22 |
2018-10-09 19:48 | lnbase: handle some error codes re htlc failures ('UPDATE' flag) | SomberNight | 1 | +45 | -13 |
2018-10-09 19:23 | lnonion: use IntEnum and IntFlag for failure codes | SomberNight | 2 | +48 | -33 |
2018-10-09 18:37 | handle failing htlc after restart | SomberNight | 1 | +20 | -14 |
2018-10-09 18:10 | clean up local/global features | SomberNight | 3 | +52 | -20 |
2018-10-09 15:41 | on_channel_reestablish: try to get remote to force close channel if out-of-sync. | SomberNight | 1 | +30 | -11 |
2018-10-09 14:34 | on_update_fail_htlc: don't send commitment without changes | SomberNight | 1 | +4 | -6 |
2018-10-09 13:35 | simplify ChannelDB.on_channel_update | SomberNight | 2 | +4 | -7 |
2018-10-09 00:27 | travis: don't build binaries on ln branch | SomberNight | 1 | +6 | -3 |
2018-10-08 19:14 | when paying and there are multiple 'r' hints, use one at random | SomberNight | 1 | +8 | -3 |
2018-10-08 18:36 | use 'r' field in invoice when making payments (routing hints) | SomberNight | 3 | +49 | -22 |
2018-10-08 18:31 | make our channels private, and put routing hints in invoices we create | SomberNight | 5 | +85 | -26 |
2018-10-08 18:26 | lnworker: fix race | SomberNight | 1 | +7 | -4 |
2018-10-08 18:22 | lnaddr: clean up imports | SomberNight | 1 | +7 | -6 |
2018-10-08 16:35 | follow-up previous commit | ThomasV | 1 | +1 | -1 |
2018-10-08 16:33 | get rid of callbacks in lnwatcher, use network events instead | ThomasV | 2 | +17 | -15 |
2018-10-08 15:20 | lightning: fix tests | ThomasV | 1 | +4 | -0 |
2018-10-08 13:37 | follow-up lnwatcher changes | SomberNight | 1 | +1 | -1 |
2018-10-08 12:49 | lnwatcher simplification: remove ctn tests and pubkeys | ThomasV | 3 | +19 | -113 |
2018-10-08 09:30 | add more fields to list_channels | ThomasV | 2 | +12 | -3 |
2018-10-08 08:08 | aiosafe: define user visible exception class | ThomasV | 2 | +2 | -3 |
2018-10-07 10:19 | lnbase: propagate error messages received in on_error to their relevant coroutines | ThomasV | 4 | +27 | -23 |
2018-10-05 17:37 | create sweep transaction outside of lnwatcher | ThomasV | 5 | +201 | -225 |
2018-10-05 17:11 | fix race between lnwatcher/lnworker | SomberNight | 1 | +3 | -2 |
2018-10-05 16:54 | fix tests | SomberNight | 1 | +4 | -4 |
2018-10-05 14:33 | lnbase: Peer handles its own disconnection instead of lnworker | SomberNight | 2 | +17 | -7 |
2018-10-05 13:45 | follow-up prev: avoid storage key collision with old 'lightning_privkey' | SomberNight | 1 | +2 | -2 |
2018-10-05 13:37 | make key derivation reasonable | SomberNight | 5 | +78 | -63 |
2018-10-04 14:38 | fix lnwatcher for channels initiated by remote | Janus | 2 | +13 | -14 |
2018-10-04 14:22 | lnutil: missing import | SomberNight | 1 | +1 | -0 |
2018-10-04 14:05 | lnhtlc: don't save FeeUpdates to disk, only keep FeeUpdate in memory while in progress | Janus | 1 | +18 | -55 |
2018-10-04 13:19 | ln: fix opening of channels (NameErrors) | Janus | 1 | +2 | -2 |
2018-10-04 12:44 | lnbase: update gui after accomodating channel opening request | Janus | 1 | +1 | -0 |
2018-10-04 12:03 | accept channel opening requests initiated by remote | Janus | 4 | +164 | -23 |
2018-10-03 18:15 | lnchannelverifier: (minor) use named fields of namedtuple | SomberNight | 1 | +2 | -2 |
2018-10-03 17:56 | fix lnworker.choose_preferred_address | SomberNight | 1 | +3 | -2 |
2018-10-02 19:13 | new network API: use broadcast_transaction with run_from_other_thread | Janus | 2 | +5 | -3 |
2018-10-02 15:13 | lnhtlc: multiply weight by feerate before rounding | Janus | 1 | +3 | -2 |
2018-10-01 16:06 | lnworker.pay(): lightning-integration support | Janus | 4 | +7 | -3 |
2018-09-28 14:40 | lnhtlc: generalize balance/pending_commitment code over htlc direction | Janus | 1 | +53 | -81 |
2018-09-28 14:35 | lnworker: add missing import | Janus | 1 | +1 | -1 |
2018-09-27 18:27 | lnbase: remove code duplication by introducing send_commitment(chan) | Janus | 1 | +10 | -28 |
2018-09-27 17:22 | lnbase: remove unnecessary branching and duplicated code in receive_commitment_revoke_ack | Janus | 1 | +3 | -38 |
2018-09-27 16:59 | lnhtlc: save settled or failed htlcs | Janus | 1 | +4 | -3 |
2018-09-27 14:43 | move connection string decoding to lnworker, fix test_lnutil | Janus | 5 | +132 | -70 |
2018-09-27 15:55 | qt channels_list: min width, not fixed with (for hiDPI displays), use OK as default button | Janus | 1 | +4 | -2 |
2018-09-27 14:41 | ecc_fast: require libsecp256k1 on lightning, channel graph breaks electrum without | Janus | 1 | +2 | -4 |
2018-09-27 14:39 | commands: add dumpgraph command to see which nodes electrum knows about | Janus | 1 | +4 | -0 |
2018-09-27 14:34 | requirements: require bitstring for lnaddr, cryptography for lnbase | Janus | 1 | +2 | -0 |
2018-09-26 17:35 | avoid code duplication between methods that send channel updates | ThomasV | 1 | +14 | -22 |
2018-09-26 17:15 | ln: commit fee updates as soon as possible | Janus | 2 | +7 | -2 |
2018-09-26 13:08 | ln fees: avoid resending same fee update before it has been committed to, docs | Janus | 2 | +13 | -3 |
2018-09-26 06:07 | lnwatcher: fix parameters to broadcast_transaction | ThomasV | 1 | +5 | -7 |
2018-09-25 19:28 | lnhtlc: decrease next_htlc_id counter when removing htlcs when saving | Janus | 1 | +47 | -5 |
2018-09-25 17:30 | simplify syntax | ThomasV | 1 | +3 | -10 |
2018-09-25 16:48 | ln: don't save htlcs that are not locked in | Janus | 1 | +10 | -2 |
2018-09-25 16:04 | lnhtlc: bip69 ordering of htlc signatues we generate | Janus | 1 | +2 | -1 |
2018-09-25 15:08 | ln: avoid duplicated htlc filter code, support multiple htlcs better | Janus | 2 | +53 | -63 |
2018-10-02 11:47 | lnutil: remove LI01 sort after Tx.from_io: fixup after rebase on da9d1e6001e3d1133901f5c2b4f16ba1b7a177e0 | Janus | 1 | +0 | -3 |
2018-09-24 18:22 | avoid reading from queues concurrently in pay() | Janus | 3 | +49 | -58 |
2018-09-25 09:57 | add pong handler to reduce verbosity | ThomasV | 1 | +3 | -1 |
2018-09-24 16:10 | keep htlc history in case a htlc fails | Janus | 2 | +17 | -9 |
2018-09-24 16:09 | add command to clear ln blacklist, prevent error in pay() from killing Peer | Janus | 2 | +4 | -2 |
2018-09-24 15:55 | lnchannelverifier: some clean-up | SomberNight | 1 | +16 | -15 |
2018-09-24 14:38 | fix lnwatcher: network triggers were renamed | SomberNight | 3 | +10 | -5 |
2018-09-24 13:14 | rename LNChanAnnVerifier | SomberNight | 4 | +162 | -163 |
2018-09-24 12:48 | fix prev | SomberNight | 1 | +1 | -1 |
2018-09-24 11:54 | lnbase: save_channel in revoke | ThomasV | 1 | +1 | -0 |
2018-09-24 09:44 | fix: broadcast_transaction from non network thread | ThomasV | 2 | +2 | -2 |
2018-09-24 09:36 | partial revert of df24fb00578309b5db27876769306196238ec3f2: process_message should not be async | ThomasV | 1 | +7 | -9 |
2018-09-23 16:26 | channel verifier: fix request_chunk args | ThomasV | 1 | +1 | -1 |
2018-09-23 15:43 | add lnworker in start_network | ThomasV | 2 | +5 | -2 |
2018-09-23 15:08 | lnwatcher: do not assume addr_sync.synchronizer | ThomasV | 1 | +1 | -1 |
2018-09-21 18:44 | lnhtlc: also check received htlcs when validating commitment sigs | Janus | 1 | +14 | -9 |
2018-09-21 17:18 | ln: cooperative close with remote peer initiating | Janus | 4 | +120 | -35 |
2018-09-19 20:33 | lnhtlc: don't settle htlc with HTLCStateMachine too early | Janus | 1 | +3 | -1 |
2018-09-18 16:38 | lnhtlc: save logs and feeupdates | Janus | 5 | +131 | -70 |
2018-09-13 17:59 | lnhtlc: don't throw away fee updates or htlcs | Janus | 4 | +111 | -68 |
2018-09-12 21:37 | lnhtlc: cleanup and save settled htlcs | Janus | 2 | +104 | -101 |
2018-09-12 19:01 | lnhtlc: test that sent amount is received | Janus | 2 | +3 | -1 |
2018-09-12 14:17 | lnwatcher rebased | Janus | 8 | +452 | -260 |
2018-09-10 16:01 | lightning: post aiorpcx rebase fixup | Janus | 5 | +88 | -116 |
2018-08-16 13:58 | remove our closed channels from channeldb. note some FIXMEs | SomberNight | 2 | +10 | -2 |
2018-08-15 16:10 | lnbase: fix payments | SomberNight | 1 | +1 | -1 |
2018-08-15 15:48 | rebase follow-up: use namedtuples from master in new code (TxOutput, TxMinedStatus) | SomberNight | 4 | +24 | -21 |
2018-08-01 17:06 | decode onion errors to failure message type | SomberNight | 2 | +38 | -12 |
2018-08-01 16:32 | qt: pay_lightning_invoice - attempt paying multiple times in case of failure | SomberNight | 4 | +39 | -11 |
2018-08-01 16:30 | lnbase.pay: test if htlc can be added | SomberNight | 2 | +22 | -3 |
2018-08-01 16:26 | qt send tab: hide fee fields when paying with lightning | SomberNight | 1 | +12 | -2 |
2018-08-01 16:23 | qt open channel dialog: allow pasting invoices to open a channel | SomberNight | 1 | +21 | -6 |
2018-08-01 16:22 | lnrouter: use 'disable' flags from channel updates in path finding | SomberNight | 1 | +7 | -1 |
2018-07-31 12:36 | ln onchain fees: use 2 block ETAs with 150 s/b fallback | SomberNight | 4 | +12 | -10 |
2018-07-30 11:51 | more reliable peer and channel re-establishing | SomberNight | 5 | +130 | -41 |
2018-07-28 14:26 | lnworker: fix confusion re what is in self.peers | SomberNight | 1 | +7 | -6 |
2018-07-28 12:58 | don't connect to same peer multiple times | SomberNight | 1 | +15 | -10 |
2018-07-27 19:14 | fix tests | SomberNight | 1 | +1 | -0 |
2018-07-27 18:59 | persist recent peers. implement dns seed bootstrapping. | SomberNight | 7 | +194 | -34 |
2018-07-26 19:08 | persist nodes in channel_db on disk | SomberNight | 8 | +204 | -54 |
2018-07-25 16:43 | move bolt-04 onion stuff to its own module | SomberNight | 4 | +305 | -288 |
2018-07-25 15:43 | ln: share more code with control path for failed htlc, verify ctx'es | Janus | 2 | +19 | -37 |
2018-07-25 15:10 | ln: fix forwarded payment fees by removing separation between fee and amount in htlc objects | Janus | 2 | +24 | -32 |
2018-07-25 14:01 | ln: verify received commitment transactions during payment | Janus | 1 | +4 | -5 |
2018-07-25 12:00 | ln: use START_INDEX instead of 2**48-1 | Janus | 3 | +7 | -7 |
2018-07-25 11:50 | ln: save htlc signatures | Janus | 4 | +7 | -3 |
2018-07-24 17:31 | ln: avoid dust sends breaking channel, avoid inline functions | Janus | 1 | +12 | -17 |
2018-07-23 19:44 | channeldb: allow injecting trusted edges | SomberNight | 3 | +73 | -53 |
2018-07-23 18:16 | special case receiving payment after fee update, fee update injector | Janus | 3 | +45 | -11 |
2018-07-23 18:49 | persist channel db on disk. verify channel gossip sigs. | SomberNight | 8 | +396 | -55 |
2018-07-23 18:44 | start using electrum protocol 1.4 | SomberNight | 1 | +5 | -0 |
2018-07-23 15:04 | lightning.json with gossip_queries | Janus | 1 | +93 | -0 |
2018-07-23 14:01 | constants.py: remove duplicate Simnet declaration | SomberNight | 1 | +3 | -10 |
2018-07-20 14:17 | ln: do not use mSAT accuracy for commitment fees | Janus | 3 | +24 | -14 |
2018-07-20 14:44 | ln: fundee must commit to fee first | Janus | 2 | +107 | -92 |
2018-07-20 14:53 | bolt-08 handshake must use ephemeral key | SomberNight | 2 | +17 | -13 |
2018-07-19 16:03 | avoid crash if don't have peer for open channel | SomberNight | 1 | +7 | -1 |
2018-07-19 12:23 | use correct dust limit for their to_local/to_remote outputs | Janus | 1 | +1 | -1 |
2018-07-19 11:10 | ln: initialize genesis with object, fix method name typo, use depth_target_to_fee | Janus | 2 | +10 | -10 |
2018-07-19 09:16 | lnwatcher: pass address instead of wallet reference | ThomasV | 1 | +8 | -7 |
2018-07-19 08:39 | encapsulate funding_address_for_channel | ThomasV | 2 | +9 | -6 |
2018-07-17 19:27 | allow paying invoice without amount. min feerate 253 sat/kw. | SomberNight | 4 | +21 | -9 |
2018-07-17 13:39 | lnbase: fee handling: add todo since depth_to_fee is inappropriate | Janus | 1 | +2 | -0 |
2018-07-17 13:39 | asyncio: do not set event loop from wallet | ThomasV | 1 | +0 | -1 |
2018-07-17 13:32 | ln: fix race in on_network_update | Janus | 1 | +21 | -15 |
2018-07-17 13:28 | ln: send update_fee on fee change, handle nodes without data_protect | Janus | 2 | +30 | -3 |
2018-07-17 13:23 | lnrouter: ignore duplicate channel announcement | Janus | 1 | +3 | -0 |
2018-07-17 12:23 | remove unused method | ThomasV | 1 | +0 | -7 |
2018-07-17 11:41 | ChannelDB: print_graph | SomberNight | 2 | +40 | -1 |
2018-07-16 16:31 | qt channels list: update channel when detecting close | SomberNight | 1 | +1 | -0 |
2018-07-16 15:45 | qt/channels list: show error in dialog | SomberNight | 1 | +2 | -3 |
2018-07-16 15:01 | lnwatcher improvements | SomberNight | 2 | +192 | -112 |
2018-07-16 14:51 | move channel_state into HTLCStateMachine | Janus | 5 | +26 | -20 |
2018-07-16 11:45 | follow-up a7e5b9421c014fc0be72696837cb9d77519c5e03 | ThomasV | 1 | +2 | -2 |
2018-07-16 11:07 | lightning: improve request tab layout | ThomasV | 1 | +16 | -15 |
2018-07-16 09:40 | do not set background in frozen_style, it does not look good with dark theme | ThomasV | 1 | +1 | -1 |
2018-07-16 09:14 | fix crash in lnworker main_loop | ThomasV | 1 | +2 | -1 |
2018-07-16 09:13 | lightning: improve receive in Qt GUI | ThomasV | 2 | +17 | -29 |
2018-07-14 17:39 | add peer suggestion to open channel dialog. move add_peer code back to lnworker constructor | ThomasV | 3 | +20 | -10 |
2018-07-14 16:42 | add lnworker.main_loop to network.futures so it gets cancelled on exit. fix aiosafe verbosity. | ThomasV | 2 | +2 | -2 |
2018-07-14 16:36 | diagnostic_name: convert to str | ThomasV | 1 | +1 | -1 |
2018-07-13 15:05 | LNWorker: connect to multiple peers. save exceptions in aiosafe. enable adding peer in GUI. | ThomasV | 4 | +77 | -33 |
2018-07-13 15:05 | lightning: fixup after rebasing on restructured master | Janus | 21 | +1485 | -1485 |
2018-07-13 10:28 | Refresh LN status in GUI using network callback. | ThomasV | 6 | +14 | -7 |
2018-07-10 17:26 | lnhtlc: remove unnecessary double application of pending feerate | Janus | 1 | +46 | -48 |
2018-07-10 14:28 | ln: enable receiving dust htlcs | Janus | 1 | +3 | -3 |
2018-07-09 16:55 | lnwatcher: naive code to sweep to_local from our ctx (will not wait for timelock yet) | SomberNight | 2 | +68 | -23 |
2018-07-09 21:20 | ln: use pending_local_commit while closing (won't be revoked) | Janus | 1 | +1 | -1 |
2018-07-09 13:29 | ln: raise our dust/reserve to 546 to be compatible with c-lightning | Janus | 1 | +2 | -2 |
2018-07-09 12:48 | ln: test fix: our commit fee is implicit from outputs | Janus | 1 | +1 | -1 |
2018-07-09 11:25 | lnbase: do not revoke more than once if we have missed reading commitments | Janus | 1 | +5 | -4 |
2018-07-08 22:15 | lnwatcher: sweep to_remote and to_local outputs if they close | SomberNight | 5 | +301 | -25 |
2018-07-06 20:54 | ln: revoke before sending bare ctx in pay(), remove subtraction of trimmed amt from fee | Janus | 3 | +11 | -18 |
2018-07-06 16:55 | ln: add two trimming tests, avoid negative numbers in htlc trim decision | Janus | 3 | +133 | -140 |
2018-07-02 15:51 | lnhtlc: fee update upgrade and passes ReciverCommits and SenderCommits tests, fix NameErrors in lnbase | Janus | 4 | +245 | -147 |
2018-06-29 15:42 | lnaddr: remove remnants of lightning_payencode directory | Janus | 1 | +1 | -1 |
2018-06-29 12:31 | lnaddr: fix imports | Janus | 1 | +6 | -10 |
2018-06-29 10:34 | move comment | ThomasV | 2 | +2 | -1 |
2018-06-29 10:33 | move lnaddr.py to lib | ThomasV | 6 | +5 | -5 |
2018-06-28 14:04 | ln: avoid code duplication | Janus | 2 | +4 | -4 |
2018-06-28 13:50 | ln: avoid recursive dependencies, make new lnutil | Janus | 10 | +1205 | -1210 |
2018-06-27 18:23 | ln: merge OpenChannel and HTLCStateMachine | Janus | 6 | +251 | -248 |
2018-06-27 16:49 | ln: shortcut some OpenChannel fields to traversing too much | Janus | 4 | +81 | -62 |
2018-06-27 16:33 | ln: store HTLCStateMachine in lnworker.channels | Janus | 7 | +176 | -137 |
2018-06-27 19:54 | improve Qt Receive tab for LN payment requests | SomberNight | 3 | +53 | -6 |
2018-06-27 10:44 | Separate open_channel dialog. In open_channel_coroutine, use host and port from channel announcements | ThomasV | 5 | +71 | -44 |
2018-06-26 17:45 | ln: use new non-classmethod add_signature_to_txin | Janus | 1 | +1 | -2 |
2018-06-26 17:18 | ln: trim dust htlc outputs | Janus | 3 | +105 | -23 |
2018-06-26 11:24 | do not set channel state in close_channel; the watcher should do it | ThomasV | 1 | +1 | -6 |
2018-06-26 10:10 | lightning: single shared instance of Watcher, ChannelDB and PathFinder | ThomasV | 4 | +15 | -11 |
2018-06-26 09:46 | disable lightning on mainnet | ThomasV | 1 | +2 | -0 |
2018-06-25 19:06 | ln: improve lnhtlc, passes test | Janus | 3 | +56 | -42 |
2018-06-25 10:48 | lnhtlc: use current_per_commitment_point, current_commitment_signature | Janus | 2 | +4 | -3 |
2018-06-25 14:50 | fix reestablish_channel | ThomasV | 1 | +11 | -6 |
2018-06-22 10:17 | reestablish channels in network callback | ThomasV | 3 | +18 | -13 |
2018-06-22 08:57 | channel watcher class | ThomasV | 2 | +45 | -11 |
2018-06-20 13:46 | ln: add was_announced in test_lnhtlc | Janus | 1 | +2 | -1 |
2018-06-20 13:46 | ln: close channels | Janus | 2 | +53 | -17 |
2018-06-20 08:48 | ln: don't corrupt channels storage when multiple funding_locked are received | Janus | 2 | +13 | -9 |
2018-06-19 13:13 | ln: don't break channel when failing htlc | Janus | 2 | +7 | -6 |
2018-06-19 11:02 | ln: announcement reliability fixes for qt, remove asserts forbidding unbalanced channels | Janus | 3 | +45 | -35 |
2018-06-18 17:46 | ln: begin handling htlc failures | Janus | 4 | +59 | -4 |
2018-06-18 17:18 | add minor comment for RouteEdge as clarification | SomberNight | 1 | +1 | -0 |
2018-06-18 16:32 | LNPathFinder: cltv delta of first edge in a path should be ignored | SomberNight | 1 | +7 | -4 |
2018-06-18 13:34 | ln: channel announcements | Janus | 2 | +100 | -17 |
2018-06-15 16:51 | ln: lnpay: revoke until we get a commitment tx without htlcs | Janus | 1 | +2 | -4 |
2018-06-15 16:36 | ln: fix reestablishing channel with no mined funding tx | Janus | 2 | +20 | -20 |
2018-06-15 15:04 | ln: fix repeated payments | Janus | 2 | +3 | -6 |
2018-06-15 14:35 | ln: avoid code duplication | Janus | 3 | +63 | -112 |
2018-06-14 13:34 | ln: save remote's secrets in RevocationStore, not our secrets. call lnhtlc.receive_revocation | Janus | 2 | +14 | -16 |
2018-06-14 12:45 | lnbase/lnhtlc: use lnhtlc more instead of manually constructing tx'es | Janus | 2 | +12 | -30 |
2018-06-13 14:27 | lnbase: use sign_next_commitment for initial remote_ctx | Janus | 1 | +14 | -26 |
2018-06-13 13:28 | lnbase: use lnhtlc when verifying our initial commitment tx | Janus | 1 | +5 | -14 |
2018-06-12 11:55 | lnbase: use broadcast_transaction instead of broadcast (follow up e57e55aad) | Janus | 1 | +1 | -1 |
2018-06-12 11:54 | test_lnbase: use new Peer API (with lnworker) | Janus | 1 | +11 | -5 |
2018-06-11 17:53 | ln: remove unneeded forwarding htlc features, check commitment sig using lnhtlc while receiving | Janus | 4 | +93 | -96 |
2018-06-10 22:14 | ln: integrate lnhtlc in lnbase, fix multiple lnhtlc bugs | Janus | 4 | +93 | -72 |
2018-06-08 15:17 | ln: request_initial_sync, increase our max_htlc_value, fix receiving payment | Janus | 2 | +10 | -9 |
2018-06-08 10:53 | do not block GUI with open_channel | ThomasV | 5 | +8 | -9 |
2018-06-07 06:56 | lightning: display remote balance in gui | ThomasV | 3 | +10 | -4 |
2018-06-07 06:55 | lnbase: mark_open on startup | ThomasV | 1 | +5 | -2 |
2018-06-06 18:30 | revert the introduction of add_invoice_coroutine in a612c2b09 | ThomasV | 1 | +1 | -10 |
2018-06-06 15:42 | do not pass channel list to update_rows signal, as it is sent to all windows | ThomasV | 2 | +6 | -7 |
2018-06-05 15:31 | wait for peer.initialized in channel_establishment_flow | SomberNight | 2 | +2 | -0 |
2018-06-05 15:06 | follow up 0b3a882e7d57c8a42be48c491a46dc814eab6acb | ThomasV | 1 | +2 | -1 |
2018-06-05 11:57 | simplify funding_locked expose lnworker in peer update channel_db when channels are open | ThomasV | 2 | +59 | -81 |
2018-06-04 18:53 | Display channel status in the GUI. | ThomasV | 3 | +38 | -32 |
2018-06-03 08:07 | integrate channels_list with existing framework | ThomasV | 5 | +100 | -316 |
2018-06-01 09:55 | qt: fix unit of lnaddr.amount | ThomasV | 1 | +1 | -1 |
2018-06-01 08:01 | follow-up a612c2b0983ab4c6798156aebf1cd550fb3e0447 | ThomasV | 1 | +1 | -1 |
2018-05-29 09:51 | ln: htlc state machine (not used yet) | Janus | 3 | +582 | -3 |
2018-05-31 15:16 | ln: save channels in dict, warn on invoice exceeding max_htlc amount | Janus | 2 | +53 | -35 |
2018-05-31 12:05 | lightning: connect send button | ThomasV | 4 | +15 | -3 |
2018-05-31 10:38 | lightning GUI: use existing receive and send tabs with lightning invoices | ThomasV | 6 | +144 | -88 |
2018-05-30 11:47 | ln: don't make invoice if peer can't possibly pay, append _sat to sat parameters to avoid confusion | Janus | 2 | +16 | -11 |
2018-05-30 11:52 | lnworker: generate and save private key | ThomasV | 1 | +6 | -1 |
2018-05-30 11:42 | lnworker: separate invoice creation from payment flow | ThomasV | 5 | +58 | -120 |
2018-05-29 16:12 | ln: restore channels correctly after restart | Janus | 2 | +73 | -111 |
2018-05-29 09:30 | fix channel_reestablish | ThomasV | 5 | +21 | -50 |
2018-05-29 04:59 | lnbase: fix read_message | ThomasV | 1 | +13 | -15 |
2018-05-28 16:22 | ln: restore functionality | Janus | 4 | +103 | -50 |
2018-05-28 12:20 | ln: save remote node_id in channel | Janus | 2 | +3 | -2 |
2018-05-28 11:51 | split lnrouter from lnbase | SomberNight | 4 | +539 | -483 |
2018-05-28 11:03 | remove function H256 | SomberNight | 1 | +13 | -13 |
2018-05-28 10:06 | fix amount in open_channel, add listchannels command | ThomasV | 1 | +6 | -2 |
2018-05-28 09:55 | move on_funding_locked to lnworker | ThomasV | 3 | +60 | -106 |
2018-05-28 08:43 | lightning: add payment methods to lnworker | ThomasV | 4 | +64 | -46 |
2018-05-28 07:39 | lightning: move lnworker code to its own module | ThomasV | 3 | +232 | -222 |
2018-05-26 16:04 | fix lnaddr.py following rebase | ThomasV | 2 | +13 | -12 |
2018-05-26 15:04 | update lnbase after crypto refactoring | ThomasV | 2 | +21 | -22 |
2018-05-25 09:44 | lnbase: remove lnbase stub | Janus | 2 | +0 | -8 |
2018-05-25 09:14 | lnbase: pass password to mktx | ThomasV | 1 | +1 | -1 |
2018-05-25 09:08 | qt: fix password passed to open_channel, cleanup | ThomasV | 3 | +14 | -17 |
2018-05-24 17:24 | lnbase: mSAT hygiene, multiple multi-hop payments can be received | Janus | 3 | +45 | -55 |
2018-05-23 17:08 | kivy: port lightning ui to lnbase | Janus | 4 | +35 | -40 |
2018-05-23 13:46 | lightning: remove hub based approach, port qt gui to lnbase | Janus | 14 | +132 | -4309 |
2018-05-22 15:01 | lnbase: use small buffer when reading, support new_channel without payment in online test, send channel_reserve_satoshis | Janus | 2 | +6 | -5 |
2018-05-22 13:37 | lnbase: use correct cltv_expiry calculation (use invoice) | Janus | 4 | +17 | -16 |
2018-05-22 11:45 | lnbase: fix multi-hop payments | Janus | 1 | +23 | -16 |
2018-05-18 16:35 | lnbase: fix onion-hop payload construction again (cltv currently broken) | Janus | 1 | +17 | -33 |
2018-05-17 17:44 | lnbase: fix multi-hop fees, initial handling of received update_add_htlc during payment | Janus | 1 | +32 | -10 |
2018-05-17 16:12 | lnbase: calculate cltv_expiry for onion_packet correctly | Janus | 1 | +9 | -5 |
2018-05-17 13:12 | lnbase: try multi-hop onion package, type safety | Janus | 2 | +70 | -22 |
2018-05-17 13:52 | PathFinder: change path element semantics from "from node, take edge" to "to get to node, use edge" | SomberNight | 1 | +7 | -5 |
2018-05-17 13:16 | create route from path, that includes extra info needed for routing | SomberNight | 1 | +26 | -2 |
2018-05-17 12:30 | bolt-04: decryption of errors | SomberNight | 2 | +76 | -5 |
2018-05-16 15:49 | lnbase online test: use random node key when making new channel, save node key, multiple actions per invocation | Janus | 2 | +24 | -16 |
2018-05-16 13:42 | lnbase: fix pay(), save htlc_id's, generate onion packet correctly | Janus | 2 | +63 | -31 |
2018-05-15 16:07 | lnbase/online_test: save short_channel_id to wallet and build onion packet with it | Janus | 2 | +39 | -38 |
2018-05-15 14:28 | calc short_channel_id after funding locked | SomberNight | 2 | +19 | -5 |
2018-05-15 13:30 | lnbase: initial 'payment to remote' attempt | Janus | 2 | +131 | -13 |
2018-05-14 14:03 | lnbase: formatting, remove imports | Janus | 1 | +16 | -17 |
2018-05-14 13:41 | lnbase: verify commitment tx'es again | Janus | 2 | +22 | -19 |
2018-05-14 13:28 | lnbase: infinite amount of incoming payments | Janus | 1 | +4 | -2 |
2018-05-14 12:21 | lnbase: two payments working, temporarily disable sig check | Janus | 2 | +12 | -12 |
2018-05-11 16:32 | lnbase: store remote revocation store, don't store all remote revocation points, verify ctn numbers in reestablish | Janus | 3 | +44 | -11 |
2018-05-11 13:43 | lnbase: add RevocationStore test, remove unnecessary lnd helper functions | Janus | 2 | +22 | -74 |
2018-05-09 19:43 | lnbase: compact commitment secret storage | Janus | 2 | +494 | -2 |
2018-05-08 15:57 | lnbase: no negative commitment number nonsense | Janus | 1 | +4 | -4 |
2018-05-08 15:32 | lnbase: move channel commitment number increment to function | Janus | 1 | +29 | -22 |
2018-05-07 17:01 | lnbase: receive repeated payments | Janus | 2 | +41 | -29 |
2018-05-07 11:49 | tests: don't use default lightning_peers in online test | Janus | 1 | +1 | -0 |
2018-05-04 16:23 | lnbase: channel reestablishment working | Janus | 2 | +45 | -20 |
2018-05-04 16:13 | bolt-04: implement processing of onion packets | SomberNight | 2 | +138 | -4 |
2018-05-04 11:01 | minor clean-up of prev. util.xor_bytes | SomberNight | 2 | +12 | -9 |
2018-05-03 16:29 | implement bolt-04 onion packet construction | SomberNight | 2 | +160 | -1 |
2018-05-03 15:45 | lnbase: save channel details in wallet, enable running online test with reestablishment_mode | Janus | 2 | +104 | -28 |
2018-05-03 11:57 | lnbase: move waiting for funding_locked to new function, make function for signing and sig conversion | Janus | 2 | +40 | -39 |
2018-05-02 16:24 | lnbase: make function for building htlc_tx depending on if it is for_us/we_receive | Janus | 1 | +38 | -35 |
2018-05-02 15:01 | lnbase: verify their htlc signature | Janus | 1 | +26 | -3 |
2018-05-02 12:57 | lnbase: standardize to_bytes calls | ThomasV | 1 | +32 | -52 |
2018-05-02 12:22 | lnbase: fix custom local to_self_delay, use node privkey derived from timestamp in online test | Janus | 3 | +9 | -7 |
2018-05-02 10:38 | test_lnbase_online: pass password=None to channel_establishment_flow | Janus | 1 | +1 | -1 |
2018-05-02 10:32 | lnbase: avoid copying variables, insert newlines | Janus | 1 | +72 | -79 |
2018-04-24 07:55 | lnbase: derive keys from wallet keystore | ThomasV | 3 | +33 | -33 |
2018-05-02 10:11 | lnbase: avoid local variables, remote useless comments, name basepoints as such | Janus | 1 | +70 | -91 |
2018-05-02 09:46 | lnbase: set new field in Transaction instead of returning a tuple in make_commitment | Janus | 1 | +9 | -9 |
2018-05-02 09:39 | lnbase: set to_self_delay back to 144, defer cltv_expiry problem | Janus | 1 | +2 | -2 |
2018-05-01 12:12 | lnbase: use correct delay | Janus | 1 | +5 | -5 |
2018-05-01 11:58 | lnbase: avoid code duplication, return htlc outpoint dict in make_commitment | Janus | 1 | +21 | -21 |
2018-04-30 22:15 | lnbase: simplify commitment transaction building with open channel | Janus | 1 | +27 | -26 |
2018-04-30 21:34 | lnbase: organize channel data | Janus | 2 | +164 | -91 |
2018-04-30 15:07 | lnbase: allow passing KeypairGenerator to channel_establishment_flow, fix derive_privkey | Janus | 1 | +48 | -32 |
2018-04-27 18:09 | lnbase: receiving invoice payment works | Janus | 2 | +56 | -12 |
2018-04-27 15:40 | lnbase: commitment_signed, revoke_and_ack now accepted without errors | Janus | 2 | +23 | -29 |
2018-04-27 13:38 | bitcoin.py: SCRIPT-related clean-up. transaction.py: construct_witness | SomberNight | 2 | +4 | -3 |
2018-04-27 12:24 | lnbase: fix their new commitment transaction (htlc tx construction still incorrect) | Janus | 1 | +25 | -7 |
2018-04-26 16:58 | lnbase: fix bug in message parsing | ThomasV | 1 | +2 | -1 |
2018-04-26 16:10 | follow up b5eb7dd7683f24f03c80ab8f612658b5f3966eb1 | ThomasV | 1 | +1 | -2 |
2018-04-26 15:37 | lnbase: attempt at making htlc_signature to send (currently remote fails due to wrong num_htlcs in commitment_signed) | Janus | 2 | +53 | -10 |
2018-04-26 15:17 | simplification | ThomasV | 2 | +9 | -15 |
2018-04-25 16:01 | lnbase: add TODO explaining how to verify htlc_signature given to us | Janus | 1 | +7 | -0 |
2018-04-25 12:20 | lnbase: verification of new local commitment working | Janus | 2 | +6 | -10 |
2018-04-24 16:19 | lnbase: derive next keys when making updated local commitment transaction | Janus | 2 | +17 | -7 |
2018-04-24 15:12 | lnbase: try to receive payment, work on commitment tx with htlcs | Janus | 3 | +86 | -51 |
2018-04-23 17:52 | lnbase: handle commitment transaction update (receive funds, not working yet) | Janus | 2 | +74 | -10 |
2018-04-23 13:11 | simnet/testnet support in bolt11, set max-htlc-value-in-flight | Janus | 4 | +36 | -13 |
2018-04-23 11:52 | transaction.py: sign_txin. allow override for get_preimage_script. test_commitment_tx_with_all_five_HTLCs_untrimmed_minimum_feerate now passes | SomberNight | 2 | +96 | -69 |
2018-04-21 12:53 | redundant: you subscribed only to 'updated' | ThomasV | 1 | +11 | -14 |
2018-04-21 12:33 | lnbase: verify remote signature | ThomasV | 2 | +26 | -27 |
2018-04-20 11:22 | channel_establishment_flow: use get_per_commitment_secret_from_seed | SomberNight | 1 | +16 | -8 |
2018-04-20 11:19 | lnbase: improve htlc_tx generation (only localsig wrong) | Janus | 2 | +67 | -25 |
2018-04-19 18:09 | get_per_commitment_secret_from_seed: small clean-up | SomberNight | 2 | +16 | -19 |
2018-04-19 17:36 | fix derive_secret | Janus | 2 | +13 | -28 |
2018-04-19 17:08 | get_per_commitment_secret_from_seed (not working yet) | SomberNight | 2 | +44 | -1 |
2018-04-19 15:28 | lnbase: avoid race while waiting for funding_locked, wait for un-reversed hash | Janus | 2 | +17 | -16 |
2018-04-19 13:21 | complete bolt11 port to ecdsa instead of secp256k1 | Janus | 2 | +121 | -27 |
2018-04-19 13:05 | channel_establishment_flow: wait for confirmations of funding txn | SomberNight | 2 | +27 | -3 |
2018-04-19 09:50 | add processing flow for funding_locked | ThomasV | 1 | +27 | -3 |
2018-04-19 07:04 | lnbase: fix parameters to make_commitment in htlc test | ThomasV | 1 | +9 | -3 |
2018-04-18 17:00 | transaction.py: shortcut witness/scriptSig serialisation | SomberNight | 2 | +10 | -8 |
2018-04-18 15:20 | lightning channels list: add mock server for testing | Janus | 1 | +62 | -5 |
2018-04-18 14:14 | lnbase: add some comments | Janus | 1 | +43 | -0 |
2018-04-18 13:38 | constants.py: Simnet inherits from Testnet | SomberNight | 1 | +3 | -18 |
2018-04-18 13:28 | use same servers for simnet as for regtest | Janus | 1 | +1 | -1 |
2018-04-18 13:25 | lightning-hub: update rpc stubs, do not ignore them in gitignore | Janus | 4 | +3177 | -0 |
2018-04-18 09:36 | lnbase: fix initial commitment transaction | ThomasV | 2 | +80 | -43 |
2018-04-17 18:01 | refactor storage of channels, path finding | SomberNight | 2 | +170 | -95 |
2018-04-17 13:31 | avoid duplicating bech32 module | Janus | 3 | +5 | -128 |
2018-04-17 13:30 | lnbase: more work on make_htlc_tx | Janus | 2 | +51 | -20 |
2018-04-17 10:35 | lnbase: make_htlc_tx | Janus | 2 | +56 | -5 |
2018-04-17 10:58 | fix: use remote_per_commitment_point | ThomasV | 2 | +4 | -4 |
2018-04-17 10:31 | lnbase: derive blinded pubkey | ThomasV | 2 | +15 | -5 |
2018-04-17 09:51 | lnbase: fix variable name | ThomasV | 1 | +2 | -5 |
2018-04-17 09:37 | lnbase: add privkey derivation | ThomasV | 2 | +10 | -6 |
2018-04-17 09:28 | add test for key derivation | ThomasV | 1 | +13 | -0 |
2018-04-17 09:19 | lnbase: key derivation (WIP) | ThomasV | 1 | +47 | -20 |
2018-04-17 07:55 | lnbase: test signing of first htlc test case | Janus | 2 | +20 | -3 |
2018-04-17 07:33 | lnbase: make_received_htlc | Janus | 2 | +44 | -4 |
2018-04-17 04:59 | fix hash in make_offered_htlc | ThomasV | 2 | +13 | -21 |
2018-04-17 04:18 | cleanup lnbase tests | ThomasV | 1 | +1 | -22 |
2018-04-16 19:18 | lightning-hub: remove path hack, use relative imports | Janus | 1 | +0 | -1 |
2018-04-16 16:13 | naive route finding | SomberNight | 2 | +103 | -4 |
2018-04-16 15:29 | lnbase: offered htlc script construction | Janus | 2 | +60 | -9 |
2018-04-16 08:40 | use acceptable variable names | ThomasV | 1 | +17 | -17 |
2018-04-16 08:24 | lightning: separate testing from main code | ThomasV | 3 | +57 | -60 |
2018-04-15 20:37 | lightning: store network view | ThomasV | 1 | +20 | -4 |
2018-04-15 16:55 | lnbase: parse ipv6, fix transport bug | ThomasV | 1 | +14 | -10 |
2018-04-15 16:33 | lnbase: fix read_message, reduce verbosity | ThomasV | 1 | +7 | -5 |
2018-04-15 16:09 | lnbase: implement key rotation, request initial sync in localfeatures | ThomasV | 1 | +32 | -10 |
2018-04-15 13:25 | lnbase: verify signature in node_announcement | ThomasV | 2 | +56 | -1 |
2018-04-14 14:27 | bitcoin.py: implement add_number_to_script. fix CSV arg in make_commitment. | SomberNight | 1 | +7 | -4 |
2018-04-13 18:33 | lnbase: fix test | ThomasV | 2 | +12 | -25 |
2018-04-13 18:14 | implement script_num_to_hex. fix encoding of argument for CSV in make_commitment | SomberNight | 2 | +2 | -3 |
2018-04-13 17:22 | lightning_channels_list: use signals to avoid segfault | Janus | 1 | +14 | -0 |
2018-04-13 16:47 | fixes for make_commitment, but still incorrect destination address (csv arg?) | SomberNight | 2 | +19 | -12 |
2018-04-13 15:57 | lnbase: fix tx amounts | ThomasV | 2 | +18 | -8 |
2018-04-13 15:36 | lightning-hub: include ln relative to current directory | Janus | 1 | +2 | -1 |
2018-04-13 15:11 | lnbase_test: add first commitment tx with 5 htlcs test | Janus | 1 | +57 | -23 |
2018-04-13 15:07 | lnbase: fix locktime and nsequence | ThomasV | 2 | +12 | -15 |
2018-04-13 14:53 | lnbase_test: insert remote_signature and compare fields independently | Janus | 1 | +28 | -5 |
2018-04-13 13:17 | lnbase: create unit test for commitment tx | ThomasV | 2 | +93 | -28 |
2018-04-13 10:28 | lnbase: fix signature index | ThomasV | 1 | +2 | -1 |
2018-04-13 10:22 | lnbase: initial commitment transaction | ThomasV | 1 | +51 | -8 |
2018-04-13 07:59 | lnbase: fix funding address, funding_output_index | ThomasV | 1 | +11 | -10 |
2018-04-13 07:04 | follow up 1aac9e59ed957898fceef99b29b9cc17d7843569 | ThomasV | 1 | +1 | -2 |
2018-04-13 07:00 | lnbase: communication privkey belongs to peer | ThomasV | 1 | +3 | -4 |
2018-04-12 17:09 | lnbase: more parts of channel establishment | Janus | 1 | +50 | -14 |
2018-04-12 15:19 | lnbase: remove unnecessary try/except | Janus | 1 | +10 | -10 |
2018-04-12 14:57 | lnbase: lnbase_test must use threadsafe task submission | Janus | 1 | +19 | -8 |
2018-04-12 13:37 | lnbase: decorator that handles exceptions | ThomasV | 1 | +26 | -21 |
2018-04-12 13:21 | lnbase: fix shutdown when lnbase has exception in main_loop | Janus | 1 | +5 | -0 |
2018-04-12 12:51 | lnbase: print exceptions from main_loop | Janus | 1 | +16 | -12 |
2018-04-12 12:35 | lnbase: initialize loop variable in main | Janus | 1 | +1 | -0 |
2018-04-12 12:14 | lnbase: add lnbase_test | Janus | 4 | +25 | -13 |
2018-04-12 10:00 | lnbase: expose wallet object in LNWorker | ThomasV | 1 | +13 | -17 |
2018-04-12 10:25 | lnbase: merge initialize and main_loop | Janus | 1 | +10 | -5 |
2018-04-12 09:12 | lnbase: handle error during channel establishment | Janus | 1 | +11 | -3 |
2018-04-12 09:01 | lnbase: channel establishment flow, avoid using Wallet instance | Janus | 1 | +34 | -26 |
2018-04-12 07:47 | lnbase: use relative imports | ThomasV | 1 | +6 | -6 |
2018-04-11 16:21 | lnbase: support simnet/testnet, create accepted open_channel message | Janus | 1 | +14 | -7 |
2018-04-11 14:12 | lnbase: use valid pubkeys in open_channel | Janus | 1 | +16 | -3 |
2018-04-11 13:37 | lnbase: try sending open_channel | Janus | 1 | +7 | -1 |
2018-04-11 11:53 | lnbase: add draft handlers | ThomasV | 1 | +29 | -8 |
2018-04-11 11:11 | lnbase: avoid reimplementing int.to_bytes | Janus | 1 | +1 | -2 |
2018-04-11 11:10 | lnbase: avoid reimplementing int.from_bytes | Janus | 1 | +1 | -17 |
2018-04-11 09:07 | lnbase: do not catch all exceptions, tolerate calculations with variables from kwargs | Janus | 1 | +5 | -3 |
2018-04-11 09:02 | integrate lnbase with network | ThomasV | 1 | +20 | -6 |
2018-04-11 06:41 | lnbase: process ping messages | ThomasV | 1 | +27 | -19 |
2018-04-11 04:11 | lnbase: create main loop | ThomasV | 1 | +12 | -6 |
2018-04-11 04:02 | lnbase: save buffer for next read | ThomasV | 1 | +7 | -6 |
2018-04-11 03:48 | lnbase: Peer class | ThomasV | 1 | +91 | -93 |
2018-04-11 03:01 | lnbase: fix json loading and indentation | ThomasV | 2 | +874 | -72 |
2018-04-10 17:36 | lightning: do not list python files as resources, use lightning spec generated serialization | Janus | 1 | +96 | -1 |
2018-04-10 13:53 | lightning network base | ThomasV | 1 | +240 | -0 |
2018-04-09 15:36 | lightning: qt channel dialog, fix for shutdown when lightning disabled | Janus | 2 | +146 | -0 |
2018-04-06 16:33 | lightning: channel details popup | Janus | 1 | +61 | -1 |
2018-04-06 10:17 | lightning: do not catch BaseException unnecessarily, fix clearSubscribers, detect passworded wallet correctly | Janus | 1 | +6 | -6 |
2018-04-06 13:58 | simplify parameters, add lndhost to config | ThomasV | 1 | +11 | -12 |
2018-04-05 15:05 | lightning: add --simnet and --lightning switches | Janus | 3 | +30 | -8 |
2018-04-05 11:06 | lightning: paste sample using clipboard | Janus | 1 | +6 | -4 |
2018-03-29 14:19 | kivy: fix channel list error handling, close functionality for inactive channels | Janus | 1 | +6 | -3 |
2018-03-28 15:37 | lightning: assert result type, add invoice qr dialog | Janus | 2 | +6 | -0 |
2018-03-28 13:41 | lightning: kivy: open channel button in invoice | Janus | 4 | +524 | -2 |
2018-03-27 15:40 | lightning: fix kivy channel close | Janus | 1 | +28 | -3 |
2018-03-27 09:41 | lightning: python3.5 compat | Janus | 1 | +1 | -1 |
2018-03-22 15:39 | lightning: fix channels dialog | Janus | 1 | +7 | -3 |
2018-03-21 15:45 | lightning: add missing import, set console to none initially | Janus | 2 | +2 | -0 |
2018-03-20 13:51 | lightning: do not require lock for broadcast tx, it is thread-safe | Janus | 1 | +11 | -16 |
2018-03-20 12:08 | lightning: save key derivation point | Janus | 1 | +7 | -1 |
2018-03-19 15:42 | lightning: separate thread for publish transaction | Janus | 1 | +17 | -4 |
2018-03-19 11:14 | lightning: use queueing lock | Janus | 1 | +5 | -13 |
2018-03-15 17:43 | lightning: less junk on console, quicker shutdown | Janus | 2 | +5 | -6 |
2018-03-15 16:58 | lightning: don't receive too much data, workaround by reading byte by byte | Janus | 1 | +1 | -1 |
2018-03-15 16:38 | lightning: complete moving of lightning objects, acquire net/wallet lock while answering lightning requests | Janus | 6 | +51 | -14 |
2018-03-15 16:01 | lightning: misc patches, launch asyncio loop on separate thread | Janus | 4 | +11 | -31 |
2018-03-15 15:00 | lightning: march 2018 rebase, without integration | Janus | 8 | +1230 | -0 |
2019-08-20 07:02 | rename WizardChoiceDialog (ambiguous) | ThomasV | 2 | +5 | -6 |
2019-08-14 15:27 | wizard: try harder to have temporarily stored pw erased from memory | SomberNight | 2 | +2 | -1 |
2019-08-14 15:15 | qt preferences: cast some config values to bool | SomberNight | 1 | +9 | -9 |
2019-08-14 10:49 | signtransaction: pass pubkey to tx.sign (fix #5522) | ThomasV | 1 | +2 | -4 |
2019-08-14 10:00 | fix #5558 | ThomasV | 1 | +1 | -1 |
2019-08-14 08:14 | disable go_back button in wizard password dialog (fix #5509) | ThomasV | 1 | +2 | -0 |
2019-08-14 00:18 | (trivial) time.clock is deprecated, replace with time.process_time | SomberNight | 1 | +1 | -1 |
2019-08-13 18:12 | kivy wizard: script type dialog now uses toggle buttons | SomberNight | 1 | +10 | -8 |
2019-08-13 17:19 | kivy wizard: dedicated button for seed options | SomberNight | 1 | +30 | -6 |
2019-08-13 13:16 | kivy: support bip39 seeds | ThomasV | 3 | +100 | -22 |
2019-08-13 15:12 | kivy wizard: undo Window.bind callbacks | SomberNight | 2 | +14 | -9 |
2019-08-11 22:35 | Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467) | Christian Clauss | 4 | +11 | -13 |
2019-08-10 08:08 | Merge pull request #5550 from zebra-lucky/fix_qt_gui_qrcodewidget_pen | ThomasV | 1 | +5 | -2 |
2019-08-09 20:02 | commands: change API of "make_seed" and "create" commands | SomberNight | 6 | +11 | -11 |
2019-08-09 19:28 | rerun freeze_packages | SomberNight | 3 | +100 | -101 |
2019-08-09 19:27 | requirements: allow using newer pycryptodomex | SomberNight | 1 | +1 | -1 |
2019-08-09 18:56 | appimage build: change base to ubuntu 16.04 | SomberNight | 2 | +18 | -19 |
2019-08-09 18:18 | ledger nano: fix monospace font on Windows, and text readability | SomberNight | 1 | +6 | -2 |
2019-08-09 17:54 | ledger: remove mobile pairing 2FA support for Ledger Nano | SomberNight | 3 | +11 | -216 |
2019-08-09 17:13 | build: update pyinstaller to 3.5 | SomberNight | 2 | +3 | -3 |
2019-08-09 17:05 | wine build: pin build dependencies | SomberNight | 5 | +32 | -4 |
2019-08-09 16:59 | update block header checkpoints | SomberNight | 2 | +296 | -0 |
2019-08-09 16:11 | storage: better error msg on unsupported seed version | SomberNight | 1 | +1 | -1 |
2019-08-06 03:20 | qt console: accept kwargs for commands.py methods | SomberNight | 2 | +8 | -9 |
2019-08-02 10:06 | Merge pull request #5534 from zebra-lucky/kivy_installwizard_back_button | ThomasV | 1 | +17 | -1 |
2019-08-02 06:38 | Merge pull request #5542 from gballet/fix-electrum-env-for-freebsd | ThomasV | 1 | +1 | -1 |
2019-07-30 23:18 | bitcoin.py: dedupe pubkeyhash_to_p2pkh_script | SomberNight | 2 | +11 | -8 |
2019-07-29 11:27 | wallet: fix offline hw wallet signing when not specifying --offline | SomberNight | 3 | +18 | -13 |
2019-07-23 19:24 | Build: Set a fixed umask before starting Docker | Axel Gembe | 1 | +3 | -0 |
2019-07-21 11:28 | Merge pull request #5520 from ldz1/exchange-fix | ThomasV | 2 | +2 | -13 |
2019-07-19 02:52 | appimage build: rm "build" folder if present as it makes build non-reproducible | SomberNight | 1 | +4 | -2 |
2019-07-17 18:12 | change many str(e) to repr(e) as some exceptions were cryptic | SomberNight | 26 | +48 | -48 |
2019-07-14 12:34 | exchange_rate: fix #5495 | SomberNight | 1 | +3 | -3 |
2019-07-11 14:54 | load version module in make_download | ThomasV | 1 | +8 | -1 |
2019-07-11 14:34 | pass host to upload script | ThomasV | 1 | +3 | -3 |
2019-07-11 12:51 | prepare release 3.3.8 | SomberNight | 2 | +11 | -2 |
2019-07-10 21:44 | windows build: calculate COFF checksum ourselves | SomberNight | 2 | +43 | -21 |
2019-07-10 18:26 | appimage build: build was failing on some host systems | SomberNight | 1 | +5 | -2 |
2019-07-10 14:35 | wallet: loosen bump_fee sanity check further | SomberNight | 1 | +7 | -4 |
2019-07-09 15:41 | Merge pull request #5494 from SomberNight/tx_signing_perf_20190708 | ThomasV | 1 | +28 | -7 |
2019-07-08 03:58 | transaction.serialize_preimage: trivial clean-up | SomberNight | 1 | +5 | -5 |
2019-07-08 03:20 | qt coins tab: let user filter by prevout_hash/prevout_n | SomberNight | 1 | +1 | -1 |
2019-07-05 22:35 | servers: follow-up prev | SomberNight | 1 | +6 | -0 |
2019-07-05 22:25 | servers: rm phishing domain | SomberNight | 1 | +1 | -7 |
2019-07-05 19:16 | transaction: fix remove_signatures | SomberNight | 2 | +43 | -13 |
2019-07-05 17:27 | wallet: fix restore_wallet_from_text edge case | SomberNight | 2 | +10 | -3 |
2019-07-05 16:39 | verifier: further sanity checks for SPV verification. | SomberNight | 1 | +13 | -4 |
2019-07-04 22:10 | android build: make buildozer.spec more similar to upstream example | SomberNight | 1 | +25 | -1 |
2019-07-04 22:02 | AppImage: Fix webbrowser.open not opening links | Axel Gembe | 5 | +24 | -13 |
2019-07-04 21:35 | AppImage: Bundle more binaries to increase compatibility | Axel Gembe | 2 | +7 | -9 |
2019-07-04 20:32 | Wine Build: Make it less noisy | Axel Gembe | 2 | +7 | -6 |
2019-07-04 20:31 | AppImage: Disable pip warnings about script install locations | Axel Gembe | 1 | +4 | -4 |
2019-07-04 19:46 | qt network dialog: let user edit server host/port in peace | SomberNight | 1 | +3 | -2 |
2019-07-04 18:53 | build macOS README: mention how Qt affects min supported macOS version | SomberNight | 1 | +3 | -0 |
2019-07-04 17:55 | exchange_rate: fix #5487 | SomberNight | 1 | +4 | -1 |
2019-07-04 17:13 | crash reporter UX | SomberNight | 4 | +18 | -6 |
2019-07-04 16:06 | added trigger_crash method for testing crash reporter | SomberNight | 1 | +17 | -0 |
2019-07-04 15:23 | wallet: fix type error in _bump_fee_through_decreasing_outputs | SomberNight | 4 | +16 | -13 |
2019-07-03 19:09 | build readme nits | SomberNight | 2 | +2 | -2 |
2019-07-03 15:42 | update make_locale doc references, and small nits | SomberNight | 6 | +9 | -15 |
2019-07-03 15:37 | mac build: fix locale in binaries | SomberNight | 2 | +22 | -3 |
2019-07-03 15:36 | make_tgz: build locale from deterministic submodule | SomberNight | 1 | +16 | -5 |
2019-07-03 14:20 | chmod push_locale | ThomasV | 1 | +0 | -0 |
2019-07-03 14:19 | separate push and pull locale | ThomasV | 5 | +127 | -93 |
2019-07-03 14:01 | update submodule | ThomasV | 0 | +0 | -0 |
2019-07-03 13:47 | prepare release 3.3.7 | SomberNight | 2 | +34 | -2 |
2019-07-03 11:56 | fix prev: conditional import / type hint failure | SomberNight | 1 | +1 | -1 |
2019-07-03 11:40 | wallet: follow-up prev | SomberNight | 2 | +6 | -1 |
2019-07-03 06:46 | Do not pass storage to address_synchronizer | ThomasV | 2 | +16 | -23 |
2019-07-02 19:21 | trezor: use only Bridge when available | SomberNight | 2 | +21 | -9 |
2019-07-02 17:27 | crash reporter: in Qt subclass, do network request using WaitingDialog | SomberNight | 3 | +27 | -17 |
2019-07-01 20:05 | build-wine: build our own pyinstaller bootloader | SomberNight | 1 | +34 | -3 |
2019-07-01 18:18 | build-wine: some clean-up. cache downloads. better status messages | SomberNight | 4 | +77 | -57 |
2019-07-01 16:01 | build-wine: don't use gpg keyservers | SomberNight | 2 | +110 | -9 |
2019-07-01 13:00 | change electrum.png to square (by padding) | SomberNight | 1 | +0 | -0 |
2019-06-29 14:22 | wallet.bump_fee: loosen sanity check a tiny bit | SomberNight | 1 | +1 | -1 |
2019-06-29 14:21 | coinchooser: clarify docs for make_tx | SomberNight | 1 | +4 | -0 |
2019-06-29 04:03 | synchronizer: fix race in _on_address_status | SomberNight | 1 | +4 | -4 |
2019-06-29 03:27 | qt high dpi: fix some text fields | SomberNight | 6 | +34 | -22 |
2019-06-29 02:03 | TorDetector: minor clean-up | SomberNight | 1 | +7 | -5 |
2019-06-29 01:54 | Update block explorer URL for btc.com (#5438) | nachunjae | 1 | +2 | -4 |
2019-06-29 00:28 | ledger: (trivial) rm some remnants of hw1 setup | SomberNight | 1 | +0 | -5 |
2019-06-28 19:13 | interface: check if future already done in handle_disconnect | SomberNight | 1 | +2 | -1 |
2019-06-28 18:20 | wallet: some performance optimisations for get_receiving_addresses | SomberNight | 3 | +38 | -21 |
2019-06-27 17:10 | network: harden against eclipse attacks | SomberNight | 1 | +13 | -7 |
2019-06-27 05:08 | android build: persist debug keystore | SomberNight | 4 | +36 | -1 |
2019-06-27 03:00 | fix #4777 again... | SomberNight | 1 | +1 | -0 |
2019-06-26 02:18 | build: note whether binary is reproducible in each case | SomberNight | 5 | +24 | -11 |
2019-06-25 23:16 | interface.debug will now also print errors | SomberNight | 1 | +4 | -1 |
2019-06-25 13:26 | do not log client-side RPC executions | ThomasV | 1 | +2 | -1 |
2019-06-24 19:51 | build: make NSIS windows binary deterministic by changing the .ico file | SomberNight | 1 | +0 | -0 |
2019-06-23 02:17 | Appimage: follow-up b69249f6c333c56aa62761974bcf58a4cf3e8db1 | SomberNight | 1 | +1 | -0 |
2019-06-23 01:21 | Appimage: nits. use "fail" | SomberNight | 1 | +7 | -8 |
2019-06-23 01:15 | AppImage: Patch Python sysconfigdata | Axel Gembe | 1 | +6 | -0 |
2019-06-23 01:10 | qt: set WWLabel text to be mouse-selectable by default | SomberNight | 1 | +1 | -0 |
2019-06-23 01:09 | build-wine: print some text before "pip install" | SomberNight | 1 | +2 | -0 |
2019-06-23 01:06 | requirements-hw: rm Cython | SomberNight | 3 | +0 | -32 |
2019-06-23 00:56 | AppImage: Remove unused binaries | Axel Gembe | 1 | +24 | -13 |
2019-06-23 00:47 | AppImage: Improve reproducible Python build reliability on Linux | Axel Gembe | 2 | +19 | -2 |
2019-06-23 00:40 | AppImage: Make build reproducible | Axel Gembe | 1 | +19 | -1 |
2019-06-20 20:46 | coinchooser: clear up what "fee_estimator" expects | SomberNight | 1 | +13 | -13 |
2019-06-20 20:40 | coinchooser: don't spend buckets with negative effective value | SomberNight | 3 | +47 | -12 |
2019-06-20 19:46 | tests: new tests for bump_fee and rbf_batching | SomberNight | 1 | +217 | -2 |
2019-06-20 17:52 | tests: fix existing bump_fee tests | SomberNight | 1 | +10 | -12 |
2019-06-20 16:43 | wallet: RBF batching will now reuse the change address | SomberNight | 1 | +4 | -4 |
2019-06-20 16:37 | wallet: make "increase fee" RBF logic smarter | SomberNight | 5 | +123 | -45 |
2019-06-20 15:54 | wallet: split "change address logic" from make_unsigned_transaction | SomberNight | 1 | +30 | -22 |
2019-06-20 15:47 | coinchooser: tweak heuristic scoring. | SomberNight | 1 | +6 | -1 |
2019-06-20 15:45 | coinchooser: refactor so that penalty_func has access to change outputs | SomberNight | 1 | +88 | -76 |
2019-06-20 19:53 | wallet: fix rbf_batching edge case | SomberNight | 1 | +2 | -0 |
2019-06-20 15:32 | qt crash reporter: add warning that report contents are public | SomberNight | 1 | +2 | -0 |
2019-06-19 19:59 | TxOutput usage: trivial clean-up | SomberNight | 2 | +4 | -4 |
2019-06-19 19:56 | kivy: show tx fee rate in tx dialog | SomberNight | 2 | +16 | -2 |
2019-06-17 17:55 | coinchooser: better account for fees in penalty_func | SomberNight | 1 | +16 | -5 |
2019-06-15 01:51 | json_db: fix remove_spent_outpoint | SomberNight | 3 | +53 | -5 |
2019-06-13 15:03 | qt msgbox: when using rich text, set text format to "AutoText" instead | SomberNight | 1 | +5 | -1 |
2019-06-12 23:03 | qt history list: tweak sort order of items | SomberNight | 1 | +1 | -1 |
2019-06-12 18:07 | plugins: on some systems plugins with relative imports failed to load | SomberNight | 1 | +4 | -0 |
2019-06-12 16:27 | follow-up prev | SomberNight | 1 | +2 | -4 |
2019-06-12 16:09 | wallet: stricter validation in export_private_key | SomberNight | 4 | +62 | -8 |
2019-06-11 18:24 | AppImage: update appimagetool version | SomberNight | 1 | +4 | -4 |
2019-06-11 18:02 | builds: parallelise "make" by setting "-j4" | SomberNight | 3 | +8 | -7 |
2019-06-11 17:19 | update block explorer URL for blockchain.info | SomberNight | 1 | +2 | -2 |
2019-06-08 13:37 | qt seed completer: colour words yellow if only in old electrum list | SomberNight | 1 | +21 | -6 |
2019-06-07 18:06 | android: update kivy, p4a, buildozer | SomberNight | 2 | +17 | -11 |
2019-06-06 17:51 | storage: fix bug in convert_version_17 | SomberNight | 1 | +1 | -1 |
2019-06-06 17:49 | storage: fix some madness about get_data_ref() and put() interacting badly | SomberNight | 5 | +36 | -22 |
2019-06-05 17:40 | bip70 payreq: do not show error messages in gui | SomberNight | 2 | +27 | -6 |
2019-06-05 17:05 | follow-up prev | SomberNight | 2 | +10 | -10 |
2019-06-05 14:29 | qt payment requests: fix some races | SomberNight | 2 | +15 | -6 |
2019-06-04 19:00 | kivy tx_dialog: fix size of buttons in "Options" dropdown | SomberNight | 1 | +1 | -1 |
2019-06-04 18:36 | rerun freeze_packages | SomberNight | 3 | +104 | -104 |
2019-06-04 18:35 | requirements: restrict qdarkstyle to <2.7 | SomberNight | 1 | +1 | -1 |
2019-06-04 17:20 | kivy: offer to copy raw hex tx to clipboard | SomberNight | 2 | +21 | -3 |
2019-06-03 20:21 | qt lists right click: fix #5365 | SomberNight | 2 | +4 | -0 |
2019-06-03 18:35 | rm dead code | SomberNight | 1 | +0 | -2 |
2019-05-31 02:09 | hw: allow bypassing "too old firmware" error when using hw wallets | SomberNight | 7 | +71 | -17 |
2019-05-28 19:38 | deprecation warnings: only show when running from source | SomberNight | 1 | +4 | -1 |
2019-05-28 19:23 | interface: hide some server-induced errors from log | SomberNight | 1 | +7 | -2 |
2019-05-28 04:14 | interface: fix for aiorpcx 0.18 | SomberNight | 1 | +1 | -1 |
2019-05-27 18:24 | qt receive tab: "receive address" is now coloured red if already used | SomberNight | 2 | +13 | -1 |
2019-05-27 17:35 | update to aiorpcx 0.18 | SomberNight | 2 | +9 | -8 |
2019-05-27 17:09 | interface: fix connecting to new servers using self-signed certs | SomberNight | 1 | +5 | -4 |
2019-05-26 15:01 | wizard/hw: less spammy logs when hw library unavailable | SomberNight | 2 | +8 | -3 |
2019-05-26 02:10 | util: add function "chunks" | SomberNight | 2 | +15 | -1 |
2019-05-26 00:46 | kivy: "paste" button now works for transactions | SomberNight | 1 | +15 | -4 |
2019-05-26 00:13 | qt: allow QR codes to store a bit more data | SomberNight | 2 | +10 | -2 |
2019-05-25 23:27 | qt: "Help" and "?" buttons can show rich text | SomberNight | 1 | +4 | -2 |
2019-05-25 03:20 | interface: add comment | SomberNight | 1 | +2 | -0 |
2019-05-25 03:13 | fix #5376 | SomberNight | 2 | +3 | -1 |
2019-05-25 02:55 | util.parse_URI: more granular exceptions | SomberNight | 4 | +46 | -25 |
2019-05-22 15:43 | interface: follow-up 6ec1578a90916436b3bfabe90cafd9bfc804a332 | SomberNight | 1 | +4 | -4 |
2019-05-21 18:57 | qt settings: restart needed after toggling log_to_file | SomberNight | 1 | +1 | -0 |
2019-05-21 16:43 | follow-up prev | SomberNight | 1 | +13 | -5 |
2019-05-21 16:11 | interface was suppressing storage r/w exceptions | SomberNight | 2 | +4 | -1 |
2019-05-21 07:52 | Merge pull request #5367 from SomberNight/issue_5366 | ThomasV | 2 | +18 | -4 |
2019-05-19 15:53 | Update Johoe's server address (#5363) | Jochen Hoenicke | 1 | +3 | -3 |
2019-05-18 01:41 | Spreading malware (#5356) | shyrwall | 1 | +0 | -12 |
2019-05-17 18:10 | kivy: warn user during "Send" if high fee (change condition) | SomberNight | 3 | +8 | -6 |
2019-05-17 09:51 | Merge pull request #5354 from JeremyRand/readme-appimage | ThomasV | 1 | +8 | -2 |
2019-05-16 17:02 | prepare release 3.3.6 | ThomasV | 2 | +3 | -3 |
2019-05-16 16:59 | update release notes | SomberNight | 1 | +11 | -0 |
2019-05-15 17:56 | interface: follow-up 6cc70bc7a216afd129d24992029dcbd8e9dc861b | SomberNight | 2 | +29 | -12 |
2019-05-15 17:04 | AppImage: Remove unused PyQt5 modules | Axel Gembe | 1 | +4 | -7 |
2019-05-15 17:03 | AppImage: Remove Qt.so to prevent importing from PyQt5.Qt | Axel Gembe | 1 | +2 | -0 |
2019-05-15 17:01 | AppImage: Copy libusb binary into image | Axel Gembe | 1 | +4 | -0 |
2019-05-14 15:04 | wallet: (fix) synchronizer would also resub closed wallets... | SomberNight | 2 | +6 | -2 |
2019-05-14 13:58 | interface: when disconnecting due to RPCError, don't dump traceback | SomberNight | 1 | +2 | -0 |
2019-05-14 13:32 | fix 2fa wallet creation via qt gui | SomberNight | 2 | +10 | -3 |
2019-05-14 13:31 | qt wizard: change wizard_dialog semantics to raise exceptions | SomberNight | 1 | +10 | -10 |
2019-05-13 22:03 | (trivial) qt main_window: rm unnecessary indendation | SomberNight | 1 | +71 | -70 |
2019-05-13 21:59 | qt: factor out util.MessageBoxMixin.msg_box into function and use it | SomberNight | 5 | +71 | -46 |
2019-05-13 21:20 | wallet: test_addresses_sanity to include (part of) address in exception | SomberNight | 1 | +5 | -2 |
2019-05-13 20:56 | qt wizard: catch wallet/bitcoin exceptions (regression) | SomberNight | 1 | +6 | -6 |
2019-05-13 18:05 | kivy fx dialog: fix #5329 | SomberNight | 1 | +8 | -3 |
2019-05-13 17:21 | json_db: enforce order of 'load_transactions' and 'upgrade' | SomberNight | 2 | +35 | -13 |
2019-05-13 00:52 | qt send tab: fix tx_size and fee calc in case of payment requests | SomberNight | 1 | +25 | -20 |
2019-05-11 17:36 | kivy wizard: fix #5333 | SomberNight | 1 | +3 | -4 |
2019-05-11 00:17 | qt dark: fix2 "In History tab, labels while edited were being clipped" | SomberNight | 1 | +1 | -0 |
2019-05-11 00:08 | wallet: fix deleting address from Imported_Wallet | SomberNight | 2 | +10 | -4 |
2019-05-10 17:22 | wallet: fix balance_at_timestamp | SomberNight | 1 | +3 | -1 |
2019-05-09 16:11 | requirements: pin PyQt5-sip version due to build problems | SomberNight | 2 | +14 | -13 |
2019-05-09 14:16 | update version | ThomasV | 1 | +2 | -2 |
2019-05-09 14:15 | date release notes | ThomasV | 1 | +1 | -1 |
2019-05-09 14:09 | update locale | ThomasV | 0 | +0 | -0 |
2019-05-09 13:59 | gitignore: add more build folders | SomberNight | 2 | +8 | -3 |
2019-05-09 13:51 | buildozer: add tests to exclude_dirs | ThomasV | 1 | +5 | -1 |
2019-05-08 14:52 | update release notes | SomberNight | 1 | +4 | -5 |
2019-05-08 14:52 | logging: don't log to file by default | SomberNight | 3 | +3 | -4 |
2019-05-08 14:31 | qt dark: fix "In History tab, labels while edited were being clipped" | SomberNight | 1 | +8 | -1 |
2019-05-08 09:41 | Merge pull request #5321 from SomberNight/logging_shortcut_filtering_20190507 | ThomasV | 7 | +95 | -7 |
2019-05-07 16:01 | Merge pull request #5319 from SomberNight/sync_progress_3_20190507 | ThomasV | 4 | +43 | -3 |
2019-05-07 15:24 | interface: use itertools.count | SomberNight | 1 | +3 | -7 |
2019-05-06 23:41 | logging: fix another call with multiple args | SomberNight | 1 | +1 | -1 |
2019-05-06 21:03 | logging: fix call with multiple args | SomberNight | 1 | +1 | -1 |
2019-05-06 19:10 | kivy: fix a race at startup | SomberNight | 1 | +2 | -1 |
2019-05-06 18:19 | fix wine build dir references | SomberNight | 2 | +2 | -2 |
2019-05-06 17:12 | requirements: bump python-ecdsa minimum | SomberNight | 1 | +1 | -1 |
2019-05-06 17:11 | kivy: fix IPv6 | SomberNight | 1 | +3 | -1 |
2019-05-06 17:10 | kivy: fix crash in logging.py; platform.platform() not available | SomberNight | 4 | +16 | -16 |
2019-05-06 15:10 | wine build: rm old README | SomberNight | 3 | +91 | -128 |
2019-05-05 23:00 | servers: remove phishing server | SomberNight | 1 | +0 | -6 |
2019-05-05 17:31 | requirements: use older pycryptodomex for now | SomberNight | 2 | +30 | -30 |
2019-05-05 15:59 | qt console: failed to print certain objects with custom __eq__ | SomberNight | 1 | +1 | -1 |
2019-05-05 15:39 | rerun freeze_packages | SomberNight | 1 | +4 | -4 |
2019-05-05 02:34 | network: sanitize_tx_broadcast_response - new strings in bitcoind 0.18 | SomberNight | 1 | +5 | -0 |
2019-05-05 00:14 | qt dark style: fix padding of PayToEdit | SomberNight | 2 | +21 | -0 |
2019-05-04 16:55 | update release notes | SomberNight | 1 | +40 | -0 |
2019-05-04 16:30 | logging: expose 'disablefilelogging' option in Qt preferences | SomberNight | 2 | +9 | -1 |
2019-05-04 02:42 | qt paytoedit: enable up/down keys | SomberNight | 1 | +3 | -3 |
2019-05-04 02:39 | qt paytoedit: better height adjustment | SomberNight | 1 | +3 | -3 |
2019-05-03 21:03 | servers: update mainnet default list (emzy) | SomberNight | 1 | +1 | -1 |
2019-05-03 18:14 | servers: update mainnet default list | SomberNight | 1 | +55 | -10 |
2019-05-03 18:11 | network.broadcast_transaction: add "do not trust" text to log messages | SomberNight | 1 | +3 | -3 |
2019-05-03 02:44 | rerun freeze_packages | SomberNight | 2 | +6 | -6 |
2019-05-03 01:13 | fix prev | SomberNight | 1 | +1 | -1 |
2019-05-03 01:10 | commands: fix encrypt/decrypt | SomberNight | 7 | +44 | -18 |
2019-05-02 14:05 | logging: port ugly accidental side-effect into readable explicit feature | SomberNight | 1 | +20 | -9 |
2019-05-02 13:33 | Merge pull request #5296 from SomberNight/logging_20190328 | ThomasV | 71 | +792 | -520 |
2019-05-02 12:22 | Decouple my GPG pubkey from Animazing | ThomasV | 1 | +50 | -61 |
2019-05-02 10:05 | qt txdialog: word-wrap blockhash | SomberNight | 1 | +5 | -4 |
2019-05-02 10:04 | interface: partially fix ipv6 proxy | SomberNight | 1 | +2 | -2 |
2019-05-02 01:09 | qt: maybe batch do_update_fee() on network fee update | SomberNight | 1 | +2 | -2 |
2019-05-02 01:07 | coinchooser: improve performance significantly | SomberNight | 1 | +29 | -12 |
2019-05-01 23:20 | qt network dialog: "use Tor proxy" cb would get auto-checked incorrectly | SomberNight | 1 | +4 | -3 |
2019-04-30 19:36 | rerun freeze_packages | SomberNight | 3 | +134 | -134 |
2019-04-30 19:35 | requirements: relax qdarkstyle version | SomberNight | 1 | +1 | -1 |
2019-04-30 19:24 | update to aiorpcx 0.17 | SomberNight | 2 | +40 | -33 |
2019-04-29 17:33 | keepkey: rm homescreen stuff (remnants from trezor?) | SomberNight | 1 | +0 | -22 |
2019-03-29 09:11 | Trezor: Minor nit in settings screen. Image size was shown as H x W | Calin Culianu | 2 | +4 | -4 |
2019-04-29 00:48 | qt tx dialog: show block height and block hash | SomberNight | 1 | +29 | -10 |
2019-04-29 00:32 | wallet: get_tx_info now returns NamedTuple instead of abomination | SomberNight | 3 | +50 | -21 |
2019-04-28 23:19 | qt tx dialog: two columns for tx stats | SomberNight | 2 | +44 | -17 |
2019-04-28 04:31 | qt: warn user if in testnet mode | SomberNight | 3 | +31 | -2 |
2019-04-27 21:10 | servers: update testnet default list | SomberNight | 1 | +16 | -9 |
2019-04-27 15:23 | Remove luggs' server from default list (#5300) | luggs-co | 1 | +0 | -10 |
2019-04-25 23:55 | x509: show cert expiration date in error | SomberNight | 1 | +3 | -1 |
2019-04-25 12:35 | bitcoin: stricter check on WIF for compressed pubkeys | SomberNight | 2 | +13 | -1 |
2019-04-25 12:25 | Merge pull request #5272 from SomberNight/issue_4638_2 | ghost43 | 10 | +60 | -28 |
2019-04-24 15:05 | update bitcoin explorer options (#5285) | Aleksey Karpov | 1 | +4 | -8 |
2019-04-22 01:07 | util make_aiohttp_session: use longer default timeout | SomberNight | 1 | +1 | -1 |
2019-04-21 01:31 | minor fix re translated string | SomberNight | 2 | +4 | -6 |
2019-04-21 01:26 | kivy tx dialog: allow removing local transactions | SomberNight | 1 | +23 | -0 |
2019-04-21 01:25 | kivy tx dialog: "action button" can have multiple options -> dropdown | SomberNight | 1 | +58 | -8 |
2019-04-20 23:55 | kivy: fix history tab fiat values | SomberNight | 2 | +7 | -1 |
2019-04-20 00:09 | cpfp: include fee already paid by parent tx in calculation | SomberNight | 1 | +35 | -9 |
2019-04-19 18:02 | util/Fiat: Fiat(No Data) should equal Fiat(No Data) | SomberNight | 1 | +9 | -2 |
2019-04-19 17:12 | qt tabs: restore filter state after refresh | SomberNight | 7 | +10 | -6 |
2019-04-18 21:05 | network: allow longer timeouts in _run_new_interface | SomberNight | 1 | +2 | -1 |
2019-04-17 12:18 | leave max_button pressed (fix #5251) | ThomasV | 2 | +12 | -12 |
2019-04-15 08:49 | network: fix proxy case | SomberNight | 2 | +6 | -1 |
2019-04-12 20:49 | interface: better exception handling for _try_saving_ssl_cert_for_first_time | SomberNight | 1 | +6 | -6 |
2019-04-12 20:32 | network: do not connect to multiple servers on same /16 | SomberNight | 2 | +74 | -1 |
2019-04-12 20:24 | network: cap number of server peers accepted from main server | SomberNight | 1 | +12 | -4 |
2019-04-12 18:29 | verifier: trivial clean-up | SomberNight | 1 | +3 | -8 |
2019-04-12 17:11 | interface: in server.version, send "electrum/3.3.4" as client name | SomberNight | 1 | +5 | -1 |
2019-04-12 15:13 | kivy: "server lagging" -> show number of blocks | SomberNight | 1 | +1 | -1 |
2019-03-11 04:21 | appimage build: nits. | SomberNight | 1 | +2 | -2 |
2019-04-12 14:51 | binary builder dockerfiles: update packages | SomberNight | 2 | +3 | -3 |
2019-04-05 13:59 | Strip whitespace from amounts when copying. Fix bug in request list where address was copied instead of column specific data (#5228) | Abdussamad Abdurrazzaq | 5 | +17 | -3 |
2019-03-27 18:27 | fix more DeprecationWarnings | SomberNight | 2 | +3 | -2 |
2019-03-27 18:03 | Merge pull request #5211 from FrancisPouliot/master | ghost43 | 2 | +10 | -0 |
2019-03-27 17:41 | fix some DeprecationWarnings | SomberNight | 1 | +3 | -3 |
2019-03-27 17:09 | make sure DeprecationWarnings are shown | SomberNight | 1 | +6 | -1 |
2019-03-27 15:43 | default servers: rm electrum3.hachre.de | SomberNight | 1 | +0 | -6 |
2019-03-27 15:30 | keystore: speedup for Old_KeyStore | SomberNight | 1 | +5 | -4 |
2019-03-26 20:01 | verifier: fix logic bug. after reorg, some verifs were not undone | SomberNight | 4 | +86 | -10 |
2019-03-26 18:43 | blockchain: fix bug when swapping chain with parent | SomberNight | 2 | +66 | -7 |
2019-03-26 19:42 | follow-up prev | SomberNight | 1 | +10 | -10 |
2019-03-26 17:35 | remove currency from amount fields in exported history | ThomasV | 2 | +14 | -12 |
2019-03-26 15:52 | windows DNS resolution: handle domain with only AAAA records | SomberNight | 1 | +4 | -3 |
2019-03-26 15:38 | qt invoice list: fix #5222 | SomberNight | 2 | +6 | -1 |
2019-03-26 02:07 | windows DNS resolution: follow-up 9b0773cf2bf139eafe4a828c8964461d34ea9e23 | SomberNight | 1 | +11 | -6 |
2019-03-25 22:36 | trustedcoin: longer timeout for server signing | SomberNight | 4 | +27 | -13 |
2019-03-25 18:15 | windows DNS resolution: handle IPv6 | SomberNight | 1 | +26 | -16 |
2019-03-22 18:03 | Merge pull request #5162 from kpstar/master | ghost43 | 2 | +34 | -10 |
2019-03-22 16:30 | network: (trivial) ignore empty string donation address | SomberNight | 1 | +2 | -1 |
2019-03-22 16:24 | labels: don't dump trace if failed to connect to server | SomberNight | 1 | +21 | -2 |
2019-03-22 15:55 | exchange_rate: change default provider to CoinGecko | SomberNight | 1 | +4 | -11 |
2019-03-22 15:48 | exchange_rate: minor clean-up | SomberNight | 1 | +12 | -4 |
2019-03-22 15:35 | fx: add CoinGecko and CoinCap | SomberNight | 2 | +96 | -0 |
2019-03-22 14:23 | fix Revealer in binaries | SomberNight | 2 | +2 | -0 |
2019-03-22 13:42 | appimage: build python with curses and sqlite3 included | SomberNight | 1 | +2 | -0 |
2019-03-22 13:34 | rerun freeze_packages | SomberNight | 2 | +21 | -21 |
2019-03-22 13:32 | requirements: use PyQt <5.12 in binaries for now. for AppImage | SomberNight | 1 | +1 | -1 |
2019-03-19 23:46 | fix sign message not accept rich text (#5210) | zebra-lucky | 1 | +4 | -0 |
2019-03-18 20:34 | interface: if iface conn fails early, don't wait for timeout of 'ready' | SomberNight | 1 | +2 | -0 |
2019-03-18 16:31 | rerun freeze_packages | SomberNight | 3 | +127 | -123 |
2019-03-18 16:29 | requirements: bump min keepkey | SomberNight | 1 | +1 | -1 |
2019-03-18 15:57 | Merge pull request #5205 from keepkeyjon/keepkey-webusb | ghost43 | 1 | +23 | -2 |
2019-03-16 19:05 | trustedcoin: better UX in Qt when cannot connect to TC server | SomberNight | 2 | +22 | -11 |
2019-03-12 07:32 | daemon: in detached modde, redirect strandard file descriptors | ThomasV | 1 | +10 | -0 |
2019-03-11 18:12 | Merge pull request #5152 from SomberNight/freeze_individual_utxos | ghost43 | 7 | +153 | -54 |
2019-03-10 06:41 | exchange_rate: raise for http status so empty hist rate dicts don't get saved | SomberNight | 1 | +20 | -18 |
2019-03-09 16:13 | labels plugin: no need for 'proxy_set' callback | SomberNight | 1 | +8 | -11 |
2019-03-09 15:47 | commands: explicitly mention "?"/":" magic chars for "create" cmd | SomberNight | 1 | +6 | -3 |
2019-03-07 15:33 | qt network dialog: increase min size | SomberNight | 1 | +1 | -1 |
2019-03-06 03:53 | appimage: towards deterministic builds | SomberNight | 2 | +31 | -19 |
2019-03-05 16:27 | accept base43-encoded tx in Qt "Load transaction" | SomberNight | 2 | +33 | -9 |
2019-03-05 16:01 | new cli command: get_tx_status | SomberNight | 1 | +13 | -0 |
2019-03-04 11:53 | let DB handle addresses | ThomasV | 2 | +102 | -72 |
2019-03-04 21:19 | wallet: cache get_addr_balance | SomberNight | 1 | +20 | -1 |
2019-03-04 17:16 | wallet: towards restoring previous performance 2 | SomberNight | 3 | +13 | -9 |
2019-03-04 16:29 | keystore: rm dead code | SomberNight | 1 | +0 | -1 |
2019-03-04 16:23 | wizard: fix regression: unencrypted wallets were not getting upgraded | SomberNight | 7 | +25 | -6 |
2019-03-04 03:24 | qt qrcodewidget: on MacOS, was grabbing whole screen | SomberNight | 1 | +2 | -3 |
2019-03-04 01:49 | daemon: make sure wallet paths are standardised everywhere | SomberNight | 1 | +6 | -0 |
2019-03-04 01:48 | storage: fix path standardisation | SomberNight | 1 | +0 | -1 |
2019-03-04 01:46 | wizard: partial revert of 2da6692f73921f3b651569900a63e9f3ce7fbc57 | SomberNight | 1 | +4 | -2 |
2019-03-04 01:20 | qt wizard: minor clean-up | SomberNight | 2 | +17 | -25 |
2019-03-04 01:08 | wizard: some fixes | SomberNight | 4 | +66 | -55 |
2019-03-03 16:34 | [trivial] use namedtuple field by name | SomberNight | 1 | +1 | -1 |
2019-03-03 16:33 | wizard: fix decryption of hw wallet files | SomberNight | 2 | +2 | -2 |
2019-03-03 16:32 | wizard: allow kwargs in run() | SomberNight | 1 | +7 | -6 |
2019-03-02 18:25 | qt "new transaction" notifications: change wording | SomberNight | 1 | +7 | -5 |
2019-03-02 18:16 | wallet: fix RBF batching | SomberNight | 1 | +1 | -1 |
2019-03-01 20:02 | fix storage upgrade tests: "fixture 'func' not found" | SomberNight | 1 | +12 | -11 |
2019-03-01 19:55 | wallet: rm dead code | SomberNight | 1 | +0 | -8 |
2019-03-01 19:50 | qt: close wizard after splitting an old multi-account wallet | SomberNight | 1 | +2 | -1 |
2019-03-01 18:54 | storage: fix convert_version_18 | SomberNight | 1 | +6 | -0 |
2019-03-01 18:46 | storage: fix convert_version_17 and add new test case | SomberNight | 2 | +19 | -4 |
2019-03-01 18:44 | qt wizard: don't consider old version storage to be incomplete | SomberNight | 2 | +5 | -11 |
2019-03-01 16:55 | json_db: store Transaction objects in memory, not raw hex | SomberNight | 2 | +25 | -16 |
2019-03-01 15:57 | wallet: towards restoring previous performance | SomberNight | 5 | +18 | -17 |
2019-03-01 13:14 | post-storage_db-merge fixups | SomberNight | 5 | +10 | -8 |
2019-02-28 20:22 | wallet: generate addresses in Deterministic_Wallet constructor | SomberNight | 2 | +3 | -8 |
2019-02-28 19:22 | scripts: simplify quick_start | SomberNight | 1 | +3 | -5 |
2019-02-28 19:21 | commands: fix gettransaction | SomberNight | 1 | +4 | -3 |
2019-02-28 19:15 | wallet: fix bug in restore_wallet_from_text, and write tests | SomberNight | 2 | +71 | -4 |
2019-02-28 19:12 | commands/wallet: separate out 'create' and 'restore' core parts | SomberNight | 2 | +99 | -67 |
2019-02-28 16:56 | ledger: suppress error message if user cancels tx signing | SomberNight | 1 | +1 | -1 |
2019-02-28 15:11 | json_db: add missing lock | ThomasV | 1 | +1 | -3 |
2019-02-28 15:03 | json_db: private methods. return tx in remove_transaction | ThomasV | 1 | +24 | -23 |
2019-02-28 14:50 | storage: call load_plugins in decrypt | ThomasV | 1 | +2 | -1 |
2019-02-28 14:47 | json_db: make get operations threadsafe | ThomasV | 2 | +40 | -16 |
2019-02-28 12:11 | fix: load trustedcoin plugin for two-step wallet creation | ThomasV | 4 | +11 | -6 |
2019-02-28 10:55 | storage_db: fix tests, add modified flag to db class | ThomasV | 5 | +60 | -37 |
2019-02-28 09:37 | fix tests for json storage | ThomasV | 1 | +6 | -2 |
2019-02-28 09:04 | fix json_db list | ThomasV | 1 | +1 | -1 |
2019-02-26 08:44 | load wallet plugin in Wallet factory, fix trustedcoin wizard on kivy | ThomasV | 3 | +5 | -7 |
2019-02-26 07:45 | jsondb: convert lists to sets | ThomasV | 1 | +5 | -4 |
2019-02-25 19:22 | small fixups | SomberNight | 6 | +29 | -51 |
2019-02-20 13:45 | abstract database away from wallet and address_synchronizer | ThomasV | 6 | +258 | -189 |
2019-02-19 10:56 | separate storage and database (JsonDB) | ThomasV | 6 | +559 | -465 |
2019-02-23 14:59 | wizard: do not use on storage object during wallet creation | ThomasV | 8 | +129 | -142 |
2019-02-27 22:49 | exchange_rate: small fixups. BitcoinAverage, BitStamp | SomberNight | 2 | +51 | -29 |
2019-02-27 20:48 | exchange_rate: some clean-up and fixes | SomberNight | 3 | +53 | -76 |
2019-02-25 18:17 | tests: base43/base58 encoding/decoding | SomberNight | 1 | +32 | -2 |
2019-02-25 15:40 | do not raise BaseException | SomberNight | 1 | +2 | -2 |
2019-02-22 17:59 | Merge pull request #5118 from SomberNight/trezor_init_20190213 | ghost43 | 4 | +91 | -37 |
2019-02-21 23:13 | wizard: normalize bip32 derivation path | SomberNight | 3 | +49 | -4 |
2019-02-21 21:17 | bip32: refactor whole module. clean-up. | SomberNight | 18 | +361 | -284 |
2019-02-22 17:01 | mv "electrum seed" stuff from bitcoin.py to mnemonic.py | SomberNight | 10 | +120 | -122 |
2019-02-22 16:34 | move opcodes to bitcoin.py | SomberNight | 5 | +183 | -188 |
2019-02-22 15:52 | transaction: replace custom enum type for opcodes with stdlib enum | SomberNight | 2 | +141 | -80 |
2019-02-21 22:07 | trustedcoin: nicer 'ErrorConnectingServer' exception | SomberNight | 1 | +11 | -3 |
2019-02-20 20:19 | util: mv create_URI to create_bip21_uri, and small clean-up | SomberNight | 3 | +22 | -12 |
2019-02-20 17:01 | commands: introduce 'removelocaltx' | SomberNight | 2 | +25 | -6 |
2019-02-20 16:52 | wallet: default to get_addresses() in get_history() | SomberNight | 1 | +1 | -1 |
2019-02-20 12:46 | Add support for Ledger Nano X and future devices (#5140) | Jean P | 1 | +8 | -1 |
2019-02-19 14:40 | qt installwizard: fix small regression | SomberNight | 1 | +1 | -1 |
2019-02-18 17:03 | trustedcoin: print messages in both direction when debugging | SomberNight | 1 | +9 | -5 |
2019-02-18 17:00 | interface.is_server_ca_signed: don't rely on assert | SomberNight | 1 | +11 | -4 |
2019-02-18 16:52 | fix get_fee_text for static fees | SomberNight | 1 | +4 | -1 |
2019-02-15 21:06 | test python version in main script | SomberNight | 2 | +10 | -1 |
2019-02-15 20:14 | scripts: add "quick_start" to showcase some basic functionality | SomberNight | 1 | +40 | -0 |
2019-02-15 16:37 | Merge branch 'network_walk' | ThomasV | 1 | +11 | -14 |
2019-02-15 16:22 | synchronizer: disconnect from server if cannot deserialize txn | SomberNight | 2 | +17 | -13 |
2019-02-14 19:54 | synchronizer: allow server not finding txn sometimes | SomberNight | 2 | +15 | -6 |
2019-02-13 22:21 | fix variable name in contrib/sign_version | ThomasV | 1 | +2 | -2 |
2019-02-13 22:19 | update make_download | ThomasV | 1 | +1 | -0 |
2019-02-13 21:23 | prepare release 3.3.4 | ThomasV | 2 | +3 | -3 |
2019-02-13 21:20 | update locale submodule | ThomasV | 0 | +0 | -0 |
2019-02-13 20:46 | add contrib/sign_version | ThomasV | 1 | +4 | -0 |
2019-02-13 19:23 | update release notes | SomberNight | 1 | +16 | -0 |
2019-02-13 17:33 | trezor: fix minor error handling issue | SomberNight | 1 | +1 | -1 |
2019-02-13 14:03 | keystore bip39: minor clean-up | SomberNight | 1 | +10 | -10 |
2019-02-12 19:23 | network: reintroduce network.debug (#5093) | ghost43 | 2 | +27 | -2 |
2019-02-12 18:38 | wallet get_full_history: add from/to_height info to summary | SomberNight | 1 | +2 | -0 |
2019-02-12 18:23 | network: follow-up 38ab7ee554b89b96c5ac7ea1b83d275d6cdb3cad | SomberNight | 1 | +1 | -1 |
2019-02-12 17:38 | cli history: add option to filter by block height | SomberNight | 2 | +20 | -4 |
2019-02-12 16:02 | network: catch untrusted exceptions from server in public methods | SomberNight | 4 | +78 | -4 |
2019-02-11 19:22 | kivy: rm dead code | SomberNight | 1 | +0 | -3 |
2019-02-11 19:21 | no more "import *" | SomberNight | 38 | +180 | -116 |
2019-02-11 15:36 | network broadcast_transaction: make error text clearer | SomberNight | 1 | +1 | -1 |
2019-02-10 20:20 | qt utxo_list: show full prevout_n in outpoint column | SomberNight | 1 | +3 | -1 |
2019-02-10 20:13 | qt MyTreeView subclasses: change "headers" from list to dict | SomberNight | 6 | +47 | -16 |
2019-02-10 20:00 | qt MyTreeView subclasses: use IntEnum for columns | SomberNight | 5 | +129 | -64 |
2019-02-10 05:36 | qt history list: update_tx_mined_status was not updating 'date' for tx | SomberNight | 1 | +2 | -1 |
2019-02-09 11:15 | import version module | ThomasV | 1 | +2 | -2 |
2019-02-08 18:19 | rerun freeze_packages | SomberNight | 3 | +41 | -41 |
2019-02-08 15:38 | update block header checkpoints | SomberNight | 2 | +264 | -0 |
2019-02-08 15:17 | bump libsecp256k1 version | SomberNight | 3 | +4 | -3 |
2019-02-08 14:53 | Merge pull request #5052 from JeremyRand/utxolist-for-loop | ThomasV | 1 | +19 | -16 |
2019-02-08 11:59 | fix #5088 | ThomasV | 3 | +9 | -4 |
2019-02-08 10:17 | fix #4984 | ThomasV | 2 | +12 | -3 |
2019-02-08 07:59 | qt wizard: select_storage | ThomasV | 2 | +7 | -4 |
2019-02-08 07:27 | follow-up prev | ThomasV | 1 | +1 | -1 |
2019-02-08 07:21 | follow up 6fb974227ba924c877e50defc36d7a3006660ef4 | ThomasV | 1 | +2 | -0 |
2019-02-08 01:24 | requirements: set min version for aiohttp | SomberNight | 1 | +1 | -1 |
2019-02-07 19:19 | mac build: install pinned pip and setuptools earlier | SomberNight | 1 | +8 | -3 |
2019-02-07 17:57 | icons: instead of symlinks, just mv "icons" dir | SomberNight | 89 | +14 | -19 |
2019-02-07 16:48 | fix prev: run make_locale before building android apk | SomberNight | 1 | +4 | -0 |
2019-02-07 15:45 | kivy build: test and document that make_locale is to be run first | SomberNight | 4 | +40 | -17 |
2019-02-07 12:56 | fix #5082 | ThomasV | 1 | +4 | -2 |
2019-02-07 12:30 | network: fix send_multiple_requests | ThomasV | 1 | +4 | -2 |
2019-02-06 14:50 | trezor: PIN could not be disabled | SomberNight | 1 | +1 | -1 |
2019-02-05 19:33 | remove 'util.py' from scripts | ThomasV | 6 | +38 | -64 |
2019-02-05 17:27 | add more details values to history | ThomasV | 1 | +2 | -0 |
2019-02-04 23:59 | qt icons: update remaining QIcon() constructors | SomberNight | 2 | +2 | -2 |
2019-02-04 21:34 | win/mac binaries: fix qt icons | SomberNight | 2 | +4 | -4 |
2019-02-04 19:05 | wine build: small clean-up in prepare-wine.sh | SomberNight | 1 | +3 | -8 |
2019-02-04 18:19 | wine build: upgrade wine, nsis, python | SomberNight | 2 | +7 | -11 |
2019-02-04 17:56 | start using util.resource_path | SomberNight | 2 | +5 | -5 |
2019-02-04 17:45 | mv qt update checker to its own file | SomberNight | 3 | +145 | -131 |
2019-02-04 17:29 | qt update checker: handle --offline | SomberNight | 1 | +10 | -3 |
2019-02-04 17:07 | qt: set default "window icon" (only visible on Windows) | SomberNight | 1 | +1 | -0 |
2019-02-04 16:59 | qt qrwindow: rm dead code | SomberNight | 1 | +2 | -13 |
2019-02-04 16:07 | wizard: copy/restore storage when stepping through the wizard | SomberNight | 2 | +34 | -7 |
2019-02-04 15:51 | wizard: make 'stack' private | SomberNight | 4 | +18 | -13 |
2019-02-04 13:51 | network: clean up broadcast_transaction | SomberNight | 1 | +15 | -2 |
2019-02-04 18:16 | Merge pull request #5042 from SomberNight/appimage | ThomasV | 8 | +359 | -67 |
2019-02-03 22:40 | fix android build: pin buildozer and pin kivy. | SomberNight | 2 | +23 | -16 |
2019-02-03 19:04 | qt network dialog: use intenum for columns | SomberNight | 1 | +10 | -4 |
2019-02-03 11:28 | remove phishing server | ThomasV | 1 | +0 | -6 |
2019-02-02 19:10 | network: fix get_servers to not modify default list | SomberNight | 1 | +1 | -1 |
2019-02-02 07:07 | build: replace remaining "python setup.py install" with "pip install" | SomberNight | 2 | +2 | -2 |
2019-02-02 05:26 | Merge pull request #5055 from SomberNight/fix_qt_icons_when_pkg_installed | ThomasV | 4 | +10 | -5 |
2019-02-01 20:57 | qt inline icons: change mouse-over cursor | SomberNight | 1 | +1 | -0 |
2019-02-01 20:20 | contrib/make_tgz: small improvements. (#5040) | ghost43 | 1 | +27 | -7 |
2019-02-01 19:48 | Merge pull request #5039 from SomberNight/tx_version_bump_to_2 | ThomasV | 3 | +37 | -14 |
2019-02-01 19:47 | Merge pull request #5053 from SomberNight/qt_icons_file_rm | ThomasV | 38 | +109 | -216 |
2019-02-01 18:46 | delete snap file | SomberNight | 1 | +0 | -23 |
2019-02-01 17:07 | util: rm hfu, cleaner bh2u | SomberNight | 2 | +5 | -5 |
2019-01-31 19:58 | qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix | SomberNight | 4 | +152 | -1 |
2019-01-31 18:44 | contrib/freeze_packages.sh: should hard fail if there is an error | SomberNight | 1 | +2 | -0 |
2019-01-31 16:01 | build: use sha256sum instead of md5sum | SomberNight | 2 | +2 | -2 |
2019-01-31 15:37 | wine build: pin wine signing key. minor refactoring. | SomberNight | 2 | +22 | -17 |
2019-01-31 11:13 | qt contact list: context menu fixups | SomberNight | 1 | +5 | -5 |
2019-01-30 20:30 | wallet: implement wait_for_address_history_to_change API | SomberNight | 1 | +17 | -0 |
2019-01-30 18:30 | android build: update pinned python-for-android. use newer google NDK. | SomberNight | 1 | +8 | -2 |
2019-01-30 11:03 | trezor and clones: sign tx version too | SomberNight | 3 | +5 | -3 |
2019-01-29 16:25 | hardware cmdline handler: print messages to stderr (take 2) | SomberNight | 2 | +9 | -9 |
2019-01-29 08:37 | Merge pull request #5031 from spesmilo/daemon_error_forwarding | ThomasV | 1 | +4 | -1 |
2019-01-28 17:15 | linux sdist: try to exclude some more garbage files from release tarball | SomberNight | 1 | +3 | -1 |
2019-01-28 16:36 | linux sdist: rm dead file from MANIFEST.in | SomberNight | 1 | +0 | -1 |
2019-01-28 16:35 | gitignore: update old path | SomberNight | 1 | +1 | -1 |
2019-01-28 14:26 | kivy readme: note about running on linux desktop | SomberNight | 1 | +8 | -0 |
2019-01-27 17:15 | Update: README.rst (#5036) | duckartes | 1 | +3 | -3 |
2019-01-27 13:42 | qt update notifications: make url clickable; prevent multiple dialogs | SomberNight | 2 | +3 | -1 |
2019-01-26 15:50 | add 'get' command to CLI | ThomasV | 1 | +5 | -0 |
2019-01-26 14:30 | version notifications: sig check would always fail on testnet | SomberNight | 3 | +30 | -25 |
2019-01-25 18:14 | document linux release process | SomberNight | 2 | +28 | -8 |
2019-01-25 18:09 | update release notes | ThomasV | 1 | +2 | -0 |
2019-01-25 17:46 | update submodules | ThomasV | 0 | +0 | -0 |
2019-01-21 16:39 | validate version update announcements using "bitcoin address" message signing | SomberNight | 1 | +27 | -1 |
2019-01-01 18:38 | [Qt] Add optional update notifications | Johann Bauer | 4 | +138 | -3 |
2019-01-25 17:16 | hardware cmdline handler: print messages to stderr | ThomasV | 2 | +2 | -2 |
2019-01-25 15:46 | fix wine build: pyinstaller failed to install with new pip | SomberNight | 1 | +1 | -1 |
2019-01-25 11:06 | prepare release 3.3.3 | ThomasV | 2 | +11 | -2 |
2019-01-25 01:33 | Give visual feedback while starting (#4997) | sajolida | 1 | +2 | -1 |
2019-01-25 01:06 | rerun freeze_packages | SomberNight | 3 | +117 | -109 |
2019-01-24 12:47 | Merge pull request #5026 from JeremyRand/utxolist-headers | ThomasV | 1 | +2 | -1 |
2019-01-23 16:17 | simplify qr window | ThomasV | 2 | +2 | -36 |
2018-07-16 11:05 | draw qrcode with fixed framesize | ThomasV | 1 | +5 | -6 |
2019-01-21 17:44 | wizard: better hww debug messages when unpaired_device_infos fails | SomberNight | 2 | +28 | -14 |
2019-01-20 14:49 | commands: add convert_xkey for converting between {x,y,z}|{pub,prv} | SomberNight | 2 | +56 | -0 |
2019-01-19 22:11 | qt contact list: fix copying address, sort order | SomberNight | 1 | +8 | -6 |
2019-01-19 16:50 | fix typo | SomberNight | 1 | +2 | -2 |
2019-01-19 10:27 | Merge pull request #5011 from SomberNight/tx_broadcast_sanitize_response | ThomasV | 6 | +204 | -34 |
2019-01-17 16:19 | wallet: add comment | SomberNight | 1 | +4 | -2 |
2019-01-17 16:16 | exception formatting: use repr(e) instead of str(e) in messages | SomberNight | 6 | +7 | -7 |
2019-01-17 16:09 | qt history list: fix minor sorting issue | SomberNight | 1 | +8 | -2 |
2019-01-17 15:22 | Merge pull request #5007 from cculianu/fix_codesign_electrum | ThomasV | 2 | +44 | -5 |
2019-01-16 18:11 | trezor: fix minor string formatting re translations | SomberNight | 3 | +5 | -5 |
2019-01-16 17:51 | wallet: randomise locktime of transactions a bit. also check if stale. (#4967) | ghost43 | 3 | +33 | -7 |
2019-01-16 17:48 | Add flag --skipmerklecheck (#4957) | chris-belcher | 2 | +6 | -2 |
2019-01-12 21:06 | Revealer: Fix typo | Johann Bauer | 1 | +1 | -1 |
2019-01-12 20:58 | Change string formatting to improve translation | Johann Bauer | 1 | +1 | -1 |
2019-01-11 20:00 | [Docker] fix gnupg2 and dirmngr | Romano | 1 | +2 | -2 |
2019-01-08 16:22 | [Revealer] Fix spelling mistake | Johann Bauer | 1 | +1 | -1 |
2019-01-07 10:00 | requirements: lower bound for btchip-python | SomberNight | 1 | +1 | -1 |
2019-01-07 09:49 | Fix ledger transaction version (#4991) | Tom Kneiphof | 1 | +3 | -3 |
2019-01-04 10:00 | interface: catch more SOCKS exceptions | SomberNight | 1 | +2 | -2 |
2019-01-04 09:58 | qt network dialog: detect Tor proxy dynamically | SomberNight | 1 | +11 | -4 |
2019-01-04 09:15 | trezor: fix matrix recovery | SomberNight | 1 | +1 | -0 |
2019-01-01 19:39 | Qt: Show pointer cursor for status bar buttons | Johann Bauer | 1 | +1 | -0 |
2018-12-28 12:43 | complete release notes | ThomasV | 1 | +2 | -0 |
2018-12-26 02:58 | qt: don't import PyQt5.Qt | SomberNight | 5 | +11 | -11 |
2018-12-24 18:03 | qt: fix address list context menu race | SomberNight | 1 | +3 | -2 |
2018-12-24 17:52 | qt crash report: fix formatting | SomberNight | 1 | +2 | -1 |
2018-12-23 09:02 | fix #4958 | ThomasV | 1 | +1 | -0 |
2018-12-22 08:06 | trustedcoin: friendlier error msg for invalid otp when signing | SomberNight | 1 | +8 | -2 |
2018-12-21 21:41 | prepare release 3.2.2 | ThomasV | 2 | +8 | -2 |
2018-12-21 21:32 | update icons submodule | ThomasV | 0 | +0 | -0 |
2018-12-21 20:56 | [Qt] Fix wrong orientation of finger in clock icons | Johann Bauer | 6 | +0 | -0 |
2018-12-21 19:46 | qt: show_message and friends display plaintext by default | SomberNight | 3 | +24 | -15 |
2018-12-21 19:44 | gui: prepend broadcast_transaction errors with explanatory message | SomberNight | 5 | +17 | -6 |
2018-12-21 15:59 | kivy network dialog: update server and proxy properly | SomberNight | 4 | +16 | -7 |
2018-12-20 17:06 | win build: rm win_inet_pton | SomberNight | 1 | +0 | -2 |
2018-12-20 16:09 | util.profiler: simplify | SomberNight | 1 | +1 | -12 |
2018-12-20 15:49 | network: put NetworkTimeout constants together (#4945) | ghost43 | 2 | +29 | -6 |
2018-12-20 15:46 | qt history: fix exporting history | SomberNight | 1 | +1 | -1 |
2018-12-20 12:24 | prepare release 3.3.1 | ThomasV | 2 | +8 | -2 |
2018-12-20 12:23 | kivy: do not request PIN for watching-only wallets | ThomasV | 1 | +4 | -0 |
2018-12-20 11:43 | kivy: improve context menu | ThomasV | 1 | +5 | -3 |
2018-12-20 11:19 | kivy: use on_state instead of on_release | ThomasV | 1 | +1 | -1 |
2018-12-20 10:32 | kivy: use default scroll_distance and scroll_timeout | ThomasV | 1 | +0 | -2 |
2018-12-20 03:24 | Merge pull request #4932 from SomberNight/revealer_cleanup_20181215 | ghost43 | 4 | +195 | -84 |
2018-12-20 00:09 | qt: fix invoices tab | SomberNight | 2 | +20 | -17 |
2018-12-19 20:24 | release notes: mention 2fa, shorten qt | SomberNight | 1 | +6 | -12 |
2018-12-19 20:22 | win build: wine upstream gpg key weirdness | SomberNight | 1 | +2 | -0 |
2018-12-19 17:37 | osx build: revert to python 3.6.4 | ThomasV | 1 | +1 | -1 |
2018-12-19 17:35 | update submodule (follow-up prev commit) | ThomasV | 0 | +0 | -0 |
2018-12-19 17:28 | Merge branch 'master' of github.com:spesmilo/electrum | ThomasV | 1 | +9 | -3 |
2018-12-19 17:28 | update submodule | ThomasV | 0 | +0 | -0 |
2018-12-19 12:29 | update submodules | ThomasV | 0 | +0 | -0 |
2018-12-19 11:03 | Merge pull request #4938 from SomberNight/mac_build_qr_scanner_old_xcode | ThomasV | 2 | +41 | -9 |
2018-12-19 01:10 | plugins: fix hook/attr name collision in close() | SomberNight | 1 | +10 | -5 |
2018-12-18 20:41 | win build: bump python version | SomberNight | 1 | +1 | -1 |
2018-12-18 20:01 | rerun freeze_packages | SomberNight | 2 | +47 | -47 |
2018-12-18 19:52 | bump pyqt version in binaries | SomberNight | 1 | +1 | -1 |
2018-12-18 18:57 | keystore: fail sooner if unsupported version | SomberNight | 3 | +12 | -4 |
2018-12-18 18:35 | Merge pull request #4937 from SomberNight/revert_password_v2 | ThomasV | 2 | +29 | -34 |
2018-12-17 12:41 | fix greenaddress plugin: follow-up 75f6ab913316998e1e3c4b1d256de17bc367ea8e | SomberNight | 1 | +9 | -3 |
2018-12-15 00:12 | revealer: fix path madness | SomberNight | 1 | +25 | -18 |
2018-12-15 00:11 | Merge pull request #4916 from tiagotrs/master | ghost43 | 3 | +105 | -93 |
2018-12-14 22:01 | test_wallet_vertical: add segwit 2fa test | SomberNight | 1 | +36 | -1 |
2018-12-14 21:50 | wizard: fix imported address wallets | SomberNight | 3 | +6 | -5 |
2018-12-14 07:57 | rerun freeze_packages | ThomasV | 3 | +151 | -150 |
2018-12-14 07:27 | kivy: show synchronization status in the balance field | ThomasV | 3 | +13 | -17 |
2018-12-14 06:41 | rm requests from greenaddress plugin | ThomasV | 1 | +3 | -3 |
2018-12-14 06:19 | remove requests from requirements | ThomasV | 1 | +0 | -1 |
2018-12-13 22:25 | contrib: import 'requests' in try-except | SomberNight | 5 | +13 | -5 |
2018-12-13 22:11 | use certifi directly instead of requests | SomberNight | 6 | +11 | -10 |
2018-12-13 21:54 | ssl: use certifi explicitly for aiohttp and electrum-server connections | SomberNight | 2 | +17 | -4 |
2018-12-13 16:21 | Qt: camera icon | ThomasV | 5 | +4 | -1 |
2018-12-13 14:27 | android build: use rebased p4a fork | SomberNight | 1 | +1 | -1 |
2018-12-11 22:53 | [Qt] Got rid of qt.util.Timer class and instead replaced the functionality with the more efficient QTimer. Also added disconnection from the timer on window close. | Calin Culianu | 3 | +8 | -18 |
2018-12-13 11:10 | simplify previous commit | ThomasV | 3 | +23 | -35 |
2018-12-12 19:50 | wallet: try detecting internal address corruption | SomberNight | 7 | +134 | -21 |
2018-12-12 18:58 | qt: don't flash QWidgets on startup before main window is visible | SomberNight | 2 | +11 | -8 |
2018-12-11 20:29 | qt: try even harder not to crash whole app on first start | SomberNight | 3 | +19 | -9 |
2018-12-11 17:33 | Merge pull request #4880 from spesmilo/2fa_segwit | ThomasV | 7 | +122 | -78 |
2018-12-11 12:58 | CLI deserialize: always force full parse | ThomasV | 1 | +1 | -1 |
2018-12-10 18:42 | qt history: data() should return QVariant | SomberNight | 1 | +3 | -3 |
2018-12-10 18:25 | qt history: use IntEnum for column indices | SomberNight | 1 | +74 | -63 |
2018-12-10 17:10 | Merge pull request #4915 from spesmilo/qabstractitemmodel | ghost43 | 11 | +428 | -332 |
2018-12-10 16:46 | interface: fix only-genesis regtest case | SomberNight | 1 | +5 | -2 |
2018-12-10 07:04 | qt network dialog: fix NodesListWidget if there is fork | SomberNight | 1 | +2 | -1 |
2018-12-10 07:03 | network: fix switching interface (restart old one) | SomberNight | 2 | +6 | -6 |
2018-12-09 19:04 | network: don't let _maintain_sessions die from CancelledError | SomberNight | 1 | +19 | -10 |
2018-12-09 19:02 | interface: change close() implementation | SomberNight | 1 | +4 | -2 |
2018-12-09 06:17 | wine build: dedupe PYTHON_VERSION | SomberNight | 4 | +8 | -9 |
2018-12-09 04:09 | win/mac build: strip parts of pyqt5 from binaries to reduce size (#4901) | ghost43 | 2 | +27 | -0 |
2018-12-08 16:02 | bitbox: fix seed command (#4906) | benma | 1 | +1 | -1 |
2018-12-08 05:56 | labels plugin qt: only update corresponding window; disconnect signal | SomberNight | 2 | +9 | -1 |
2018-12-08 05:31 | qt main window: unregister network callbacks | SomberNight | 1 | +2 | -0 |
2018-12-07 19:59 | fix prev | SomberNight | 1 | +5 | -1 |
2018-12-07 19:47 | wallet: TxMinedInfo (merged TxMinedStatus and VerifiedTxInfo) | SomberNight | 5 | +29 | -29 |
2018-12-07 18:19 | digitalbitbox, trustedcoin: proxied http client | Janus | 3 | +80 | -51 |
2018-12-07 18:18 | digitalbitbox: make constant strings | Janus | 1 | +11 | -8 |
2018-12-07 17:41 | digitalbitbox: fix stretch_key bytes/str confusion | Janus | 1 | +2 | -2 |
2018-12-07 03:32 | tweak release notes for 3.3 | SomberNight | 1 | +23 | -7 |
2018-12-07 03:06 | requirements: bump python-trezor to 0.11 | SomberNight | 1 | +1 | -1 |
2018-12-06 17:16 | hw: check_libraries_available now gets version of incompatible libs | SomberNight | 3 | +34 | -20 |
2018-12-06 18:38 | Merge pull request #4875 from matejcik/trezor-0.11 | ghost43 | 9 | +381 | -510 |
2018-12-06 15:23 | android build: less verbose buildozer logs | SomberNight | 3 | +9 | -1 |
2018-12-06 15:05 | fix prev | SomberNight | 1 | +1 | -1 |
2018-12-06 12:43 | android build: fix warning re ndk_api | SomberNight | 1 | +4 | -1 |
2018-12-06 04:10 | android build: add "how to deploy apk on phone" to readme | SomberNight | 1 | +8 | -0 |
2018-12-05 18:03 | travis: build android apk | SomberNight | 3 | +23 | -10 |
2018-12-05 17:55 | test_wallet_vertical: offline sign with old seed | SomberNight | 1 | +41 | -0 |
2018-12-05 11:26 | exchange rate: fix coinbase | SomberNight | 1 | +3 | -4 |
2018-12-04 21:24 | qt history: speed up ensure_fields_available (faster startup) | SomberNight | 2 | +56 | -6 |
2018-12-04 16:27 | qt history list: fix #4896 | SomberNight | 1 | +3 | -1 |
2018-12-04 15:44 | util: Satoshis and Fiat should not be namedtuples | SomberNight | 1 | +27 | -5 |
2018-12-04 15:17 | wallet history fees: only calculate fees when exporting history | SomberNight | 4 | +22 | -11 |
2018-12-04 11:26 | follow-up 5473320ce459b3076d60f71dab490ed3a07b86a5: do not call get_full_history in constructor | ThomasV | 1 | +8 | -17 |
2018-12-04 10:52 | do not block load_wallet with watching_only warning | ThomasV | 2 | +1 | -2 |
2018-12-04 10:19 | Merge pull request #4895 from benma/bitbox | ThomasV | 1 | +29 | -7 |
2018-12-03 18:12 | qt history list: small clean-up | SomberNight | 4 | +15 | -23 |
2018-12-03 16:51 | qt dark theme: use correct QR code icon (light/dark) | SomberNight | 3 | +6 | -3 |
2018-12-03 15:04 | downgrade qdarkstyle for now | SomberNight | 1 | +1 | -1 |
2018-12-03 14:54 | qt: avoid app.palette().text().color(), doesn't work on dark style | Janus | 1 | +2 | -2 |
2018-12-03 14:33 | qt_standardmodel: only use proxymodel when appropriate | Janus | 2 | +17 | -19 |
2018-11-27 20:32 | qt: use QStandardItemModel | Janus | 10 | +572 | -403 |
2018-12-03 12:02 | wallet creation: take care not to write plaintext keys to disk | SomberNight | 3 | +7 | -5 |
2018-12-03 11:46 | cli restore: fix imported privkeys with password | SomberNight | 1 | +1 | -1 |
2018-12-03 08:44 | Merge pull request #4892 from preserveddarnell/patch-2 | ThomasV | 1 | +2 | -2 |
2018-12-03 08:08 | Merge pull request #4893 from cculianu/fix_tx_desc_coins_tab | ThomasV | 1 | +2 | -1 |
2018-11-30 19:45 | wizard/hw: cap transport string | SomberNight | 1 | +3 | -1 |
2018-11-30 18:16 | plugins: labels: dump response if malformed sync server response | Janus | 1 | +4 | -1 |
2018-11-30 17:56 | network: validate donation address for server | SomberNight | 1 | +6 | -1 |
2018-11-30 16:18 | text gui: fix network event handler | SomberNight | 1 | +1 | -1 |
2018-11-30 15:36 | blockchain: check best chain on disk is consistent with checkpoints | SomberNight | 1 | +18 | -9 |
2018-11-30 10:48 | Merge pull request #4838 from SomberNight/keystore_pw_hash2b | ThomasV | 4 | +138 | -50 |
2018-11-30 10:23 | update version number | ThomasV | 1 | +2 | -2 |
2018-11-30 10:22 | release notes for 3.3 | ThomasV | 1 | +12 | -0 |
2018-11-30 03:08 | storage/blockchain: use os.replace | SomberNight | 2 | +2 | -11 |
2018-11-29 19:47 | wallet: cache NaN coin prices, clear cache on new history | ThomasV | 3 | +8 | -7 |
2018-11-29 19:28 | coldcard: fix p2pkh signing for new fw (1.1.0) | SomberNight | 1 | +8 | -3 |
2018-11-29 15:34 | Merge pull request #4873 from SomberNight/android_docker | ThomasV | 5 | +188 | -129 |
2018-11-29 12:24 | fix travis macOS build | SomberNight | 1 | +1 | -1 |
2018-11-29 10:47 | follow-up | ThomasV | 3 | +2 | -2 |
2018-11-29 10:46 | fix module path | ThomasV | 1 | +2 | -2 |
2018-11-29 10:39 | rename contrib/build-osx as contrib/osx. Move QRReader submodule there. | ThomasV | 12 | +287 | -287 |
2018-11-28 22:09 | [macOS] Added QR scanner facility using platform-native helper app. | Calin Culianu | 6 | +41 | -2 |
2018-11-28 19:54 | hw: fix passphrase dialog with confirmation | SomberNight | 3 | +20 | -15 |
2018-11-28 15:43 | build-wine: update git version | SomberNight | 1 | +1 | -1 |
2018-11-28 14:52 | wallet: add FIXME re fiat coin_price calculation | SomberNight | 1 | +3 | -0 |
2018-11-28 13:02 | Merge pull request #4869 from cculianu/add_macos_codesign | ThomasV | 2 | +52 | -0 |
2018-11-28 12:05 | Merge pull request #4724 from un1t/master | ThomasV | 2 | +7 | -2 |
2018-11-28 11:54 | Merge pull request #4861 from SomberNight/blockchain_fork_ids | ThomasV | 9 | +513 | -172 |
2018-11-28 11:35 | wallet: cache more in get_tx_fee | SomberNight | 1 | +9 | -6 |
2018-11-27 20:32 | qt history list: fix sort order of fiat columns | SomberNight | 1 | +9 | -1 |
2018-11-27 20:15 | qt history list: fix Qt.UserRole collision | SomberNight | 3 | +21 | -19 |
2018-11-27 17:34 | simplify test | ThomasV | 1 | +3 | -3 |
2018-11-27 17:16 | Merge pull request #4872 from spesmilo/qt_fiat_fixes | ThomasV | 5 | +133 | -47 |
2018-11-26 21:02 | Merge pull request #4864 from SomberNight/android_build_2018nov | ghost43 | 4 | +112 | -82 |
2018-11-26 00:34 | bitcoin: avoid floating point in int_to_hex | SomberNight | 1 | +1 | -1 |
2018-11-26 00:16 | prefer int.from_bytes over int('0x'+hex, 16) | SomberNight | 2 | +6 | -5 |
2018-11-22 18:41 | rerun freeze packages | SomberNight | 3 | +101 | -104 |
2018-11-22 18:37 | requirements: also accept aiorpcx 0.10.x | SomberNight | 1 | +1 | -1 |
2018-11-22 17:21 | crypto: fix pkcs7 padding check | SomberNight | 1 | +2 | -2 |
2018-11-22 15:52 | blockchain: fix difficulty retarget | SomberNight | 2 | +253 | -251 |
2018-11-20 10:59 | network: oneserver should be bool | SomberNight | 1 | +2 | -2 |
2018-11-18 21:07 | bitcoin/ecc: some more type annotations | SomberNight | 5 | +64 | -60 |
2018-11-18 15:46 | history export: include tx fee | SomberNight | 4 | +37 | -6 |
2018-11-16 18:03 | wizard/hw: show transport type when listing HWDs | SomberNight | 5 | +28 | -8 |
2018-11-16 13:39 | decorate some methods with @profiler to debug slow startup | SomberNight | 2 | +5 | -2 |
2018-11-14 21:39 | qt: count wizards in progress (#4349) | ghost43 | 1 | +24 | -8 |
2018-11-14 17:58 | tests: spanish test case for mnemonic.py, and refactoring | SomberNight | 2 | +103 | -51 |
2018-11-14 15:43 | Show description (label) in TxDialog screen when opened from History (#4775) | Calin Culianu | 1 | +9 | -5 |
2018-11-14 15:33 | paymentrequest: don't show PaymentAck to user | SomberNight | 1 | +1 | -1 |
2018-11-14 15:13 | Merge pull request #4827 from SomberNight/android_oneserver | ThomasV | 4 | +29 | -5 |
2018-11-14 15:04 | paymentrequest: be explicit about only allowing "addresses" | SomberNight | 3 | +16 | -11 |
2018-11-14 12:16 | PrintError: display verbosity filter | ThomasV | 2 | +11 | -4 |
2018-11-13 23:37 | transaction: clean-up multisig_script | SomberNight | 2 | +6 | -9 |
2018-11-11 22:55 | plugins: when loading plugins, use newer importlib mechanism | SomberNight | 1 | +18 | -9 |
2018-11-10 12:30 | crypto: more type annotations | SomberNight | 1 | +28 | -26 |
2018-11-09 21:47 | RBF batching: fix logic bug | SomberNight | 1 | +4 | -3 |
2018-11-09 19:04 | RBF batching: smarter fee handling | SomberNight | 2 | +13 | -1 |
2018-11-09 18:15 | RBF batching: for now, let user deal with fee problems (honour slider) | SomberNight | 1 | +0 | -7 |
2018-11-09 17:48 | qt history export: include fiat value in csv | SomberNight | 1 | +12 | -9 |
2018-11-09 16:56 | RBF batching: some fixes | SomberNight | 5 | +35 | -21 |
2018-11-09 16:09 | add batch_rbf option to Qt GUI | ThomasV | 2 | +16 | -3 |
2018-11-09 15:33 | if possible, batch new transaction with existing rbf transaction | ThomasV | 5 | +55 | -29 |
2018-11-08 18:46 | introduce UserFacingException | SomberNight | 10 | +70 | -59 |
2018-11-08 16:07 | trezor: don't let bridge transport failing block all other transports | SomberNight | 3 | +15 | -4 |
2018-11-08 12:01 | wizard: make native segwit (bech32) the default for bip39/hw | SomberNight | 3 | +16 | -8 |
2018-11-07 14:03 | wizard: make segwit/bech32 the default choice during wallet creation | ThomasV | 1 | +1 | -1 |
2018-11-07 13:48 | cpfp: don't reuse address | SomberNight | 2 | +8 | -7 |
2018-11-07 11:38 | use blockstream.info as default block explorer | ThomasV | 1 | +1 | -1 |
2018-11-07 01:18 | add blockstream.info as explorer option (#4829) | neoCogent | 1 | +4 | -0 |
2018-11-06 16:04 | transaction.serialize_output: use namedtuple fields | SomberNight | 1 | +3 | -4 |
2018-11-06 15:17 | coldcard: fix spending when there is no change | SomberNight | 1 | +1 | -1 |
2018-11-05 18:31 | bip70 PRs: use aiohttp instead of requests. use proxy. small fixes. | SomberNight | 5 | +62 | -50 |
2018-11-05 00:53 | qt: re sweeping, minor clean-up | SomberNight | 1 | +11 | -9 |
2018-11-04 18:25 | network: trivial clean-up | SomberNight | 2 | +10 | -8 |
2018-11-03 16:11 | network: minor clean-up | SomberNight | 1 | +18 | -13 |
2018-11-02 19:38 | network: update hardcoded mainnet servers | SomberNight | 1 | +196 | -88 |
2018-11-02 19:37 | follow-up prev | SomberNight | 2 | +5 | -2 |
2018-11-02 19:14 | fix most "scripts" | SomberNight | 15 | +266 | -194 |
2018-11-02 15:06 | rm network.add_job | SomberNight | 1 | +0 | -5 |
2018-11-01 15:30 | move event loop construction to daemon | SomberNight | 2 | +41 | -34 |
2018-10-31 18:59 | daemon: clarify error print | SomberNight | 1 | +1 | -1 |
2018-10-31 17:33 | plugins: somewhat clearer exception is loading plugin fails | SomberNight | 1 | +5 | -2 |
2018-10-31 16:58 | wizard,hw: tell user about errors during plugin init | SomberNight | 3 | +42 | -20 |
2018-10-31 15:21 | expose electrum version as __version__ | SomberNight | 1 | +3 | -0 |
2018-10-30 18:19 | follow-up prev | SomberNight | 1 | +1 | -0 |
2018-10-30 18:07 | fix some network.get_transaction calls | SomberNight | 5 | +26 | -24 |
2018-10-29 20:34 | wallet: more powerful add_input_info | SomberNight | 2 | +3 | -3 |
2018-10-29 16:09 | openalias: minor clean-up | SomberNight | 2 | +6 | -4 |
2018-10-29 14:48 | windows build script: add note to build from fresh clone | SomberNight | 1 | +13 | -0 |
2018-10-28 23:20 | qt console: expose more refs, and fix auto-complete for >2 depth | SomberNight | 2 | +27 | -17 |
2018-10-27 22:28 | kill old-style namedtuples | SomberNight | 8 | +74 | -48 |
2018-10-27 15:36 | wallet: make importing thousands of addr/privkeys fast | SomberNight | 5 | +84 | -54 |
2018-10-26 20:43 | network shutdown safety belts | SomberNight | 3 | +19 | -17 |
2018-10-26 17:31 | storage: add a sanity check | SomberNight | 1 | +2 | -0 |
2018-10-26 16:45 | fix #4802 | SomberNight | 1 | +1 | -0 |
2018-10-26 15:06 | update to aiorpcx 0.9 and require it | SomberNight | 3 | +15 | -10 |
2018-10-26 14:56 | rerun freeze packages | SomberNight | 3 | +79 | -73 |
2018-10-26 13:56 | follow-up prev: unshallow no longer needed | SomberNight | 1 | +0 | -2 |
2018-10-26 13:34 | travis: make sure to have latest tag | SomberNight | 1 | +4 | -0 |
2018-10-25 21:08 | move relayfee and dust_threshold to bitcoin.py | SomberNight | 3 | +18 | -15 |
2018-10-25 21:01 | types: make some import conditional | SomberNight | 3 | +21 | -13 |
2018-10-25 20:28 | rename crypto.Hash to sha256d | SomberNight | 11 | +40 | -42 |
2018-10-25 20:20 | split bip32 from bitcoin.py | SomberNight | 24 | +393 | -374 |
2018-10-25 16:27 | add more block explorers, and change defaults | SomberNight | 1 | +25 | -9 |
2018-10-25 15:09 | Update util.py (#4797) | Andrew Zhuk | 1 | +2 | -0 |
2018-10-24 22:18 | correctly handle bitcoin URIs if GUI is already running | SomberNight | 2 | +4 | -3 |
2018-10-23 01:01 | follow-up prev: bad idea to eval translated string | SomberNight | 1 | +1 | -1 |
2018-10-23 00:54 | qt wallet information: added keystore type | SomberNight | 2 | +31 | -18 |
2018-10-22 21:47 | qt wallet information: show has_seed and watching_only | SomberNight | 2 | +17 | -6 |
2018-10-22 18:43 | transaction.BIP69_sort: use namedtuple fields | SomberNight | 1 | +1 | -1 |
2018-10-22 16:21 | simplify Plugins constructor | SomberNight | 3 | +3 | -3 |
2018-10-22 14:41 | more type annotations in core lib | SomberNight | 14 | +90 | -49 |
2018-10-21 12:58 | config: reject non-json-serialisable writes | SomberNight | 2 | +7 | -1 |
2018-10-21 01:09 | fix SSL log spam on py3.7 | SomberNight | 1 | +10 | -0 |
2018-10-20 21:17 | network.stop: fix await | SomberNight | 1 | +1 | -1 |
2018-10-19 20:27 | Merge pull request #4784 from Coldcard/fix4729 | ghost43 | 1 | +19 | -10 |
2018-10-19 18:48 | wallet.mktx: add new args: rbf, nonlocal_only | SomberNight | 2 | +13 | -5 |
2018-10-19 16:10 | verifier: fix race in __init__ | SomberNight | 2 | +2 | -2 |
2018-10-14 12:12 | Removal of macOS Info.plist. It isn't being used by anything. (#4773) | Calin Culianu | 1 | +0 | -22 |
2018-10-14 03:13 | rm system config sample | SomberNight | 1 | +0 | -16 |
2018-10-14 02:23 | dnssec: trivial clean-up | SomberNight | 1 | +1 | -3 |
2018-10-14 02:23 | network: "switch unwanted fork" should check what fork we are on.. | SomberNight | 1 | +3 | -1 |
2018-10-13 03:16 | fix some type annotations involving tuples | SomberNight | 3 | +7 | -8 |
2018-10-13 02:22 | fix #4771 | SomberNight | 2 | +5 | -2 |
2018-10-13 02:21 | util: small clean-up re format_satoshis | SomberNight | 3 | +27 | -40 |
2018-10-12 17:03 | network: add_job | SomberNight | 1 | +10 | -7 |
2018-10-12 16:53 | Merge pull request #4770 from SomberNight/kill_aiosafe | ThomasV | 6 | +41 | -33 |
2018-10-12 15:02 | readme: use 'python3 -m pip install' to install | SomberNight | 2 | +3 | -3 |
2018-10-12 14:09 | mv NetworkJobOnDefaultServer to util | SomberNight | 4 | +53 | -55 |
2018-10-12 09:44 | build-wine: update git version (#4769) | 脇山P | 1 | +1 | -1 |
2018-10-12 08:50 | Merge pull request #4767 from SomberNight/auto_jump_forks | ThomasV | 6 | +103 | -59 |
2018-10-12 08:48 | Merge pull request #4765 from SomberNight/cli_restore_cmd | ThomasV | 6 | +111 | -108 |
2018-10-11 14:30 | small import clean-up | SomberNight | 6 | +14 | -12 |
2018-10-10 18:46 | Merge pull request #4753 from SomberNight/synchronizer_rewrite | ThomasV | 9 | +249 | -178 |
2018-10-10 18:26 | wallet: rm electrum_version field | SomberNight | 2 | +3 | -3 |
2018-10-10 17:26 | follow-up prev commit | ThomasV | 1 | +1 | -1 |
2018-10-10 17:24 | simplify prev commit | ThomasV | 1 | +4 | -4 |
2018-10-10 17:18 | Merge pull request #4758 from SomberNight/qt_fork_icon | ThomasV | 5 | +7 | -3 |
2018-10-10 13:56 | network: change broadcast_transaction api | SomberNight | 5 | +27 | -27 |
2018-10-10 08:53 | Merge pull request #4727 from SomberNight/refresh_gui_f5 | ThomasV | 1 | +1 | -0 |
2018-10-09 14:28 | Fix some typos in RELEASE-NOTES (#4762) | Felix Yan | 1 | +5 | -5 |
2018-10-09 10:03 | network: don't save negative ETA fee estimates | SomberNight | 3 | +7 | -4 |
2018-10-08 22:04 | qt transaction_dialog: normal close if user presses Esc | Mark B Lundeberg | 1 | +4 | -0 |
2018-10-07 16:43 | fix tests | SomberNight | 1 | +3 | -1 |
2018-10-07 15:59 | qt status: display "loading wallet" temporarily | SomberNight | 1 | +1 | -1 |
2018-10-07 15:50 | fix #4759 | SomberNight | 1 | +9 | -3 |
2018-10-05 23:58 | linux launcher madness | SomberNight | 1 | +2 | -2 |
2018-10-05 14:39 | Windows: Update copyright notice in installed apps | Johann Bauer | 1 | +1 | -1 |
2018-10-03 16:26 | qt console: fix word wrap | SomberNight | 1 | +3 | -2 |
2018-10-02 13:52 | ledger: always use finalizeInput in sign_transaction | SomberNight | 1 | +9 | -19 |
2018-10-02 13:44 | fees: add 1-2 s/b static options | SomberNight | 1 | +3 | -2 |
2018-10-01 16:16 | network: ensure there is a main interface | SomberNight | 1 | +18 | -12 |
2018-10-01 15:56 | daemon: call self.start in __init__, and allow not to listen on jsonrpc | SomberNight | 2 | +6 | -5 |
2018-10-01 13:49 | daemon: more convenient constructor for scripts | SomberNight | 1 | +4 | -1 |
2018-10-01 11:20 | Travis: Fix crowdin upload | Johann Bauer | 1 | +1 | -1 |
2018-10-01 03:16 | fix sweeping | SomberNight | 3 | +7 | -3 |
2018-10-01 02:58 | transaction: don't convert p2pk to p2pkh address when displaying | SomberNight | 7 | +26 | -27 |
2018-09-30 00:10 | trezor and clones: rm dead code | SomberNight | 4 | +3 | -16 |
2018-09-29 23:29 | keepkey: full segwit support | SomberNight | 3 | +81 | -48 |
2018-09-29 22:25 | hw plugins: fix only_hook_if_libraries_available | SomberNight | 7 | +9 | -7 |
2018-09-29 17:47 | transaction: make get_address_from_output_script safer | SomberNight | 3 | +74 | -22 |
2018-09-28 17:17 | transaction: always sort i/o deterministically | SomberNight | 2 | +8 | -9 |
2018-09-28 15:58 | minor clean-up (prints/types/imports) | SomberNight | 4 | +18 | -15 |
2018-09-28 14:43 | fix daemon.load_wallet | SomberNight | 1 | +1 | -0 |
2018-09-28 00:47 | setup.py: rm deprecated 'imp'. dedupe min py version | SomberNight | 1 | +13 | -6 |
2018-09-27 19:44 | qt tx dialog: make input/output fields expand | SomberNight | 1 | +7 | -6 |
2018-09-27 19:15 | network.best_effort_reliable: force DC if req times out; retry on new iface | SomberNight | 2 | +19 | -9 |
2018-09-27 18:04 | follow-up prev: make best_effort_reliable react faster to disconnects | SomberNight | 2 | +11 | -8 |
2018-09-27 16:01 | fix some CLI/RPC commands | SomberNight | 4 | +54 | -12 |
2018-09-26 17:33 | rerun freeze packages | SomberNight | 3 | +48 | -54 |
2018-09-25 19:23 | labels: fix potential threading issues | SomberNight | 1 | +6 | -2 |
2018-09-25 17:22 | bump min aiorpcx to 0.8.2 | SomberNight | 2 | +1 | -3 |
2018-09-25 16:15 | some import clean-up in qt | SomberNight | 18 | +63 | -40 |
2018-09-25 15:00 | follow-up prev: fix tests | SomberNight | 1 | +8 | -1 |
2018-09-25 14:38 | network: clean-up. make external API clear. rm interface_lock (mostly). | SomberNight | 14 | +255 | -283 |
2018-09-24 15:37 | synchronizer: fix adding duplicate addresses race | SomberNight | 1 | +1 | -0 |
2018-09-20 19:07 | network: fix some threading issues | SomberNight | 2 | +18 | -15 |
2018-09-20 18:16 | synchronizer: offload cpu-heavy address generation to other thread | SomberNight | 1 | +2 | -2 |
2018-09-20 18:04 | wallet: synchronize_sequence cleaned up a bit | SomberNight | 1 | +3 | -3 |
2018-09-20 16:31 | fix deprecation warnings in regexes | SomberNight | 2 | +3 | -3 |
2018-09-20 16:25 | tox: add python 3.7 to envlist | SomberNight | 1 | +1 | -1 |
2018-09-20 16:11 | synchronizer: make 'add' thread-safe, and some clean-up | SomberNight | 1 | +25 | -21 |
2018-09-19 23:21 | normalize wallet file paths | SomberNight | 2 | +4 | -3 |
2018-09-19 23:20 | fix import error | SomberNight | 1 | +1 | -0 |
2018-09-19 22:55 | daemon: suppress pop wallet failure | SomberNight | 1 | +2 | -1 |
2018-09-19 20:09 | mark 'blockchain_headers' file as sparse on windows | SomberNight | 2 | +12 | -1 |
2018-09-19 19:56 | network: new trigger 'blockchain_updated' | SomberNight | 4 | +14 | -2 |
2018-09-19 19:41 | synchronizer: fix race | SomberNight | 1 | +5 | -1 |
2018-09-19 18:30 | interface: split run_fetch_blocks | SomberNight | 1 | +13 | -9 |
2018-09-19 18:02 | fix #4698 | SomberNight | 7 | +23 | -3 |
2018-09-19 16:14 | trezor: re-enable bridge transport | SomberNight | 2 | +12 | -10 |
2018-09-19 15:56 | interface: refuse to overwrite blockchain of main interface | SomberNight | 2 | +32 | -5 |
2018-09-19 15:44 | follow-up prev: fix race between load_wallet and network events | SomberNight | 1 | +1 | -1 |
2018-09-19 14:35 | synchronizer: fix refresh bug | SomberNight | 3 | +5 | -1 |
2018-09-19 13:26 | fix #4726 | SomberNight | 1 | +1 | -1 |
2018-09-19 11:09 | Merge pull request #4725 from joren485/unreachable_return | ghost43 | 1 | +0 | -1 |
2018-09-18 18:21 | interface: hostname cannot be empty | SomberNight | 1 | +2 | -1 |
2018-09-18 17:27 | network: send out update trigger when stopping/starting network | SomberNight | 1 | +2 | -1 |
2018-09-18 16:07 | minor.. move imports out of functions | SomberNight | 3 | +4 | -7 |
2018-09-18 15:59 | follow-up prev | SomberNight | 1 | +1 | -1 |
2018-09-18 14:49 | network triggers: rm 'updated'; more fine-grained instead | SomberNight | 8 | +28 | -29 |
2018-09-18 14:41 | wallet: minor opt in get_history | SomberNight | 1 | +1 | -2 |
2018-09-18 13:40 | interface: subscribe to headers in run_fetch_blocks | SomberNight | 1 | +4 | -4 |
2018-09-13 14:25 | add option to leave daemon running after GUI is closed | ThomasV | 4 | +33 | -25 |
2018-09-18 02:19 | qt: don't update tabs in ElectrumWindow.__init__ directly | SomberNight | 1 | +3 | -4 |
2018-09-18 01:48 | wallet/verifier: when adding into unverified_tx, don't remove from verifier | SomberNight | 1 | +0 | -3 |
2018-09-18 01:19 | qt HistoryList.update_item: perf optimisation | SomberNight | 1 | +1 | -1 |
2018-09-18 00:14 | wallet: small perf optimisation in add_transaction | SomberNight | 1 | +5 | -5 |
2018-09-17 23:40 | network triggers: 'verified' notification now includes wallet | SomberNight | 2 | +4 | -2 |
2018-09-17 20:31 | qt network dialog: maybe fix refresh bug | SomberNight | 1 | +4 | -0 |
2018-09-17 20:21 | interface: further simplifications for fork resolution | SomberNight | 2 | +52 | -59 |
2018-09-17 19:30 | interface: simplify fork resolution logic | SomberNight | 2 | +40 | -41 |
2018-09-17 16:50 | wallet: lock in get_addr_io, get_tx_delta, get_tx_value | SomberNight | 1 | +22 | -13 |
2018-09-17 16:31 | verifier: perf optimisations | SomberNight | 1 | +10 | -7 |
2018-09-17 12:44 | fix #4720 | SomberNight | 8 | +18 | -104 |
2018-09-17 01:35 | verifier: fix a race during reorgs | SomberNight | 3 | +19 | -6 |
2018-09-16 20:21 | verifier: small clean-up | SomberNight | 2 | +23 | -14 |
2018-09-16 20:17 | aiosafe safety belts | SomberNight | 1 | +5 | -2 |
2018-09-16 16:26 | blockchain: blockchains_lock needed to write/iterate global dict | SomberNight | 3 | +21 | -14 |
2018-09-16 16:18 | interface: faster bootstrap of backwards search | SomberNight | 1 | +2 | -1 |
2018-09-16 07:40 | qt tx notifications: wait until sync finishes | SomberNight | 1 | +2 | -3 |
2018-09-16 07:01 | interface: fix off-by-one in request_chunk | SomberNight | 1 | +2 | -3 |
2018-09-16 06:29 | interface: split up 'step'; binary search of headers | SomberNight | 1 | +69 | -65 |
2018-09-16 05:59 | network: switch lagging interface | SomberNight | 1 | +1 | -0 |
2018-09-16 05:42 | interface: if header is on other chain already, just switch (regression) | SomberNight | 1 | +6 | -3 |
2018-09-16 05:35 | interface: try hard not to infinite loop while getting headers | SomberNight | 1 | +3 | -1 |
2018-09-16 05:34 | interface: block header search simplifications | SomberNight | 2 | +23 | -27 |
2018-09-16 04:09 | network: mv request_chunk to interface | SomberNight | 2 | +22 | -23 |
2018-09-16 01:05 | blockchain: use HEADER_SIZE named constant instead of magic numbers | SomberNight | 1 | +24 | -19 |
2018-09-16 00:48 | change 'new_transaction' notification to include wallet | SomberNight | 3 | +13 | -10 |
2018-09-16 00:31 | synchronizer: rm redundant 'updated' notification | SomberNight | 1 | +0 | -2 |
2018-09-15 06:23 | fix prev: rm incorrect assert | SomberNight | 1 | +2 | -5 |
2018-09-15 05:26 | interface: further clean-up in 'step' | SomberNight | 1 | +10 | -16 |
2018-09-15 04:44 | interface: clean-up 'step'; backwards se |