11987 Commits (317d405432982d2e102d3841ad69cbe75a18466f)
 

Author SHA1 Message Date
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
SomberNight 8e89c0c971
wallet: some clean-up re get_address_history vs db.get_addr_history 5 years ago
SomberNight d81110014e
qt requests/invoices: use TreeView.sortByColumn instead of model.sort 5 years ago
SomberNight 9f9b0954e2
appimage: update package in dockerfile 5 years ago
SomberNight f24dea0277
add SECURITY.md 5 years ago
SomberNight e0eb3c18eb
qt ConfirmTxDialog: don't catch BaseException for make_tx 5 years ago
ThomasV a6aa97c3e3
Merge pull request #5820 from SomberNight/201912_ecdsa_sig_r_grinding 5 years ago
ThomasV 2e4cfd0744 fix race in NetworkJobOnDefaultServer constructors 5 years ago
SomberNight 61aebd0f2d
(fix) qt coin selection: signatures for coins would persist in memory 5 years ago
SomberNight 5b88b8667e
also grind ecdsa low R when using libsecp256k1, and fix tests 5 years ago
junderw d16fd2783c
Add signature Low R grinding to match with Bitcoin Core 6 years ago
SomberNight 428b63822b
trezor: rm obsolete gui text 5 years ago
SomberNight 69720946c1
appimage: update package in dockerfile 5 years ago
Janus Troelsen 3ac8f461a9 Tests: Remove on_channels_updated (#5819) 5 years ago
SomberNight 00a7df13bf
rerun freeze_packages 5 years ago
ThomasV 065e98ad35 on_open_channel: rm call to non-existing method on_channels_updated 5 years ago
SomberNight d3fd87ebd0
hardware wallets: wizard no longer requests xpub at path "m" 5 years ago
SomberNight 68dad21fb4
network: make best_effort_reliable smarter and a bit more lenient 5 years ago
ThomasV dfdc1e1d25 require ecdsa version >= 0.13.3 5 years ago
ThomasV 6659f5c2c0
Merge pull request #5740 from spesmilo/dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3 5 years ago
ThomasV 7a080352f8
Merge pull request #5809 from SomberNight/201911_invoice_paid_detection 5 years ago
SomberNight 8dbbc21aff
wallet: better (outgoing) invoice "paid" detection 5 years ago
SomberNight cfbd83c432
wallet: minor clean-up 5 years ago
SomberNight c0b5ebcc5d
tests: fix testcase test_restoring_wallet_with_manual_delete 5 years ago
SomberNight adaa016e78
LNPeerAddr: fix equality tests and hence lnworker._last_tried_peer 5 years ago
roth 2ce8dd460b Color-Code Addresses in Kivy UI (#5774) 5 years ago
SomberNight 4007720b34
qt history list: rm and fix magic number 5 years ago
ThomasV f7fb14a538
Merge pull request #5806 from RCasatta/remove_greenaddress 5 years ago
Riccardo Casatta 8c30ae78be
remove GreenAddress instant plugin 5 years ago
SomberNight a13344938f
interface: fix connecting to raw IPv6 (as hostname) on Windows 5 years ago
SomberNight cee2083134
qt history list: fix UnboundLocalError when searching 5 years ago