SomberNight
bc76d63f61
keepkey: remove trezor bridge related stuff
7 years ago
SomberNight
73b11a700a
trezor/keepkey: merge qt_generic.py into qt.py
(remnants of separating trezor and keepkey)
7 years ago
SomberNight
e36f67aabc
keepkey: merge plugin.py into keepkey.py
(remnants of separating trezor and keepkey)
7 years ago
SomberNight
66cfc3ea37
hw_wallet: show_error can now block optionally. trezor: use prev during recovery.
7 years ago
SomberNight
ae24af9bc2
wizard: move GoBack from Qt wizard to base_wizard
7 years ago
SomberNight
ba7d905dfb
trezor/keepkey: catch exception during device init
7 years ago
SomberNight
fcfe3406b3
keepkey: fix threading issue during recovery
7 years ago
SomberNight
76e2fadc31
trezor: remove some keepkey-related stuff
7 years ago
SomberNight
c8bed8791a
assert datadir available
7 years ago
SomberNight
cbf1b5d9d5
py3.4 compat: follow-up e13183ea7a
7 years ago
SomberNight
530980ea37
ledger: offline signing for segwit inputs
related: #3302
7 years ago
ghost43
40e9e8bd63
Merge pull request #4316 from SomberNight/receive_tab_show_address
[Qt] receive tab: show address on hw wallet
7 years ago
SomberNight
33e3170591
ledger: a bit friendlier msg when show_address fails for hw.1
7 years ago
SomberNight
78745f1f02
show address on hw: change icon
7 years ago
SomberNight
fad25af204
fix tests for travis. follow-up 68d8919416
7 years ago
SomberNight
ea55d886b7
follow-up 1d6f000868
I broke multisig..
7 years ago
SomberNight
68d8919416
tests: sends between wallets
7 years ago
SomberNight
e13183ea7a
bitcoin.py: SCRIPT-related clean-up. transaction.py: construct_witness
7 years ago
SomberNight
97296432a2
transaction.py: sign_txin. allow override for get_preimage_script.
7 years ago
SomberNight
1d6f000868
transaction.py: shortcut witness/scriptSig serialisation
7 years ago
SomberNight
b3110b3b46
bitcoin.py: implement add_number_to_script.
7 years ago
SomberNight
4b89b1e270
implement script_num_to_hex
7 years ago
SomberNight
688dd07381
qt receive tab: show address on hw wallet
7 years ago
Filip Gospodinov
376a815458
exchange_rate: prefer relative imports ( #4308 )
As this project is currently structured, absolute
imports have the drawback that they'll load modules
from installed paths rather then from the local repo
when running unit tests. This somehow breaks the main
idea of unit tests which is being able to quickly test
newest development changes. Therefore, use a relative
import here.
7 years ago
SomberNight
e90a31ef23
qt seed dialog, (minor) class attr -> instance attr
7 years ago
SomberNight
eb64571341
qt seed dialog fixes
for xpub, reenable show qr code option (fixes #4307 )
set to read-only when editing capability is not intentional
allow tab to auto-complete
7 years ago
Ben Woosley
53320470f5
Format the transaction window fee rate with 1 decimal place ( #4286 )
* Fix format_satoshi to properly handle non-integer values
Handling the integer and fraction parts together via string formatting
simplifies the initial composition because the default behavior manages
the - sign, and the incorporation of the fractional part.
* Limit fee rate output to one decimal place
Via a new precision arg
* Introduce format_fee_satoshis and use it for all fee display
7 years ago
SomberNight
a161b6e655
RBF: make sure we know the fee for the old txn
related #4306
7 years ago
SomberNight
0be73ed546
wallet.py: small optimisation for get_wallet_delta
7 years ago
mhitcher
5284aef820
added therocktrading exchange rate ( #4272 )
7 years ago
SomberNight
9fb927a068
minor py3 fix: language setting in qt/preferences
7 years ago
Ben Woosley
d7750c73e6
Use keyword arguments for format_amount call clarity ( #4290 )
7 years ago
SomberNight
d0352379d7
fix #4071
7 years ago
SomberNight
e00499f040
ledger: nice error msg if pin locked for sign_tx/sign_msg/show_addr
7 years ago
tiagotrs
23c29715af
Add "Revealer" seed backup plugin ( #4228 )
* revealer commit
* fix seed font, added license
* fixed strings for translation
* better calibration instructions, fixed position
* removed html from translatable strings, fixed typo
* Added monospace font for codes, cleaned up redundant font formatting
* Monospace font for codes and respective license
* fix redundancies, typos
* inner function to only move forward if no exception
* paint QR qith QT to not depend on PIL
catch exeptions when creating a digital Revealer
* clarity
* Added SourceSans font License
* fix fonts paths, typo
* broke long lines, changed some words for clarity,
removed redundant font license
7 years ago
ThomasV
7cee37dfb8
show bitcoin price info in history summary
7 years ago
SomberNight
f6cb26be1f
cosigner pool: show exception text if failing to send to server
7 years ago
SomberNight
1ed3e0cad6
fix #4276
-aos: Skip over existing files without overwriting
-aoa: This switch overwrites all destination files
7 years ago
SomberNight
95a93a3f86
cosigner pool: add warning when used with hardware wallet
related: #4271
7 years ago
ThomasV
624fa4769d
prepare release 3.1.3
7 years ago
Dimitris Apostolou
989c9c2b55
Fix typos
7 years ago
SomberNight
5b2b59420f
fix #4266
7 years ago
Filip Gospodinov
dcf25f9121
qt: allow copying receiving address using ctrl-c ( #4258 )
"You must enable keyboard focus for a widget if it
processes keyboard events."
https://doc.qt.io/qt-5/qwidget.html#focusPolicy-prop
On macOS it works without this patch already for some reason.
7 years ago
SomberNight
44bb1e9993
bitcoin.py: fix op_push
8cbc5c4be4/src/script/script.h (L464)
fdc2bc867b/txscript/scriptbuilder.go (L151)
7 years ago
Filip Gospodinov
6cf334244a
contrib: detect builds with uncommitted changes
The `--dirty` flag causes `git describe` to append
`-dirty` to the version string it outputs. This is
useful to detect if a build was - intentionally or
not - created with uncommitted changes.
https://git-scm.com/docs/git-describe#git-describe---dirtyltmarkgt
7 years ago
SomberNight
ab2d38a803
release notes for 3.1.3
7 years ago
SomberNight
8bdf863fca
fix: android HistoryScreen was not displaying fiat value of unconfirmed txns
7 years ago
ThomasV
986985c398
fix #4255
7 years ago
SomberNight
3bf5afa61a
fix #4253
7 years ago
SomberNight
426ab85ed6
qt: for dark color scheme, fix yellow
7 years ago