SomberNight
51d047a35e
fix #4375
7 years ago
ThomasV
4c234397ec
Merge pull request #4351 from SomberNight/2fa_sign_then_otp
trustedcoin: sign first, then prompt for OTP
7 years ago
SomberNight
c113232e8b
tests: TestWalletHistory
check if wallet logic calculates correct balance regardless of the order in which we receive transactions from the server
7 years ago
SomberNight
5cfeb6b081
follow-up ab2f59590c
7 years ago
ThomasV
d538106caf
Merge pull request #4371 from haarts/remove-explicit-protocol-mentions
Remove explicit protocol mentions
7 years ago
Harm Aarts
ab2f59590c
Push network calls into network module
Eventually all network calls should go through the network module
without resorting to using raw protocol strings. This, then, makes
adding an other backend easier.
Please note that the behaviour slightly changed. Initially the caller
received an unmodified response from the ElectrumX server. In it the
scripthash is present. This change replaces that scripthash with the
original address.
7 years ago
Harm Aarts
812d570ee2
Rename method to reflect its goal
Answer the question *what* problem the method solves. Not *how* it is
solving it.
7 years ago
Harm Aarts
d0d39e534e
Make side effect explicit
The removed method didn't allude to the fact it was adding the generated
hash to a dictionary. This was problematic since the code base now
seemingly had two methods for converting an address to a scripthash. One
in the network module and one in the (logical) bitcoin module.
7 years ago
SomberNight
a9bf664a5e
qt: network status text to tell user proxy is enabled when network can't connect
7 years ago
SomberNight
b88f0434c5
wallet.py: check_history depends on load_local_history and build_spent_outpoints
if it tries to call add_transaction
7 years ago
Johann Bauer
86e2f3f561
Follow-up 2fe8d8
7 years ago
Johann Bauer
2fe8d8ce54
Follow-up 7a27d04
7 years ago
SomberNight
e375bf48c4
transaction.py: reserialize scriptSig for incomplete txin
On offline imported privkey + online imported address config, the offline wallet was displaying incorrect tx size.
7 years ago
Johann Bauer
7a27d04415
Travis: Fix 'No names found, cannot describe anything.' in OS X build
7 years ago
SomberNight
7c7aa5828b
tests: added p2wpkh-p2sh wallet to TestWalletSending
7 years ago
SomberNight
f12798e91c
follow-up #4324
7 years ago
SomberNight
150cbb5d9c
fix #4356 : qt/tx_dialog - move save local button to left.
also: properly parent popup, and add extra note re what local tx ('save') means
7 years ago
Johann Bauer
7bcc55ae57
Trezor: Disable 'Change Homescreen' if PIL is unavailable
7 years ago
Johann Bauer
a81e96bce0
Test macOS build on Travis
7 years ago
Johann Bauer
64438573b1
Follow-up 354c737: Fix macOS build
7 years ago
root
354c737ce0
Track icons and locale version in submodule
7 years ago
SomberNight
a94e1d92a3
bitcoin.py: nicer exception in deserialize_privkey if prefix byte is invalid
related: #4364
7 years ago
SomberNight
b175c6b609
fix #4360
7 years ago
SomberNight
f0657a3507
qt: show start-up wizard in case of exception
related: #4355
7 years ago
ghost43
dae187bada
allow fractional feerates ( #4324 )
7 years ago
ghost43
3337af0734
transaction.py: (txin guess) fix some false positive matches of p2sh-segwit ( #4336 )
7 years ago
ghost43
4eeb944b3c
Merge pull request #4329 from SomberNight/trezor_matrix
Trezor: Matrix recovery support
7 years ago
SomberNight
5fafd34de7
don't offer recovery type choice for trezor T
7 years ago
SomberNight
c133e00590
hw wallets: define SUPPORTED_XTYPES for each plugin
7 years ago
SomberNight
dc2f8ee804
fix regression from 1d6f000868
re trezor/keepkey multisig signing
7 years ago
SomberNight
8174c31f13
trezor: implement "backend" support for p2sh-segwit and native-segwit multisig
7 years ago
SomberNight
ceae43afe5
trustedcoin: sign first, then prompt for OTP
7 years ago
SomberNight
7c6364c2c7
update kivy readme
7 years ago
SomberNight
e523b65767
hw wallets: test client is not None during setup_device
7 years ago
SomberNight
811eea0b6b
trezor: add msg text for passphrase type request
7 years ago
SomberNight
c03d68d758
add 'sat' as base unit option
7 years ago
SomberNight
a459eea018
follow-up prev: specify rlp version
python-trezor depends on rlp (an ethereum package) that we do not need..
Newer versions of rlp introduced several new dependencies, which is even more stuff we don't need.
Some of these new dependencies are even a trouble to build on Wine, as they need vc++, and they don't distribute binary builds.
related #4338
7 years ago
SomberNight
46a0dbc9d9
rerun freeze_packages
closes #4338
7 years ago
Andreas Schildbach
7dc5d64cba
Remove server from default list: cryptohead.de ( #4320 )
7 years ago
SomberNight
00b2af41c9
allow shorter than 24 word old 2fa seeds
related: #3611
7 years ago
SomberNight
864706574b
fix #4330
7 years ago
SomberNight
364cfd17ae
abstract qt away from trezor
7 years ago
SomberNight
809d6aefca
finish prev
7 years ago
Jochen Hoenicke
6dd5161729
Trezor: Matrix recovery support
New Trezor firmware has matrix recovery support, which is a new
recovery method that doesn't leak the entered words.
8 years ago
SomberNight
034b0a0313
trezor/keepkey: silence UserCancelled during recovery
7 years ago
SomberNight
6e0650b909
follow-up 66cfc3ea37
7 years ago
SomberNight
1981aa7d5c
trezor/keepkey: minor import clean-up.
7 years ago
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