Commit graph

42 commits

Author SHA1 Message Date
Neil Booth
01d8f79a75 Clean up pick_random_server() and filter_protocol() and their
call sites.

Remove unused imports and redundant random pick of server
2015-05-24 21:07:35 +09:00
ThomasV
c2a4252065 do not pass config to storage. request height from network_proxy if connected 2015-05-08 10:58:54 +02:00
Neil Booth
79de458101 Preparation for moving the set of verified and unverified txs to the wallet.
The verifier will retain responsibility for verification, but will no longer
hold the transaction sets itself.

Change requires_fee to take a wallet.
Add new function add_unverified_tx()
Move get_confirmations() to the wallet from the verifier.
2015-05-07 09:21:08 +09:00
ThomasV
687cc7783f show unmatured coins in status bar. fixes #1163 2015-05-05 20:52:14 +02:00
ThomasV
782522fb71 update guis for new contacts 2015-04-23 12:46:52 +02:00
ThomasV
f051a3e577 update occurences of get_history 2015-03-30 20:17:24 +02:00
ThomasV
e3de121be9 store deserialized tx in/out in wallet file for fast computation 2015-03-30 14:10:46 +02:00
ThomasV
63c7a27d7e add InvalidPassword exception 2014-12-03 22:35:05 +01:00
ThomasV
01cf04079f add NotEnoughFunds exception 2014-11-20 19:10:43 +01:00
ThomasV
67b9a59d34 better fees estimates 2014-09-07 20:36:29 +02:00
ThomasV
c7f667e2ed separate add_seed from create_master_keys 2014-08-29 14:11:59 +02:00
ThomasV
2c51b0aa14 update mnemonic imports 2014-08-29 12:27:10 +02:00
ThomasV
f4abbd7981 fix gtk gui, network dialog 2014-08-27 13:48:10 +02:00
ThomasV
5d1e229f05 fix for gtk gui 2014-08-01 17:23:24 +02:00
ThomasV
59638898d4 update gtk gui 2014-07-28 09:28:02 +02:00
ThomasV
3d78be8f46 updates for gtk gui 2014-07-14 01:24:29 +02:00
ThomasV
6f3c9e6a44 unify util.parse_URI 2014-06-13 16:02:30 +02:00
ThomasV
89849c7d52 update parse_url in gtk gui 2014-05-07 17:35:38 +02:00
ThomasV
42a5454bd8 update for gtk gui. fixes #673 2014-04-30 09:31:20 +02:00
CodingAnarchy
7052bfc771 follow up to #604 - gtk gui 2014-03-05 01:51:41 -07:00
Eternal Sorrow
9facf2687a [gtk gui] initially rewritten to gtk3/pygobgect 2014-02-02 12:19:43 +11:00
James O'Beirne
6b818f5d09 Remove suspicious print statement
This looked out of place for the GTK client...
2013-12-26 16:53:11 -05:00
thomasv
f045490597 During wallet creation, do not write seed on disk before it is encrypted 2013-12-13 17:30:34 +01:00
ThomasV
9b22372c43 remove prioritize altogether. 2013-11-22 16:55:43 +01:00
ThomasV
588f8fd110 wallet: call create_accounts in save_seed 2013-11-11 17:41:46 +01:00
Michael Wozniak
03fac376a1 prioritize button to match freeze button in gtk gui 2013-11-10 21:36:54 -05:00
ThomasV
5be9b7c669 Merge pull request #388 from WyseNynja/fix_more_bare_except
fix more bare excepts
2013-11-10 14:14:11 -08:00
ThomasV
df58fab5bd Merge pull request #390 from wozz/gtk
Gtk updates
2013-11-10 14:12:24 -08:00
Michael Wozniak
698f8bccef add Balance column to receive tab in GTK gui 2013-11-10 16:54:32 -05:00
Michael Wozniak
7e5cad5452 Freeze button in GTK receive tab. 2013-11-10 16:36:52 -05:00
Bryan Stitt
6cd4ed486a fix more bare excepts 2013-11-10 12:30:57 -08:00
Bryan Stitt
f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
Michael Wozniak
3c6808468e add F and P to address types in recv tab for Frozen and Prioritized addresses 2013-11-07 20:43:16 -06:00
Michael Wozniak
2abb071533 network button fix for not connected to a network - GTK gui 2013-11-07 20:36:53 -06:00
Michael Wozniak
ad498af71f add address type to receive tab in GTK GUI
I = imported
R = receive
C = change
2013-11-07 20:24:13 -06:00
Michael Wozniak
9c2d3bbbdd fix label editing in gtk 2013-11-07 18:18:12 -06:00
ThomasV
31aaae8ed2 seed v6 2013-10-26 16:40:05 +02:00
ThomasV
116b10cc11 replace blockchain.height with height(), and fix server_lag issue 2013-10-09 10:04:32 +02:00
ThomasV
a130b5b92b update the gtk gui 2013-10-07 10:05:15 +02:00
ThomasV
f30fedc591 fix import 2013-09-28 13:51:25 +02:00
ThomasV
ecfe5e2590 common wallet.restore() method for GUIs 2013-09-28 13:45:49 +02:00
ThomasV
2c0814f0d3 simplify gui names 2013-09-24 10:06:03 +02:00
Renamed from gui/gui_gtk.py (Browse further)