SomberNight
a0b711cfea
requirements: bump python-ecdsa minimum
0.9 was not actually enough...
6 years ago
SomberNight
8e32f49469
wine build: rm old README
6 years ago
SomberNight
cb4784c8ed
requirements: use older pycryptodomex for now
see Legrandin/pycryptodome#286
6 years ago
SomberNight
f38eed2fad
rerun freeze_packages
One user reported not getting keepkey with fw 6.1.0 detected
with python-keepkey 6.0.3, but detecting it with 6.1.0.
Sounds weird as all the changes look to be tests-related,
and could not reproduce. Still, this should not hurt.
6 years ago
SomberNight
bd5b7abd80
rerun freeze_packages
mainly for qdarkstyle
6 years ago
SomberNight
b4648eceda
rerun freeze_packages
6 years ago
SomberNight
33f5b6a288
requirements: relax qdarkstyle version
upstream issue ColinDuquesnoy/QDarkStyleSheet#123 now fixed
6 years ago
SomberNight
51e0672da6
update to aiorpcx 0.17
6 years ago
SomberNight
f432320576
appimage build: nits.
also touch symbolic links
6 years ago
SomberNight
baebfc03f1
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
6 years ago
SomberNight
df8e2c3cc2
fix Revealer in binaries
fixes #5027
6 years ago
SomberNight
9117ded1cd
appimage: build python with curses and sqlite3 included
related #5213
6 years ago
SomberNight
c2455c89df
rerun freeze_packages
(related 232e59fc60
)
6 years ago
SomberNight
232e59fc60
requirements: use PyQt <5.12 in binaries for now. for AppImage
AppImage is built on Ubuntu 14.04 to maximise compatibility
but PyQt 5.12 blobs distributed on PyPI no longer work on 14.04
PyQt 5.11.x works
6 years ago
SomberNight
a2f477b679
rerun freeze_packages
6 years ago
SomberNight
366472549b
requirements: bump min keepkey
6 years ago
SomberNight
03ab64e39f
appimage: towards deterministic builds
same-machine build almost works.
$ diffoscope dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage1 dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage2
|############################| 100% Time: 0:00:05
--- dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage1
+++ dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage2
├── readelf --wide --decompress --hex-dump=.digest_md5 {}
│ @@ -1,4 +1,4 @@
│
│ Hex dump of section '.digest_md5':
│ - 0x00000000 77e356ea eefe1459 a40f00d9 ab5c0e00 w.V....Y.....\..
│ + 0x00000000 1dda23b5 31f9024c fe6d2755 e930a41a ..#.1..L.m'U.0..
6 years ago
ThomasV
f60d1e7cb6
fix variable name in contrib/sign_version
6 years ago
ThomasV
c725c05947
update make_download
6 years ago
ThomasV
0e78e15fa4
update locale submodule
6 years ago
ThomasV
4e9dd679ab
add contrib/sign_version
6 years ago
SomberNight
d78537c8c4
rerun freeze_packages
6 years ago
SomberNight
699562c78d
bump libsecp256k1 version
6 years ago
SomberNight
fc72e661de
requirements: set min version for aiohttp
6 years ago
SomberNight
89bb49e117
mac build: install pinned pip and setuptools earlier
also add --no-use-pep517 option for pyinstaller (see 4b560250a6
)
6 years ago
SomberNight
2c71b9da0c
icons: instead of symlinks, just mv "icons" dir
symlinks are really inconvenient on Windows
(when running from cloned source)
follow-up #5055
6 years ago
SomberNight
ba08b2279d
kivy build: test and document that make_locale is to be run first
6 years ago
SomberNight
a5ddb42bfd
win/mac binaries: fix qt icons
follow-up #5055
6 years ago
SomberNight
2de7fd5466
wine build: small clean-up in prepare-wine.sh
6 years ago
SomberNight
001b815c18
wine build: upgrade wine, nsis, python
wine-specific hack no longer needed with new wine version
6 years ago
SomberNight
a754f9fe10
initial commit for building AppImages for Linux x86_64
6 years ago
SomberNight
47b07f19b9
build: factor out some utilities to build_tools_util.sh
6 years ago
SomberNight
add3b36f32
build: replace remaining "python setup.py install" with "pip install"
6 years ago
ghost43
7266ecc2b8
contrib/make_tgz: small improvements. ( #5040 )
6 years ago
SomberNight
16bac5fd73
rm qt icons file
so we don't need pyrcc5, which is not deterministic,
and so we don't need the submodule for the icons
based on electrumsv/electrumsv@bf8802c2eaf0bf75565b5423a95bcb85ec7eb781
6 years ago
SomberNight
7f3de8241c
qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix
until safetlib releases a new version that includes b1eab3dba4
closes #4960
6 years ago
SomberNight
e7d3fd32fb
contrib/freeze_packages.sh: should hard fail if there is an error
exceptions raised by find_restricted_dependencies.py were getting ignored
6 years ago
SomberNight
3ca1b710d6
build: use sha256sum instead of md5sum
6 years ago
SomberNight
d4967faf28
wine build: pin wine signing key. minor refactoring.
6 years ago
SomberNight
b085d7cc59
document linux release process
closes #5030
6 years ago
ThomasV
c4774d7a8e
update submodules
6 years ago
SomberNight
4b560250a6
fix wine build: pyinstaller failed to install with new pip
see pypa/pip#6163
6 years ago
SomberNight
5f05469852
rerun freeze_packages
closes #4993
closes #5006
6 years ago
Calin Culianu
5ec330680e
[MacOS] Fixed code signing on macos to codesign all embdedded binaries
This was pulled from Electron Cash #1110
6 years ago
Romano
c60583293a
[Docker] fix gnupg2 and dirmngr
6 years ago
SomberNight
2f789468ea
requirements: lower bound for btchip-python
6 years ago
ThomasV
649f8414a9
update icons submodule
6 years ago
SomberNight
1d303fa9d2
win build: rm win_inet_pton
was needed by PySocks; and we no longer use PySocks
also, it seems the functionality it provided is now part of Python stdlib since 3.4
https://docs.python.org/3/library/socket.html#socket.inet_pton
related: #2358
6 years ago
SomberNight
4225e79456
win build: wine upstream gpg key weirdness
6 years ago
ThomasV
df15571b82
osx build: revert to python 3.6.4
6 years ago