Commit Graph

502 Commits

Author SHA1 Message Date
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 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 042c65939d don't use address_is_old in code that can be run offline 2014-07-09 18:23:33 +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 769b4002cd fix: get_action 2014-07-07 23:35:01 +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 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 20060a1177 fix #745 2014-06-30 17:59:36 +02:00
ThomasV 2efad717d8 support for OP_RETURN 2014-06-27 17:08:20 +02:00
ThomasV 7a7e65d66c optional parameters for create_new_address 2014-06-27 11:38:35 +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 54973062bd restore from xprv 2014-06-25 16:45:55 +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
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 2014-06-24 20:47:44 +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 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 86aba082e1 fix bug #718 2014-06-11 13:10:48 +02:00
ThomasV 38a6747eff fix: sanitize outputs 2014-06-06 07:48:08 +02:00
ThomasV e699ab6660 coin control: select UTXOs in menu 2014-06-05 21:55:11 +02:00
ThomasV 194291c80b update imported keys 2014-06-02 08:59:41 +02:00
ThomasV 501bb92584 Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests 2014-05-28 12:20:04 +02:00
ThomasV adb53e4c41 fix #699 2014-05-21 22:04:10 +02:00
ThomasV 35c270e075 explicit type for imported wallets. fixes #698 2014-05-21 16:04:58 +02:00
ThomasV c3676cc6e6 wallet.is_used() method 2014-05-12 11:28:00 +02:00
ThomasV a66df2a3fa multi seed and mpk dialogs 2014-05-12 10:53:04 +02:00
ThomasV 0fb6cdcb1a add 2of3 wallets in wizard 2014-05-09 16:27:12 +02:00
ThomasV a18d21d946 fix cmd line wallet creation. fixes #684 2014-05-08 15:18:38 +02:00
ThomasV 2642b7e126 can_import 2014-05-07 11:53:32 +02:00
ThomasV 7f67b36a19 fix: num_accounts should return only confirmed bip32 accounts 2014-05-05 12:17:25 +02:00
ThomasV fa4c2b96d7 p2sh wallets cannot create accounts 2014-05-05 12:03:01 +02:00
ThomasV 97a6f91451 fix: is_address, is_private_key: check that text is not empty 2014-05-05 10:03:31 +02:00
ThomasV 90f5133983 utf8 encode seed (old wallets) 2014-05-05 01:19:04 +02:00
ThomasV 430c7aa92e fix: get_seed 2014-05-04 19:52:47 +02:00
ThomasV c9fc6275ab move private key methods from wallet to accounts 2014-05-04 19:43:15 +02:00
ThomasV 9b8ad42a66 id of imported account 2014-05-04 14:13:34 +02:00