Commit Graph

162 Commits

Author SHA1 Message Date
Aditya Kulkarni
5939632078 Rename RPC to Controller 2019-10-07 12:45:11 -07:00
Aditya Kulkarni
c6f6b1c126 Split rpc and controller 2019-10-07 12:38:58 -07:00
Aditya Kulkarni
31cdab70d3 Add DataModel class 2019-10-07 11:01:37 -07:00
Aditya Kulkarni
390ea6b505 Verification progress instead of download. Fixes #182 2019-09-16 10:40:09 -07:00
Arjun
918408cc6e Move to standard UI transaction 2019-08-08 11:52:33 -07:00
Arjun
b792679a93 Zaddr fix (#173)
* Use isZAddress instead of hardcoded "z"

* Make last col in Tx table resizable
2019-07-28 11:23:30 -07:00
Aditya Kulkarni
141e70a873 Fix header resizing on tx table 2019-07-27 08:02:38 -07:00
Aditya Kulkarni
1219651f76 171 - Validate address 2019-07-27 08:02:38 -07:00
Tom Bradshaw (presstab)
486ee5c2e6 Add confirmations column to Transactions Table. (#168)
* Add confirmations column to Transactions table.

* Fix unsigned int wrapping for confirmation count.
2019-07-23 15:01:09 -07:00
Aditya Kulkarni
1cec871ac9 #161 Allow configuration for prices/check updates 2019-07-12 15:06:50 -07:00
Aditya Kulkarni
11c14d9af1 #150 prevent creating new t-addresses on refresh 2019-07-11 07:43:52 -07:00
Arjun
2b0764038b Move ZEC to token name 2019-06-27 12:51:38 -07:00
Aditya Kulkarni
74bb8a4e95 Support fast sync during initial block download 2019-06-03 13:28:43 -07:00
Aditya Kulkarni
0ac6e90c81 Fix race condition 2019-05-22 14:37:39 -07:00
Aditya Kulkarni
fcb68823a7 Support 2.0.5 sapling turnstile 2019-05-22 13:17:57 -07:00
Aditya Kulkarni
9db4b7b99d Allow pending payments to run immediately 2019-05-14 14:22:19 -07:00
adityapk00
41bc296f20 Recurring (#131)
* Save created recurring info

* Add to confirm dialog

* Update RPI at confirm

* Make singleton

* Add history to recurring payments

* USD/ZEC switch

* Fix check state

* recurring item serialization

* Add recurring payments to file

* Refactor

* Address view model

* Wire up dialog

* Update windows installer logos

* Store all payments in the store

* Save table geometry

* Add recurring payments view

* Add deletion

* Add recurring payment execution

* Add donation address to address book

* Add multiple payment handling

* Disable recurring for multiple payments

* Handle pay last

* Handle pay all

* Reomve frequency

* Enable recurring payments only for testnet

* For testing, allow payments in 5 min intervals

* Fix request money amounts
2019-05-14 13:12:31 -07:00
Aditya Kulkarni
d8b43896de Refactor address lookups 2019-05-07 11:33:00 -07:00
adityapk00
37ab20fef6 Add balances warning for syncing 2019-05-01 21:57:03 -07:00
Aditya Kulkarni
6f2ef7f09f Safe add addresses to data model 2019-04-09 15:51:15 -07:00
Dimitris Apostolou
b3a8982d44 Remove qt references (#122) 2019-04-05 09:14:55 -07:00
Aditya Kulkarni
ca02821375 Update check URL 2019-03-29 15:25:04 -07:00
Aditya Kulkarni
9062fc8587 Show Sprout security warning 2019-03-20 10:40:27 -07:00
Aditya Kulkarni
f23cf1d0e0 Switch to QThread::sleep 2019-03-20 10:18:13 -07:00
Aditya Kulkarni
1671916e73 #119 , #107
Add "troubleshooting" options to do rescan/reindex from UI
2019-03-19 16:02:47 -07:00
Aditya Kulkarni
78512cc05d Add payment URI support on command line 2019-03-18 14:17:48 -07:00
Aditya Kulkarni
e5c8078eaf Ignore hidden version while checking update from menu 2019-03-18 10:26:58 -07:00
Aditya Kulkarni
5564dfccb0 Prevent deleting utxos and balances while updating 2019-03-14 10:38:16 -07:00
adityapk00
f922118a46 Rename strings 2019-03-12 20:08:30 -07:00
Aditya Kulkarni
421922843e 0.6.1 2019-03-01 10:39:05 -08:00
Aditya Kulkarni
4e259d6e6c Experimental support for headless mode 2019-02-26 13:54:22 -08:00
adityapk00
318ffe24a7 Include Send Tab during labels update 2019-02-23 11:27:30 -08:00
Aditya Kulkarni
2a4bdbf93e Merge master 2019-02-04 13:42:51 -08:00
adityapk00
41edf32c71 #92 - Check process is alive before shuting it down 2019-02-02 19:16:59 -08:00
Aditya Kulkarni
45c3cee410 Merge master 2019-02-01 11:15:42 -08:00
Aditya Kulkarni
7c71457cc1 Merge branch 'master' into websockets 2019-02-01 11:04:33 -08:00
Aditya Kulkarni
0446d283a4 Merge branch 'recurring' 2019-02-01 10:23:58 -08:00
Aditya Kulkarni
37b5645cd9 Add version numbers 2019-01-31 14:49:16 -08:00
Aditya Kulkarni
7026a530ff Stop nagging for updates if the user presses cancel 2019-01-29 15:10:31 -08:00
Aditya Kulkarni
32eb3574f5 Add zcashd version info in tooltip 2019-01-28 10:44:24 -08:00
Aditya Kulkarni
c1ee223000 Add t address support in rpc 2019-01-23 15:13:02 -08:00
adityapk00
beb038e82d Recurring Dialogs 2019-01-22 20:42:26 -08:00
adityapk00
0358a1efa5 add execute method to allow autonomous Txns 2019-01-22 18:31:33 -08:00
adityapk00
bdcbc541fd Merge 0.5.7 (#88)
* Add null checks

* update label

* capitalization and update translations

* v0.5.7

* Don't show error on cancel
2019-01-16 19:32:20 -08:00
adityapk00
2ae8c9b0b2 Refactor websockets 2019-01-16 13:05:21 -08:00
Aditya Kulkarni
0e23f137c4 Add websocket support 2019-01-15 15:10:38 -08:00
Aditya Kulkarni
79f0fb39d1 Add null checks 2019-01-14 15:03:35 -08:00
Aditya Kulkarni
fbdfe1fc33 #87 Notify if update is available 2019-01-14 14:19:01 -08:00
Aditya Kulkarni
219430359d #86 - Fix progress percentage everywhere 2019-01-02 10:29:10 -08:00
Aditya Kulkarni
bf677ddb44 #86 - Fix sync percentage 2019-01-02 10:26:11 -08:00