SomberNight
04dcfe6fd1
bitbox02: add to requirements-hw, and include in win/mac binaries
5 years ago
SomberNight
e5b1596b69
build: add workaround for "pyinstaller with new setuptools" issue
Traceback (most recent call last):
File "site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py", line 13, in <module>
File "c:\python3\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 623, in exec_module
File "site-packages\pkg_resources\__init__.py", line 86, in <module>
ModuleNotFoundError: No module named 'pkg_resources.py2_warn'
[7048] Failed to execute script pyi_rth_pkgres
5 years ago
SomberNight
f412420892
include lnwire csv files in binaries (follow-up #6050 )
5 years ago
SomberNight
7f8d667e85
Revert "qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix"
This reverts commit 7f3de8241c
.
(can finally undo this due to bb94712a14
)
5 years ago
SomberNight
936d1e0a24
pyinstaller binaries: include files needed by new jsonrpc libs
fixes #5599
5 years ago
SomberNight
df8e2c3cc2
fix Revealer in binaries
fixes #5027
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
a5ddb42bfd
win/mac binaries: fix qt icons
follow-up #5055
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
Calin Culianu
5ec330680e
[MacOS] Fixed code signing on macos to codesign all embdedded binaries
This was pulled from Electron Cash #1110
6 years ago
ghost43
f59a4f85db
win/mac build: strip parts of pyqt5 from binaries to reduce size ( #4901 )
When bumping pyinstaller to 3.4, binary sizes had increased drastically.
The main reason seems to be that pyinstaller is pulling in "all" of qt.
based on Electron-Cash/Electron-Cash@4b0996959420dfca3d53f178d86205616d8c568b
6 years ago
ThomasV
d7bf8826fc
rename contrib/build-osx as contrib/osx. Move QRReader submodule there.
6 years ago
Calin Culianu
db89286ec3
[macOS] Added QR scanner facility using platform-native helper app.
6 years ago
matejcik
b040db26a7
drop trezor/client.py from build specs
6 years ago
SomberNight
e9f1888321
include plugins in win/mac binaries
6 years ago
Peter D. Gray
0bcea80bdf
Support for new hardware wallet: Coldcard
build-wine/deterministic.spec: add Coldcard plugin and ckcc-protocol dependancy
Require version 0.7.2 of ckcc-protocol (window fixes)
Rework import paths to new standards
Updated icons
New minimum version, for latest PSBT constants
Upgrade to final PSBT (BIP 174) standard encoding
Remove log noise
Show bootloader version number as well
Handle case where libraries are missing better
Remove noise about missing packages, for rest of world
Add reference to ckcc-protocol module/data
Remove dead code
Beef up the README more
Slightly better looking
Add version numbers and upgrade firmware feature
Split out DFU support into own file
First pass at adding Coinkite Coldcard hardware wallet to Electrum
7 years ago
Jean-Christophe Rona
02c30e3d52
Add support for Archos Safe-T mini hardware wallet ( #4445 )
commit 10c46477f3a6f2fbc0596345511e0994253081eb
Author: SomberNight <somber.night@protonmail.com>
Date: Wed Jul 25 19:40:05 2018 +0200
backport changes of trezor plugin
commit 213619e880f709188c1ea6272758896748e681a8
Merge: a855b75b6 6899ca252
Author: Jean-Christophe Rona <jc@rona.fr>
Date: Wed Jul 25 18:45:19 2018 +0200
Merge branch 'master' into safe-t-mini
commit a855b75b6f5af5f707c4680d0bac79eb66a85ace
Author: Jean-Christophe Rona <rona@archos.com>
Date: Wed Jul 25 18:37:12 2018 +0200
Safe-T: Switch to safet 0.1.3 to remove the rlp dependency
commit 9bee44ca33289158c91c03d47dec45de6577f17b
Author: SomberNight <somber.night@protonmail.com>
Date: Wed Jul 18 14:01:10 2018 +0200
safe-t: bump min fw to 1.0.5
older fw has a bug when restoring from seed
commit 01816607e8ba308cb5cff96b5fb844e4f6b8fcc1
Author: SomberNight <somber.night@protonmail.com>
Date: Wed Jul 18 13:57:17 2018 +0200
safe-t: fix rlp version to avoid eth stuff
commit 430206bea1fa10b762ff953fbc7652ce0d0e939d
Merge: a999ae266 b4b862b0c
Author: SomberNight <somber.night@protonmail.com>
Date: Wed Jul 18 13:29:41 2018 +0200
Merge branch 'master' into pr/4445
commit a999ae266f499f180946d53d4e860cc871d562ab
Author: Jean-Christophe Rona <rona@archos.com>
Date: Tue Jun 19 14:18:03 2018 +0200
Safe-T mini: Remove supported coins
This is not really useful there.
commit 7922df1031b2c4b132f7f9c90232480b5bf9585c
Author: Jean-Christophe Rona <rona@archos.com>
Date: Tue May 29 16:43:37 2018 +0200
Safe-T mini: Add support for the Safe-T mini
7 years ago
Janus
097ac144d9
file reorganization with top-level module
7 years ago
SomberNight
56a399e1da
fix revealer for linux distributables; and small clean-up
7 years ago
Johann Bauer
c76375de91
Build libsecp256k1
7 years ago
SomberNight
7b50790584
do not raise BaseException
7 years ago
Johann Bauer
7ec2bcd70f
Use internal GPU on macOS
Closes : #4030
7 years ago
Johann Bauer
83f2dc44de
Add websocket library to binary for Ledger 2FA support
Closes : #2433
7 years ago
Johann Bauer
e7c3712181
Add libusb dylib to binary so Trezor will work
Closes : #3946
7 years ago
Calin Culianu
6b09d478a5
Fixup to get PyQt5 5.10 working ok and looking right on Mac
7 years ago
Neil Booth
cc19de9db3
Parameterise the OSX builder
7 years ago
Johann Bauer
0f40c14792
Use requirements files
7 years ago
Johann Bauer
b9fa89ec19
Update macOS build
7 years ago
Johann Bauer
ed686f9e05
Fix base directory for OS X spec file
7 years ago
SomberNight
d83d927781
include servers_testnet.json and checkpoints_testnet.json in every binary
7 years ago
ThomasV
44a83c2401
read checkpoints file in NetworkConstants, add it to setup.py
7 years ago
ThomasV
3f18884dcd
fix previous commit
7 years ago
ThomasV
db8febea15
osx: parameters for Info.plist
7 years ago
ThomasV
f7200cb616
use pyinstaller for OSX builds
7 years ago
SomberNight
dc4dd768bd
fix: windows build with hw wallets
7 years ago
SomberNight
47627999b5
include plugins in windows builds
7 years ago
WakiyamaP
94fc9776f1
include locale for windows binary
7 years ago
ThomasV
e99c2e8dfd
add servers.json to windows builds
7 years ago
ThomasV
b5338006f0
update pyinstaller scripts for python3 and pyinstaller3 (credit: bauerj)
7 years ago
ThomasV
60b300d6ed
windows builds: pass name to pyinstaller (try to fix issue #1000 )
8 years ago
ThomasV
1899f1f0df
fix warning in windows builds
8 years ago
ThomasV
c5a591123d
fix pyinstaller not detecting trezorlib.client
8 years ago
ThomasV
62f2095faa
fix paths for windows builder
9 years ago
ThomasV
8f62cdc506
add hardware wallets to pyinstaller analysis
9 years ago
ThomasV
d48c211960
update windows building scripts
9 years ago
cryptapus
7361687210
fixed scripts for wine build
9 years ago
ThomasV
7daccf143f
update pyinstaller spec file
10 years ago
Bryan Stitt
c39be4ed7e
remove trailing whitespace from contrib
11 years ago
Maran
ef19def171
Fix OSX / Windows builds
11 years ago