SomberNight
1dc7ee7ac6
travis builds windows binaries in docker
2018-06-29 22:49:59 +02:00
SomberNight
068b6acf79
wine build: use docker to (try to) have reproducible builds
2018-06-29 18:13:11 +02:00
ThomasV
8f25e147fd
update icons submodule
2018-06-29 13:43:26 +02:00
ThomasV
7feba2a200
update commit number of locales submodule
2018-06-29 13:18:03 +02:00
ThomasV
dd42df7577
add code name for version 3.2
2018-06-29 12:44:25 +02:00
SomberNight
684390a479
labels plugin: fix it. and extend to cli/daemon.
2018-06-29 11:58:12 +02:00
ThomasV
87486e9487
fix: i18n is not imported
2018-06-29 11:17:02 +02:00
ThomasV
31eed35a0a
add apk release script
2018-06-29 11:09:15 +02:00
ThomasV
d58c069336
read apk version number from version.py
2018-06-29 10:45:34 +02:00
ThomasV
3293b36e0f
fix unsign script
2018-06-29 09:07:23 +02:00
root
240dc888ec
Add script to strip signature from signed binary
2018-06-29 08:57:24 +02:00
Johann Bauer
95bbd9593b
Add script to check and sign executables
2018-06-29 08:57:24 +02:00
SomberNight
c4ef5bfedb
Qt: minor text formatting
...
on Windows, the previous looked a bit better; but the lines were broken on Debian
2018-06-29 01:36:56 +02:00
SomberNight
b23f9472f9
release notes: mention segwit multisig for hw wallets
2018-06-28 22:12:56 +02:00
SomberNight
d293cc0d53
wine build: towards deterministic libsecp - strip debug symbols
...
smaller dll and no longer depends on build path
2018-06-28 22:05:13 +02:00
SomberNight
80178f9a56
wine build: libsecp deterministic on given machine
...
but not yet across machines
2018-06-28 21:29:06 +02:00
SomberNight
051217d061
wine build: update readme
2018-06-28 20:01:51 +02:00
ThomasV
3b5d0cc974
Merge branch 'master' of github.com:spesmilo/electrum
2018-06-28 19:56:32 +02:00
SomberNight
bc0036297b
fast hmac on python 3.7+
2018-06-28 19:55:54 +02:00
SomberNight
2b93593e3f
Qt: (minor) clean up "about" message
2018-06-28 19:55:54 +02:00
SomberNight
1279b6e94c
trustedcoin: request billing info after resetting it
2018-06-28 19:55:54 +02:00
SomberNight
9b2d939853
trustedcoin: replace asserts
2018-06-28 19:55:54 +02:00
ThomasV
86209e81b9
win builds: call 'git describe' before we add unstaged files to the repo
2018-06-28 19:55:26 +02:00
ThomasV
c83393b189
Merge pull request #4469 from SomberNight/hmac_py37
...
fast hmac on python 3.7+
2018-06-28 12:04:33 +02:00
SomberNight
1f6ccfb134
fast hmac on python 3.7+
2018-06-28 11:42:47 +02:00
SomberNight
db91618a44
Qt: (minor) clean up "about" message
2018-06-27 22:03:13 +02:00
SomberNight
f3d2831db7
trustedcoin: request billing info after resetting it
2018-06-27 20:17:59 +02:00
SomberNight
486596b180
trustedcoin: replace asserts
2018-06-27 19:03:34 +02:00
ThomasV
357ff8e833
Merge pull request #4465 from SomberNight/purpose48_segwit_multisig_path2
...
wizard: extend derivation dialog to also let user select script type
2018-06-26 19:43:52 +02:00
Johann Bauer
41a257c638
Fill unconfirmed icon white
2018-06-26 19:40:38 +02:00
SomberNight
8b86f21520
wizard: extend derivation dialog to also let user select script type.
...
enable segwit multisig for bip39/hw wallets.
2018-06-26 19:31:05 +02:00
ThomasV
8116b80765
Merge pull request #3700 from bauerj/console-warning
...
Add a warning about harmful code to the console
2018-06-26 17:12:25 +02:00
ThomasV
f24a449d37
Merge pull request #4463 from maschwanden/master
...
Daemon: Fix preflight CORS request handling
2018-06-26 17:09:13 +02:00
SomberNight
4dcefa7d3b
network: fix fork detection in certain backward search cases
...
if there are no checkpoints and the split is very old, the exponential backward search might undershoot so that it asks for the genesis block but 0 and None are not distinguished hence the fork detection logic fails
2018-06-26 16:56:30 +02:00
ThomasV
5a5502303f
make add_signature_to_txin an instance method
2018-06-26 13:09:02 +02:00
Mathias Aschwanden
f6a17b2f5e
Daemon: Fix preflight CORS request handling
2018-06-26 12:08:16 +02:00
ThomasV
43c808291f
update release notes
2018-06-25 23:04:01 +02:00
ThomasV
cb6989cea6
simplify display of inputs/outpputs in CLI history
2018-06-25 22:49:11 +02:00
SomberNight
6d63140c61
initial changelog for 3.2.0
2018-06-25 17:52:07 +02:00
ThomasV
0546fa73df
Merge pull request #4461 from SomberNight/dark_theme
...
option to set a dark theme for Qt
2018-06-25 17:10:46 +02:00
SomberNight
ca7e5575bf
option to set a dark theme for Qt
...
qdarkstyle is now a new dependency - note that it is only for qt and qt is not strictly a dependency, but it is pure python and relatively small
2018-06-25 16:46:01 +02:00
SomberNight
9a8183f348
network: avoid infinite loop if server headers conflict with checkpoints and server height is above max checkpoint
2018-06-25 11:53:31 +02:00
SomberNight
51ed8a998c
fix: network.interface can become None at any time
2018-06-25 01:14:49 +02:00
SomberNight
f8dab46a4b
kivy: fix fork detection gui
2018-06-25 01:02:21 +02:00
ghost43
d03dc0e508
Merge pull request #4458 from JeremyRand/bitcoin-bip44-coin
...
Move BIP44 coin type to net constants.
2018-06-24 01:01:11 +02:00
JeremyRand
d1d92e8704
Move BIP44 coin type to net constants.
2018-06-23 14:46:44 +00:00
Janus
88d95123fb
kivy: use RecycleView in address list
2018-06-22 20:07:36 +02:00
SomberNight
5f050aa13e
follow-up prev
2018-06-22 18:32:01 +02:00
SomberNight
5220451b73
fix #4457
2018-06-22 18:01:55 +02:00
Janus
45b6afe190
kivy: use RecycleView in OutputList
2018-06-22 17:40:35 +02:00