Madiator2011
43a67ef148
Upgrade Electrum base to 3.3.8
2020-02-17 23:42:13 +01:00
SomberNight
4cec098d2d
build: create a standalone build script for libsecp256k1
...
heavily based on Electron-Cash/Electron-Cash@eda015908e
2020-02-11 16:48:24 +01:00
SomberNight
eca769c4ca
windows binaries: build libusb ourselves
...
Latest libusb does not have official binaries, and it contains some bugfixes we want.
related: #5460
based on EchterAgo's work in ee4bdaf9c0
2019-12-18 17:32:02 +01:00
SomberNight
936d1e0a24
pyinstaller binaries: include files needed by new jsonrpc libs
...
fixes #5599
2019-08-30 21:15:47 +02:00
SomberNight
df8e2c3cc2
fix Revealer in binaries
...
fixes #5027
2019-03-22 15:23:43 +01:00
SomberNight
2c71b9da0c
icons: instead of symlinks, just mv "icons" dir
...
symlinks are really inconvenient on Windows
(when running from cloned source)
follow-up #5055
2019-02-07 20:01:52 +01:00
SomberNight
a5ddb42bfd
win/mac binaries: fix qt icons
...
follow-up #5055
2019-02-04 22:34:59 +01:00
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@bf8802c2ea
2019-02-01 20:15:28 +01:00
SomberNight
7f3de8241c
qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix
...
until safetlib releases a new version that includes b1eab3dba4
closes #4960
2019-01-31 20:58:04 +01:00
SomberNight
762082e13d
wine build: dedupe PYTHON_VERSION
2018-12-09 07:17:37 +01:00
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@4b09969594
2018-12-09 05:09:28 +01:00
matejcik
b040db26a7
drop trezor/client.py from build specs
2018-11-27 16:51:49 +01:00
SomberNight
e9f1888321
include plugins in win/mac binaries
2018-09-04 17:06:42 +02:00
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
2018-08-22 21:43:03 +02:00
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
2018-07-25 20:11:04 +02:00
Janus
097ac144d9
file reorganization with top-level module
2018-07-13 14:01:37 +02:00
SomberNight
5d462f9555
win binaries: bump python version to 3.6.6
2018-07-12 18:33:43 +02:00
SomberNight
56a399e1da
fix revealer for linux distributables; and small clean-up
2018-06-10 22:12:23 +02:00
SomberNight
65601e9ec6
build and include libsecp256k1 in windows binaries
2018-05-25 16:04:29 +02:00
SomberNight
7b50790584
do not raise BaseException
2018-04-07 17:10:30 +02:00
Johann Bauer
c7c43d2336
Change Python version in pyinstaller spec file
2018-04-01 18:03:44 +02:00
SomberNight
9a12022537
windows build script: update python, nsis, libusb
2018-03-31 00:14:26 +02:00
Johann Bauer
83f2dc44de
Add websocket library to binary for Ledger 2FA support
...
Closes : #2433
2018-03-03 19:37:32 +01:00
ThomasV
050f9b7d3a
Merge branch 'master' into zbar_windows
2018-02-23 16:04:34 +01:00
Johann Bauer
363f3766d7
Add Qt Windows style to the binary
...
Closes : #3813
2018-02-21 02:00:21 +01:00
Johann Bauer
78a9424c48
Add libusb dll to Windows binary
...
So that Trezor still works...
Closes : #3931
2018-02-21 01:40:37 +01:00
SomberNight
f4363e7967
zbar for windows
2018-02-08 05:56:54 +01:00
SomberNight
d83d927781
include servers_testnet.json and checkpoints_testnet.json in every binary
2017-12-27 14:21:05 +01:00
ThomasV
44a83c2401
read checkpoints file in NetworkConstants, add it to setup.py
2017-12-12 11:10:50 +01:00
ThomasV
b9d8b2a571
windows: build portable version without patching the source
2017-11-28 18:21:59 +01:00
SomberNight
6e99c15c5c
windows binaries were missing servers_testnet.json
2017-11-17 18:14:17 +01:00
SomberNight
d40992e552
win binaries: build a proper setup.exe that uses local folder
2017-11-07 03:43:10 +01:00
SomberNight
ccb28e9823
fix pre-Windows10 binaries
2017-11-02 19:11:00 +01:00
ThomasV
1a8de2b02a
windows: disable console
2017-11-02 09:33:21 +01:00
SomberNight
dc4dd768bd
fix: windows build with hw wallets
2017-10-17 04:50:17 +02:00
SomberNight
47627999b5
include plugins in windows builds
2017-09-26 03:19:54 +02:00
WakiyamaP
94fc9776f1
include locale for windows binary
2017-09-24 15:24:52 +09:00
ThomasV
e99c2e8dfd
add servers.json to windows builds
2017-09-23 18:00:47 +02:00
ThomasV
b5338006f0
update pyinstaller scripts for python3 and pyinstaller3 (credit: bauerj)
2017-08-26 08:28:24 +02:00
ThomasV
60b300d6ed
windows builds: pass name to pyinstaller (try to fix issue #1000 )
2017-03-09 10:20:27 +01:00
ThomasV
1899f1f0df
fix warning in windows builds
2017-03-09 09:17:14 +01:00
ThomasV
c5a591123d
fix pyinstaller not detecting trezorlib.client
2016-10-08 18:02:01 +02:00
ThomasV
62f2095faa
fix paths for windows builder
2016-02-24 19:06:13 +01:00
ThomasV
8f62cdc506
add hardware wallets to pyinstaller analysis
2015-10-30 16:42:40 +01:00
ThomasV
d48c211960
update windows building scripts
2015-10-23 12:51:54 +02:00
cryptapus
7361687210
fixed scripts for wine build
2015-10-05 16:43:10 +00:00
ThomasV
7daccf143f
update pyinstaller spec file
2015-02-21 10:53:54 +01:00
Bryan Stitt
c39be4ed7e
remove trailing whitespace from contrib
2013-11-12 21:07:33 -08:00
Maran
ef19def171
Fix OSX / Windows builds
2013-11-04 12:15:14 +01:00
Maran
3fc059f6d1
Small windows build changes
2013-04-11 22:08:32 +02:00