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