Commit Graph

2198 Commits

Author SHA1 Message Date
Maran 070d497afb Somehow forgot to push my windows build script changes in all my blurness last night 2013-03-16 21:13:55 +01:00
ecdsa a2ecc0e7bb allow manual setting when disconnected 2013-03-16 20:37:49 +01:00
ecdsa cce4a6c001 detect gaps for change too 2013-03-16 18:24:45 +01:00
ecdsa d6952228be define wallet.get_num_tx() 2013-03-16 18:17:50 +01:00
ecdsa fefb884794 fix wallet.is_change() method 2013-03-16 17:51:58 +01:00
thomasv 4b74faea1e typo: where->were 2013-03-16 14:04:46 +01:00
thomasv 1adbef4b25 fee may be zero (tx details) 2013-03-16 13:34:51 +01:00
thomasv 3d745637a2 update pyinstaller url 2013-03-16 13:09:48 +01:00
ecdsa 9ebcaa41f4 modify warning displayed when keys are imported 2013-03-16 12:02:34 +01:00
Maran 5eaa923824 Make windows build scripts work for Electrum 1.7 2013-03-15 23:30:44 +01:00
Maran dd0d261f8e Merge branch 'master' of https://github.com/spesmilo/electrum 2013-03-15 18:37:40 +01:00
thomasv 24db3c9aee virtual keyboard plugin 2013-03-15 18:35:05 +01:00
thomasv bd1cdc9bfb derive plugins from BasePlugin class 2013-03-15 18:03:56 +01:00
Maran 229cfb27bb Merge branch 'master' of https://github.com/spesmilo/electrum 2013-03-15 16:52:57 +01:00
thomasv 93b98e1176 move http aliases to separate plugin 2013-03-15 15:48:28 +01:00
slush b6afa2455c Fixes Qt imports 2013-03-15 14:19:36 +01:00
thomasv 8d4f409dd7 fix qrscanner module 2013-03-15 14:15:32 +01:00
thomasv 6662c1dc53 filter plugins that do not have a .py source 2013-03-15 13:16:41 +01:00
Maran 76f045f616 Update osx build scripts 2013-03-15 13:03:28 +01:00
thomasv 45c0880195 global switch use_local_modules 2013-03-15 13:00:59 +01:00
thomasv e3677eb0a0 simplification 2013-03-15 10:49:08 +01:00
thomasv 2b3b7d7c38 use proper syntax for variable args 2013-03-14 17:05:50 +01:00
thomasv 8c71c54487 add label to internal transactions 2013-03-14 13:08:50 +01:00
thomasv 3b80ef7c60 rely only on the verifier to get the height of transactions 2013-03-14 12:22:06 +01:00
thomasv bdb515dabd print error received by verifier, and continue 2013-03-14 10:49:00 +01:00
ecdsa b7dd1699ad missing dirs in MANIFEST 2013-03-13 22:52:43 +01:00
ecdsa 11552c2f23 use an abstract class SequenceClass 2013-03-13 22:05:02 +01:00
ecdsa f537f02e1f better seed dialog 2013-03-13 21:00:29 +01:00
ecdsa 1d66deba69 parent->self in password dialog 2013-03-13 18:51:38 +01:00
ecdsa b955c9ffa1 more bip32 related fixes 2013-03-13 18:51:05 +01:00
ecdsa 2f31ca779d fix bip32 get_private_key 2013-03-13 18:20:05 +01:00
ecdsa c19e0f0b3f bip32 fixes 2013-03-13 18:03:41 +01:00
ecdsa 1d3be5fb0b fix: number of arguments 2013-03-13 17:52:54 +01:00
thomasv c9a7c58323 print created address in terminal, as in previous versions 2013-03-13 15:33:50 +01:00
thomasv 1f1693d29b bug fix: init_seed 2013-03-13 15:31:24 +01:00
thomasv a4f977190e do not call exit() in the interface module 2013-03-13 15:26:29 +01:00
thomasv c3dc2d5284 fix: command line with no password 2013-03-13 14:29:50 +01:00
thomasv e3bb6f8879 'import private keys' may import several keys 2013-03-13 14:23:10 +01:00
ecdsa 469d17355d fix 2013-03-13 01:08:30 +01:00
ecdsa 0aaafe85ad fix 2013-03-13 01:03:51 +01:00
ecdsa 6a848564fa do not raise exception on strange input scripts 2013-03-13 00:55:08 +01:00
ecdsa a1be16105b start verifier right after initialization 2013-03-12 23:53:56 +01:00
ecdsa 12d65f5e52 better synchronize method 2013-03-12 23:10:43 +01:00
ecdsa 4e3c9de1d0 catch http exception 2013-03-12 22:56:58 +01:00
ecdsa 3d3ec2e7b0 Merge branch 'master' of git://github.com/spesmilo/electrum 2013-03-12 22:31:51 +01:00
Maran 4e4a43b59e Ammended release notes about raw tx 2013-03-12 22:31:10 +01:00
ecdsa c5bfd0846a Merge branch 'master' of git://github.com/spesmilo/electrum 2013-03-12 21:56:10 +01:00
ecdsa 5e7e002bd8 remove internal check that was too strong 2013-03-12 21:55:56 +01:00
Maran 1cda13a407 Update howto 2013-03-12 21:50:43 +01:00
Maran 14dcf88409 Tweaks for new plugin giving self 2013-03-12 21:38:06 +01:00