SomberNight
|
9b7536e75c
|
use explicit utf-8 encoding when opening files in text mode
|
7 years ago |
SomberNight
|
a00439b6f8
|
fix #4158
|
7 years ago |
SomberNight
|
7d11812f55
|
trezor/keepkey/dbb: provide info for all is_mine txn outputs
|
7 years ago |
SomberNight
|
61a45edee0
|
Catch wallet file related exceptions in Qt wizard.
|
7 years ago |
SomberNight
|
8e79d09511
|
disallow adding receive requests without valid is_mine addresses
|
7 years ago |
ThomasV
|
c3e26a1e2b
|
fix #4098
|
7 years ago |
ThomasV
|
152ec1447c
|
fix #4100: spent_outpoints does not track everything
|
7 years ago |
ThomasV
|
cf866adfe3
|
fix #4109
|
7 years ago |
SomberNight
|
a048a00594
|
close #4102
close #3337
|
7 years ago |
SomberNight
|
2c6cf7f80c
|
careful with exceptions..
|
7 years ago |
SomberNight
|
c13e057701
|
fix #4080
|
7 years ago |
SomberNight
|
6f0a7ff420
|
fix #4077
|
7 years ago |
SomberNight
|
e0cda39ae5
|
only cache expensive case
|
7 years ago |
SomberNight
|
db0e3cd209
|
speed-up wallet.get_full_history: cache coin_price
|
7 years ago |
SomberNight
|
d002549176
|
wallet.get_full_history: only do fiat calc, if enabled
|
7 years ago |
ThomasV
|
ade7cce144
|
fix #4034
|
7 years ago |
SomberNight
|
81666bf9ac
|
fix #4026
|
7 years ago |
SomberNight
|
0df6d1ec97
|
trezor: segwit offline signing
|
7 years ago |
ThomasV
|
4b7cf297f5
|
fix #3998
|
7 years ago |
SomberNight
|
02f2e5c599
|
wallet.add_transaction: adding to spent_outpoints, out of order case
|
7 years ago |
ThomasV
|
968862076f
|
fix sign
|
7 years ago |
ThomasV
|
4236adc552
|
fix date filtering
|
7 years ago |
ThomasV
|
a3554dc2b7
|
fix #3963
|
7 years ago |
ThomasV
|
51630416fc
|
fix expenditures sign
|
7 years ago |
ThomasV
|
31edc419fa
|
improve get_tx_status
|
7 years ago |
ThomasV
|
c50d758c3e
|
rename "Local only" as "Local"
|
7 years ago |
SomberNight
|
3daa8b018f
|
prepare self.unverified_tx regardless of network
|
7 years ago |
ThomasV
|
22daffbbea
|
fix typo
|
7 years ago |
ThomasV
|
aad0e276c0
|
wallet history: compute income and expenditures, remove redundant calculation of acquisition price
|
7 years ago |
SomberNight
|
649b5a7298
|
fix #3964
|
7 years ago |
SomberNight
|
f1b7578218
|
fix #3960
|
7 years ago |
ThomasV
|
8329faf760
|
price_at_timestamp: minor fix
|
7 years ago |
ThomasV
|
f3440f5a20
|
fix 3954
|
7 years ago |
ThomasV
|
99710099fb
|
fix #3952
|
7 years ago |
SomberNight
|
89e0f90e1f
|
fix #3949
|
7 years ago |
ThomasV
|
51f04d4e7b
|
compute capital gains using wallet.txi and txo
|
7 years ago |
ThomasV
|
9f7e256e39
|
cleanup get_full_history. fix #3939
|
7 years ago |
SomberNight
|
6f5751977b
|
local tx: restructure exception handling wrt wallet.add_transaction and QT
|
7 years ago |
SomberNight
|
4ddda74dad
|
clean up fees a bit
|
7 years ago |
ThomasV
|
d77e522721
|
fix #3912: Use Decimal('NaN') instead of None when exchange rate is not available.
|
7 years ago |
SomberNight
|
7b3c454542
|
wallet.add_transaction should not return if tx has already been added. only track spent_outpoints for is_mine inputs.
|
7 years ago |
ThomasV
|
0a1542e249
|
fix #3929
|
7 years ago |
SomberNight
|
51c235a8be
|
privkeys WIF: store in extended WIF internally; export as "txin_type:old_wif"
|
7 years ago |
ThomasV
|
9110c0542c
|
follow-up previous commit
|
7 years ago |
ThomasV
|
826cf467d8
|
Improve wallet history tab:
- use json-serializable types
- add toolbar to history tab
- add button to display time interval
|
7 years ago |
SomberNight
|
72a443b688
|
fix: disabling "use change addresses" did not work correctly
|
7 years ago |
SomberNight
|
008bffcea7
|
undo verification when removing txn
|
7 years ago |
SomberNight
|
0d758a650d
|
follow-up 586074cb0f
|
7 years ago |
ThomasV
|
586074cb0f
|
simplify local transactions:
- restrict conflict detection own inputs
- save local transactions only if they are own
|
7 years ago |
SomberNight
|
bd333f16e0
|
follow-up 76bf53b262
|
7 years ago |