ThomasV
|
b8a71ff00c
|
offline wallets sign transactions using KeyID
|
12 years ago |
ThomasV
|
c4f7ce6bae
|
remove signtx command (replaced by signrawtransaction).
|
12 years ago |
thomasv
|
64ad3fc28c
|
use serialized format in signtx
|
12 years ago |
thomasv
|
5da3cab24b
|
move seed generation function to bitcoin.py
|
12 years ago |
thomasv
|
bd717897e0
|
fix: set tx_height when it is not None
|
12 years ago |
ThomasV
|
1b19382887
|
disable https because the server requests a client certificate
|
12 years ago |
ThomasV
|
135f208cf4
|
method to run custom script
|
12 years ago |
ThomasV
|
9ae12c43e4
|
word per word completions
|
12 years ago |
ThomasV
|
166db1e16f
|
add flush method for stdoutProxy, for compatibility
|
12 years ago |
ThomasV
|
d4f2c4855f
|
don't show prefixes in completions
|
12 years ago |
ThomasV
|
6b72d815c5
|
show tab completions in console
|
12 years ago |
ThomasV
|
6be6738fac
|
completions
|
12 years ago |
ThomasV
|
a0455725bd
|
fix is_complete: count number of valid signatures
|
12 years ago |
ThomasV
|
30b6d9b64e
|
minor fix: unneeded
|
12 years ago |
ThomasV
|
8cf97fdb52
|
minor fix
|
12 years ago |
ThomasV
|
811d05a1c2
|
move methods into Transaction class
|
12 years ago |
ThomasV
|
961b81ba4a
|
rm unneeded address
|
12 years ago |
ThomasV
|
641177404d
|
remove p2sh test; not needed anymore
|
12 years ago |
ThomasV
|
e9dfe94a0e
|
update RELEASE_NOTES: add multisig, shorten gui export keys
|
12 years ago |
ThomasV
|
bbb7d6be92
|
Merge branch 'master' of git://github.com/spesmilo/electrum
|
12 years ago |
thomasv
|
04a5739979
|
simplification: tx_for_sig
|
12 years ago |
thomasv
|
bd8dbbf79b
|
check if multisig transaction is complete, add is_complete to json output
|
12 years ago |
thomasv
|
a56220f050
|
multisig: raise exception if no signature can be added
|
12 years ago |
thomasv
|
6766990931
|
fix deserialize: OP_0 is not OP_PUSHDATA
|
12 years ago |
thomasv
|
0c5f42cc29
|
fix history sorting function
|
12 years ago |
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
|
94fbad2965
|
remove debugging messages
|
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
|
ad6dac8d05
|
use 4-spaces indentation
|
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
|
8a8aeb4567
|
Merge branch 'master' of github.com:spesmilo/electrum
|
12 years ago |
thomasv
|
a1a5886e57
|
add listunspent
|
12 years ago |
ThomasV
|
95f23ec1ea
|
Merge pull request #149 from polymorphm/tiny-bugfix--history-balance
command ``history`` fail -- if not transactions
|
12 years ago |
thomasv
|
b1f33015af
|
Merge branch 'master' of github.com:spesmilo/electrum
|
12 years ago |
thomasv
|
40b397dc0f
|
signrawtransaction: parse redeemScript
|
12 years ago |
Maran H.
|
faf0e1d765
|
Merge pull request #148 from snipsnipsnip/add-translation-string
added translation text string in gui_lite.py
|
12 years ago |
thomasv
|
c400583443
|
bugfix: for_sig != -1
|
12 years ago |
thomasv
|
299f30944f
|
import ast at the beginning
|
12 years ago |
thomasv
|
0863f09a06
|
add dumpprivkey command; finalize private_keys parameter for signrawtransaction
|
12 years ago |
thomasv
|
aa166dd9f0
|
fix p2sh test
|
12 years ago |
thomasv
|
f4df5ed9c7
|
fix the p2sh test
|
12 years ago |
thomasv
|
ea7718fc59
|
create Transaction class
|
12 years ago |
Andrej A Antonov
|
a498ed979b
|
fixed bug: failed command ``history`` if ``wallet.get_tx_history()`` is empty
|
12 years ago |