Commit Graph

67 Commits

Author SHA1 Message Date
George Lima 3ed024cf67
Merge pull request #102 from andrerfneves/bugfix/receive-address-list
Bugfix/receive address list
2019-04-11 17:33:19 -03:00
George Lima e2a4a5920f feat(receive): save latest created address 2019-04-11 11:30:35 -03:00
George Lima 6f8f26d392 feat(send): deny send transaction if node isn`t ready 2019-04-10 20:17:14 -03:00
George Lima 777807d1b3 feat(node-sync): add node-sync-types constants 2019-04-10 20:15:51 -03:00
Andre Neves 1576b10711 feature: UI imporvements
chore: electron updates
2019-03-30 17:10:38 -04:00
George Lima 52691b5df2 fix(daemon): check if old daemon is running in case of relaunch 2019-03-24 15:57:13 -03:00
Andre Neves 21d716c1b0 chore: general code cleanup 2019-03-20 09:04:34 -04:00
Andre Neves bc12b04601 feature: sidebar additional daemon and network details 2019-03-20 09:03:34 -04:00
George Lima 3ca81a151b fix(container): typo 2019-03-19 22:31:02 -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 27dbe741f8 fix(address): improve address UI
- Add balance information on the side of addresses (receive, send)
- Remove addresses with balance 0 from lists
2019-03-17 00:21:03 -03:00
George Lima d137f8724a feat(status-pill): move status-pill to redux 2019-02-20 16:35:23 -03:00
George Lima c356ade1b3 feat(transactions): save shielded txid in electron-store 2019-02-20 14:25:03 -03:00
George Lima ac2c7c13ea feat(transactions): add fee to transactions lists 2019-02-19 13:06:34 -03:00
André Neves 47440963cc
Merge branch 'develop' into feature/deep-link 2019-02-18 21:30:45 -05:00
George Lima 3fdeb3d56d fix(settings): load addresses in settings view 2019-02-18 23:10:42 -03:00
georgelima eff884f0b4 –fix(git): merge conflicts 2019-02-18 10:55:25 -03:00
George Lima 03e3d33dec type(send): export redux types 2019-02-14 19:20:54 -03:00
George Lima 50c76a8145 chore(transactions): use lodash.uniqby instead of uniq 2019-02-13 15:27:36 -03:00
George Lima bddd8e3ce6 chore(transactions): redux state 2019-02-12 13:50:24 -03:00
George Lima 71ab42ec4b chore(utils): split sort-by functions 2019-02-11 16:36:29 -03:00
George Lima 1757398b36 chore(transactions): fix list transactions 2019-02-11 10:50:10 -03:00
George Lima 23899e0e61 feat(send): save shielded transaction 2019-02-11 10:46:55 -03:00
George Lima c642650d4c chore(utils): remove export default from sortBy 2019-02-09 02:00:16 -03:00
George Lima 30aff1e34b chore(send): add hexadecimal memo option 2019-02-09 00:51:34 -03:00
George Lima 1e90f0ad49 feat(send): add load address balance in send container 2019-02-08 01:19:45 -03:00
André Neves 0726c8bdd2 chore: general code cleanup 2019-02-04 23:41:45 -05:00
George Lima ee2263e40f Merge branch 'develop' of github.com:andrerfneves/zcash-reference-wallet into feature/catch-error-middleware 2019-02-04 11:23:32 -03:00
George Lima bf2537b8c6
Merge pull request #61 from andrerfneves/feature/receive-get-new-address
Feature/receive get new address
2019-02-04 10:58:42 -02:00
Eliabe Júnior 89aab4264b
Feature/test utils with jest (#56)
* fix(test-utils): wallet summary tests

* feat(test-utils): create tests for utils functions

* chore(test-utils): rename utils to kebab case

* chore(test-utils): move utils to right folder

* fix(test-utils): utils import

* fix(test-utils): bignumber toFormat function types

* feat(test-utils): increase formatNumber test coverage
2019-02-01 09:31:56 -03:00
George Lima 7a4584382f chore(receive): add missing dispatch 2019-01-31 18:26:08 -03:00
George Lima eaa0ca3f6a feat(redux): add App redux module 2019-01-30 21:21:22 -03:00
George Lima 6f0660eccf feat(receive): add getnewaddress button 2019-01-30 12:16:10 -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 c6088bd8d4 chore(redux): use bignumber 2019-01-29 12:02:34 -03:00
George Lima 2982dda4d3 type(coverage): improve flow coverage 2019-01-28 21:34:07 -03:00
George Lima 2fae82c1fe refactor(namecase): decamelize filename 2019-01-28 10:03:11 -03:00
George Lima 57bb3e6ff5 chore(components): add missing ids 2019-01-24 16:26:03 -03:00
George Lima e68583b363 chore(git): merge with developer 2019-01-24 11:56:49 -03:00
George Lima 87a10a73b0 type(redux): supress redux flow warnings 2019-01-21 21:08:35 -03:00
George Lima c69f2c7de0 feature(redux): add settings container 2019-01-12 15:01:16 -03:00
George Lima 34314d766a feature: show info screen after send coins 2019-01-10 11:51:32 -03:00
George Lima 49466386cf feature: add getnewaddress on dashboard startup 2019-01-10 10:02:28 -03:00
George Lima e9c7475d27 feature: use bignumber.js 2019-01-09 10:14:02 -03:00
George Lima fe74b461ca fix: transactions list sort by date 2019-01-08 13:01:20 -03:00
George Lima d7056f1b03 feature: get transparent addresses in dashboard 2019-01-08 13:00:40 -03:00
George Lima b5c84b6329 fix: send view container 2019-01-07 15:59:27 -03:00
George Lima 65394dc9e6 feature: add receive view container 2019-01-07 15:06:16 -03:00
George Lima e6108924b5 hotfix: merge conflicts 2018-12-21 12:47:12 -03:00