ThomasV
|
029e0b8b0d
|
estimate fee using number of outputs
|
11 years ago |
Chris Glass
|
ad3640d7a4
|
Added tests for the system config function.
|
11 years ago |
Chris Glass
|
221fa5848f
|
System config should never be None
|
11 years ago |
Chris Glass
|
5eeae69425
|
Added more tests for edge cases.
|
11 years ago |
Chris Glass
|
02c37ee2b2
|
Travis now excludes "gui"
Instead of selectively including valid packages.
|
11 years ago |
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
|
05dba32315
|
Merge branch 'master' of git://github.com/spesmilo/electrum
|
11 years ago |
ThomasV
|
54973062bd
|
restore from xprv
|
11 years ago |
ThomasV
|
935286fe1c
|
Merge pull request #733 from chrisglass/add-more-tests
Add more tests
|
11 years ago |
ThomasV
|
ace101e4f5
|
Merge pull request #732 from chrisglass/fix-travis
Fix travis
|
11 years ago |
Chris Glass
|
7525fe0696
|
Merging master to add-more-test to fix travis
This will make travis tests work on this branch as well.
|
11 years ago |
Chris Glass
|
af5a0eba33
|
Added mnemonic to seed tests
|
11 years ago |
Chris Glass
|
14318b0e48
|
Changed pacakge dependencies for travis
Forced slowaes version.
|
11 years ago |
Chris Glass
|
5ee431ac35
|
Renamed travis config file.
|
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 |
ThomasV
|
8d06fc0143
|
video_device default should be string
|
11 years ago |
ThomasV
|
ca88db996b
|
Merge pull request #731 from chrisglass/refactor-tests
Refactored tests, wrote tests, added CI config file.
|
11 years ago |
Chris Glass
|
bc98223188
|
Added more bitcoin tests
|
11 years ago |
Chris Glass
|
a5f9ce4af2
|
Made travis only run on lib/
|
11 years ago |
Chris Glass
|
e07507172f
|
Added travis config file.
|
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 |
Chris Glass
|
a286b18aed
|
Added _trial_temp to .gitignore
|
11 years ago |
ThomasV
|
6f74a1c15b
|
fix payto size
|
11 years ago |
ThomasV
|
0c440ee6a6
|
wallet.is_beyond_limit (False for imported accounts)
|
11 years ago |
ThomasV
|
2e410a6368
|
add missing module qrtextedit
|
11 years ago |
ThomasV
|
2da9a02fb3
|
catch exception within sign thread, to re-enable send button
|
11 years ago |
ThomasV
|
55770a93bf
|
remove unused variable.
|
11 years ago |
ThomasV
|
f4dfec4565
|
define frozen signal for exchange rate plugin
|
11 years ago |
ThomasV
|
c742e8c5cf
|
minor fix
|
11 years ago |
ThomasV
|
f4a0a90010
|
catch exceptions raised by fiat amount conversion to decimal
|
11 years ago |
ThomasV
|
0c6d470296
|
various bugfixes for imported addresses
|
11 years ago |
ThomasV
|
57a0864055
|
fix import
|
11 years ago |
ThomasV
|
c7489092bc
|
Merge pull request #730 from chrisglass/pep8ing-phase-one
First cleanup branch
|
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
|
6feebb7da3
|
tx dialog hooks
|
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
|
84b8b6d73d
|
message: cosigner wallet
|
11 years ago |
ThomasV
|
edd28f32f9
|
fix: edit label
|
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
|
f410225dc2
|
print traceback in waiting dialog
|
11 years ago |