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 |
ThomasV
|
76bf53b262
|
simplify add_transaction
|
7 years ago |
SomberNight
|
63e402c2d7
|
wallet.clear_history: clear txns and verified txns too
|
7 years ago |
ThomasV
|
7ff32877f7
|
replace test that should never happen
|
7 years ago |
ThomasV
|
acbad0a005
|
change names
|
7 years ago |
ThomasV
|
8bfe342772
|
minor fixes
|
7 years ago |
ThomasV
|
0f16bcdc1f
|
Capital gains:
* Show acquisition price in history.
* Add summary to history command
|
7 years ago |
ThomasV
|
2829de5d49
|
fix: missing parameter
|
7 years ago |
SomberNight
|
7e77baf4fb
|
fix #3890
|
7 years ago |
SomberNight
|
2914090879
|
wallet.synchronize: remove dead code
|
7 years ago |
ThomasV
|
4cbdd25c93
|
Capital gains: Let user enter fiat value of transactions.
|
7 years ago |
ThomasV
|
0df42fe046
|
use Decimal for exchange rates
|
7 years ago |
ThomasV
|
42a16d9c3e
|
computation of capital gains for outgoing transactions
|
7 years ago |
ThomasV
|
3f954a8b3d
|
Factorize history export code used in GUI and command line.
Add options to export history limits and exchange rate.
Closes: #1752, #2604,
Replaces: #2715, 3724
|
7 years ago |
SomberNight
|
ca19a36478
|
conflicting transactions
|
7 years ago |
SomberNight
|
d6c1a933fe
|
some local txns are not getting SPV verified
|
7 years ago |
SomberNight
|
245cd24f34
|
follow-up f39f43d58c
|
7 years ago |
ThomasV
|
f39f43d58c
|
fix #3845
|
7 years ago |
ThomasV
|
c3f3843cc3
|
Add memory pool based fee estimates
- fee estimates can use ETA or mempool
- require protocol version 1.2
- remove fee_unit preference
|
7 years ago |
SomberNight
|
0021dbfceb
|
address filter: (qt gui) add "all" filter option besides "receiving" and "change"
|
7 years ago |
SomberNight
|
ffdc36285b
|
use string.format instead of old style (%) formatting
|
7 years ago |
SomberNight
|
48e8bbff69
|
Revert "fix conflicting local txns, e.g. when using RBF"
This reverts commit 8a71e46e9b .
|
7 years ago |
SomberNight
|
ac69f628fe
|
clean-up wallet.get_address_index
|
7 years ago |
SomberNight
|
d92a6d46eb
|
wallet.is_mine: use inheritance for more readable code
|
7 years ago |
SomberNight
|
704bdedea1
|
tx heights: replace magic numbers with named constants
|
7 years ago |
SomberNight
|
2dca7bd39c
|
subtle typo
|
7 years ago |
SomberNight
|
8a71e46e9b
|
fix conflicting local txns, e.g. when using RBF
|
7 years ago |
Johann Bauer
|
8676e870f3
|
Raise exception if transaction is not related to wallet
|
7 years ago |
SomberNight
|
f0e7ae20f2
|
fix #3790
|
7 years ago |
SomberNight
|
c811c5c9d9
|
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
|
7 years ago |
SomberNight
|
d1e2ca4bc5
|
make wallet.is_change faster
|
7 years ago |
SomberNight
|
1c67cfe01b
|
optimise wallet.is_mine
|
7 years ago |