ThomasV
|
3696d38f33
|
Merge pull request #3140 from SomberNight/sweep_p2pk_unknown
fix: sweep p2pk - small display bug (unknown -> pubkey)
|
7 years ago |
SomberNight
|
211fa9a062
|
txn: set locktime to local height for RBF, CPFP, sweep
|
7 years ago |
SomberNight
|
5109075e4f
|
fix: sweep p2pk - small display bug (unknown -> pubkey)
|
7 years ago |
ThomasV
|
6f3c822867
|
Merge pull request #3125 from SomberNight/sweep_p2pk
try to sweep p2pk outputs from old type WIF privkeys
|
7 years ago |
ThomasV
|
7dcd01356a
|
Merge pull request #3137 from SomberNight/test_wallet_vertical_bip39_multisig
tests: have bip39 multisig wallet unit test mirror hw wallet behaviour
|
7 years ago |
SomberNight
|
aad83a71c8
|
tests: have bip39 multisig wallet unit test mirror hw wallet behaviour
|
7 years ago |
ThomasV
|
aee27e7007
|
increase width of tx window, because segwit addresses are longer
|
7 years ago |
ThomasV
|
f7b14cb27f
|
Merge branch 'master' of github.com:spesmilo/electrum
|
7 years ago |
ThomasV
|
e607a499c1
|
check seed_version is not too high
|
7 years ago |
ThomasV
|
98d5829805
|
Merge pull request #3136 from SomberNight/v15_conversion
seed_version: separate methods for v14 and v15 conversion (storage)
|
7 years ago |
SomberNight
|
a40ab01210
|
seed_version: separate methods for v14 and v15 conversion (storage)
|
7 years ago |
ThomasV
|
e9f7429fcd
|
kivy: fix type in RBF dialog
|
7 years ago |
ThomasV
|
348f66b8a5
|
fix requires_upgrade
|
7 years ago |
ThomasV
|
a1f91ee49e
|
Revert "Revert "bump seed_version""
This reverts commit ce5ab39ba2 .
|
7 years ago |
ThomasV
|
ce5ab39ba2
|
Revert "bump seed_version"
This reverts commit 64b7a89abc .
|
7 years ago |
ThomasV
|
64b7a89abc
|
bump seed_version
|
7 years ago |
SomberNight
|
5e5191d25c
|
base_wizard: only check xpub type if have xpub
|
7 years ago |
ThomasV
|
a89fe91815
|
update release notes
|
7 years ago |
SomberNight
|
4a383af872
|
fix tests
|
7 years ago |
ThomasV
|
11bbe31ae3
|
wizard: check xpub types before adding keystore
|
7 years ago |
ThomasV
|
a10e6b6436
|
fix xtype of ypub keys in plugins and bip39 seeds
|
7 years ago |
ThomasV
|
0af700bda0
|
fix typo
|
7 years ago |
ThomasV
|
a220932711
|
serialize txin-type in xpub/xprv
|
7 years ago |
ThomasV
|
62fe3a411b
|
Merge pull request #3133 from SomberNight/payment_req1
fix: payment request related stuff
|
7 years ago |
ThomasV
|
93d7aebae4
|
Merge pull request #3135 from SomberNight/payment_req2
Payment request: "pay now" allow multiple attempts
|
7 years ago |
SomberNight
|
7c3a0905ce
|
fix #3134
|
7 years ago |
SomberNight
|
0d0f8c5842
|
fix: payment request related stuff (qt crash, exporting, refresh bug)
|
7 years ago |
ThomasV
|
e7d4bf2945
|
fix typo
|
7 years ago |
ThomasV
|
52a482a9b5
|
display segwit warning in privkey window
|
7 years ago |
ThomasV
|
337675d134
|
add safety notice
|
7 years ago |
ThomasV
|
a00203d374
|
Merge pull request #3128 from SomberNight/netw_dial_refresh_proxy_settings
(QT network dialog) don't keep resetting proxy settings
|
7 years ago |
SomberNight
|
bf024db7aa
|
follow-up prev comit
|
7 years ago |
SomberNight
|
404584bfe6
|
fix: (QT network dialog) don't keep resetting proxy settings
|
7 years ago |
ThomasV
|
f6cc37d1d2
|
Merge branch 'master' of github.com:spesmilo/electrum
|
7 years ago |
ThomasV
|
ffc0cc3c1f
|
Merge pull request #3123 from SomberNight/fix_parse_witness_coinbase
fix: transaction.parse_witness() for coinbase
|
7 years ago |
ThomasV
|
a5e2b18af2
|
Merge pull request #3122 from SomberNight/test_transaction_txid
tests: transaction.txid()
|
7 years ago |
SomberNight
|
1c31177d03
|
try to sweep p2pk outputs from old type WIF privkeys
|
7 years ago |
SomberNight
|
32e88495ae
|
fix: transaction.parse_witness() for coinbase
|
7 years ago |
SomberNight
|
fb47dbb75a
|
tests: transaction.txid()
|
7 years ago |
ThomasV
|
89240571d4
|
py3: socket.error is deprecated
|
7 years ago |
ThomasV
|
1cbc794229
|
interface: catch py3 exceptions
|
7 years ago |
ThomasV
|
06f18f9078
|
chmod +x make_osx
|
7 years ago |
ThomasV
|
a91de6a236
|
Merge pull request #3114 from SomberNight/typo_wallet_import_priv_key
typo in wallet.import_private_key()
|
7 years ago |
SomberNight
|
1f102913e9
|
typo in wallet.import_private_key()
|
7 years ago |
ThomasV
|
f7200cb616
|
use pyinstaller for OSX builds
|
7 years ago |
ThomasV
|
5665b42999
|
remove six
|
7 years ago |
ThomasV
|
93b6abe701
|
make_osx: py3
|
7 years ago |
ThomasV
|
55e6c247bc
|
Merge pull request #3102 from SomberNight/2fa_plugin_cant_be_disabled
Disallow disabling TrustedCoin for 2FA wallets
|
7 years ago |
SomberNight
|
523de69b5e
|
Introduced BasePlugin.can_user_disable(). TrustedCoin plugin can't be disabled by user.
|
7 years ago |
ThomasV
|
020f0637d7
|
trezor: only TYPE_ADDRESS is needed for non-change outputs
|
7 years ago |