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 |
ThomasV
|
2a80f68778
|
improve network dialog. fixes #2898
|
7 years ago |
Andrew Chow
|
9dc3eceea9
|
Modify tray context menu instead of creating a new one
Instead of creating a new context menu and setting it with setContextMenu,
simply clear and modify the existing context menu.
|
7 years ago |
ThomasV
|
482458d00d
|
fix #3028: add info to proxy dialog
|
7 years ago |
ThomasV
|
6b8f685b42
|
fix #3027
|
7 years ago |
SomberNight
|
0510bdb85b
|
fix: missing import 'stat' in network.py and simple_config.py
|
7 years ago |
SomberNight
|
2ad061eead
|
fix: storage.convert_version_14() was missing redeem_scripts
|
7 years ago |
SomberNight
|
681eb1ccb8
|
tests: for bitcoin.py, added new ones, and some refactoring for existing
new ones mainly include:
- privkey -> pubkey -> addr conversions
- xprv, xpub operations
|
7 years ago |
ThomasV
|
f381eae251
|
Merge pull request #3017 from SomberNight/fix_is_minikey
fix: bitcoin.is_minikey() is broken
|
7 years ago |
SomberNight
|
843aec80d7
|
fix: bitcoin.is_minikey() was broken
|
7 years ago |
ThomasV
|
4694717dc0
|
Merge pull request #3015 from SomberNight/typo_p2wpkh_importedwallet
fix: Imported_Wallet cannot spend from p2wpkh or p2wpkh-p2sh
|
7 years ago |
SomberNight
|
e406829904
|
fix: Imported_Wallet cannot spend from p2wpkh or p2wpkh-p2sh
|
7 years ago |
ThomasV
|
0df24d9321
|
trezor plugin: add paytowitness (not supported yet)
|
7 years ago |
ThomasV
|
6656154b78
|
add 'createnewaddress' command, separate from getunusedaddress
|
7 years ago |
ThomasV
|
de85b56e0a
|
re-enable locktime
|
7 years ago |
ThomasV
|
d1657cd62c
|
rm deprecated functions
|
7 years ago |
ThomasV
|
c72123d708
|
fix #3014
|
7 years ago |
ThomasV
|
e0635f5d08
|
Merge pull request #2320 from da2x/bugfixes
Tighten directory permissions
|
7 years ago |
ThomasV
|
e0faf90a5a
|
Merge pull request #3012 from SomberNight/sweep_rbf
make sweep txs always RBF
|
7 years ago |
SomberNight
|
0a1ebea669
|
sweep txs are now always RBF
|
7 years ago |
ThomasV
|
293fba3a38
|
code cleanup
|
7 years ago |
ThomasV
|
4836adff84
|
add cmdline support for 2fa wallets
|
7 years ago |
ThomasV
|
401d8bc534
|
fix #2890
|
7 years ago |
ThomasV
|
8fbabfd796
|
update delete_address for imported wallets
|
7 years ago |
ThomasV
|
3f3d249ed1
|
follow up c810c6a356
|
7 years ago |
ThomasV
|
26becedfb2
|
fix privkey serialization in commands
|
7 years ago |
ThomasV
|
5873fe8eaf
|
follow up previous commit
|
7 years ago |
ThomasV
|
b1cc81a6f6
|
fix #3011
|
7 years ago |
SomberNight
|
d48ecc990a
|
fix: [QT wallet wizard] catch exceptions: UserCancelled, GoBack
|
7 years ago |
Marko Bencun
|
439a7ca890
|
digitalbitbox: import mobile pairing config
- menu option to verify addresses securely
- p2pkh transaction verification
Next steps: p2sh tx verification and full 2FA.
|
7 years ago |
ThomasV
|
5480b7dff5
|
add_input_info: add txin value for RBF with segwit inputs
|
7 years ago |
ThomasV
|
332c5d41e6
|
return dict in get_addr_utxo
|
7 years ago |
ThomasV
|
9aa3f2d9e2
|
add txin_type in add_input_info, remove inefficient search
|
7 years ago |
ThomasV
|
d28f603483
|
Allow comma separated address lists for from_addr
|
7 years ago |
ThomasV
|
c810c6a356
|
commands: use the same option names for RPC and command line. fixes #2875
|
7 years ago |
ThomasV
|
6dd2b8b471
|
fix #2861: error message when password is missing
|
7 years ago |
ThomasV
|
252cb491c8
|
show message when copy button is pressed
|
7 years ago |
ThomasV
|
01108d8b47
|
address tab: replace tree view with buttons
|
7 years ago |