SomberNight
1eae16aa3e
tests: class TestCaseForTestnet
8 years ago
SomberNight
5926438847
fix #3294
8 years ago
SomberNight
ec33463426
fix #4184
8 years ago
ThomasV
c9c7f34ddf
prepare version 3.1.2
8 years ago
ThomasV
032f40640e
revert previous commit, use #4062
8 years ago
ThomasV
d9c0591425
do not set cmd_runner.wallet when wallet is loaded. closes #4062
8 years ago
SomberNight
fa91cbf762
network - send_subscriptions: copy subscribed_addresses before iterating
...
see #4146
(this should at least avoid the RuntimeError)
8 years ago
SomberNight
9b7536e75c
use explicit utf-8 encoding when opening files in text mode
8 years ago
SomberNight
d146c369bf
fix #4164
9 years ago
SomberNight
c0a42b756b
fix #4159
9 years ago
SomberNight
a00439b6f8
fix #4158
9 years ago
SomberNight
77c8010517
bitcoin.py: parameterise a few address-related methods with network
9 years ago
SomberNight
7d11812f55
trezor/keepkey/dbb: provide info for all is_mine txn outputs
9 years ago
SomberNight
5fef1e7980
close #4125
...
perhaps not proper fix but at least more descriptive exception text
9 years ago
SomberNight
36d52dfd5a
fix #4129
9 years ago
SomberNight
22061b4555
transaction.get_address_from_output_script now handles witness version > 0
9 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.
9 years ago
SomberNight
61a45edee0
Catch wallet file related exceptions in Qt wizard.
9 years ago
SomberNight
c79de3ab3c
fix #4139
9 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.
9 years ago
SomberNight
c0ae266d39
DeviceMgr: scan_devices can work without hid
9 years ago
SomberNight
aabd9f01ee
wizard hw devices: only scan once
9 years ago
SomberNight
afa4cbfcbb
fix #4082
9 years ago
SomberNight
8dd19a5920
wizard: remove unused method
9 years ago
SomberNight
37853ab939
trezor/keepkey: don't show empty error on PIN prompt cancel
9 years ago
ThomasV
5e5134b76f
remove custom entropy option again (follow-up e0c38b3), because seeds can be extended with passphrase
9 years ago
ThomasV
4137ae94a0
flush certificate file; might fix #4059
9 years ago
SomberNight
b043c872eb
fix paying to script
9 years ago
SomberNight
a6841cbd5f
fix #4099 : serialisation of txns with negative version number
9 years ago
SomberNight
8e79d09511
disallow adding receive requests without valid is_mine addresses
9 years ago
ThomasV
c3e26a1e2b
fix #4098
9 years ago
ThomasV
152ec1447c
fix #4100 : spent_outpoints does not track everything
9 years ago
ThomasV
cf866adfe3
fix #4109
9 years ago
ThomasV
0603f9f2b4
fix #4108
9 years ago
SomberNight
a048a00594
close #4102
...
close #3337
9 years ago
SomberNight
e31c2d491d
fix #4093
9 years ago
SomberNight
99647fc070
careful with exceptions..
9 years ago
SomberNight
2c6cf7f80c
careful with exceptions..
9 years ago
SomberNight
d994d27704
hw wallet encryption unlock: clear session on incorrect passphrase
9 years ago
SomberNight
f3d254ff1e
follow-up prev
9 years ago
SomberNight
6f5a4677d1
clean up imports in lib/plot.py
9 years ago
SomberNight
9372c31b5d
fix #4084
9 years ago
SomberNight
08aee6a857
logging - use self.print_error instead of util.print_error
9 years ago
SomberNight
c13e057701
fix #4080
9 years ago
SomberNight
6f0a7ff420
fix #4077
9 years ago
ThomasV
2deae196d9
this probably fixes #4072
9 years ago
SomberNight
192e895933
hw plugins: catch exceptions for custom enumeration functions.
...
related: #4060
9 years ago
SomberNight
b02252d664
fix #4065
9 years ago
Yuki Inoue
fc9cb0ca1c
daemon status shows current wallet path
...
All the jsonrpc calls against electrum daemon is affected by the
implicit parameter of wallet in the cmd_runner. AFAIK, there is no way
to check the value of this wallet. This can be trouble some if multiple
wallets are loaded, or load_wallet command is executed several times.
This patch makes it viewable on the `daemon status`.
9 years ago
SomberNight
e0cda39ae5
only cache expensive case
9 years ago