Commit Graph

2109 Commits

Author SHA1 Message Date
ecdsa f97fe02e3a fix: tx outputs 2013-03-03 19:29:03 +01:00
ecdsa 703c2c0895 qr codes: handle exception raised if the string is too long 2013-03-03 19:20:24 +01:00
ecdsa 54d9817098 fix 2013-03-03 19:17:11 +01:00
ecdsa 744073c212 change column numbers, update pointofsale plugin 2013-03-03 19:14:27 +01:00
thomasv 9e861b1192 fix 2013-03-03 17:08:26 +01:00
thomasv 383a84161e fix 2013-03-03 16:49:42 +01:00
thomasv cec2187010 add plugins to package 2013-03-03 16:33:09 +01:00
thomasv 190f733de2 restrict plugins to the gui 2013-03-03 16:01:47 +01:00
thomasv 7e74fcc935 qrscanner 2013-03-03 15:00:12 +01:00
thomasv ba15b9eb6b another plugin for qrscanner 2013-03-03 14:49:42 +01:00
thomasv cd9f366735 move point of sale mode into plugins 2013-03-03 13:50:08 +01:00
thomasv f1c638c509 fix: generate functions 2013-03-03 12:14:24 +01:00
thomasv 6fec75d9a2 new settings tab for plugins 2013-03-03 12:00:38 +01:00
thomasv 0f22b5e566 fix: missing parameter 2013-03-03 11:00:27 +01:00
thomasv 5846f725d6 simplify Sequence class 2013-03-03 10:56:48 +01:00
thomasv 60cefeafca method get_private_keys for sequence 2013-03-03 10:43:08 +01:00
thomasv 27b8b21f9e mangle (for_change, index) everywhere 2013-03-03 10:24:30 +01:00
thomasv d8361b2a97 fix: mktx amounts 2013-03-03 10:23:52 +01:00
thomasv 07b9029850 plugins init_gui 2013-03-03 09:52:46 +01:00
ecdsa 8df60928ea mktx fix: add address for imported keys 2013-03-02 23:49:32 +01:00
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