thomasv
d2aefb387b
show the balance of each account
12 years ago
thomasv
a6db76cc0e
save console history
12 years ago
thomasv
d50e36f3a2
increase default column width
12 years ago
thomasv
346cc34091
set default button for qr code dialog
12 years ago
thomasv
08c7c3c51f
fix
12 years ago
thomasv
53d03e9e34
change the parameter order for gui.show_qrcode
12 years ago
thomasv
a563091f30
separate core and gui in different modules
12 years ago
thomasv
97e03cb738
replace wallet.all_addresses() with wallet.addresses(True)
12 years ago
thomasv
e84d087a64
accounts
12 years ago
thomasv
f72c8ee5d2
move is_valid from wallet class to bitcoin.py
12 years ago
thomasv
7c42f09f41
improve gui.show_tx_details
12 years ago
thomasv
1f24f6f9be
don't show the sequence field
12 years ago
thomasv
070a7e8b6e
add stretch to raw tx tab too
12 years ago
thomasv
8a7343b61b
disable testing code
12 years ago
thomasv
dfb1bd1203
code refactoring; remove redundancies and sanitize transactions read from file or text
12 years ago
ThomasV
b46d5805bf
restore the description field
12 years ago
ThomasV
b116a43c31
fix the tx counter field
12 years ago
thomasv
50d029e61c
use json istead of ast
12 years ago
Maran
22a5226673
Last few fixes for raw transaction handling
12 years ago
Maran
4a43126547
Work in progress for message signing via classic gui
12 years ago
thomasv
d5ba4398ee
update tx label in gui
12 years ago
thomasv
cd9f2f02d2
fix: mktx syntax
12 years ago
thomasv
2e9c2c1f96
return python objects from commands, and display them as json
12 years ago
thomasv
31e265b11d
more efficient method for exporting private keys
12 years ago
thomasv
42a10164ea
make most commands available in the console
12 years ago
ThomasV
8682608813
indent unsigned tx
12 years ago
ThomasV
f549e15a12
fix: unsigned transactions in gui
12 years ago
ThomasV
9ae12c43e4
word per word completions
12 years ago
thomasv
03e2160503
create separate class for deterministic key generation. add pubkeys to validateaddress
12 years ago
thomasv
f0b255acba
store transactions in serialized form
12 years ago
thomasv
76439beec5
simplify get_private_key, use base58
12 years ago
Maran
392f0f47b0
Private keys, instead of private key
12 years ago
Maran
b2b77f8ad9
Added the option to export your private keys to csv
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
c3a0c9dd36
transform the wall into a python console
12 years ago
rdymac
c7e90f401b
import/export tab comment
Changed duplicated comment
12 years ago
thomasv
789223c871
fix syntax error and indentation
12 years ago
Maran
515b3412b0
Hide the empty label when no version is detected
12 years ago
rdymac
1b19e98277
Reviewed the entire code for missing text strings
12 years ago
rdymac
72cab1c4ae
Adding restoring process to translations (2)
"More text strings to be translated, this time from the restoring process and seedless wallets."
Fix (2): only separated the 'seedless' word, so it would be translated all over the code.
12 years ago
thomasv
9bd75e05e7
simplify if statement
12 years ago
thomasv
11fd811b33
count all transactions in num_tx, in order to show the correct gap
12 years ago
rdymac
8b955844fb
More text strings to be translated
Added more text strings to be translated
12 years ago
rdymac
41b1eff1e2
Changed Master Public Key to first capital letters
Changed Master Public Key to first capital letters to maintain consistency with all MPK text strings.
12 years ago
Maran
24da38415e
Rolled back original compare code
12 years ago
thomasv
e0bdf0e079
fix regexp and compare_versions
12 years ago
thomasv
c933e6c614
use print_error; transalte New version string
12 years ago
Maran
9009fba35c
Implemented new version comparing
12 years ago