Commit Graph

4531 Commits

Author SHA1 Message Date
ThomasV cd1a520afc Merge pull request #1140 from spesmilo/feature/newsync
New LabelSync
2015-04-12 12:10:16 +02:00
ThomasV 8a55a4c26c Merge pull request #1141 from kaykurokawa/master
Dust threshold should be 546
2015-04-12 12:09:48 +02:00
ptrcarta f6b6bbbbae fixes osx bug where user couldn't change proxy or connect to network
by default osx passes a -psn arg when launching an app from command
line. this is a process serial number argument and py2app when used with
emulate_argv=True removes it.
commit d2097c15d9 removed this, thus
introducing the -psn arg on launch. this is misinterpreted by the arg
parser as a proxy setting, breaking networking.
2015-04-11 18:53:49 +02:00
ukurokawa e708c446a8 Dust threshold should be 546 2015-04-11 11:41:02 -04:00
Maran 7356d41240 Migrate the new function into the old plugin 2015-04-11 09:57:01 +02:00
ThomasV 4fe32d2ad1 add root certificate to chain if missing. fixes #1137 2015-04-10 16:32:16 +02:00
Maran ebb9faeb6e New LabelSync
This LabelSync is much faster because it will only request labels that
changed since the last sync. It is also using a new back-end and no
longer requires any registration.
2015-04-10 14:23:52 +02:00
ThomasV 6f5241302c remove debugging code in pay-from_URI 2015-04-10 11:28:41 +02:00
ThomasV c381fc2194 remove debug message 2015-04-09 19:29:53 +02:00
ThomasV cdd5d6e130 fix #1136 2015-04-09 19:05:11 +02:00
ThomasV 44d076fbc4 fix #1132 2015-04-09 19:01:22 +02:00
ThomasV eb9802356a fix variable name in from_seed 2015-04-09 18:59:51 +02:00
Kausheel Kumar 8cf793ab98 Add wallet function get_addr_received() 2015-04-09 01:44:44 +10:00
ThomasV 42ed67e8c7 fix #1131 2015-04-05 18:58:32 +02:00
ThomasV be5731d463 move make_payment_request to lib 2015-04-05 18:57:00 +02:00
ThomasV 1a76842730 on_buy: missing parameter 2015-04-04 22:16:59 +02:00
ThomasV 0933f57e18 minor fix (UserRole) 2015-04-04 22:03:39 +02:00
ThomasV ff152141ae fix: always use UserRole to store the key 2015-04-04 21:38:21 +02:00
ThomasV 3a2e2702bb fix parent of address history widget 2015-04-04 21:15:58 +02:00
ThomasV 93250b1041 gui simplification 2015-04-04 20:59:57 +02:00
ThomasV b8a72180c7 HistoryWidget class; address history window 2015-04-04 18:26:52 +02:00
ThomasV 0a7b585b6c redo default labels with incoming tx outputs 2015-04-04 15:55:28 +02:00
ThomasV 21ccb1e82d trezor plugin: move Qt callbacks in a handler 2015-04-04 15:13:56 +02:00
ThomasV f14c863a0a minor fix: missing parameter in get_history 2015-04-03 15:41:56 +02:00
ThomasV c89c449dd7 fix issue #421 2015-04-03 15:32:29 +02:00
ThomasV 4c729f0ff0 move format_time to util 2015-04-03 14:44:03 +02:00
ThomasV 7e6bd2eb8c give user the option to remove incomplete wallet 2015-04-03 13:10:43 +02:00
ThomasV 9aa812026a fix android: from_seed 2015-04-03 11:49:44 +02:00
ThomasV 75cf142be0 fix typo 2015-04-03 11:30:36 +02:00
ThomasV a3422d3fae generic multisig wallet constructor. fixes #1129 2015-04-03 11:27:57 +02:00
ThomasV 87709dfd16 Merge pull request #1127 from kaykurokawa/master
get_pubkeys is called incorrectly in get_pubkey_from_xpub()
2015-04-03 08:32:17 +02:00
ukurokawa 950dc2c685 get_pubkeys is called incorrectly in get_pubkey_from_xpub() 2015-04-02 15:03:48 -04:00
ThomasV 156825fe57 trustedcoin: add 10 to prepaid options 2015-04-02 18:46:39 +02:00
ThomasV 8314efdfd5 fix #802 2015-04-02 18:01:31 +02:00
ThomasV d70c9d1ab7 stretch column instead of storing width 2015-04-02 17:45:44 +02:00
ThomasV cb0106a641 release notes for 2.1 2015-04-02 15:46:20 +02:00
ThomasV 9e5cf68e93 updates for stdio gui 2015-04-02 15:19:00 +02:00
ThomasV 911a60c02d separate timeouts for server and nodes retry 2015-04-02 15:12:01 +02:00
ThomasV 3c77eeba7d fix #1120 2015-04-02 12:43:17 +02:00
ThomasV fb699e5294 fix #955 2015-04-02 12:35:24 +02:00
ThomasV 5f29017c9d pass config.path to daemon (exemptore). fixes #901 2015-04-02 12:12:18 +02:00
ThomasV 98cc9c53d1 do not write config file from network class 2015-04-02 10:50:09 +02:00
ThomasV a805afa900 save recent_servers in separate file 2015-04-02 10:12:51 +02:00
ThomasV 881e15ae12 store config as json 2015-04-02 10:00:07 +02:00
ThomasV 0503e809d5 fix #1121: tx.update 2015-04-01 07:57:59 +02:00
ThomasV e3e5d95794 fix account key bug 2015-03-31 22:44:00 +02:00
ThomasV eaa91683da text gui: cap size of labels 2015-03-31 22:07:32 +02:00
ThomasV 8e65df3ae7 Merge branch 'master' of git://github.com/spesmilo/electrum 2015-03-31 18:57:50 +02:00
ThomasV effb4b7d7c Merge pull request #1117 from openalias/master
tweaked resolve and DNSSEC timeouts to be less aggressive
2015-03-31 18:57:44 +02:00
Riccardo Spagni c5d45da933
tweaked resolve and DNSSEC timeouts to be less aggressive 2015-03-31 18:02:59 +02:00