thomasv
|
2642fa0f7d
|
fix listunspent, add method wallet.get_unspent_coins
|
12 years ago |
thomasv
|
780c5d01d5
|
fix get_tx_details
|
12 years ago |
thomasv
|
9cfb73365b
|
fix: use deserialized tx outputs in choose_tx_inputs
|
12 years ago |
thomasv
|
03d36d91e2
|
remove unused method
|
12 years ago |
thomasv
|
03e2160503
|
create separate class for deterministic key generation. add pubkeys to validateaddress
|
12 years ago |
ThomasV
|
75cb5ddf2f
|
fix: import print_msg
|
12 years ago |
thomasv
|
f0b255acba
|
store transactions in serialized form
|
12 years ago |
thomasv
|
67283f0b1b
|
fix verify_message calls
|
12 years ago |
thomasv
|
76439beec5
|
simplify get_private_key, use base58
|
12 years ago |
thomasv
|
5d6496f1f9
|
move crypto from wallet class to bitcoin.py
|
12 years ago |
thomasv
|
40b397dc0f
|
signrawtransaction: parse redeemScript
|
12 years ago |
thomasv
|
0863f09a06
|
add dumpprivkey command; finalize private_keys parameter for signrawtransaction
|
12 years ago |
thomasv
|
ea7718fc59
|
create Transaction class
|
12 years ago |
ThomasV
|
712e0a6c4a
|
fix bug when timestamp is None
|
12 years ago |
ThomasV
|
7ae46aa413
|
raise exception if the method is used to overwrite the existing seed
|
12 years ago |
ThomasV
|
043d6addff
|
init_seed method. save seed and master public key separately
|
12 years ago |
thomasv
|
50305e1f57
|
menu option to show private key
|
12 years ago |
ThomasV
|
c3a0c9dd36
|
transform the wall into a python console
|
12 years ago |
thomasv
|
e1504ba80b
|
basic functions and tests for multisig transactions and bip 32
|
12 years ago |
thomasv
|
2f6d919afc
|
more robust synchronization method
|
12 years ago |
thomasv
|
c638af7803
|
fix check_new_hist: transaction might not be in wallet
|
12 years ago |
ThomasV
|
02f40be0d7
|
remove donation address
|
12 years ago |
Neil Booth
|
d6eb9fb153
|
Place the change output in a random position
|
12 years ago |
ThomasV
|
3e8099b619
|
check decoded seed with master public key instead of an address
|
12 years ago |
ThomasV
|
04322b7cc9
|
fix bug with undetected incorrect password that can damage wallet
|
12 years ago |
ThomasV
|
bc9e6f88e6
|
test password before importing key
|
12 years ago |
ThomasV
|
279b85e3fe
|
use the same syntax as bitcoind for key import
|
12 years ago |
thomasv
|
e7e169888d
|
support for compressed keys
|
12 years ago |
ThomasV
|
d29aeb890f
|
populate contacts with donation address
|
12 years ago |
thomasv
|
777f423b7a
|
parentheses
|
12 years ago |
thomasv
|
4978eff7f6
|
fix for command line history (EagleTM)
|
12 years ago |
ThomasV
|
df1d7152fd
|
fix address balance (received coins)
|
12 years ago |
ThomasV
|
0f3b70ad88
|
fix: do not request the same history twice
|
12 years ago |
thomasv
|
33031f387c
|
fix: misplaced repr
|
12 years ago |
thomasv
|
639ef7119d
|
fix bug: to_address -> address
|
12 years ago |
thomasv
|
16a81271e4
|
store timestamps in verifier
|
12 years ago |
thomasv
|
4e070bda57
|
new command: signtx (offline transaction signing)
|
12 years ago |
thomasv
|
c763445734
|
allow multiple-outputs transactions with mktx()
|
12 years ago |
thomasv
|
108dfb6140
|
revert to daemon threads because some clients do not seem to close their sockets cleanly
|
12 years ago |
thomasv
|
d5b47fa93e
|
separate non-modal window for QR codes (point of sale)
|
12 years ago |
thomasv
|
e87ed44f84
|
send change to last address of the input list
|
12 years ago |
ThomasV
|
9afbf21197
|
no daemon
|
12 years ago |
ThomasV
|
0ad7f72d3d
|
nodaemon
|
12 years ago |
ThomasV
|
8308440ded
|
rm assert clause: there is no guarantee about that
|
12 years ago |
thomasv
|
2f04531565
|
fix
|
12 years ago |
thomasv
|
47a3739865
|
save height of transaction
|
12 years ago |
thomasv
|
5ae15d6100
|
handle case where an unconfirmed transaction is pruned by the server. also, fix bug with fee sign in details
|
12 years ago |
thomasv
|
c51cf776ae
|
fix prioritization
|
12 years ago |
ThomasV
|
082d676799
|
minor
|
12 years ago |
thomasv
|
d68fcf9884
|
rm testing code
|
12 years ago |