Commit Graph

1676 Commits

Author SHA1 Message Date
ThomasV 8e5fbadc58 socket error handling 2014-07-28 22:35:49 +02:00
ThomasV 312051a242 one more daemon thread 2014-07-28 15:49:41 +02:00
ThomasV ea29d9009d wallet.can_sign 2014-07-28 08:27:21 +02:00
ThomasV fb878e1045 fix: catch server.version 2014-07-28 08:23:28 +02:00
ThomasV fb0574c5a0 fix callbacks 2014-07-28 07:53:02 +02:00
ThomasV 1ee4af8686 fix #778 2014-07-28 06:42:05 +02:00
ThomasV 28df27fba2 update interface.py 2014-07-28 00:13:40 +02:00
ThomasV 035ecbc7cd redo inter-thread communication using pipes 2014-07-27 17:13:46 +02:00
m0mchil a336379aa5 trezor plugin 2014-07-27 14:27:26 +03:00
ThomasV 9efc25bdba interface: use parse_json 2014-07-26 16:24:22 +02:00
ThomasV 9a07c1cb44 rename process_response 2014-07-26 15:47:30 +02:00
ThomasV 603caf228f call json.dump on request 2014-07-26 13:04:02 +02:00
ThomasV 7abbf329b6 fix 2014-07-25 20:14:08 +02:00
ThomasV 5e47d1a635 default daemon timeout after 5 minutes 2014-07-25 17:32:31 +02:00
ThomasV 191520f064 interface.py: print -> print_error 2014-07-25 17:21:17 +02:00
ThomasV af3fd62fd4 send server height and server lag with daemon 2014-07-25 16:32:19 +02:00
ThomasV 96070246b7 proper start and stop commands for daemon 2014-07-25 15:42:28 +02:00
ThomasV 374efd970e fix daemon timeout 2014-07-25 15:16:52 +02:00
ThomasV 2120b1a573 command line: wait until daemon is connected 2014-07-25 13:30:27 +02:00
ThomasV 8196bc5779 adapt network dialog to daemon 2014-07-25 09:11:56 +02:00
ThomasV 09e4efc439 daemon notifications (network.status) 2014-07-24 23:17:06 +02:00
ThomasV 9ee0614edb make daemon usable with the GUI 2014-07-24 16:12:18 +02:00
ThomasV a195ca5c07 fix: check if wallet has master_private_keys 2014-07-14 03:21:51 +02:00
ThomasV 43d2fab9a0 get_seed -> check_password 2014-07-14 02:57:12 +02:00
ThomasV 98acf49b4e fix get_pubkeys call 2014-07-14 02:39:14 +02:00
ThomasV 20c7bef7ac rm dead code 2014-07-14 02:27:51 +02:00
ThomasV b8f64ad46f rm get_address_flags (no longer used) 2014-07-14 02:23:27 +02:00
ThomasV b04256b474 load_transactions 2014-07-14 02:20:24 +02:00
ThomasV 3c7346ee9c load imported_keys outside of load_accounts 2014-07-14 02:15:29 +02:00
ThomasV a471859a3a move master_private_keys and master_public_keys to NewWallet 2014-07-14 02:08:21 +02:00
ThomasV 24f40f610f fix: update commands with new transaction constructors 2014-07-14 01:07:54 +02:00
ThomasV 6fb85f95bf run_hook: no more than one plugin shall return a result 2014-07-10 17:27:54 +02:00
ThomasV e2717284eb Merge pull request #749 from chrisglass/clean-tests-wallet
Add tests to the wallet.py module.
2014-07-10 02:58:51 +02:00
ThomasV 0207029682 fix: new outputs format and payment requests 2014-07-09 21:21:47 +02:00
ThomasV 042c65939d don't use address_is_old in code that can be run offline 2014-07-09 18:23:33 +02:00
Chris Glass 73ee95ec9a Removed failing test for now
As discussed on IRC, it might be too early to write this test since the
behavior is not entirely defined yet.
2014-07-09 11:04:49 +02:00
Chris Glass a9592459ed Add tests to the wallet.py module.
This increases test coverage a lot.
2014-07-09 11:03:44 +02:00
ThomasV 6ad1c46aa5 fix: add type 'aaddress' in change output 2014-07-08 23:53:20 +02:00
ThomasV 1bb00ff5af store output type explicitly in tuple 2014-07-08 19:38:16 +02:00
ThomasV 38e662e522 fix syntax of redeem_script 2014-07-08 19:27:43 +02:00
ThomasV 769b4002cd fix: get_action 2014-07-07 23:35:01 +02:00
ThomasV e327418f6e transaction: separate deserialize and update methods 2014-07-07 18:01:43 +02:00
ThomasV 0ce2c870bb fixes for pending accounts 2014-07-07 15:43:02 +02:00
ThomasV 5ce50f4421 get_master_public_key: always return xpub of main account 2014-07-06 23:20:27 +02:00
ThomasV 2e1d24939c rm duplicate method getpubkey 2014-07-06 22:24:09 +02:00
ThomasV b5b5edbee7 add_keypairs: simplification 2014-07-06 22:10:26 +02:00
ThomasV a89abee969 Rewrite accounts and transactions: store pubkeys instead of addresses in order to avoid unnecessary derivations. 2014-07-06 21:10:41 +02:00
ThomasV 37127e563b fix #750 2014-07-05 03:57:05 +02:00
ThomasV 0511d7e76f fix: get_action should call get_master_public_key 2014-07-01 19:17:43 +02:00
ThomasV 2c38e85a50 better integration of plugins in installwizard (for 2fa, trezor plugins) 2014-07-01 18:46:11 +02:00
ThomasV 9a3ca0dc31 add support for RSA_SHA256 2014-06-30 20:19:18 +02:00
ThomasV f635c5110c try pyasn1-modules as well 2014-06-30 18:12:39 +02:00
ThomasV 20060a1177 fix #745 2014-06-30 17:59:36 +02:00
Michael Wozniak 09154fdf20 Shouldn't redo URI encoding 2014-06-30 11:10:50 -04:00
Michael Wozniak 8ad7a5a085 Update tests and fix URI parsing
Update URI parsing for BIP0072 compatability
Update tests for parse_URI
2014-06-30 10:41:12 -04:00
ThomasV 2efad717d8 support for OP_RETURN 2014-06-27 17:08:20 +02:00
Chris Glass 9baaaef746 Made use of fewer constants 2014-06-27 16:15:04 +02:00
Chris Glass 0ac02bf040 Made all bip32 primitives testnet compatible. 2014-06-27 15:44:43 +02:00
ThomasV 8feb2a7b67 fix missing import. fixes #738 2014-06-27 14:42:02 +02:00
ThomasV b03d11003e update comment on x509 class 2014-06-27 11:44:34 +02:00
ThomasV 7a7e65d66c optional parameters for create_new_address 2014-06-27 11:38:35 +02:00
ThomasV f9985ae233 use x509 to check if server certificate has expired 2014-06-27 11:36:51 +02:00
ThomasV 13682cab1d use the ca list that ships with requests. update test. 2014-06-26 19:52:09 +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
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
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
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 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
Chris Glass af5a0eba33 Added mnemonic to seed tests 2014-06-25 11:21:39 +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
Chris Glass bc98223188 Added more bitcoin tests 2014-06-25 10:39:50 +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
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 2014-06-24 20:47:44 +02:00
ThomasV c742e8c5cf minor fix 2014-06-24 17:43:23 +02:00
ThomasV 0c6d470296 various bugfixes for imported addresses 2014-06-24 16:47:58 +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
ThomasV 2c7bf3ca1a detect if wallet can sign tx before showing sign button 2014-06-24 13:22:10 +02:00
ThomasV b32d0c77a3 fix bug with the order of signatures in tx input 2014-06-23 09:42:07 +02:00
ThomasV 37148b72d4 show number of tx signatures in gui 2014-06-22 12:07:41 +02:00
ThomasV b28a0bcdd4 getmpk: return list of accounts 2014-06-22 08:06:37 +02:00
ThomasV a24e32266f help text for signrawtransaction 2014-06-22 08:05:13 +02:00
ThomasV 3f15a8f217 serialize: do not use x_pubkeys if we have enough signatures. 2014-06-21 22:09:35 +02:00
ThomasV 785b54f8f4 fix add_keypairs: support old wallets 2014-06-21 21:39:57 +02:00
ThomasV 85505c1d8e cleanup (dead code) 2014-06-21 21:17:40 +02:00
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 2014-06-21 21:06:09 +02:00
ThomasV a40ed14953 fix save_qrcode 2014-06-17 18:32:49 +02:00
ThomasV e2d03f1cc9 show popup if qr scanner not enabled 2014-06-17 16:45:45 +02:00