SomberNight
a7b13f4876
logging: make console log lines shorter
6 years ago
SomberNight
f22a23aaf2
logging: fix for kivy
6 years ago
SomberNight
6940c424d1
logging: cli options to filter for modules using -v
old style "-v" still works
filtering examples:
-v=debug,network=error,interface=error // effectively blacklists network and interface
-v=warning,network=debug,interface=debug // effectively whitelists network and interface
6 years ago
SomberNight
3385a94753
logging: basics
6 years ago
cluelessperson
4d64e132d7
standardized logging base with ISO8601, UTC, rotating file logs, and more!
6 years ago
ThomasV
ec6f4e9f1c
Decouple my GPG pubkey from Animazing
6 years ago
SomberNight
28d70963ec
qt txdialog: word-wrap blockhash
6 years ago
SomberNight
556fa30ddf
interface: partially fix ipv6 proxy
note that network.deserialize_proxy is still broken for ipv6
6 years ago
SomberNight
19ced234aa
qt: maybe batch do_update_fee() on network fee update
6 years ago
SomberNight
d56917f4b1
coinchooser: improve performance significantly
existing code was n^2 in number of UTXOs
this is now mostly linear
(linear if shortcut is hit; otherwise in rare cases still quadratic)
tested using wallet with 800 UTXOs, most of which were needed to make payment
coinchooser.make_tx() went from 18 sec to 0.8 sec
6 years ago
SomberNight
15dda65c52
qt network dialog: "use Tor proxy" cb would get auto-checked incorrectly
6 years ago
SomberNight
b4648eceda
rerun freeze_packages
6 years ago
SomberNight
33f5b6a288
requirements: relax qdarkstyle version
upstream issue ColinDuquesnoy/QDarkStyleSheet#123 now fixed
6 years ago
SomberNight
51e0672da6
update to aiorpcx 0.17
6 years ago
SomberNight
d92a4e8365
keepkey: rm homescreen stuff (remnants from trezor?)
6 years ago
Calin Culianu
05697e51b8
Trezor: Minor nit in settings screen. Image size was shown as H x W
(from Electron-Cash/Electron-Cash@e0e7ff218dcabff4ce87ca7f61146b791a7cf62b)
6 years ago
SomberNight
19d7784616
qt tx dialog: show block height and block hash
6 years ago
SomberNight
205c437d9a
wallet: get_tx_info now returns NamedTuple instead of abomination
6 years ago
SomberNight
271d1a3f1d
qt tx dialog: two columns for tx stats
also show "RBF", and fix "date"
6 years ago
SomberNight
99f9a1b484
qt: warn user if in testnet mode
closes #5295
6 years ago
SomberNight
162d81c156
servers: update testnet default list
closes #5293
6 years ago
luggs-co
b9ef5ea713
Remove luggs' server from default list ( #5300 )
6 years ago
SomberNight
7bea1cce1f
x509: show cert expiration date in error
related #5292
6 years ago
SomberNight
7584cebbe3
bitcoin: stricter check on WIF for compressed pubkeys
fixes #5290
6 years ago
ghost43
a6762ffebc
Merge pull request #5272 from SomberNight/issue_4638_2
sweep/import key: disallow uncompressed segwit
6 years ago
Aleksey Karpov
3d8bcded79
update bitcoin explorer options ( #5285 )
removed blocktrail.com, blockr.io, biteasy.com ( this explorers no longer works)
added btc.bitaps.com (mainnet explorer) tbtc.bitaps.com (testnet explorer + coin faucet)
6 years ago
SomberNight
c31fa798c2
util make_aiohttp_session: use longer default timeout
same motivation as for 1110f13c62
6 years ago
SomberNight
2b717a8cef
minor fix re translated string
6 years ago
SomberNight
914d02ecd3
kivy tx dialog: allow removing local transactions
fixes #5156
6 years ago
SomberNight
8d0ec1dec0
kivy tx dialog: "action button" can have multiple options -> dropdown
6 years ago
SomberNight
2adabfd918
kivy: fix history tab fiat values
follow-up 46f1fca7c3
6 years ago
SomberNight
8ad0c248a5
cpfp: include fee already paid by parent tx in calculation
fixes #5244
6 years ago
SomberNight
1f83711c26
util/Fiat: Fiat(No Data) should equal Fiat(No Data)
Decimal('NaN') != Decimal('NaN')
matters in e.g. qt history tab refresh (shortcut)
6 years ago
SomberNight
46a236f167
qt tabs: restore filter state after refresh
6 years ago
SomberNight
d4a2e9634f
bitcoin: disallow importing/sweeping segwit scripts with uncompressed pubkey
fixes #4638
6 years ago
SomberNight
a1d98d4331
sweep/import key: show error in Qt GUI to user as tooltip
6 years ago
SomberNight
1110f13c62
network: allow longer timeouts in _run_new_interface
On Windows box with weird networking setup (VPN, no IPv6, many DNS nameservers
but only some working well), the previous timeouts were too low: they were
reached due to DNS resolution.
related: #4421
6 years ago
ThomasV
9b4e490e3c
leave max_button pressed ( fix #5251 )
6 years ago
SomberNight
c49d5f672c
network: fix proxy case
follow-up "healty spread of servers" d8f3ab0917
6 years ago
SomberNight
2dca91d048
interface: better exception handling for _try_saving_ssl_cert_for_first_time
6 years ago
SomberNight
d8f3ab0917
network: do not connect to multiple servers on same /16
maintain a healthy spread of (IP addresses of) connected servers
6 years ago
SomberNight
7ddc28b0dc
network: cap number of server peers accepted from main server
6 years ago
SomberNight
ecefa47b40
verifier: trivial clean-up
6 years ago
SomberNight
4f2aa53a76
interface: in server.version, send "electrum/3.3.4" as client name
closes #5246
6 years ago
SomberNight
0c1ea909df
kivy: "server lagging" -> show number of blocks
6 years ago
SomberNight
f432320576
appimage build: nits.
also touch symbolic links
6 years ago
SomberNight
baebfc03f1
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
6 years ago
Abdussamad Abdurrazzaq
ffe676bc28
Strip whitespace from amounts when copying. Fix bug in request list where address was copied instead of column specific data ( #5228 )
6 years ago
SomberNight
441da52b51
fix more DeprecationWarnings
6 years ago
ghost43
5b6357d472
Merge pull request #5211 from FrancisPouliot/master
Add Bylls BTC/CAD rates
6 years ago