12151 Commits (74a3faf8039dc715fd1abc87edad64fb1d1a548b)
 

Author SHA1 Message Date
SomberNight 497d6019e1 kivy/android: ask for STORAGE permission at runtime 5 years ago
ThomasV d5dc8d1ab2 kivy: save pin code in memory 5 years ago
ThomasV 2dad87cbb4 Automate backups: 5 years ago
ThomasV cee8607218 save_backup: use db.dump() to clone the db 5 years ago
ThomasV 88d5cdf87c fix test_lnpeer 5 years ago
ThomasV 87b7d2c0c0 wallet backup function for kivy/android 5 years ago
SomberNight d6b4b19824 kivy: allow generic passwords for wallets 5 years ago
ThomasV 2f10bc2f4d reestablish: force_close if we are a recent backup 5 years ago
ThomasV 62eceeb573 Save and read lighting backups (Qt) 5 years ago
SomberNight edc00b448f
fix lightning "init" msg assertion error 5 years ago
SomberNight a6e3a244e8
add comment re lnchannel channel_states 5 years ago
ThomasV bb21e01823 (minor) call lnwatcher.add_channel from lnworker.add_channel 5 years ago
ThomasV 471fdd1d97 follow-up previous commit 5 years ago
ThomasV 2a7b5081c9 channel states: make sure that closing_txid is saved if channel is closed 5 years ago
SomberNight 111ef9ebb1
follow-up fixes to storage-db separation 5 years ago
SomberNight 5d8d8f743a
kivy: more reliable saving of "last wallet" 5 years ago
SomberNight 091f6ced58
android build: update buildozer and p4a versions 5 years ago
SomberNight ab4e2dd9f0
wallet: fix is_mine/can_sign. don't just rely on ks, also check script 5 years ago
SomberNight 0d33da2f95
wallet: (sanity) is_mine now guaranteed to handle 'None' input 5 years ago
SomberNight 07f5d6b745
keystore: 'get_tx_derivations' no longer public 5 years ago
ThomasV beee880dba fix data_loss_protect (missing return, json conversion) 5 years ago
ThomasV 9734546fe9 test_lnpeer: use less side-effects 5 years ago
ThomasV e3630d87b2 test_lnpeer: test_reestablish_with_old_state 5 years ago
ThomasV 3377627070 reestablish_channel: shorter varnames 5 years ago
ThomasV 69ef9aa3d7 channel_reestablish: assume that DLP is enabled, because we require it 5 years ago
SomberNight e42e17779d
windows: dll-load 'hack' needs to be applied not only from main script 5 years ago
SomberNight 23a93ef7ad
windows: when running from source, load DLLs from main dir 5 years ago
SomberNight e8118e1845
gitignore: add .so/.dll in inner 'electrum' folder 5 years ago
ThomasV 9ccfa318f8 add new peer_state for the case where we are waiting for the remote party to force close a channel 5 years ago
ThomasV 8688a6530a reestablish_channel: do not send second channel_reestablish message if they are ahead (they should know it) 5 years ago
ThomasV ece75c3244 test_lnpeer: simple test of channel_reestablish 5 years ago
ThomasV 28dc1928a0
Merge pull request #5947 from SomberNight/202002_ecdsa 5 years ago
SomberNight f78589ec77
update README to mention libsecp 5 years ago
SomberNight 5b84e714f2
build: workaround for 'realpath' missing on macOS 5 years ago
SomberNight 4cec098d2d
build: create a standalone build script for libsecp256k1 5 years ago
SomberNight 1d72585b7d
ecc: hard fail if libsecp256k1 is not found/usable 5 years ago
SomberNight de1ca27d63
tests: rm "needs_test_with_all_ecc_implementations" decorator 5 years ago
SomberNight 0a5ad9fda4
ecc: small API clean-up 5 years ago
SomberNight 288d793893
ecc: use libsecp256k1 for pubkey recovery (from sig and msg) 5 years ago
SomberNight ab0c70e291
ecc: use libsecp256k1 for signature conversions 5 years ago
SomberNight ad408ea832
ecc: use libsecp256k1 for sign/verify/mul/add 5 years ago
SomberNight 2cf2135528
ecc: abstract away some usage of python-ecdsa: bytes<->int conversions 5 years ago
SomberNight 004acb906d
ecc: abstract away some usage of python-ecdsa: randrange 5 years ago
ThomasV a600873cf9 move wrapper definition outside of main_window class 5 years ago
ThomasV e1ce3aace7 Separate db from storage 5 years ago
ThomasV c61e5db6a9 fixes for text interface 5 years ago
SomberNight f9960a5fe2
qt: don't clear send tab in broadcast_done 5 years ago
SomberNight 34392e82b9
cosigner pool: easy fix (works but with worse than previous behaviour) 5 years ago
Jin Eguchi 4313bde4c2
appimage: update libudev-dev (#5936) 5 years ago
ThomasV 7bd29ed8fc regtest: wait_for_balance 5 years ago