370 Commits (7e501115cd4a6790be5b13ff6b4499115b350562)

Author SHA1 Message Date
ThomasV 826cf467d8 Improve wallet history tab: 7 years ago
ThomasV b2c0350240 allow to use exchange rates while offline 7 years ago
SomberNight 4cc2575d72 cli support for hw encrypted wallets 7 years ago
ThomasV 3f954a8b3d Factorize history export code used in GUI and command line. 7 years ago
SomberNight ca19a36478 conflicting transactions 7 years ago
SomberNight ffdc36285b use string.format instead of old style (%) formatting 7 years ago
ghost43 4737aa6c2a
migrated some commands from addr to scripthash (#3826) 7 years ago
Johann Bauer 8676e870f3 Raise exception if transaction is not related to wallet 7 years ago
SomberNight c811c5c9d9 allow encrypting watch-only wallets. initial support for hw wallet storage encryption. 7 years ago
Serge Victor 98663d7e20 Intruduction of getfee command, fixes #3704 7 years ago
ThomasV e6dd3e6ad8 allow to save unbroadcasted transactions in wallet 7 years ago
SomberNight d808bf057e fix notify command and migrate to use scripthashes 7 years ago
SomberNight 1c10d5dce1 remove --nossl option (follow-up dc388d4c7c) 7 years ago
SomberNight a58d01ed54 setconfig rpcpassword: don't try to evaluate or reencode 7 years ago
ThomasV dc388d4c7c replace SSL checkbox in GUI with command line option 7 years ago
SomberNight 38e3143bd0 fix command: createmultisig 7 years ago
SomberNight 65c15c5a03 fix verifymessage command 7 years ago
ThomasV 2ea59aad14 fix #3345: do not require a wallet in order to sweep 7 years ago
SomberNight 66cce115ef more robust commands.getprivatekeys() and bitcoin.is_segwit_address() 7 years ago
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 7 years ago
Justin Turner Arthur 9a0aa9b478 Remove Python 2 support imports. 7 years ago
Justin Turner Arthur 07629e12af Fixes to signing, notify commands and command exception handling. 7 years ago
Antoine Riard 213798cfce [fix clearrequests] error iteration dictionary changed size 7 years ago
Dan Haiduc 5e589133c9 Update commands: output str(Decimals), not floats 7 years ago
Antoine Riard 9ebca74724 fix: check_seed command import path 7 years ago
SomberNight f69f6a88e0 py3: signmessage cmd now again returns str 7 years ago
ThomasV a2048feb24 add segwit option for cmdline create 7 years ago
ThomasV dc553ff108 fix #2991: encrypt wallet files created with command line 7 years ago
ThomasV 6656154b78 add 'createnewaddress' command, separate from getunusedaddress 7 years ago
ThomasV 4836adff84 add cmdline support for 2fa wallets 7 years ago
ThomasV 26becedfb2 fix privkey serialization in commands 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 15ab48aaa8 fix sweep 7 years ago
ThomasV 30069324d5 fix #2995 7 years ago
SomberNight 4aa385e0b3 follow-up of wallet.get_private_key() -> wallet.export_private_key() 7 years ago
ThomasV e8b564c0e7 Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 7 years ago
ThomasV 6b1d9ca315 add segwit option for make_seed command 7 years ago
ThomasV fd1a676d45 remove command line segwit option 7 years ago
ThomasV 84962ea6f1 remove deprecated command: getutxoaddress 7 years ago
ThomasV d9f2edf6b0 support native segwit transactions 7 years ago
ThomasV 8c5b6bdaf3 Read default server list from file. Update list with 1.1 servers. Remove nolnet option. 7 years ago
ThomasV 216e9403be cleanup six (no python2 support) 7 years ago
ThomasV 7b14516cc0 fix unicode in make_seed and getseed 7 years ago
ThomasV ab15ff3a00 updates for python3 8 years ago
Dmitry Sorokin 0693403358 sending fixed 8 years ago
Dmitry Sorokin d304ccdf17 py3 in qtgui 8 years ago
Dmitry Sorokin 5be78950ca py3 8 years ago
ThomasV cfa037fd6f add error message about wallet not loaded. fixes #2756 7 years ago