Chris Glass
|
73c33820db
|
Moved bitcoin.py tests to their own file
This allows standard python testing tools to discover and run them.
|
11 years ago |
ThomasV
|
0c440ee6a6
|
wallet.is_beyond_limit (False for imported accounts)
|
11 years ago |
ThomasV
|
c742e8c5cf
|
minor fix
|
11 years ago |
ThomasV
|
0c6d470296
|
various bugfixes for imported addresses
|
11 years ago |
Chris Glass
|
2765b66411
|
Removed uselss comment.
|
11 years ago |
Chris Glass
|
01f3e31c6b
|
First cleanup branch commit
This fixes some import and whitespace issues to align closer to pep8.
I added a few comments to make further contributions easier.
|
11 years ago |
ThomasV
|
2c7bf3ca1a
|
detect if wallet can sign tx before showing sign button
|
11 years ago |
ThomasV
|
b32d0c77a3
|
fix bug with the order of signatures in tx input
|
11 years ago |
ThomasV
|
37148b72d4
|
show number of tx signatures in gui
|
11 years ago |
ThomasV
|
b28a0bcdd4
|
getmpk: return list of accounts
|
11 years ago |
ThomasV
|
a24e32266f
|
help text for signrawtransaction
|
11 years ago |
ThomasV
|
3f15a8f217
|
serialize: do not use x_pubkeys if we have enough signatures.
|
11 years ago |
ThomasV
|
785b54f8f4
|
fix add_keypairs: support old wallets
|
11 years ago |
ThomasV
|
85505c1d8e
|
cleanup (dead code)
|
11 years ago |
ThomasV
|
0636ef8b32
|
compact serialized format for unsigned and partially signed transactions.
|
11 years ago |
ThomasV
|
a40ed14953
|
fix save_qrcode
|
11 years ago |
ThomasV
|
e2d03f1cc9
|
show popup if qr scanner not enabled
|
11 years ago |
ThomasV
|
52e74ccda1
|
parse_scriptSig
|
11 years ago |
ThomasV
|
c07c1c58ed
|
access to global configuration using set_config and get_config
|
11 years ago |
ThomasV
|
2b2a8d17df
|
bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative
|
11 years ago |
ThomasV
|
f43ddf1d8f
|
parse_URI: amount is in satoshis
|
11 years ago |
ThomasV
|
47c491624e
|
show expired status in invoices tab
|
11 years ago |
ThomasV
|
38e7d8ebe5
|
show color if payment request has expired
|
11 years ago |
ThomasV
|
36cee62849
|
import paymentrequests only when really needed
|
11 years ago |
ThomasV
|
58c302a4cf
|
minor fixes
|
11 years ago |
ThomasV
|
6f3c9e6a44
|
unify util.parse_URI
|
11 years ago |
ThomasV
|
14331afc2b
|
adding file generated by protobuf
|
11 years ago |
ThomasV
|
173c034e26
|
on_header: return early if block_height is missing
|
11 years ago |
ThomasV
|
6631ab9406
|
verify if pr has expired
|
11 years ago |
ThomasV
|
503fd99cdb
|
add pay_invoice menu item
|
11 years ago |
ThomasV
|
4e1068b343
|
broadcast tx of payment request
|
11 years ago |
ThomasV
|
68a75af1bd
|
save and display request status
|
11 years ago |
ThomasV
|
89a1b48ba1
|
column for payment request memo
|
11 years ago |
ThomasV
|
86aba082e1
|
fix bug #718
|
11 years ago |
ThomasV
|
5ed0f2224d
|
Fix daemon port
|
11 years ago |
ThomasV
|
4ec31b9fe9
|
prevent collision on daemon port. Add Imported_Wallet (bolkin)
|
11 years ago |
ThomasV
|
958f764dae
|
verify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto
|
11 years ago |
ThomasV
|
440f972fd3
|
show payment request details
|
11 years ago |
ThomasV
|
14dfa6f5b0
|
store payment requests even if M2Crypto is not available
|
11 years ago |
ThomasV
|
513f9c2d89
|
save invoices
|
11 years ago |
ThomasV
|
38a6747eff
|
fix: sanitize outputs
|
11 years ago |
ThomasV
|
e699ab6660
|
coin control: select UTXOs in menu
|
11 years ago |
ThomasV
|
26d133c20a
|
payment request: show status with help button
|
11 years ago |
ThomasV
|
31226b8a34
|
add pbkdf2 dependency
|
11 years ago |
ThomasV
|
5a89734d6c
|
do not raise an error if user config file is corrupted
|
11 years ago |
ThomasV
|
90a558e02c
|
fix get_pubkey for imported keys
|
11 years ago |
ThomasV
|
1045b537aa
|
unit test for aes
|
11 years ago |
ThomasV
|
274c67f984
|
check message length in mnemonic encode
|
11 years ago |
ThomasV
|
30b608c6fb
|
move tests to unittest format
|
11 years ago |
ThomasV
|
194291c80b
|
update imported keys
|
11 years ago |