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
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