root
240dc888ec
Add script to strip signature from signed binary
7 years ago
Johann Bauer
95bbd9593b
Add script to check and sign executables
7 years ago
SomberNight
c4ef5bfedb
Qt: minor text formatting
on Windows, the previous looked a bit better; but the lines were broken on Debian
7 years ago
SomberNight
b23f9472f9
release notes: mention segwit multisig for hw wallets
7 years ago
SomberNight
d293cc0d53
wine build: towards deterministic libsecp - strip debug symbols
smaller dll and no longer depends on build path
7 years ago
SomberNight
80178f9a56
wine build: libsecp deterministic on given machine
but not yet across machines
7 years ago
SomberNight
051217d061
wine build: update readme
7 years ago
ThomasV
3b5d0cc974
Merge branch 'master' of github.com:spesmilo/electrum
7 years ago
SomberNight
bc0036297b
fast hmac on python 3.7+
7 years ago
SomberNight
2b93593e3f
Qt: (minor) clean up "about" message
7 years ago
SomberNight
1279b6e94c
trustedcoin: request billing info after resetting it
7 years ago
SomberNight
9b2d939853
trustedcoin: replace asserts
7 years ago
ThomasV
86209e81b9
win builds: call 'git describe' before we add unstaged files to the repo
7 years ago
ThomasV
c83393b189
Merge pull request #4469 from SomberNight/hmac_py37
fast hmac on python 3.7+
7 years ago
SomberNight
1f6ccfb134
fast hmac on python 3.7+
7 years ago
SomberNight
db91618a44
Qt: (minor) clean up "about" message
7 years ago
SomberNight
f3d2831db7
trustedcoin: request billing info after resetting it
7 years ago
SomberNight
486596b180
trustedcoin: replace asserts
7 years ago
ThomasV
357ff8e833
Merge pull request #4465 from SomberNight/purpose48_segwit_multisig_path2
wizard: extend derivation dialog to also let user select script type
7 years ago
Johann Bauer
41a257c638
Fill unconfirmed icon white
7 years ago
SomberNight
8b86f21520
wizard: extend derivation dialog to also let user select script type.
enable segwit multisig for bip39/hw wallets.
7 years ago
ThomasV
8116b80765
Merge pull request #3700 from bauerj/console-warning
Add a warning about harmful code to the console
7 years ago
ThomasV
f24a449d37
Merge pull request #4463 from maschwanden/master
Daemon: Fix preflight CORS request handling
7 years ago
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
7 years ago
ThomasV
5a5502303f
make add_signature_to_txin an instance method
7 years ago
Mathias Aschwanden
f6a17b2f5e
Daemon: Fix preflight CORS request handling
7 years ago
ThomasV
43c808291f
update release notes
7 years ago
ThomasV
cb6989cea6
simplify display of inputs/outpputs in CLI history
7 years ago
SomberNight
6d63140c61
initial changelog for 3.2.0
7 years ago
ThomasV
0546fa73df
Merge pull request #4461 from SomberNight/dark_theme
option to set a dark theme for Qt
7 years ago
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
7 years ago
SomberNight
9a8183f348
network: avoid infinite loop if server headers conflict with checkpoints and server height is above max checkpoint
7 years ago
SomberNight
51ed8a998c
fix: network.interface can become None at any time
7 years ago
SomberNight
f8dab46a4b
kivy: fix fork detection gui
7 years ago
ghost43
d03dc0e508
Merge pull request #4458 from JeremyRand/bitcoin-bip44-coin
Move BIP44 coin type to net constants.
7 years ago
JeremyRand
d1d92e8704
Move BIP44 coin type to net constants.
7 years ago
Janus
88d95123fb
kivy: use RecycleView in address list
7 years ago
SomberNight
5f050aa13e
follow-up prev
7 years ago
SomberNight
5220451b73
fix #4457
7 years ago
Janus
45b6afe190
kivy: use RecycleView in OutputList
7 years ago
Janus Troelsen
4f85615734
add simnet support ( #4455 )
7 years ago
ThomasV
a141c69b25
Merge pull request #4313 from toxeus/master
electrum: cleanup plugin imports
7 years ago
ThomasV
24818c14ca
Merge pull request #3762 from SomberNight/txin_type_address_segwit
change partial txn serialization format for imported addresses txins
7 years ago
SomberNight
174d14ba89
add comment to guess_txintype_from_address
7 years ago
ThomasV
112b0e0544
Merge pull request #4453 from SomberNight/network_locks
locks in network.py
7 years ago
ThomasV
a7589a97ad
Merge pull request #4454 from matejcik/master
trezor: drop list of supported coins
7 years ago
matejcik
5974fd75df
trezor: drop list of supported coins
python-trezor 0.10.0 and up doesn't provide a list of supported coins,
and newer Trezor firmwares will not send it.
7 years ago
SomberNight
cd41a451f6
locks in network.py
7 years ago
SomberNight
a28ef06a58
kivy: tx_dialog scroll with bar
7 years ago
SomberNight
e3c9ce319c
kivy: make history and addresses scroll bars wider
7 years ago