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
The commands `listunspent` and `history` were using float.
Patched to consistently return strings of Decimal objects.
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
Vali Zero
3c7171ede8
Fix commands that require password with unencrypted wallet
8 years ago
suut
bc4fcfbebd
Remove usages of deprecated apply() builtin
8 years ago
neocogent
63a754868e
add locktime cmdline support
8 years ago
Jason Jackson
a516bce8c6
Fixes issue calling commands that do not require a password, such as help
8 years ago
Brian Smith
2cafcf0d95
Added a timeout on the urllib2 request during a notify event.
8 years ago
ThomasV
faa17f9818
Option to send only confirmed coins ( fix #2395 )
8 years ago
ThomasV
255458da0a
fix #2400
8 years ago
ThomasV
298461aee2
fix #2524 : add proper error message
8 years ago
dabura667
af59a526da
add input and output addresses to CLI history
8 years ago
Evan Klitzke
b391da7957
fix a minor typo (beyong -> beyond)
8 years ago
ThomasV
96c8619194
fix #2298
8 years ago
ThomasV
2d8df85aab
use maxint-2 to signal RBF, in order to standardize with Bitcoin Core
8 years ago
ThomasV
608568839e
gettransaction command: require network instead of wallet
8 years ago
Janne Pulkkinen
f3f82a91fc
Fix a typo'd function call preventing paytomany command from working
8 years ago
ThomasV
d1ca4f994f
fix #2262
8 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
8 years ago
ThomasV
76dd11783b
rename load_wallet command
8 years ago
ThomasV
b8bdcc0877
rename open close commands
8 years ago
ThomasV
1aeeab9ec6
fix #2231 : same serialize/deserialize format
8 years ago
Neil Booth
8888a50549
Add support for BU's nolnet
Also update testnet servers
Add missing self. in print_error call
8 years ago
ThomasV
fcc92c1ebd
Wallet file encryption:
- a keypair is derived from the wallet password
- only the public key is retained in memory
- wallets must opened and closed explicitly with the daemon
8 years ago