ThomasV
4ce699bf25
disable key import in all bip32 wallet classes; users should create an ImportedWallet
10 years ago
ThomasV
84fc4574d6
add password when creating imported wallet
10 years ago
ThomasV
2b42f054a9
rename SEED_PREFIX constant
10 years ago
ThomasV
906e0ecd14
rename SEED_PREFIX constant
10 years ago
ThomasV
8863b6f294
remove remaining instances of op_return type
10 years ago
dabura667
d166927fd0
Change type to 'script' and remove OP_RETURN
10 years ago
dabura667
b741dd89ca
Added arbitrary outputs
write your own output scripts should you be so inclined.
10 years ago
ThomasV
9a6d98f899
display and encode only hex with OP_RETURN
10 years ago
ThomasV
9285074f00
fix typo
10 years ago
ThomasV
0f5ab4c296
add ismine command. should fix issue #975
10 years ago
Charles Lehner
6d2d53b43f
Move root_name to parent class
10 years ago
ThomasV
5262d6ae73
remove wrong test
10 years ago
ThomasV
da968b60e4
drop support for multiple accounts (bip44) in standard wallets
10 years ago
ThomasV
9f9bab6cf0
fix issue #968
10 years ago
ThomasV
52e9c0b498
fix createrawtransaction, using extended serialization format
10 years ago
ThomasV
477b7c3402
fix issue #961
10 years ago
ThomasV
ceaa48fd73
fix #948
10 years ago
ThomasV
63c7a27d7e
add InvalidPassword exception
10 years ago
Tafelpoot
6557c4b9df
daemon fix on windows more compact
10 years ago
ThomasV
7ca3ba4e80
various fixes for reveive_requests
10 years ago
ThomasV
01cf04079f
add NotEnoughFunds exception
10 years ago
Tafelpoot
75a0da8913
fix daemon for windows
10 years ago
ThomasV
6d8eebe2db
raise exception when seed version does not match
10 years ago
Tafelpoot
218a1ee2f7
Updated Requests
- added Date and Account field to Saved Requests
- requests are now saved as dict()
old requests will be deleted!!
- Account field is hidden when only 1 account is available
- address line now follows the current_account
- saved requests is sortable, default sorted by date
- saved requests only shows request for current_account
10 years ago
ThomasV
9b28ed9ba0
do not require name to create an account
10 years ago
ThomasV
c5b47bd513
always store next_account a PendinfAccount is created
10 years ago
ThomasV
2843d7a148
force python2 with daemon
10 years ago
Nick Levesque
8fae4434c1
Added searchcontacts command
10 years ago
Tafelpoot
5c12c2bc2f
optimized, cleaned up, commented
10 years ago
ThomasV
fb75e2e53d
fix get_private_key_from_xpubkey
10 years ago
ThomasV
c225795793
use ssl.PROTOCOL_SSLv23
10 years ago
ThomasV
c5636be03a
minor fix
10 years ago
ThomasV
16f36ee6e2
Extend transaction serialization, format to handle unsigned inputs where only the address is known, the public key is unknown.
10 years ago
Tafelpoot
b3684ad40a
add account info for internal transfer description
10 years ago
ThomasV
581ed1ed26
separate signtxwithkey and signtxwithwallet, and simplify sign_transaction
10 years ago
Tafelpoot
74c0fa7ada
corrected deserialize
10 years ago
Tafelpoot
bc8f58104c
optimized deserialize and modified assert for multisig
10 years ago
ThomasV
cf1fbbf3ad
fix is_watching_only for imported wallets
10 years ago
ThomasV
063fc4bb2e
fix #895
10 years ago
ThomasV
311a91c03c
init qrscanner processor in scan_qr
10 years ago
Tafelpoot
256a467dd7
QR code fixes
New classes ScanQRTextEdit and ShowQRTextEdit.
Reason: dependencies on zbar availability and issues with the QRTextEdit constructor.
- ScanQRTextEdit needs access to the config (fetch camera). It needs to load
the zbar processor properly before trying to scan. Keeping a reference to
the processor in qrscaner fixes the crashes on windows.
- ShowQRTextEdit should not have access to scan_qr().
- no need to setReadOnly anymore. It is clear from the class name.
Show master pub keys now has a Combobox if multiple accounts are
available.
10 years ago
ThomasV
b8a5d4146d
Do not use XDG_DATA_HOME. Tell user to use virtualenv if they are not root
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
60e5450a0e
rm print statement
10 years ago
ThomasV
0c0da6a36d
use certs from request module in interface.py
10 years ago
Michael Wozniak
27a663091b
Add default language for mnemonic
Add en as default language for mnemonic
10 years ago
ThomasV
7ef86d8bbb
better error message
10 years ago
ThomasV
17006e5285
qr scanner: show error if not installed
10 years ago
ThomasV
52450289ff
we must check host name if cert is signed by CA
10 years ago
ThomasV
889ac782c1
simplify interface.get_socket, and fix a bug with new certificates
10 years ago