ecdsa
|
1d3be5fb0b
|
fix: number of arguments
|
12 years ago |
thomasv
|
c9a7c58323
|
print created address in terminal, as in previous versions
|
12 years ago |
thomasv
|
a4f977190e
|
do not call exit() in the interface module
|
12 years ago |
thomasv
|
c3dc2d5284
|
fix: command line with no password
|
12 years ago |
ecdsa
|
469d17355d
|
fix
|
12 years ago |
ecdsa
|
0aaafe85ad
|
fix
|
12 years ago |
ecdsa
|
6a848564fa
|
do not raise exception on strange input scripts
|
12 years ago |
ecdsa
|
12d65f5e52
|
better synchronize method
|
12 years ago |
ecdsa
|
5e7e002bd8
|
remove internal check that was too strong
|
12 years ago |
ecdsa
|
0569cc283a
|
fix exception
|
12 years ago |
thomasv
|
10bfcb918b
|
replace 'ElectrumKeyID' with more general 'KeyID' field in transactions
|
12 years ago |
thomasv
|
8b08eb541a
|
do not request banner twice
|
12 years ago |
rdymac
|
80f02401ac
|
Latest translation version
Updated the wiki page for the latest version for the upcoming version release
|
12 years ago |
thomasv
|
c9302bcd56
|
add 2 of 3 sequences
|
12 years ago |
Maran
|
2973f5d2c3
|
more label sync wip
|
12 years ago |
Maran
|
a2510bc26d
|
more label sync wip
|
12 years ago |
ecdsa
|
441cc6c9cd
|
fix
|
12 years ago |
ecdsa
|
837150132d
|
optional wait parameter for interface
|
12 years ago |
ecdsa
|
49a4c6c92a
|
do not wait for interface when launching gui
|
12 years ago |
ecdsa
|
32db2aecc2
|
check if the wallet has a seed before signing transaction
|
12 years ago |
ecdsa
|
3382354442
|
fix: restore wallet from master public key
|
12 years ago |
nelisky
|
c504ccd61a
|
Lack of self was a little more widespread
|
12 years ago |
nelisky
|
a38e789099
|
Typo in importprivkey, missing self
|
12 years ago |
ecdsa
|
e06e511e39
|
revert own commit
|
12 years ago |
ecdsa
|
811f1ee848
|
do not run synchronize on deseeded wallets
|
12 years ago |
ecdsa
|
e16451556e
|
make help() available in console
|
12 years ago |
ecdsa
|
3fe0e160ca
|
catch http exception when wallet is offline
|
12 years ago |
ecdsa
|
df3187d9a9
|
fix
|
12 years ago |
ecdsa
|
4019102264
|
rename sequence, fix bip32
|
12 years ago |
ecdsa
|
f97fe02e3a
|
fix: tx outputs
|
12 years ago |
thomasv
|
383a84161e
|
fix
|
12 years ago |
thomasv
|
190f733de2
|
restrict plugins to the gui
|
12 years ago |
thomasv
|
cd9f366735
|
move point of sale mode into plugins
|
12 years ago |
thomasv
|
0f22b5e566
|
fix: missing parameter
|
12 years ago |
thomasv
|
5846f725d6
|
simplify Sequence class
|
12 years ago |
thomasv
|
60cefeafca
|
method get_private_keys for sequence
|
12 years ago |
thomasv
|
27b8b21f9e
|
mangle (for_change, index) everywhere
|
12 years ago |
thomasv
|
d8361b2a97
|
fix: mktx amounts
|
12 years ago |
ecdsa
|
8df60928ea
|
mktx fix: add address for imported keys
|
12 years ago |
ecdsa
|
b95911e2d7
|
check if address is imported before index lookup
|
12 years ago |
ecdsa
|
736e1253f2
|
add class BIP32Sequence
|
12 years ago |
thomasv
|
ada36b2554
|
plugin handler
|
12 years ago |
thomasv
|
d2aefb387b
|
show the balance of each account
|
12 years ago |
thomasv
|
08a9de688a
|
fix: save master public key on wallet creation
|
12 years ago |
thomasv
|
a563091f30
|
separate core and gui in different modules
|
12 years ago |
thomasv
|
f9f59d8dff
|
fix
|
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
|
f3cc234c87
|
missing arguments and types conversions
|
12 years ago |