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
ThomasV
fbb0801d15
better workaround for tlslite issue
10 years ago
ThomasV
39719dda9c
remove socks.py from repo, add it as dependency
10 years ago
ThomasV
b8f971fcd6
force reconnect after delay
10 years ago
ThomasV
590659ff4d
get_tx_fee
10 years ago
ThomasV
b305dd4a89
make wordlist use default language if available
10 years ago
ThomasV
441c68fbcc
cache xpub values in account in order to generate addresses faster
10 years ago
ThomasV
bde0ca3ea1
set default fee to 0.5mBTC/kb
10 years ago
ThomasV
8d396997dc
fee estimate: kilobyte
10 years ago
ThomasV
7275955eef
default lang is None
10 years ago
ThomasV
8ca66e7020
mnemonic: data_dir
10 years ago
ThomasV
90590f70ab
reconnect to main server after timeout
10 years ago
ThomasV
ad4449dc38
add v9 to list of tagged versions
10 years ago
ThomasV
cef75e9e7b
new seed_version: remove whitespaces only between CJK characters
10 years ago
ThomasV
1df007483e
check seed_version first
10 years ago
ThomasV
5c5bb6ae3a
make estimated fee higher than MIN_RELAY
10 years ago
ThomasV
5f4bcb420b
param to addresses is optional
10 years ago
ThomasV
b22048fdfb
fix wallet constructor
10 years ago
ThomasV
0606a30804
move wordlists to data dir
10 years ago
ThomasV
b854c3e173
lower seedphrase
10 years ago
ThomasV
fc861c035d
forgot prepere_seed
10 years ago
ThomasV
43513adb5c
seed_v9: strip whitespaces before hashing
10 years ago