Commit Graph

89 Commits

Author SHA1 Message Date
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 14088907f7 fix(is-testnet): fix isTestnet helper usage 2019-03-19 22:29:44 -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 c22fbb4eb3 fix(parse-zcash-conf): remove side-effects from zcashParse method 2019-03-07 16:13:05 -03:00
George Lima 930e560816 fix(zcash-conf): clean store if rpcuser/rpcpassword are empty 2019-03-06 09:57:49 -03:00
George Lima c3df064b48 fix(zcash-conf): parse comment lines in zcash.conf 2019-03-06 09:34:54 -03:00
georgelima e4b0733198 fix(parse-conf): trim zcash key/value pair before save 2019-03-05 16:19:49 -03:00
George Lima 8678cb9500 fix(zcashd): get rpcuser and rpcpassword from running zcash process 2019-03-01 20:27:42 -03:00
George Lima 2e3b392d5e feat(parse-zcash-conf): add parser for cmd args 2019-03-01 20:26:34 -03:00
George Lima c9f39f4a2d test(zec-price): use got and add tests for zec-price service 2019-02-20 14:56:35 -03:00
George Lima beea8e6cae fix: merge conflicts 2019-02-19 11:07:15 -03:00
George Lima d67b1f7a65 lint(deeplink): clean up and lint files 2019-02-18 22:56:40 -03:00
georgelima cbc92d0cff fix(deeplink) - fix deeplink on osx startup 2019-02-18 20:22:07 -05:00
George Lima aaccf1c4f7 fix(webpack): add css ext to css-loader 2019-02-18 13:59:31 -03:00
George Lima 955e2d2f1e chore(deeplink): export searchUriInArgv 2019-02-15 12:14:09 -03:00
George Lima 8c566216e7 feat(logs): add process.argv log 2019-02-15 11:30:06 -03:00
George Lima e70f03130d feat(deeplink): add handleDeeplink on app startup 2019-02-14 19:20:05 -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
georgelima 670145753a feat(daemon): don't block app renderer on daemon start 2019-02-04 22:30:11 -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 9d170ab368 feat(zcash.conf): add parseZcashConf helper 2019-02-04 13:10:32 -03:00
George Lima 695e46ffee feat(zcash.conf): add locate zcash.conf helper 2019-02-04 13:09:18 -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 025d9d0e9e chore(git): merge with develop 2019-01-29 18:22:29 -03:00
George Lima 2efab1bb12 lint(import): remove default exports 2019-01-29 12:36:13 -03:00
George Lima 2982dda4d3 type(coverage): improve flow coverage 2019-01-28 21:34:07 -03:00
André Neves 7b18cecf99 chore: solve merge conflicts 2019-01-25 17:52:55 -05:00
André Neves 291e011eb7 chore: electron default window height
refactor: modal background overlay rgba change
refactor: fix transitions on all relevant components
2019-01-25 16:57:12 -05:00
George Lima b05df96721 test(electron): dont run daemon if NODE_ENV === 'test' 2019-01-23 12:41:25 -03:00
André Neves 277f8b11c3 chore: making init electron screen larger 2019-01-20 12:04:01 -05: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 b51ad34019 Merge branch 'develop' of github.com:andrerfneves/zcash-reference-wallet into hotfix/mac-build-pipeline 2019-01-03 14:32:19 -03:00
George Lima 734ed94cfb hotfix: webpack prod config publicPath 2019-01-03 14:19:09 -03:00
George Lima e432178d16 hotfix: move entrypoint to config folder 2019-01-03 14:18:36 -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 837950ec7c hotfix: use terser-webpack-plugin instead of uglifyjs 2018-12-19 12:33:42 -03:00
George Lima 1ec1719667 feature: setup dotenv 2018-12-15 18:45:48 -03:00
George Lima ed8b6b169d chore: replace ZCash -> Zcash 2018-12-15 18:28:36 -03:00