SomberNight
1f937aa6cd
fix: 'oneserver' could only be set in the CLI
7 years ago
SomberNight
7b50790584
do not raise BaseException
7 years ago
SomberNight
76e67daadd
changed some asserts to raise-exceptions in lib
7 years ago
ghost43
cf88e239d7
fix parsing values in setconfig ( #4225 )
7 years ago
SomberNight
4ff3791cb9
fix #4236
7 years ago
SomberNight
0180abc179
blockchain.py: check header length
related: #4212
7 years ago
SomberNight
e4dad0a425
fix #4198
7 years ago
SomberNight
d2a1179087
fix #4227
7 years ago
ThomasV
ad6dd73a03
do not catch OSError in pipe.send (fix ANR on some versions of Android)
7 years ago
SomberNight
de4fe9db69
fix a race condition in synchronizer
wallet.synchronizer gets assigned a newly constructed Synchronizer instance.
Synchronizer in tx_response refers to the value of wallet.synchronizer.
If the wallet has a missing txn, there could be a race condition that synchronizer asks for a txn and we get the callback from the network WHILE the constructor is still running, in which case wallet.synchronizer would still be None and we would consider the callback "orphan", and the wallet would get "stuck" synchronizing.
7 years ago
SomberNight
92c45ac29a
fix prev: txns might be added in any order
7 years ago
SomberNight
17512f7f47
wallet: speed up get_address_history
7 years ago
SomberNight
ffe69cb328
fix #4220
7 years ago
SomberNight
13bd10e1cb
wizard: add naive debug message to hw device scan if none are found
7 years ago
SomberNight
42582b6a64
fix #4219
7 years ago
SomberNight
5a508f7b8d
fix #4218
7 years ago
SomberNight
4d15d4e459
payto: get RBF setting from config
7 years ago
SomberNight
58273fc841
tests: xpub version bytes
7 years ago
SomberNight
ff57c198b4
fix prev
7 years ago
fivepiece
192288c025
change testnet p2wsh-p2sh prefix to 0x024289ef to reflect Upub ( #4210 )
* change testnet p2wsh-p2sh prefix to 0x024289ef to reflect Upub
* add testnet p2sh-p2wsh 2of2 multisig test
7 years ago
SomberNight
9de4d19c5a
tests: refactoring in test_wallet_vertical.py
7 years ago
SomberNight
1eae16aa3e
tests: class TestCaseForTestnet
7 years ago
SomberNight
5926438847
fix #3294
7 years ago
SomberNight
ec33463426
fix #4184
7 years ago
ThomasV
c9c7f34ddf
prepare version 3.1.2
7 years ago
ThomasV
032f40640e
revert previous commit, use #4062
7 years ago
ThomasV
d9c0591425
do not set cmd_runner.wallet when wallet is loaded. closes #4062
7 years ago
SomberNight
fa91cbf762
network - send_subscriptions: copy subscribed_addresses before iterating
see #4146
(this should at least avoid the RuntimeError)
7 years ago
SomberNight
9b7536e75c
use explicit utf-8 encoding when opening files in text mode
7 years ago
SomberNight
d146c369bf
fix #4164
7 years ago
SomberNight
c0a42b756b
fix #4159
7 years ago
SomberNight
a00439b6f8
fix #4158
7 years ago
SomberNight
77c8010517
bitcoin.py: parameterise a few address-related methods with network
7 years ago
SomberNight
7d11812f55
trezor/keepkey/dbb: provide info for all is_mine txn outputs
7 years ago
SomberNight
5fef1e7980
close #4125
perhaps not proper fix but at least more descriptive exception text
7 years ago
SomberNight
36d52dfd5a
fix #4129
7 years ago
SomberNight
22061b4555
transaction.get_address_from_output_script now handles witness version > 0
7 years ago
SomberNight
85b36e027f
fix a bug with hw devices.
if a device is unplugged and then replugged before we notice (via scan_devices) then it will get into an unusable state, throwing all kinds of low level exceptions when we don't expect it. affects ledger, keepkey, dbb, but for some reason not trezor.
7 years ago
SomberNight
61a45edee0
Catch wallet file related exceptions in Qt wizard.
7 years ago
SomberNight
c79de3ab3c
fix #4139
7 years ago
Laser Yuan
8a5d27dcf4
Fix the error: locktime is always reset to zero when serialize the json data
The "lockTime" field in the json object was ignored due to the wrong attribute name "locktime" was called.
7 years ago
SomberNight
c0ae266d39
DeviceMgr: scan_devices can work without hid
7 years ago
SomberNight
aabd9f01ee
wizard hw devices: only scan once
7 years ago
SomberNight
afa4cbfcbb
fix #4082
7 years ago
SomberNight
8dd19a5920
wizard: remove unused method
7 years ago
SomberNight
37853ab939
trezor/keepkey: don't show empty error on PIN prompt cancel
7 years ago
ThomasV
5e5134b76f
remove custom entropy option again (follow-up e0c38b3
), because seeds can be extended with passphrase
7 years ago
ThomasV
4137ae94a0
flush certificate file; might fix #4059
7 years ago
SomberNight
b043c872eb
fix paying to script
7 years ago
SomberNight
a6841cbd5f
fix #4099 : serialisation of txns with negative version number
7 years ago