88 Commits (patch-4)

Author SHA1 Message Date
SomberNight eb2ff94104
android: when running debug apk, disallow changing "enable_debug_logs" 2 years ago
SomberNight 34b594ea40
android: add setting to enable debug logs 2 years ago
SomberNight 57b17d13ac
android build: make building testnet apk easier 2 years ago
SomberNight e72f575eea
android build: factor out package name ("org.electrum.electrum") 2 years ago
SomberNight 75e7f5e2f8
run_electrum: fix DeprecationWarning re importlib.find_loader 2 years ago
SomberNight b8b629ca66
run_electrum: (android) restore behaviour of only logging in DEBUG builds 2 years ago
ThomasV 064ac55059 determine android_gui at runtime 3 years ago
Sander van Grieken c3d37913cd android now uses qml UI 3 years ago
bitromortac fe2fbbd9b1
add lnurl-pay and lightning address support 3 years ago
SomberNight ffe36e2f56
make "-v" (logging to stderr) work with commands 2 years ago
SomberNight ae76a0daf5
windows binaries: try to prevent users from renaming exe while running 2 years ago
SomberNight 6a34d93ce2
"--portable": more consistent behaviour 3 years ago
SomberNight 5b500f08ea
"--portable": make behaviour independent of pyinstaller version 3 years ago
SomberNight 5f1a13e4ea
run_electrum: small clean-up, and hide DeprecationWarnings if not git 3 years ago
SomberNight c9c094cfab
requirements: bump min aiorpcx to 0.22.0 3 years ago
SomberNight dd2f8541b7
bump min required Python version to 3.8 3 years ago
Bradley Ray 90e906aba2
Update new password prompt (#7495) 3 years ago
bitromortac c65caf6c68
qt+android: add lightning URI support 3 years ago
Nima 13e4424922
cmd: add sign with privkey and wallet (#7147) 3 years ago
wakiyamap 639cd94dcb add signet support 4 years ago
SomberNight 9a38c4d2a1
logging: don't lose log messages during early startup 4 years ago
SomberNight a2ed95340c
locale/i18n: set language as early as possible 4 years ago
Benoit Verret f731c38293
Minor style changes 4 years ago
SomberNight d86c45edac
dependencies: bump min aiorpcx, and enforce at runtime 4 years ago
SomberNight 3c019c2f9c
daemon/wallet/network: make stop() methods async 4 years ago
ThomasV 1e4fa83098 Kivy: use the same password for all wallets 4 years ago
SomberNight 9e45108395
kivy: fix some resource path issues 4 years ago
SomberNight d40bedb2ac
also support uppercase bip21 URIs 4 years ago
SomberNight 5a2d588e8b
dependencies: rm python-ecdsa 4 years ago
SomberNight f74ac1a741
cli/rpc: fix 'sweep' command 4 years ago
SomberNight 19f17a2bff
fix main script hanging (not exiting after exception) in some cases 4 years ago
SomberNight 7e534f4865
dependencies: rm pyaes from requirements 4 years ago
SomberNight 625f985f22
android: enable full logging if DEBUG build 4 years ago
JeremyRand b72f8a8c9a
RPC client: exit code 1 if RPC server returned error 5 years ago
SomberNight f8ba660583
clean-up hw-wallet "get_password_for_storage_encryption"-related code 5 years ago
SomberNight 3d42fca86e
daemon.run_gui: make sure to exit process on exception 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
ThomasV e1ce3aace7 Separate db from storage 5 years ago
SomberNight 93cee1ba4d
windows: when running from source, with py3.8+, load DLLs from '.dlls' 5 years ago
SomberNight f73b6b5d23
keystore: cache derive_pubkey 5 years ago
ThomasV 90ce9f195b Allow user to enable lightning in the GUI. Make it a per-wallet setting. 5 years ago
SomberNight 04edad9984
config: no longer singleton. it is passed to Wallet.__init__ 5 years ago
ThomasV a43be6657d follow-up on SingleConfig 5 years ago
SomberNight 251db638af
only require libsecp256k1 if lightning is enabled 5 years ago
ThomasV 35b0b3a43c Fix CLI. Some commands require wallet_path. Return error on exception. 5 years ago
SomberNight 58681e4d07
follow-up prev (commands) 5 years ago
ThomasV 9ec9e1760a CLI: always use the daemon's cmd_runner, and pass the 'wallet' 5 years ago
SomberNight de83ab6d4a
CLI: remove timeout for offline commands 5 years ago
ThomasV 747ab7a0a2 Integrate http_server (previously in electrum-merchant) 5 years ago