ghost43
cf88e239d7
fix parsing values in setconfig ( #4225 )
7 years ago
SomberNight
bfb0141b20
fix #4230
7 years ago
SomberNight
3b8c1c6c04
detect when trying to sign with a hw wallet offline in a not supported config
closes #4229
7 years ago
SomberNight
4ff3791cb9
fix #4236
7 years ago
SomberNight
0180abc179
blockchain.py: check header length
related: #4212
7 years ago
ghost43
9a0cf63769
Merge pull request #4033 from Lastrellik/TextCompleter
Text completer
7 years ago
ghost43
54d220c311
Merge branch 'master' into TextCompleter
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
2f408e5d07
make qt HistoryList.on_update() faster by caching icons
7 years ago
ThomasV
eb4463063f
Merge pull request #4214 from SomberNight/payto_read_rbf_from_config
payto: get RBF setting from config
7 years ago
ThomasV
ed0cbf11cd
Merge pull request #4222 from SomberNight/wallet_get_address_history_speedup
wallet: speed up get_address_history
7 years ago
Filip Gospodinov
76dfc2d3b8
Fix invalid desktop entry ( #4224 )
Closes : #4221
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
6eb38d6b8c
Qt wizard: raise GoBack from None
results in cleaner traces
7 years ago
SomberNight
42582b6a64
fix #4219
7 years ago
SomberNight
5a508f7b8d
fix #4218
7 years ago
SomberNight
4703d93b0f
fix #4216
7 years ago
SomberNight
4d15d4e459
payto: get RBF setting from config
7 years ago
SomberNight
10a0b0ad7f
make_packages was failing
error was:
In --require-hashes mode, all requirements must have their versions pinned with ==. These do not:
setuptools from 04a0b689d3
cc121c90bfd85a1a8c2e/setuptools-39.0.1-py2.py3-none-any.whl#md5=ca299c7acd13a72e1171a3697f2b99bc (from protobuf==3.5.2.post1->-r ./contrib/deterministic-build/requirements.txt (line 21))
7 years ago
SomberNight
bfccfc7e74
follow-up 70d827b984
7 years ago
Johann Bauer
c7c43d2336
Change Python version in pyinstaller spec file
7 years ago
Johann Bauer
831dda0fcb
Wine build: Revert to Python 3.5 and download if file was changed
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
ThomasV
08e7a5f05f
remove pyjnius thread monkey patching; now in pyjnius
7 years ago
Johann Bauer
70d827b984
Add a script that finds dependencies for other OSs
This is used to make sure we also freeze versions for
packages that will only be used on Windows or OS X, while
the freezing script is most likely only be run on Linux.
7 years ago
Johann Bauer
14aa7c0a3b
Follow-up ae80fb4f
7 years ago
Johann Bauer
ae80fb4f97
Follow-up 6afe71fe
7 years ago
Johann Bauer
6afe71fe0e
Follow-up 3c28e3491
7 years ago
Johann Bauer
3c28e34919
Check package hashes when generating binaries
7 years ago
SomberNight
97c295924a
mac build script: update libusb
7 years ago
SomberNight
9a12022537
windows build script: update python, nsis, libusb
7 years ago
SomberNight
deab75fe20
windows build script: cache pip
previously pip was caching into the wine directory, which we delete and recreate on every run
7 years ago
SomberNight
d213a7cd4f
update frozen dependencies
7 years ago
SomberNight
fb65493963
remove unused variable
7 years ago
SomberNight
ffbd0ccecd
fix #2670
7 years ago
Roman Zeyde
d69318ff14
trezor: pass transport parameter explicitly as a keyword argument ( #4194 )
7 years ago
SomberNight
facf833bac
README: install "full" extra
7 years ago
ThomasV
377825a458
update release date
7 years ago
ThomasV
104ea477de
fix #4136 : revert to extras_require
7 years ago
ThomasV
445ef3c6ac
remove print statement
7 years ago