Commit Graph

3478 Commits

Author SHA1 Message Date
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
ThomasV 6feebb7da3 tx dialog hooks 2014-06-24 14:48:15 +02: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 84b8b6d73d message: cosigner wallet 2014-06-22 13:26:02 +02:00
ThomasV edd28f32f9 fix: edit label 2014-06-22 13:25:30 +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 f410225dc2 print traceback in waiting dialog 2014-06-21 21:38:42 +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 378633e6fa update packages script 2014-06-20 11:55:58 +02:00
ThomasV be75c9e012 add hook for transaction_dialog 2014-06-20 11:55:34 +02:00
ThomasV 46e431cd62 cleanup dead code 2014-06-19 09:42:19 +02:00
ThomasV 2a07ed47f2 gui column set monospace font 2014-06-17 18:38:32 +02:00
ThomasV a40ed14953 fix save_qrcode 2014-06-17 18:32:49 +02:00
ThomasV 43400144e8 gui tweaks 2014-06-17 18:24:46 +02:00
ThomasV e2d03f1cc9 show popup if qr scanner not enabled 2014-06-17 16:45:45 +02:00
ThomasV c9fd14e343 transaction show_qr 2014-06-17 16:24:01 +02:00
ThomasV e5b44bacda fixedSize qrcode widget 2014-06-17 14:58:12 +02:00
ThomasV 3fa113d76b fix: remove imports 2014-06-17 14:32:31 +02:00
ThomasV 63de2c8676 fix imports in pos plugin 2014-06-17 14:29:23 +02:00
ThomasV 104fbe6cac link point of sale plugin with receive tab 2014-06-17 14:27:56 +02:00
ThomasV 52e74ccda1 parse_scriptSig 2014-06-17 13:48:58 +02:00
ThomasV c07c1c58ed access to global configuration using set_config and get_config 2014-06-17 12:03:41 +02:00
ThomasV 2b2a8d17df bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative 2014-06-17 11:02:46 +02:00
ThomasV 6226b658ea tweak receive layout 2014-06-16 18:46:30 +02:00
ThomasV 4eeacde2b1 fix decimal point in AmountEdit 2014-06-16 18:38:28 +02:00
ThomasV 26328d0458 catch invalid password exceptions in sign_raw_transaction too 2014-06-16 18:18:02 +02:00
ThomasV 7ceeb7e67a waiting dialog: handle exceptions 2014-06-16 18:06:39 +02:00
ThomasV 1189ed39ae do not show send from menu for addresses that have no coins 2014-06-16 17:42:47 +02:00
ThomasV 03b0e55625 disable save_request_button if fields are empty 2014-06-16 17:29:50 +02:00