Chris Glass
|
8997c760a2
|
Do not use mutables as default values!
This blog article explains why (just an example, many other articles
discuss this ad nauseam):
http://pythonconquerstheuniverse.wordpress.com/2012/02/15/mutable-default-arguments/
|
11 years ago |
Chris Glass
|
fff3ed9b77
|
Added a lot of tests for SimpleConfig
Refactored the SImpleConfig class a lot to make sure the behavior is
always defined.
|
11 years ago |
ThomasV
|
54973062bd
|
restore from xprv
|
11 years ago |
Chris Glass
|
af5a0eba33
|
Added mnemonic to seed tests
|
11 years ago |
ThomasV
|
8795e1a746
|
Comment on wallet classes. Use address_is_old to check if address is beyond gap limit
|
11 years ago |
Chris Glass
|
4675ea5321
|
Added util test file
|
11 years ago |
Chris Glass
|
bc98223188
|
Added more bitcoin tests
|
11 years ago |
Chris Glass
|
9dc814ec8c
|
Made _do_test_crypto private to allow nosetests
|
11 years ago |
Chris Glass
|
413945435a
|
Added private/public key tests
Including converting from a private key to a public key, and
deriving the primary address from a private key.
|
11 years ago |
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 |