thomasv
008a5974e6
documentation
13 years ago
thomasv
ee396a0633
move update thread into the interface
13 years ago
DiThi
a00b1e73a2
Changed the new commands to be options, as suggested by ThomasV
13 years ago
DiThi
def4de8184
Added two cli commands: payfromto and paytoch.
payfromto makes a payment from a keypair given as argument without saving the keypair in the wallet or using any other address in it.
paytoch is the same as payto but specifying a custom change address (useful for imported keys).
13 years ago
thomasv
d7132e5e9a
interactive flag for get_alias
13 years ago
thomasv
9156d5aafe
rename 'list' as 'eval'
13 years ago
ThomasV
69ab0aeb32
use decimals in text mode
13 years ago
ThomasV
7ae9752ba2
message != label
13 years ago
thomasv
90cd03e093
receipts. 'list' command to list variables.
13 years ago
thomasv
25e3993a53
perform get_alias in a thread
13 years ago
thomasv
a041b48f4d
minor
13 years ago
thomasv
ac9d9048dd
simplify signatures
13 years ago
ThomasV
382abc54a8
aliases
13 years ago
thomasv
662501b68f
add payto identity field to gui
13 years ago
thomasv
9d722db1f4
s/signer/identity
13 years ago
thomasv
85c16d10d7
error handling
13 years ago
thomasv
46d5f7dd6e
sig warning + lookup from default url
13 years ago
ThomasV
e1ccfe1b13
no session for sign/verify message
13 years ago
thomasv
4788c6e31b
new commands: signmessage and verifymessage.
13 years ago
thomasv
58d73c66e0
bugfix + verifymessage
13 years ago
thomasv
30e6b044cf
move urldecode to the executable file
13 years ago
thomasv
5e3f92b83f
rename
13 years ago
thomasv
128d39d52e
separate files for wallet and interface
13 years ago
ThomasV
901d8db9c2
fix: this is called during the status bar update, do not run socket calls here
13 years ago
thomasv
1c75dae159
print unused parameters in URI
13 years ago
Ovidiu Constantin
857c40bf9a
* Expand the 'balance' command line argument to support individual address balances, including not owned (watched) addresses (addresses for which the private key is not known)
13 years ago
ThomasV
68bfce07c1
fix is_valid
13 years ago
ThomasV
6b5a2b98d2
fix URI parsing
13 years ago
ThomasV
775bbcc316
read URI scheme
13 years ago
ThomasV
754fdcfa50
do not create change addresses in this thread; synchronize() should be sufficient
13 years ago
thomasv
9c4fa26e31
provide the full server list on wallet creation
13 years ago
thomasv
ce16fe224d
rm deprecated message
13 years ago
thomasv
8a61d288c5
fix
13 years ago
thomasv
cbf5ada66e
cleanup:separate network and recovery dialogs
13 years ago
thomasv
1f0d52dd52
cosmetic change
13 years ago
thomasv
d87756ebd1
minor fix
13 years ago
thomasv
bcd0e08dbc
generic handler
13 years ago
thomasv
98f606a25e
minor fix
13 years ago
thomasv
fc3b80c873
fix: addresses
13 years ago
thomasv
4007004de6
fix: all_addresses
13 years ago
thomasv
0da51ba027
fix blocks variable name
13 years ago
thomasv
e219c1b761
fix var name
13 years ago
thomasv
f909fb39aa
move network interface in separate class; use jsonrpc with http
13 years ago
thomasv
2db7b159e3
default empty array
13 years ago
thomasv
30a4177247
display type for imported keys
13 years ago
thomasv
7243cd6ce3
choose random server on wallet creation
13 years ago
thomasv
cf2d457848
bump version. move ecdsa imports
13 years ago
thomasv
37de9d377d
do not save here; redundant
13 years ago
thomasv
fc2b6b0328
fix: password is not None
13 years ago
thomasv
889eb101ff
check password for all commands that require password
13 years ago