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
SomberNight
514d0ae958
wallet: towards restoring previous performance 2
6 years ago
SomberNight
8ae6ddcc00
keystore: rm dead code
6 years ago
SomberNight
12b98fa251
wizard: fix regression: unencrypted wallets were not getting upgraded
fixes #5177
6 years ago
SomberNight
bf1c1c2a11
qt qrcodewidget: on MacOS, was grabbing whole screen
from Electron-Cash/Electron-Cash@61d46989e6976bc0bf5070db99ad771dc8e27cce
6 years ago
SomberNight
43583c1e28
daemon: make sure wallet paths are standardised everywhere
6 years ago
SomberNight
d11481f360
storage: fix path standardisation
6 years ago
SomberNight
93fa9a9d69
wizard: partial revert of 2da6692f73
6 years ago
SomberNight
d55a045405
qt wizard: minor clean-up
6 years ago
SomberNight
2da6692f73
wizard: some fixes
related: #5174
6 years ago
SomberNight
ef1330df5d
[trivial] use namedtuple field by name
6 years ago
SomberNight
7458461f13
wizard: fix decryption of hw wallet files
see #5174
6 years ago
SomberNight
b076f5294f
wizard: allow kwargs in run()
6 years ago
SomberNight
0ac2ca8ed3
qt "new transaction" notifications: change wording
closes #5171
6 years ago
SomberNight
b79f43c360
wallet: fix RBF batching
post-storage_db-merge fixup
6 years ago
SomberNight
94c4cb44d7
fix storage upgrade tests: "fixture 'func' not found"
6 years ago
SomberNight
0c232905a8
wallet: rm dead code
6 years ago
SomberNight
b6d5304e51
qt: close wizard after splitting an old multi-account wallet
instead of trying to open the old pre-split file
6 years ago
SomberNight
b134f04fef
storage: fix convert_version_18
6 years ago
SomberNight
9ecb504739
storage: fix convert_version_17 and add new test case
follow-up 121b8048b0
6 years ago
SomberNight
ef8d7e3227
qt wizard: don't consider old version storage to be incomplete
6 years ago
SomberNight
121b8048b0
json_db: store Transaction objects in memory, not raw hex
to avoid deserializing the same tx multiple times
6 years ago
SomberNight
2ad73050b3
wallet: towards restoring previous performance
6 years ago
SomberNight
8b2c586d30
post-storage_db-merge fixups
6 years ago
SomberNight
d0fa3b431a
wallet: generate addresses in Deterministic_Wallet constructor
6 years ago
SomberNight
7b9047d8d6
scripts: simplify quick_start
6 years ago
SomberNight
b34e1634b6
commands: fix gettransaction
6 years ago
SomberNight
f85b8f349d
wallet: fix bug in restore_wallet_from_text, and write tests
6 years ago