thomasv
|
94fbad2965
|
remove debugging messages
|
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 |
Satoshi Kodama
|
aee1c342db
|
added translation text string in gui_lite.py
Added gettext _() to the "public key has been copied" text string to be translated.
|
12 years ago |
thomasv
|
b4bb3c7449
|
Merge branch 'master' of github.com:spesmilo/electrum
|
12 years ago |
thomasv
|
972ba397d1
|
support for multisig functions
|
12 years ago |
Maran
|
2e583ec38d
|
Dont migrate wallets for xp
|
12 years ago |
thomasv
|
f971c80d58
|
use standard indendation in age(), and fix the for loop in it
|
12 years ago |
thomasv
|
f40a365186
|
do not use Qt outside of the Qt gui. Also, do not request i18n translations for messages that will be displayed once at most
|
12 years ago |
Maran
|
14a7429223
|
Tweaked the migration a bit
|
12 years ago |
Maran
|
9a4d44780b
|
Merge branch 'master' of https://github.com/spesmilo/electrum
|
12 years ago |
Maran
|
1b2a319f18
|
Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations
|
12 years ago |
Maran
|
a30f154a9e
|
Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations
|
12 years ago |
ThomasV
|
63cce2174f
|
Merge branch 'master' of git://github.com/spesmilo/electrum
|
12 years ago |
ThomasV
|
712e0a6c4a
|
fix bug when timestamp is None
|
12 years ago |
thomasv
|
94e5263486
|
updating url for headers file
|
12 years ago |
Maran
|
b23c3ff64a
|
Added qt console to setup fixes #145
|
12 years ago |
Maran
|
392f0f47b0
|
Private keys, instead of private key
|
12 years ago |
Maran
|
703e74e796
|
Updated release notes
|
12 years ago |
Maran
|
b2b77f8ad9
|
Added the option to export your private keys to csv
|
12 years ago |
ThomasV
|
5dc46f058f
|
release notes for 1.7
|
12 years ago |
ThomasV
|
4a0c70dafa
|
version 1.7
|
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
|
cd4afb89ea
|
fix column width saving: do not store last column
|
12 years ago |
thomasv
|
d82a9a6eff
|
delay console message until after the gui is initialized
|
12 years ago |
ThomasV
|
326ddaf410
|
clear window on ctrl-L
|
12 years ago |
ThomasV
|
8bb4628f11
|
Merge pull request #142 from rdymac/patch-34
import/export tab comment
|
12 years ago |
ThomasV
|
c3a0c9dd36
|
transform the wall into a python console
|
12 years ago |
rdymac
|
c7e90f401b
|
import/export tab comment
Changed duplicated comment
|
12 years ago |
ThomasV
|
e4586ee59a
|
Merge pull request #136 from rdymac/patch-30
Electrum version in the About section
|
12 years ago |
ThomasV
|
681e8a0ec5
|
Merge pull request #139 from rdymac/patch-33
Reviewed the entire code for missing text strings
|
12 years ago |
thomasv
|
094fb8b0a0
|
deserialize: p2sh trnsactions
|
12 years ago |