Commit Graph

997 Commits

Author SHA1 Message Date
George Lima f1732f8101 feat(status-pill): add StatusPill refetching status 2019-06-04 21:31:15 -03:00
George Lima 8e0dd4ae39 feat(loader): add loader component 2019-06-04 21:29:21 -03:00
George Lima 4e39ea5334 feature(redux): add fetchStateHandler middleware 2019-06-04 21:28:06 -03:00
George Lima d36f8c2e87 type(flow): update flowtype badge 2019-06-02 21:22:08 -03:00
George Lima ad0147fef7 feat(loading): add loading state
- Receive
- Send
2019-06-02 21:18:48 -03:00
André Neves 1cc3987e79
Merge pull request #147 from ZcashFoundation/hotfix/dashboard-design-break
hotfix/dashboard design break
2019-06-02 13:21:30 -04:00
Andre Neves ec2609bb0f hotfix(responsive): refactoring UI on wallet summary to allow for small screens 2019-06-02 13:19:20 -04:00
Andre Neves b76c56a1e9 Merge branch 'develop' of github.com:andrerfneves/zepio into develop 2019-06-02 13:00:22 -04:00
André Neves 6282788090
Feature/dot GitHub folder (#146)
Feature/dot GitHub folder
2019-05-31 19:19:55 -04:00
André Neves af895b8a91
Clarify transparent address sublabel (#145)
Clarify transparent address sublabel
2019-05-31 19:19:35 -04:00
George Lima 8c4416434e feat(github): add issues template 2019-05-31 17:27:05 -03:00
George Lima d29b2c7584 Merge branch 'master' of github.com:andrerfneves/zec-react-wallet 2019-05-31 17:25:32 -03:00
SamPatt 1646f2b6ef
Clarify transparent address sublabel
The original text "By using transaparent addresses you are forgiving any privacy properties to your transactions" contains a typo and the word "forgiving" is either a typo or an usual use of language.

I've suggested new text for the sublabel.
2019-05-31 11:24:48 -04:00
André Neves b3d2e760ed
GPG public key (#141)
GPG public key
2019-05-30 21:57:25 -04:00
Andre Neves df803f00e6 type(flow): update flowtype badge 2019-05-30 21:52:24 -04:00
Andre Neves 8196524d94 chore(pk): signing public key 2019-05-30 21:51:50 -04:00
André Neves fc19baa3ca
v0.7.2 (#140)
v0.7.2
2019-05-30 21:43:13 -04:00
Andre Neves 0e2f584393 type(flow): update flowtype badge 2019-05-30 21:39:45 -04:00
Andre Neves 62e215bf0c chore(version): versioning bump" 2019-05-30 21:39:12 -04:00
André Neves f1b3dd9662
chore(readme): mention to BigNumber.js (#139)
chore(readme): mention to BigNumber.js
2019-05-30 21:31:18 -04:00
André Neves 72f296ba93
Merge pull request #137 from ZcashFoundation/hotfix/built-in-daemon
Hotfix/built in daemon
2019-05-30 21:30:29 -04:00
George Lima 158383b65c chore(daemon): use zcashd.pid approach to check external daemon 2019-05-30 19:10:48 -03:00
George Lima b77bffe621 feat(daemon): add getDaemonProcessId helper 2019-05-30 19:01:51 -03:00
George Lima f2ff156d8e feat(daemon): add checkLockFile helper 2019-05-30 15:47:55 -03:00
George Lima 240805c9b7 feat(daemon): add getZcashFolder helper 2019-05-30 15:47:03 -03:00
Gabriel Rubens 00391c3630
chore(readme): mention to BigNumber.js 2019-05-30 13:58:55 -03:00
George Lima ae94230a65 type(flow): update flowtype badge 2019-05-30 12:48:15 -03:00
George Lima fda330b566 test(e2e): make sure e2e tests are passing 2019-05-30 12:45:01 -03:00
George Lima e126c58dd8 type(flow): update flowtype badge 2019-05-30 02:17:01 -03:00
George Lima 559f05845b chore(build): split binaries by OS 2019-05-30 02:15:27 -03:00
George Lima cb4266d80f type(flow): update flowtype badge 2019-05-30 01:39:09 -03:00
George Lima f9024f8085 chore(git-hooks): use husky 2019-05-30 01:18:38 -03:00
George Lima d76ae7fb12 chore(daemon): bump 2.0.5-2 2019-05-30 01:14:41 -03:00
George Lima a367c7df5c fix(loading-screen): use process pid
- Avoid requests queue
- Don't start connectivity checking before having a processId
2019-05-30 01:11:13 -03:00
George Lima af7622ce17 chore(status-pill): avoid requests queue 2019-05-30 01:07:40 -03:00
George Lima b30a0ccf50 feat(daemon): save daemon processId on local store 2019-05-30 00:51:56 -03:00
George Lima 4cc4645ff3 chore(api): add logs for success call 2019-05-30 00:37:37 -03:00
George Lima d4a53ce0bd chore(electron: bump tp 4.2.2 2019-05-30 00:34:23 -03:00
George Lima ead224c90e Merge branch 'develop' of github.com:andrerfneves/zec-react-wallet into hotfix/built-in-daemon 2019-05-29 23:46:11 -03:00
George Lima 5a358e1ac5 chore(flow): bump 0.99.1 2019-05-29 23:10:06 -03:00
André Neves c7b241bcfa
Merge pull request #136 from sandakersmann/patch-1
Changed http:// to https:// on some links
2019-05-29 20:00:59 -04:00
Marius Kjærstad 3715de2e1b
Changed http:// to https:// on some links
Changed http:// to https:// on some links in README.md
2019-05-30 01:23:04 +02:00
André Neves 6229a35472
v0.7.1 (#135)
v0.7.1
2019-05-29 18:59:10 -04:00
Andre Neves 0ff214765a chore(version): bumping version to 0.7.1 2019-05-29 18:53:45 -04:00
André Neves 0983fd4a66
hotfix(settings): omit zcash network picker if using custom node (#134)
hotfix(settings): omit zcash network picker if using custom node
2019-05-29 18:49:51 -04:00
Andre Neves c0c1ab4393 hotfix(settings): omit zcash network picker if using custom node 2019-05-29 18:45:22 -04:00
André Neves 8b3cd462d9
chore(build): add deb depends config (#132)
chore(build): add deb depends config
2019-05-29 18:26:37 -04:00
André Neves 20945a2af1
refactor(fees): fees were incorrect for default network fees (#133)
refactor(fees): fees were incorrect for default network fees
2019-05-29 18:26:23 -04:00
Andre Neves 8ea7ae29fe refactor(fees): fees were incorrect for default network fees 2019-05-29 18:19:42 -04:00
George Lima 637e9c22ef chore(build): add deb.depends config 2019-05-29 18:44:11 -03:00