Commit Graph

3512 Commits

Author SHA1 Message Date
ThomasV 8295ef8c7f don't show qrcode button in payto if it is a payment request 2014-06-26 21:08:24 +02:00
ThomasV 13682cab1d use the ca list that ships with requests. update test. 2014-06-26 19:52:09 +02:00
ThomasV b614a673eb catch zbar.UnsupportedError 2014-06-26 19:23:15 +02:00
ThomasV b5acdab3e9 allow address creation beyond gap limit in GUI. fixes #512 2014-06-26 18:55:22 +02:00
ThomasV 38f5deee86 use an input queue in synchronizer, so that new addresses can be created from other threads 2014-06-26 17:41:09 +02:00
ThomasV e3cb2621c5 Merge pull request #737 from chrisglass/fix-user-config-writing
Fixes previously introduced bug
2014-06-26 15:07:38 +02:00
Chris Glass b2f8d507de Fixed docstrings 2014-06-26 13:24:14 +02:00
Chris Glass 99a31b0c6a Fixes previously introduced bug
The passed in command line options were saved to the user config.
2014-06-26 13:22:02 +02:00
ThomasV 7338ac3c54 Merge pull request #736 from chrisglass/more-tests-2
Add tests to the SimpleConfig object (resubmit)
2014-06-26 11:58:25 +02:00
Chris Glass 956f725b35 Forward-merging changes from master
To make sure tests pass or fail with the latest code.
2014-06-26 11:23:46 +02:00
Chris Glass 34f0a65c49 Added more tests for user config parsing. 2014-06-26 11:08:13 +02:00
ThomasV 029e0b8b0d estimate fee using number of outputs 2014-06-26 10:40:33 +02:00
Chris Glass ad3640d7a4 Added tests for the system config function. 2014-06-26 10:08:00 +02:00
Chris Glass 221fa5848f System config should never be None 2014-06-25 20:33:04 +02:00
Chris Glass 5eeae69425 Added more tests for edge cases. 2014-06-25 18:04:37 +02:00
Chris Glass 02c37ee2b2 Travis now excludes "gui"
Instead of selectively including valid packages.
2014-06-25 17:52:05 +02:00
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/
2014-06-25 17:43:45 +02:00
Chris Glass fff3ed9b77 Added a lot of tests for SimpleConfig
Refactored the SImpleConfig class a lot to make sure the behavior is
always defined.
2014-06-25 17:34:51 +02:00
ThomasV 05dba32315 Merge branch 'master' of git://github.com/spesmilo/electrum 2014-06-25 16:46:05 +02:00
ThomasV 54973062bd restore from xprv 2014-06-25 16:45:55 +02:00
ThomasV 935286fe1c Merge pull request #733 from chrisglass/add-more-tests
Add more tests
2014-06-25 12:07:51 +02:00
ThomasV ace101e4f5 Merge pull request #732 from chrisglass/fix-travis
Fix travis
2014-06-25 11:37:42 +02:00
Chris Glass 7525fe0696 Merging master to add-more-test to fix travis
This will make travis tests work on this branch as well.
2014-06-25 11:25:10 +02:00
Chris Glass af5a0eba33 Added mnemonic to seed tests 2014-06-25 11:21:39 +02:00
Chris Glass 14318b0e48 Changed pacakge dependencies for travis
Forced slowaes version.
2014-06-25 11:04:40 +02:00
Chris Glass 5ee431ac35 Renamed travis config file. 2014-06-25 10:53:17 +02:00
ThomasV 8795e1a746 Comment on wallet classes. Use address_is_old to check if address is beyond gap limit 2014-06-25 10:53:06 +02:00
Chris Glass 4675ea5321 Added util test file 2014-06-25 10:50:21 +02:00
ThomasV 8d06fc0143 video_device default should be string 2014-06-25 10:50:18 +02:00
ThomasV ca88db996b Merge pull request #731 from chrisglass/refactor-tests
Refactored tests, wrote tests, added CI config file.
2014-06-25 10:49:00 +02:00
Chris Glass bc98223188 Added more bitcoin tests 2014-06-25 10:39:50 +02:00
Chris Glass a5f9ce4af2 Made travis only run on lib/ 2014-06-25 08:50:22 +02:00
Chris Glass e07507172f Added travis config file. 2014-06-25 08:49:33 +02:00
Chris Glass 9dc814ec8c Made _do_test_crypto private to allow nosetests 2014-06-25 08:45:37 +02:00
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.
2014-06-25 08:27:45 +02:00
Chris Glass 73c33820db Moved bitcoin.py tests to their own file
This allows standard python testing tools to discover and run them.
2014-06-25 07:35:49 +02:00
Chris Glass a286b18aed Added _trial_temp to .gitignore 2014-06-25 07:25:04 +02:00
ThomasV 6f74a1c15b fix payto size 2014-06-24 22:28:54 +02:00
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 2014-06-24 20:47:44 +02:00
ThomasV 2e410a6368 add missing module qrtextedit 2014-06-24 20:31:39 +02:00
ThomasV 2da9a02fb3 catch exception within sign thread, to re-enable send button 2014-06-24 19:09:41 +02:00
ThomasV 55770a93bf remove unused variable. 2014-06-24 18:02:19 +02:00
ThomasV f4dfec4565 define frozen signal for exchange rate plugin 2014-06-24 17:44:31 +02:00
ThomasV c742e8c5cf minor fix 2014-06-24 17:43:23 +02:00
ThomasV f4a0a90010 catch exceptions raised by fiat amount conversion to decimal 2014-06-24 17:06:04 +02:00
ThomasV 0c6d470296 various bugfixes for imported addresses 2014-06-24 16:47:58 +02:00
ThomasV 57a0864055 fix import 2014-06-24 16:34:22 +02:00
ThomasV c7489092bc Merge pull request #730 from chrisglass/pep8ing-phase-one
First cleanup branch
2014-06-24 16:30:22 +02:00
Chris Glass 2765b66411 Removed uselss comment. 2014-06-24 15:48:50 +02:00
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.
2014-06-24 16:12:43 +03:00