ThomasV
|
d77e522721
|
fix #3912: Use Decimal('NaN') instead of None when exchange rate is not available.
|
7 years ago |
ThomasV
|
7578ac6abb
|
Merge pull request #3936 from SomberNight/fix_3935
fix: wallet.add_transaction
|
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 |
SomberNight
|
febaedcd36
|
crash reporting: catch exceptions from requests.post
|
7 years ago |
ThomasV
|
98a91c9306
|
update release notes
|
7 years ago |
ThomasV
|
26d09b4915
|
fix timestamp of data in get_historical_rates
|
7 years ago |
ThomasV
|
0a1542e249
|
fix #3929
|
7 years ago |
ThomasV
|
395f9c9679
|
Merge pull request #3898 from SomberNight/bip32_versions_testnet
bip32 version numbers (xpub headers): use t/u/U/v/V for testnet
|
7 years ago |
SomberNight
|
7a4338ea21
|
fix tests
|
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 |
ThomasV
|
c9ffe8d48a
|
Merge pull request #3915 from spesmilo/add_transaction
Add transaction
|
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
|
c4d31674ab
|
follow-up c3fd7db3107cf0dc64c68b6a069fac4aec148db5: editable_columns is now a set
|
7 years ago |
SomberNight
|
c3fd7db310
|
fix minor bug in qt/history_list
context menu could have duplicated entries
|
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 |
SomberNight
|
945ba8decf
|
fix #3912
|
7 years ago |
ThomasV
|
cd6067f383
|
Merge pull request #3911 from bauerj/build-unify
Build: Pyinstaller installation
|
7 years ago |
Johann Bauer
|
e512e9c0e8
|
Simplify pyinstaller installation
|
7 years ago |
SomberNight
|
fe1e412f01
|
catch some exceptions during GUI init
|
7 years ago |
Calin Culianu
|
6b09d478a5
|
Fixup to get PyQt5 5.10 working ok and looking right on Mac
|
7 years ago |
ThomasV
|
7ff32877f7
|
replace test that should never happen
|
7 years ago |
ThomasV
|
344b5e0a23
|
Merge pull request #3901 from SomberNight/fix_3899
fix #3899; and more aggressively catch exceptions in tx.deserialize()
|
7 years ago |
Johann Bauer
|
e3a082d58d
|
Fix #3907
|
7 years ago |
Johann Bauer
|
08b9908f6e
|
Make it harder for altcoins to accidentally use our crashhub
|
7 years ago |
SomberNight
|
909c063eb1
|
contact/invoice import: better exception handling.
see #3904
|
7 years ago |
SomberNight
|
7f04c30567
|
qt: if cannot load wallet, print trace
|
7 years ago |
SomberNight
|
172efb3611
|
follow-up 0f16bcdc1f
|
7 years ago |
SomberNight
|
063e40bf18
|
catch IndexError in parse_redeemScript
|
7 years ago |
SomberNight
|
89b43ee0cb
|
tests: copied valid transactions from bitcoin core unit tests. try to deserialize all.
|
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
|
b2c0350240
|
allow to use exchange rates while offline
|
7 years ago |
SomberNight
|
4b6a3e2e5d
|
fix #3899; and more aggressively catch exceptions in tx.deserialize()
|
7 years ago |
SomberNight
|
ea66333e48
|
bip32 version numbers (xpub headers): use t/u/U/v/V for testnet
|
7 years ago |
Neil Booth
|
cc19de9db3
|
Parameterise the OSX builder
|
7 years ago |
ThomasV
|
e0130cafcf
|
Merge pull request #3895 from SomberNight/fix_3890
locking in wallet.create_new_address
|
7 years ago |
ThomasV
|
1471489969
|
fix: value can be None
|
7 years ago |
ThomasV
|
b3a67f7a1f
|
Merge branch 'master' of github.com:spesmilo/electrum
|
7 years ago |
ThomasV
|
2829de5d49
|
fix: missing parameter
|
7 years ago |
SomberNight
|
15f7e09131
|
use config.is_dynfee and config.use_mempool_fees
also fixes #3894
|
7 years ago |
Johann Bauer
|
476ce3f1db
|
Follow-up 240ecee
We don't care if some other pyinstaller is installed
|
7 years ago |
Johann Bauer
|
240ecee6ce
|
macOS build: Prefer our pyinstaller over system installed
|
7 years ago |