SomberNight
4374b809fa
fix-up prev
6 years ago
Francis Pouliot
a9c13d6641
exchange_rate: add Bylls BTC/CAD rates
6 years ago
SomberNight
bdb6d65cf7
fix some DeprecationWarnings
6 years ago
SomberNight
4f70da6e15
make sure DeprecationWarnings are shown
6 years ago
SomberNight
89871a835e
default servers: rm electrum3.hachre.de
see #5224
6 years ago
SomberNight
1b3f428e88
keystore: speedup for Old_KeyStore
from Electron-Cash/Electron-Cash@01177d7deb1a56b423af6cf73a9b8ff5d64b24b3
6 years ago
SomberNight
bca6ad5241
verifier: fix logic bug. after reorg, some verifs were not undone
after a reorg, in a many fork/orphan chains scenario,
we would sometimes not undo SPV for enough blocks
functions in blockchain.py somewhat based on kyuupichan/bitcoinX@5126bd15ef0c9ba36e17a455513452ebed7b2328
6 years ago
SomberNight
9a71120090
blockchain: fix bug when swapping chain with parent
chain might become the parent of some of its former siblings
6 years ago
SomberNight
199199421d
follow-up prev
6 years ago
ThomasV
46f1fca7c3
remove currency from amount fields in exported history
6 years ago
SomberNight
d07fce0826
windows DNS resolution: handle domain with only AAAA records
this is getting too complicated :/
6 years ago
SomberNight
beacf88420
qt invoice list: fix #5222
6 years ago
SomberNight
c4fb58cd74
windows DNS resolution: follow-up 9b0773cf2b
related: #5176 , #4421
prev was failing on systems where
IPv6 is not available but DNS can resolve AAAA records
(my artificial test environment with IPv6 disabled was also filtering AAAA DNS)
6 years ago
SomberNight
1cfac928f9
trustedcoin: longer timeout for server signing
fixes #5221
6 years ago
SomberNight
9b0773cf2b
windows DNS resolution: handle IPv6
related: #5176 , #4421
6 years ago
ghost43
9161d3a5a1
Merge pull request #5162 from kpstar/master
android all currencies with history checkbox
6 years ago
SomberNight
6311aa24a8
follow-up prev
6 years ago
kpstar
d79992b125
android- all fiat currency with history option
6 years ago
SomberNight
6702c335e8
network: (trivial) ignore empty string donation address
6 years ago
SomberNight
8c3ab63504
labels: don't dump trace if failed to connect to server
6 years ago
SomberNight
c23e949848
exchange_rate: change default provider to CoinGecko
closes #5188
6 years ago
SomberNight
5cbf54d23a
exchange_rate: minor clean-up
based on mhsmith/electrum@7ed3f032dd90210638a6efa4b513350d2824037a
6 years ago
SomberNight
95a122596e
fx: add CoinGecko and CoinCap
somewhat based on
Electron-Cash/Electron-Cash@b3c76cd31125368f8c216531291c56e188f84245
Electron-Cash/Electron-Cash@adf8f943a1713c21230bb318a3045119c68c241d
Electron-Cash/Electron-Cash@8879e41fa0205b8ff74f359e5477f89185aa0077
6 years ago
SomberNight
df8e2c3cc2
fix Revealer in binaries
fixes #5027
6 years ago
SomberNight
9117ded1cd
appimage: build python with curses and sqlite3 included
related #5213
6 years ago
SomberNight
c2455c89df
rerun freeze_packages
(related 232e59fc60
)
6 years ago
SomberNight
232e59fc60
requirements: use PyQt <5.12 in binaries for now. for AppImage
AppImage is built on Ubuntu 14.04 to maximise compatibility
but PyQt 5.12 blobs distributed on PyPI no longer work on 14.04
PyQt 5.11.x works
6 years ago
zebra-lucky
df6cba5af8
fix sign message not accept rich text ( #5210 )
* fix sign message not accept rich text
* set no rich also to signature/encrypt msg/encrypted fields
6 years ago
SomberNight
3b1ece4c70
interface: if iface conn fails early, don't wait for timeout of 'ready'
Network code is waiting for iface.ready with a timeout.
While network.py code is waiting, the already failed iface takes up a slot
in "connecting".
6 years ago
SomberNight
a2f477b679
rerun freeze_packages
6 years ago
SomberNight
366472549b
requirements: bump min keepkey
6 years ago
ghost43
c325f91c81
Merge pull request #5205 from keepkeyjon/keepkey-webusb
keepkey: support v6.0.0+ firmwares (webusb)
6 years ago
keepkeyjon
ef7af73bd3
keepkey: support v6.0.0+ firmwares (webusb)
6 years ago
SomberNight
a62bf2a53a
trustedcoin: better UX in Qt when cannot connect to TC server
closes #5184
6 years ago
ThomasV
13f3f71125
daemon: in detached modde, redirect strandard file descriptors
6 years ago
ghost43
52af40685e
Merge pull request #5152 from SomberNight/freeze_individual_utxos
Freeze individual UTXOs
6 years ago
SomberNight
3b7b81d82b
qt Coins tab: better tooltip for frozen items
6 years ago
SomberNight
95965c8ef4
qt Coins tab: add "Copy ..." option to context menu
6 years ago
SomberNight
24b0943266
qt Coins tab: reorder columns so that outpoint is first
6 years ago
SomberNight
752c518bdc
add option to freeze individual UTXOs
based on cculianu's work in Electron-Cash/Electron-Cash@fd910cffc88570f82613fefeb932966cde0246ad
6 years ago
SomberNight
cd40f2c9b7
trivial wallet clean-up
6 years ago
SomberNight
7b4bb19b34
exchange_rate: raise for http status so empty hist rate dicts don't get saved
and if they had already been saved, treat them as if nothing was saved
context: BitcoinAverage started restricting the historical API endpoints.
they now deny unauthenticated requests. :/
6 years ago
SomberNight
1f7b56b455
labels plugin: no need for 'proxy_set' callback
6 years ago
SomberNight
6aa81a8f56
commands: explicitly mention "?"/":" magic chars for "create" cmd
related: #5185
6 years ago
SomberNight
790c889483
qt network dialog: increase min size
6 years ago
SomberNight
03ab64e39f
appimage: towards deterministic builds
same-machine build almost works.
$ diffoscope dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage1 dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage2
|############################| 100% Time: 0:00:05
--- dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage1
+++ dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage2
├── readelf --wide --decompress --hex-dump=.digest_md5 {}
│ @@ -1,4 +1,4 @@
│
│ Hex dump of section '.digest_md5':
│ - 0x00000000 77e356ea eefe1459 a40f00d9 ab5c0e00 w.V....Y.....\..
│ + 0x00000000 1dda23b5 31f9024c fe6d2755 e930a41a ..#.1..L.m'U.0..
6 years ago
SomberNight
eb04551f9a
accept base43-encoded tx in Qt "Load transaction"
When encoding transactions as QR codes, we encode the tx bytes as base43
first. This makes it easier to load a transaction if the user manually
decodes the QR code.
6 years ago
SomberNight
8f5ca40d10
new cli command: get_tx_status
6 years ago
ThomasV
56ced1dfd5
let DB handle addresses
6 years ago
SomberNight
2abc4f6334
wallet: cache get_addr_balance
notably this makes get_history faster; as 40% of the time is spent in
get_addr_balance (without the cache)
6 years ago