ThomasV
|
01108d8b47
|
address tab: replace tree view with buttons
|
7 years ago |
ThomasV
|
fefcd7bbcd
|
sweep: use scripthash rpc
|
7 years ago |
ThomasV
|
5127dabb0d
|
Merge pull request #3004 from SomberNight/wallet_conversion_v13_to_v14
fix: v13 to v14 wallet (with Imported_KeyStore) conversion
|
7 years ago |
SomberNight
|
da480b1209
|
fix: v13 to v14 wallet (with Imported_KeyStore) conversion
|
7 years ago |
ThomasV
|
c44f53bcaa
|
Merge pull request #3001 from gdvine/low-value-error-typo
Fix low value error message
|
7 years ago |
gdvine
|
5ce8508cd5
|
Fix low value error message
|
7 years ago |
ThomasV
|
13f13380d5
|
Merge pull request #2997 from romanz/fix-amodem
amodem: fix str/bytes handling
|
7 years ago |
ThomasV
|
15ab48aaa8
|
fix sweep
|
7 years ago |
Roman Zeyde
|
1fa6b3fd31
|
amodem: fix str/bytes handling
|
7 years ago |
ThomasV
|
3dabb94046
|
convert wallet format for imported wallets
|
7 years ago |
ThomasV
|
30069324d5
|
fix #2995
|
7 years ago |
ThomasV
|
e299df7b82
|
add message signing/decryption for segwit addresses
|
7 years ago |
ThomasV
|
0bc53d34d1
|
improve error message (see #2991)
|
7 years ago |
ThomasV
|
73c7fbcc69
|
Merge pull request #2964 from SomberNight/tests_wallet_keystore_bip39
tests: wallet-keystore integrity (bip39)
|
7 years ago |
ThomasV
|
34a786ee43
|
fix export_private_key of Imported_Wallet
|
7 years ago |
ThomasV
|
23bcda47b1
|
Merge pull request #2987 from SomberNight/wallet_export_private_key_1
follow-up of wallet.get_private_key() -> wallet.export_private_key()
|
7 years ago |
ThomasV
|
b2eb83fc66
|
Merge pull request #2986 from SomberNight/fix_labelsync_importedwallet
fix trace for LabelSync with Imported_Wallet
|
7 years ago |
SomberNight
|
4aa385e0b3
|
follow-up of wallet.get_private_key() -> wallet.export_private_key()
|
7 years ago |
SomberNight
|
512b73dfb8
|
fix trace for LabelSync with Imported_Wallet
|
7 years ago |
ThomasV
|
3d54011c5d
|
Merge pull request #2983 from bauerj/dark
Adjust colors if dark color scheme is used
|
7 years ago |
Johann Bauer
|
5c2beb4ab5
|
Adjust colors if dark color scheme is used
|
7 years ago |
ThomasV
|
901dda0898
|
Merge pull request #2981 from SomberNight/fix_tests_msg_signing
fix tests: message signing
|
7 years ago |
ThomasV
|
988fb4e413
|
follow up 0f4b5abc15
|
7 years ago |
ThomasV
|
dd006b5087
|
Merge pull request #2982 from SomberNight/disallow_label_edit_headings
fix: editing labels in [QT GUI] Addresses tab for headings
|
7 years ago |
SomberNight
|
5ce871ef55
|
fix: editing labels in [QT GUI] Addresses tab for headings resulted in errors
|
7 years ago |
SomberNight
|
f917a565b3
|
fix tests: message signing
|
7 years ago |
ThomasV
|
0f4b5abc15
|
add use_compressed_pubkeys field to keystores. fix #2973
|
7 years ago |
ThomasV
|
6c215c895a
|
Merge pull request #2971 from SomberNight/fix_saving_bip70_payreq
fix: saving payment request as bip70 file
|
7 years ago |
ThomasV
|
f5817c7796
|
Merge pull request #2979 from jrkong/utc-8_encoding_fix
Fixed syntax error with utf-8 encoding argument
|
7 years ago |
ThomasV
|
9f6e174b4f
|
fix #2961
|
7 years ago |
jrkong
|
1cf1f05938
|
Fixed syntax error with utf-8 encoding argument was spelt "utf8" instead of "utf-8". This will cause the reader to read the files using default encoding rather then utf-8.
|
7 years ago |
SomberNight
|
67f418e94d
|
fix: saving payment request as bip70 file
|
7 years ago |
ThomasV
|
91ed74a95f
|
Merge branch 'master' of github.com:spesmilo/electrum
|
7 years ago |
ThomasV
|
4273c607b7
|
fix #2961
|
7 years ago |
ThomasV
|
6c3b8af8d6
|
Merge pull request #2963 from SomberNight/unresolved_var_tx_parse_redeemScript
fix: unresolved variable _bytes in transaction.parse_redeemScript()
|
7 years ago |
ThomasV
|
1ebc872755
|
Merge pull request #2966 from SomberNight/py3_text_ui
fixes in text UI (mainly py3)
|
7 years ago |
ThomasV
|
6e5c2980ec
|
Merge pull request #2965 from SomberNight/py3_dict_keys1
fix: py3 network_dialog - dict.keys()
|
7 years ago |
SomberNight
|
db1d632ddb
|
fix: [text UI] Send tab: up and down movement
|
7 years ago |
SomberNight
|
cf6d6608eb
|
fix: [text UI] changing proxy
|
7 years ago |
SomberNight
|
6353f1a8f0
|
fix: py3 network_dialog - dict.keys() returns dict_keys(list) instead of list
|
7 years ago |
SomberNight
|
555fe4373e
|
py3 fixes in text UI
|
7 years ago |
SomberNight
|
751be88059
|
tests: wallet-keystore integrity (bip39)
|
7 years ago |
SomberNight
|
902ec2dc69
|
fix: unresolved variable _bytes in transaction.parse_redeemScript()
|
7 years ago |
ThomasV
|
031b911dce
|
fix cache with h2addr
|
7 years ago |
ThomasV
|
34628533fb
|
fix typo
|
7 years ago |
ThomasV
|
1c1cb3c71d
|
Merge pull request #2954 from SomberNight/py3_env
py3: electrum-env
|
7 years ago |
ThomasV
|
bc4b263cab
|
Merge pull request #2953 from SomberNight/contacts_edit_crash
fix: contact name editing
|
7 years ago |
SomberNight
|
89b7f5332f
|
py3: electrum-env
|
7 years ago |
SomberNight
|
f091bd8694
|
fix: contact name editing
|
7 years ago |
ThomasV
|
1daecf285d
|
Merge pull request #2950 from SomberNight/tests_wallet_keystore
tests: wallet-keystore integrity (seed->address)
|
7 years ago |