12017 Commits (4e73318fadc864c8c4771303b40d94f6a427bbf1)
 

Author SHA1 Message Date
matejcik 3fc70bd97a trezor: implement support for Shamir recovery 5 years ago
matejcik f4e2781786 trezor: link button messages to enum names 5 years ago
SomberNight 79681c90e0
wallet._is_onchain_invoice_paid: support "zero amount" invoice 5 years ago
Axel Gembe 880bd16883
AppImage: Improve binary stripping 5 years ago
SomberNight 33facd151d
ledger.sign_transaction: always do certain output checks 5 years ago
SomberNight ee63e84bcf
ledger: faster sign_transaction startup 5 years ago
SomberNight 6b8c447eb9
ledger: support sending to OP_RETURN outputs 5 years ago
SomberNight 02baae10d7
kivy: implement opening storage-encrypted wallet files 5 years ago
SomberNight 72491bdf18
synchronizer: request tx from server if we only have partial local tx 5 years ago
SomberNight 7b49832a3f
payment requests: fix explicit "None" expiration 5 years ago
SomberNight 01fc048484
CLI: properly auto-upgrade storage when needed even if storage-encrypted 5 years ago
ThomasV 2c6a1f55fb
Merge pull request #5825 from SomberNight/201912_local_tx_can_be_partial 5 years ago
ThomasV 61fc00fb9e
Merge pull request #5840 from SomberNight/201912_py38_win_dlls_source 5 years ago
SomberNight 93cee1ba4d
windows: when running from source, with py3.8+, load DLLs from '.dlls' 5 years ago
ThomasV 34d652b0f6 follow-up previous commit 5 years ago
ThomasV 11f1541cdd lnworker: save timestamp regardless of channel state 5 years ago
SomberNight 3a2fe80675
qt: also use BlockWaitingDialog in PreviewTxDialog 5 years ago
SomberNight dbd1c8cf71
qt TxDialog: visibility of widgets should be set after parenting 5 years ago
SomberNight c9ede07462 wizard: (qt) add dedicated button to create new wallet 5 years ago
ThomasV 7324817ff3
Merge pull request #5833 from SomberNight/201912_qt_blocking_waiting_dialog 5 years ago
SomberNight 308517d473
python 3.8: adapt to breaking changes re asyncio.CancelledError 5 years ago
ThomasV fa9b997c70
Merge pull request #5834 from Electronic-Gulden-Foundation/fix/aiohttp 5 years ago
SomberNight 255bf7caf4
build: update some packages in dockerfiles 5 years ago
SomberNight a5a7c205e3
trivial: add a few log lines for startup 5 years ago
SomberNight d08ed6410a
python3.8: fix DeprecationWarning in qt/paytoedit 5 years ago
SomberNight 9d0ae2f95b
adapt to aiohttp 4.0 5 years ago
Dennis Ruhe 252f0960fc Aiohttp must be lower than 4.0.0 5 years ago
SomberNight fcd9752f19
keystore: change derive_pubkey API to return bytes 5 years ago
SomberNight ea62027599
wallet: faster decrypt_message for Imported_Wallet 5 years ago
SomberNight 869a728317
wallet: use abstract base classes 5 years ago
ThomasV f08796fe68 Allow requests that never expire 5 years ago
SomberNight 1088cf4444
qt: introduce BlockingWaitingDialog 5 years ago
SomberNight daef1a8359
lnworker: don't log InvoiceError 5 years ago
SomberNight b99add59c3
lnworker: introduce PaymentAttemptLog NamedTuple 5 years ago
SomberNight 24ebc77d76
ln chan verifier: fix code rot 5 years ago
SomberNight 0ab88b821c
keystore: use abstract base classes, introduce MPKMixin 5 years ago
SomberNight f2d42d79ba
qt: rm redundant line: ConfirmTxDialog.update_tx() 5 years ago
SomberNight d641dfe964
follow-up prev: add comment 5 years ago
ThomasV 0828454ef1
Merge pull request #5830 from SomberNight/20191209_wallet_perf 5 years ago
ThomasV 9d83dea0dc
Merge pull request #5822 from SomberNight/201912_qt_receive_tab_address 5 years ago
SomberNight 59c5efb090
keystore: cache BIP32Node.from_xkey(self.xpub) 5 years ago
SomberNight f73b6b5d23
keystore: cache derive_pubkey 5 years ago
SomberNight 5f6f7da2a1
bitcoin.py: base58 address: make sure all public methods test checksum 5 years ago
SomberNight 8cf3587aeb
base_encode/base_decode: change to saner API 5 years ago
SomberNight 01f94fcf58
base_encode/base_decode: performance improvement 5 years ago
SomberNight 5c9bd2d2b4
ln channel open: save funding tx as local tx into wallet 5 years ago
SomberNight 30dcab0877
wallet: allow saving partial txns as local (but require txid) 5 years ago
SomberNight 369d972aed
qt: handle exceptions when pressing "Max" button 5 years ago
SomberNight d2a8028cde
qt receive tab: show plain bitcoin address 5 years ago
SomberNight 20bbe85bce
receive requests: encode lightning invoices as uppercase -> smaller QRs 5 years ago