ThomasV
46c290e30d
use base43 in order to send transactions by QR code
10 years ago
ThomasV
52b43c57b8
android create and restore
10 years ago
ThomasV
0f3c5ad4b1
parse_URI: utf8 decode
10 years ago
ThomasV
f92c3cadf0
fix utf8 encode in create_URI
10 years ago
ThomasV
761871b900
sanitize server and protocol
10 years ago
ThomasV
c7f89da934
copy request URI to clipboard
10 years ago
ThomasV
b29038073d
add new languages to i18n
10 years ago
ThomasV
80284d5516
updates for the old android GUI
10 years ago
ThomasV
18d16ba82c
bugfix: add pubkey to PendingAccount, to be able to spend from it
10 years ago
ThomasV
45007a27e4
plugins readme
10 years ago
ThomasV
b3364b87d1
interface: don't show traceback on error 104
10 years ago
ThomasV
56dc9f7f80
cleanup dead code
10 years ago
ThomasV
e389745491
remove appdata_dir and data_dir
10 years ago
ThomasV
b5ac7f2a7c
simplify setup.py using package_data
10 years ago
ThomasV
5f425738da
version 2.0 beta 3
10 years ago
ThomasV
acaaec8405
fix comment: standard is not bip44
10 years ago
ThomasV
9205a35c22
rm failing test
10 years ago
ThomasV
f302c90649
set self.wallet to None in plugin constructor
10 years ago
ThomasV
0934976f3a
fix #1011
10 years ago
ThomasV
58d2e90fa5
parse PEM list using tlslite
10 years ago
ThomasV
03a88743a3
fix typo: stdout
10 years ago
ThomasV
3e1078c79b
add support for rsa+sha384 and rsa+sha512 in paymentrequests
10 years ago
ThomasV
271a27fc83
fix installwizard_restore
10 years ago
ThomasV
76cbafe754
fix Master Public Keys dialog
10 years ago
ThomasV
8982a463a4
allow change_gap_limit in bip32 wallets
10 years ago
ThomasV
036147db44
fix: change_gap_limit
10 years ago
ThomasV
58146407f7
fix: gap_limit
10 years ago
ThomasV
22fdedf7a6
normalize version number
10 years ago
ThomasV
6717460ee6
version 2.0-beta2
10 years ago
ThomasV
2f7b8ce864
fix wallet.can_sign: use isinstance with BIP32 class
10 years ago
ThomasV
ca01e1d7be
handle 1.9.8 bug that created seed_v6 wallets
10 years ago
ThomasV
059d381ba8
backport padding fix to AES module
10 years ago
ThomasV
0b674eb35d
fix can_sign: detect if OldWallet is used
10 years ago
ThomasV
6bb4a554e3
suggest pip install instead of apt-get
10 years ago
ThomasV
395312e70f
fix: add wallet types only if available
10 years ago
ThomasV
62fd3ad9a0
2.0 beta
10 years ago
ThomasV
820d356325
fix saving request: binary flag is needed on windows
10 years ago
ThomasV
78ce20b0b8
fix plugins initialization
10 years ago
ThomasV
94c9bf3655
define special hooks for install wizard
10 years ago
ThomasV
935a9a980d
disable auo-connect is --server option is passed. fixes #992
10 years ago
ThomasV
3c6cfc8b70
disable server selector if server is passed from cmd line
10 years ago
ThomasV
8ca17a3e70
print traceback is an exception occurs in network.process_request
10 years ago
ThomasV
992a634a77
serialize: handle case where proxy is None
10 years ago
ThomasV
30763a6555
fix config: serialize/deserialize proxy
10 years ago
ThomasV
4eda748506
fix #991
10 years ago
Maran
fd8a931608
Make where() work with OSX app bundles
MEIPASS is PythonInstaller specific and won't work for py2app
modified: lib/util.py
modified: .gitignore
modified: lib/util.py
modified: setup-release.py
10 years ago
ThomasV
4120678dff
add google protobuf to packages
10 years ago
ThomasV
dda4a0fcb3
call load_wallet and close_wallet for each plugin
10 years ago
ThomasV
9d40fb2ea8
detect if we are in a pyinstaller bundle
10 years ago
ThomasV
16c72d286c
try to import all python dependencies from the main script
10 years ago