ThomasV
ac53bc5089
fix missing parameter
9 years ago
ThomasV
e30a179c97
fix make_seed arguments
9 years ago
ThomasV
679fc69cf1
do not perform satoshi conversion in the argument parser
9 years ago
ThomasV
1d1d76b1ad
workaround argparse issue by reverting their commit
9 years ago
ThomasV
aad8b4377c
Do not use parents with argument subparsers.
...
This is a workaround for https://bugs.python.org/issue23058 .
As a result, the order of optional arguments is fixed; global options must be placed before the command.
9 years ago
Johann Bauer
03fc29c4ac
Remove newlines from transaction labels
...
Closes : #2176
9 years ago
ThomasV
d99855f060
use ctypes to access the zbar library
9 years ago
Johann Bauer
2c7ab64e83
Always include default servers in the server list
9 years ago
shsmith
df733e8e4c
fix AttributeError: 'Standard_Wallet' object has no attribute 'account'
...
If you use wallet.change_gap_limit with a value below the current gap
limit, you get this exception:
`>> wallet.change_gap_limit(1)
Traceback (most recent call last):
File "lib\wallet.py", line 1455, in change_gap_limit
elif value >= self.min_acceptable_gap():
File "lib\wallet.py", line 1479, in min_acceptable_gap
addresses = self.account.get_receiving_addresses()
AttributeError: 'Standard_Wallet' object has no attribute 'account'
>> `
9 years ago
ThomasV
e1515743cd
replace slowaes with pyaes
9 years ago
ThomasV
0e11accd7b
fix exchange_rate class naming issue
9 years ago
ThomasV
17cfc03540
use serialize_xpub/xprv
9 years ago
ThomasV
7daa8ebfdd
interface: close wire is response is not dict
9 years ago
ThomasV
15b404b9de
add CPFP (child pays for parent) dialog to the Qt GUI
9 years ago
ThomasV
9e1931587d
fix tests
9 years ago
ThomasV
9ca4e60b84
fix tests
9 years ago
ThomasV
aed2b04dbd
return txid for unsigned segwit transactions
9 years ago
ThomasV
d5ab8f82f2
move is_segwit for hardware wallets
9 years ago
djb
6b6f0be7d4
add Digital Bitbox hardware wallet
9 years ago
ThomasV
af54ba023b
add wallet.is_segwit
9 years ago
ThomasV
b3c379b939
fix serialize bug for p2pk
9 years ago
ThomasV
6bfbc9a718
fix: replace remaining occurences of public_key_to_bc_address
9 years ago
ThomasV
f937472928
fix typos
9 years ago
ThomasV
030d61f987
prepare version 2.8
9 years ago
ThomasV
ce11a2fac5
replace segwit wallet class with custom xpub type
9 years ago
ThomasV
3a64ec0f2e
Initial segwit support (testnet only)
9 years ago
ThomasV
2948a06833
prepare version 2.7.18
9 years ago
ThomasV
9c1522f029
add currencies list to repo
9 years ago
ThomasV
1f350c31dd
kivy: simplify currency dialog
9 years ago
ThomasV
132fca86b2
fix #2133 : deserialize_xkey
9 years ago
ThomasV
13b16e9d4f
exchange rates: enforce https APIs. store exchanges list in json file.
9 years ago
Guido Diepen
e6f4af9fd5
Implemented getunusedaddress command
...
The implementation of the getunusedaddress will directly query
the wallet for the first unused address
9 years ago
Marcdnd
0e73e8b498
Added BRL exchanges: Bitvalor, Foxbit, NegocieCoins
9 years ago
ThomasV
54dcca0787
fix #2118
9 years ago
ThomasV
25e4116393
do not crash tx.serialize if pubkeys are missing. fix #2113
9 years ago
Thilo Uttendorfer
d6be2a4ae2
Fix listunspent command
9 years ago
ThomasV
d0755698ce
fix #2104
9 years ago
ThomasV
ef54d6416e
prepare version 2.7.17
9 years ago
ThomasV
9302cea725
fix #2107
10 years ago
ThomasV
29e2570d3d
prevent busy looping
10 years ago
ThomasV
0a31acbdf2
prepare version 2.7.16
10 years ago
ThomasV
a2e7fc32ef
Add fee slider class with network callback.
10 years ago
ThomasV
2450c1d481
fix typo
10 years ago
ThomasV
7af5d42324
qt: show addresses and utxos in separate tabs
10 years ago
ThomasV
1358bebd37
network: do not wait for headers file on startup
10 years ago
ThomasV
73390f1769
fix: missing global
10 years ago
ThomasV
8b6efaff2d
remove regexp test from is_address; non-matching strings will fail anyway
10 years ago
ThomasV
4d41c36cbb
add headers url for testnet
10 years ago
ThomasV
b4d5934da0
testnet: remove failing tests
10 years ago
ThomasV
5d83bcba14
don't expose default servers and ports in __init__
10 years ago