Commit Graph

1939 Commits

Author SHA1 Message Date
ecdsa b95911e2d7 check if address is imported before index lookup 2013-03-02 23:35:43 +01:00
ecdsa 736e1253f2 add class BIP32Sequence 2013-03-02 23:31:40 +01:00
ecdsa 2ef7b4331a update filenames in manifest 2013-03-02 18:12:35 +01:00
ecdsa 8f7f511d19 rename gui package 2013-03-02 18:10:22 +01:00
ThomasV 89a8f3ce11 import gui using any name 2013-03-02 18:03:29 +01:00
thomasv 474b63357e header for plugins 2013-03-02 16:31:28 +01:00
thomasv ada36b2554 plugin handler 2013-03-02 16:29:14 +01:00
thomasv d2aefb387b show the balance of each account 2013-03-02 14:20:21 +01:00
thomasv a6db76cc0e save console history 2013-03-02 14:05:35 +01:00
thomasv d50e36f3a2 increase default column width 2013-03-02 13:48:59 +01:00
thomasv 08a9de688a fix: save master public key on wallet creation 2013-03-02 13:45:30 +01:00
thomasv 346cc34091 set default button for qr code dialog 2013-03-02 13:31:35 +01:00
thomasv 08c7c3c51f fix 2013-03-02 13:27:44 +01:00
thomasv 53d03e9e34 change the parameter order for gui.show_qrcode 2013-03-02 13:27:12 +01:00
thomasv fb56bc5039 separate core and gui in different modules 2013-03-02 12:26:59 +01:00
thomasv a563091f30 separate core and gui in different modules 2013-03-02 12:26:21 +01:00
thomasv f9f59d8dff fix 2013-03-02 11:42:26 +01:00
thomasv 97e03cb738 replace wallet.all_addresses() with wallet.addresses(True) 2013-03-02 11:40:17 +01:00
thomasv e84d087a64 accounts 2013-03-02 11:23:08 +01:00
thomasv c871a79582 use imp to detect and load the local electrum module 2013-03-02 10:22:45 +01:00
thomasv f72c8ee5d2 move is_valid from wallet class to bitcoin.py 2013-03-01 14:27:56 +01:00
thomasv f3cc234c87 missing arguments and types conversions 2013-03-01 14:08:51 +01:00
thomasv c5e3d7fc80 prioritize 2013-03-01 13:56:30 +01:00
thomasv fecccec53f alphabetical order 2013-03-01 13:41:59 +01:00
thomasv 454f67e89d fix command names: setconfig, setconfig 2013-03-01 13:40:04 +01:00
thomasv 19d104f023 register commands, check for their arguments 2013-03-01 13:33:11 +01:00
thomasv 4f5023e31b rename 'balance' command as 'getbalance', per bitcoind 2013-03-01 11:33:51 +01:00
thomasv c263a92351 don't use underscore in commands. 2013-03-01 11:25:50 +01:00
thomasv 95dc97b39b rename 'addresses' command as 'listadresses'. use json syntax. 2013-03-01 11:21:10 +01:00
thomasv 3960f383e0 default parameter for addresses() command 2013-03-01 09:58:06 +01:00
ThomasV 7bf1a6248e use Decimal in listunspent 2013-03-01 06:43:08 +01:00
thomasv 3eb746db5c terminate after create or restore 2013-02-28 17:21:30 +01:00
thomasv b302aa59d1 add commands to setup.py 2013-02-28 17:19:48 +01:00
thomasv 7c42f09f41 improve gui.show_tx_details 2013-02-28 13:13:35 +01:00
thomasv 1f24f6f9be don't show the sequence field 2013-02-28 11:38:33 +01:00
thomasv 070a7e8b6e add stretch to raw tx tab too 2013-02-28 11:33:54 +01:00
thomasv 8a7343b61b disable testing code 2013-02-28 11:17:15 +01:00
thomasv dfb1bd1203 code refactoring; remove redundancies and sanitize transactions read from file or text 2013-02-28 11:16:07 +01:00
ThomasV 5aa18c4bb5 prevent the creation of incomplete wallets 2013-02-27 23:07:30 +01:00
ThomasV b46d5805bf restore the description field 2013-02-27 22:24:49 +01:00
ThomasV b116a43c31 fix the tx counter field 2013-02-27 21:22:52 +01:00
thomasv 50d029e61c use json istead of ast 2013-02-27 19:14:51 +01:00
Maran 22a5226673 Last few fixes for raw transaction handling 2013-02-27 18:20:11 +01:00
Maran 4a43126547 Work in progress for message signing via classic gui 2013-02-27 18:14:16 +01:00
thomasv ea96b79997 use json format 2013-02-27 18:11:45 +01:00
thomasv 75d2fbcd74 fix: deseed 2013-02-27 18:01:58 +01:00
thomasv 5ed63be948 fix: seed, password 2013-02-27 16:15:56 +01:00
thomasv 253e0bc58e move method signrawtransaction to wallet class 2013-02-27 15:49:26 +01:00
thomasv d5ba4398ee update tx label in gui 2013-02-27 12:51:49 +01:00
thomasv cd9f2f02d2 fix: mktx syntax 2013-02-27 12:47:11 +01:00