SomberNight
|
db919ff340
|
py3: cosigner_pool
|
7 years ago |
ThomasV
|
ddc989c672
|
fix #3062
|
7 years ago |
ThomasV
|
68ca0b73b1
|
fix #2968
|
7 years ago |
ThomasV
|
1e4ac1c352
|
fix #3060
|
7 years ago |
ThomasV
|
49895df42f
|
Merge pull request #3055 from SomberNight/trezor_cmd_raw_input
fix raw_input() in trezor cmdline
|
7 years ago |
ThomasV
|
fcbe00f325
|
Merge pull request #3054 from SomberNight/py3_signmessage_cmd_str
py3: signmessage cmd return type
|
7 years ago |
ThomasV
|
a74e49ea31
|
Merge pull request #3057 from SomberNight/greenaddress_maintenance1
maintenance for greenaddress plugin
|
7 years ago |
SomberNight
|
ee352bcee0
|
maintenance for greenaddress plugin
|
7 years ago |
SomberNight
|
5d81ed5d62
|
fix raw_input() in trezor cmdline
|
7 years ago |
SomberNight
|
f69f6a88e0
|
py3: signmessage cmd now again returns str
|
7 years ago |
ThomasV
|
0a648e2b1c
|
cleanup commented lines
|
7 years ago |
ThomasV
|
ed6b2d0abf
|
add comment about pyaes issue
|
7 years ago |
ThomasV
|
a2048feb24
|
add segwit option for cmdline create
|
7 years ago |
ThomasV
|
fe75699d3a
|
Merge pull request #3053 from kyuupichan/keepkey-fix
Remove decrypt_message; no longer supported by Trezor or KeepKey
|
7 years ago |
Neil Booth
|
21e0cd9237
|
Remove decrypt_message; no longer supported by Trezor or KeepKey
|
7 years ago |
ThomasV
|
fbb5b23e78
|
Merge pull request #3051 from SomberNight/win_build_hw_wallets
fix: windows build with hw wallets
|
7 years ago |
ThomasV
|
7847a75d59
|
Merge pull request #3052 from SomberNight/py3_aes_encrypt_with_iv
fix: py3 in bitcoin.py: aes_encrypt_with_iv() and aes_decrypt_with_iv()
|
7 years ago |
ThomasV
|
f1792d1b13
|
Merge pull request #2996 from benma/mobile_pairing
digitalbitbox: import mobile pairing config
|
7 years ago |
SomberNight
|
8a07c2654c
|
fix: py3 in bitcoin.py: aes_encrypt_with_iv() and aes_decrypt_with_iv()
|
7 years ago |
SomberNight
|
dc4dd768bd
|
fix: windows build with hw wallets
|
7 years ago |
ThomasV
|
6b9bfddda2
|
Merge pull request #3047 from SomberNight/storage_upgrade_v13b
fix: storage upgrade of pre-2.8 imported key wallets, and tests
|
7 years ago |
ThomasV
|
d55468d1a6
|
Merge pull request #3046 from SomberNight/fix_trezor_unresolved_var_keystore
fix: unresolved var in trezor/plugin.py
|
7 years ago |
ThomasV
|
566b1689b9
|
Merge pull request #3045 from SomberNight/trezor_unicode
fix: rm unicode() calls in trezor plugin (py3)
|
7 years ago |
SomberNight
|
d5dcdb01dd
|
follow-up of prev commit: fix travis build (take 2)
|
7 years ago |
SomberNight
|
3fe2af242e
|
follow-up of prev commit: fix travis build
|
7 years ago |
SomberNight
|
7ba233f2ab
|
fix: storage upgrade of pre-2.8 imported key wallets, and tests
|
7 years ago |
SomberNight
|
1809996bbf
|
fix: unresolved var in trezor/plugin.py
|
7 years ago |
SomberNight
|
a2fdb7a396
|
fix: rm unicode() calls in trezor plugin (py3)
|
7 years ago |
ThomasV
|
ccf1f0f5d1
|
add class Simple_Wallet
|
7 years ago |
ThomasV
|
dc553ff108
|
fix #2991: encrypt wallet files created with command line
|
7 years ago |
ThomasV
|
8d307ce1e8
|
rm failing test
|
7 years ago |
ThomasV
|
0dbb976baf
|
update unsigned tx format, so that imported wallets can sign all address types
|
7 years ago |
ThomasV
|
d472156dcd
|
Merge pull request #3039 from SomberNight/tests_storage_upgrades1
tests: WalletStorage upgrades
|
7 years ago |
SomberNight
|
26f439f34d
|
tests: WalletStorage upgrades
|
7 years ago |
ThomasV
|
319a31e64c
|
Merge branch 'master' of github.com:spesmilo/electrum
|
7 years ago |
ThomasV
|
3b8c8c712d
|
fix #3038
|
7 years ago |
ThomasV
|
1672bb1ffa
|
Merge pull request #3036 from SomberNight/gui_status_stuck_in_sync
Unstuck GUI from "synchronizing..."
|
7 years ago |
SomberNight
|
8025d81ec0
|
fix #3035
|
7 years ago |
ThomasV
|
beffd3c006
|
follow-up 713c3c746: fiat values need to be right aligned
|
7 years ago |
ThomasV
|
628a9e0521
|
follow up afcc37ec34
|
7 years ago |
ThomasV
|
afcc37ec34
|
Merge pull request #3026 from SomberNight/missing_import_stat
fix: missing import 'stat' in network.py and simple_config.py
|
7 years ago |
SomberNight
|
f22f8c614f
|
fix tests
|
7 years ago |
SomberNight
|
a5ffa69a3e
|
storage: upgrade format version automatically in load_data()
|
7 years ago |
ThomasV
|
1320b18d7e
|
Merge pull request #3020 from SomberNight/tests_bitcoin1
tests: bitcoin.py
|
7 years ago |
ThomasV
|
6a876775c4
|
Merge pull request #3024 from SomberNight/fix_convert_v14_redeem
fix: storage.convert_version_14() is missing redeem_scripts
|
7 years ago |
ThomasV
|
2b6c848ed9
|
Merge pull request #3033 from SomberNight/network_dialog_fixes1
network dialog fixes
|
7 years ago |
SomberNight
|
96ce6e542e
|
network dialog fixes
|
7 years ago |
ThomasV
|
633d44f268
|
Merge pull request #3032 from SomberNight/non_sw_txin_witness
fix: witness for non-segwit txins
|
7 years ago |
SomberNight
|
8e007f026d
|
fix: witness for non-segwit txins
|
7 years ago |
ThomasV
|
8c55bbd1f3
|
Merge pull request #3030 from achow101/tray-menu-fix
Modify tray context menu instead of creating a new one
|
7 years ago |