Commit Graph

39 Commits

Author SHA1 Message Date
George Lima 228c2b1c5a feat(daemon): save DAEMON_START_TIME on store 2019-06-17 15:56:24 -03:00
George Lima 158383b65c chore(daemon): use zcashd.pid approach to check external daemon 2019-05-30 19:10:48 -03:00
George Lima b30a0ccf50 feat(daemon): save daemon processId on local store 2019-05-30 00:51:56 -03:00
George Lima bdbe60e9cd feat(daemom): add support for custom rpcconnect 2019-05-15 11:02:29 -03:00
George Lima b921ca71a1 feat(daemon): add support for zcash.conf -rpcport 2019-05-13 22:18:52 -03:00
George Lima a1143bb6e0 feat(loading-screen): improve status message 2019-05-08 00:40:07 -03:00
George Lima 26a1f7e8ad feat(debug): improve logging and add file to debug 2019-05-03 00:38:30 -03:00
George Lima 40cb4364d4 fix(relaunch): increase interval on waitDaemonClose 2019-04-16 00:15:46 -03:00
George Lima 6883c8e0cb feat(zcashd): add -conf if default -datadir is set 2019-04-08 13:24:37 -03:00
Andre Neves 1576b10711 feature: UI imporvements
chore: electron updates
2019-03-30 17:10:38 -04:00
George Lima 5c91a19983 fix(app-name): rename to "Zepio" 2019-03-25 17:28:57 -03:00
George Lima 52691b5df2 fix(daemon): check if old daemon is running in case of relaunch 2019-03-24 15:57:13 -03:00
George Lima b592bfbd68 feat(daemon): set default network to MAINNET 2019-03-19 22:28:35 -03:00
George Lima 79676ddc79 feat(daemon): add flag to indicate if daemon is fetching params 2019-03-18 12:06:27 -03:00
George Lima 32246727b5 feat(mainnet): add ability to choose the network
- App Reducer: embeddedDaemon (if is running the embedded daemon)
- App Reducer: zcashNetwork (which network the daemon is connected)
- Settings View: Add select field to change the network
- Config: Update run-daemon function to work with multiple networks
2019-03-17 00:25:16 -03:00
George Lima db6cf6200e fix(daemon): improve user/password definition for embedded daemon 2019-03-07 16:15:41 -03:00
George Lima 8678cb9500 fix(zcashd): get rpcuser and rpcpassword from running zcash process 2019-03-01 20:27:42 -03:00
André Neves 0726c8bdd2 chore: general code cleanup 2019-02-04 23:41:45 -05:00
georgelima fcc500e379 chore(zcashd-params): fix params download on windows 2019-02-04 22:32:53 -02:00
George Lima 070c7c6047 feat(zcashd): load and save rpcuser and rpcpassword from zcash.conf 2019-02-04 13:34:58 -03:00
George Lima 5226e52f11 feat(zcashd): run daemon with settings taken from zcash.conf 2019-02-04 13:12:04 -03:00
George Lima 689987980c feat(zcashd): check if window is open before send ipcMain emitter 2019-01-29 19:58:27 -03:00
George Lima 7f8b41aba8 chore(uuid): replace generateRandonString with uuid 2019-01-29 18:35:22 -03:00
George Lima 2efab1bb12 lint(import): remove default exports 2019-01-29 12:36:13 -03:00
George Lima 0281d6030f feature: enable testnet for tests 2019-01-10 17:49:32 -03:00
George Lima 0cdab5071f chore: log rpc credentials in dev mode 2019-01-08 11:34:20 -03:00
George Lima ea2874144f hotfix: validate mainWindow.webContents before send 2019-01-02 16:31:44 -03:00
George Lima 98cce75aa9 hotfix: decrease metricsrefreshtime 2019-01-02 16:18:15 -03:00
George Lima 0ee1d5c4fa hotfix: generateRandomString import path 2018-12-15 18:26:10 -03:00
George Lima ec6422bf75 lint: decrease max-len 2018-12-15 12:10:39 -03:00
George Lima 6941bda312 hotfix: add -addnode=testnet.z.cash in dev daemon 2018-12-07 10:43:36 -03:00
George Lima 7addcd0ecf
Merge pull request #10 from andrerfneves/feature/console-view
Feature/console view
2018-12-07 01:44:04 -02:00
George Lima 641a89fe70 feature: generante, save and run daemon with random rpc credentials 2018-12-05 16:43:47 -03:00
George Lima 90c3e7bb81 feature: send zcashd logs to ipcRenderer 2018-12-05 13:34:49 -03:00
georgelima e1a06d5d03 hotfix: windows fetch params call resolve promise 2018-12-04 17:13:16 -02:00
George Lima 52e644cbe2 feature: add show metrics options to zcashd process 2018-12-04 13:29:16 -03:00
georgelima f256dfa568 feature: use async/await instead of promises 2018-12-04 00:34:41 -02:00
George Lima 7fa36078dc hotfix: binary path and add -testnet on development env 2018-12-01 02:21:12 -03:00
George Lima 15f4c81b58 hotfix: move runDaemon to config/daemon folder 2018-11-30 22:33:29 -03:00