Commit Graph

11203 Commits

Author SHA1 Message Date
SomberNight 0100af9389 fix #4572 2018-07-19 13:59:38 +02:00
SomberNight 01193be241 logging: when not giving args to -v, log everything, as before 2018-07-19 13:55:05 +02:00
SomberNight cc77ba523f fix minor undefined stuff in address_synchronizer 2018-07-19 13:47:49 +02:00
Janus 1fb0b6d7bd plugins/ledger: just hardcode BTCHIP_DEBUG to False 2018-07-19 13:33:57 +02:00
Janus f9f6ea4365 commands: tolerate lack of argument to 'verbosity' 2018-07-19 12:43:53 +02:00
ThomasV b96b5af101 fix imports 2018-07-19 10:25:46 +02:00
ThomasV 0025073b24 move more methods from wallet to address_synchronizer 2018-07-19 10:15:22 +02:00
Janus 780b2d067c Whitelist classes in verbose (-v) option 2018-07-19 01:21:33 +02:00
SomberNight 8f17f38b02 trezor/kk: when using old fw, wizard did not display instructions properly 2018-07-18 20:17:03 +02:00
ThomasV 0186f09c27 Merge pull request #4567 from SomberNight/issue_4566
bip39 passphrases with multiple spaces
2018-07-18 18:54:59 +02:00
SomberNight aa86440866 fix #4566: bip39 passphrases with multiple spaces 2018-07-18 18:42:04 +02:00
Yura Pakhuchiy 27b36486df Trezor: fix spending coinbase outputs (#4565)
Attempt to spend coinbase output results in error:
a bytes-like object is required, not 'str'
2018-07-18 17:39:32 +02:00
SomberNight e5661156f0 follow-up e3888752d6 2018-07-18 15:32:26 +02:00
ThomasV bdb8220a1a Merge pull request #4563 from spesmilo/remove_pbkdf2
remove pbkdf2 dependency, use stdlib instead
2018-07-18 14:49:36 +02:00
Janus 1e715113ab remove pbkdf2 dependency, use stdlib instead 2018-07-18 14:34:59 +02:00
tiagotrs b4b862b0cc add warning that seed extension will not be included in the backup (#4555) 2018-07-18 13:15:31 +02:00
ThomasV e3888752d6 separate address synchronizer from wallet 2018-07-18 11:18:57 +02:00
ghost43 69dc762a5a Merge pull request #4560 from marceloneil/fix/electrum/localization
localization: fix download link + badge
2018-07-18 10:52:58 +02:00
Marcel O'Neil 21204fc552 localization: fix download link + badge 2018-07-17 22:09:04 -04:00
ThomasV 4b74f9c7fb Merge pull request #4553 from marceloneil/fix/electrum/tests-in-coverage
Remove test files from coverage
2018-07-16 07:22:31 +02:00
Marcel O'Neil c856633b9c remove test files from coverage 2018-07-16 00:58:41 -04:00
Johann Bauer cf7caa7ef9 Don't measure coverage for files in gui or plugins 2018-07-15 19:25:28 +02:00
ThomasV 8ba70ee0e4 Merge pull request #4524 from toxeus/docker
build-wine: allow local testing
2018-07-15 11:21:32 +02:00
ThomasV 88eb2390e6 Merge branch 'master' into docker 2018-07-15 11:13:51 +02:00
SomberNight 8bb59fcc3c follow-up prev: fix bug in fee_to_depth, and typo and tests 2018-07-14 19:02:41 +02:00
SomberNight b8ab36546d mempool fees: increase estimate by max precision of histogram
related: #4551
2018-07-14 18:45:02 +02:00
ThomasV f8ee203225 rm deprecated info about apk version 2018-07-13 18:57:04 +02:00
SomberNight b44aca1654 network: disconnect from server on incorrect header length
fix #4522
2018-07-13 18:11:48 +02:00
Janus 87f6aa09df log failure to import plugins or plot module 2018-07-13 15:24:16 +02:00
Janus Troelsen b29c2a0abd Correct path to kivy Readme.md 2018-07-13 15:08:00 +02:00
ThomasV 77940148fa fix paths in buildozer/makefile 2018-07-13 14:45:08 +02:00
Janus 1cc1c8a051 restructuring: add missing import 2018-07-13 14:19:02 +02:00
Janus 097ac144d9 file reorganization with top-level module 2018-07-13 14:01:37 +02:00
Randy Brito 30a7952cbb Show fiat options from api.bitcoinvenezuela.com
Adding the options to be able to select BitcoinVenezuela.com fiat exchange rates in the Preferences. Certificate validation has been fixed.
2018-07-12 23:47:13 +02:00
SomberNight 5d462f9555 win binaries: bump python version to 3.6.6 2018-07-12 18:33:43 +02:00
SomberNight e3d8edd0a0 rerun freeze packages 2018-07-12 18:33:43 +02:00
SomberNight 0ddbd2e575 restrict PyQt version to <5.11 for binaries, as 5.11 raises min MacOS version to 10.11
see spyder-ide/qtpy#155
2018-07-12 18:33:42 +02:00
ThomasV 94dc214982 Merge pull request #4541 from haarts/preliminaries
Preliminaries
2018-07-12 10:12:45 +02:00
Harm Aarts 3f4687d3e4 Improve logging 2018-07-12 09:51:31 +02:00
Harm Aarts 73896bad72 Remove unused is_up_to_date network method 2018-07-12 09:51:31 +02:00
Harm Aarts 48356a03e6 Rename 'r' to 'response' 2018-07-12 09:51:31 +02:00
Harm Aarts b1cd260aa9 Minor linter nits 2018-07-12 09:51:31 +02:00
Harm Aarts eb44ef327d Reduce indentation level
This makes the method easier to read.
Skip negative tx heights too. A transaction height can be negative too, see the
wallet modules TX_HEIGHT_LOCAL and TX_HEIGHT_UNCONF_PARENT constants.
2018-07-12 09:50:50 +02:00
SomberNight 358722b9cc fix #4533 2018-07-11 15:25:05 +02:00
Johann Bauer 40a43afa12 Add OXT.me block explorer
Closes: #4441
2018-07-10 21:52:06 +02:00
SomberNight a51940fac0 fix #4529 2018-07-10 18:07:52 +02:00
Janus 04432fe93e use python3 in scripts shebang, fix #4519 2018-07-10 13:49:51 +02:00
Filip Gospodinov 73fee2fefa build-wine: allow local testing
Before, it was only possible to test commits that are
on Github (pull request or merged). Now, changes can be
tested locally too.

This introduces the risk that a release could be built
containing uncommitted changes which by definition breaks
deterministic builds. Fortunately, this will always be
detected because the version string is created using
`git describe --tags --dirty`.

Also, retire $TARGET variable because it decouples the
build scripts from the commit revision to be built. This
is a problem for deterministic  builds.
2018-07-10 13:33:46 +02:00
SomberNight 586aee45eb fix #4508: pin down wine deps in docker win build 2018-07-09 17:52:02 +02:00
Filip Gospodinov dc6fb04ffe docker: simplify README.md (#4521) 2018-07-09 14:50:37 +02:00