Commit Graph

649 Commits

Author SHA1 Message Date
George Lima c8386a7e4e Merge branch 'feature/transactions-infinite-loader' of github.com:andrerfneves/zcash-reference-wallet into feature/transactions-infinite-loader 2019-02-14 11:07:31 -03:00
George Lima 50c76a8145 chore(transactions): use lodash.uniqby instead of uniq 2019-02-13 15:27:36 -03:00
Gabriel Rubens 033e1232ae
chore(transactions): affirmative ternary
Co-Authored-By: georgelima <georgelima11@hotmail.com>
2019-02-13 13:21:25 -03:00
George Lima 9886b22a4a feat(loading-screen): add status message in loading screen 2019-02-13 12:44:14 -03:00
George Lima 91f32e1a8d feat(transactions): add InfiniteScroll in transactions view 2019-02-12 13:51:23 -03:00
George Lima bddd8e3ce6 chore(transactions): redux state 2019-02-12 13:50:24 -03:00
George Lima 9f84092d6d feat(shielded): add pagination in listShieldedTransactions 2019-02-12 13:49:37 -03:00
George Lima 7bb2ee4344 feat(deps): add react-virtualized 2019-02-12 13:47:13 -03:00
George Lima 3019f0182c
Merge pull request #69 from andrerfneves/feature/list-shielded-transactions
Feature/list shielded transactions
2019-02-11 17:20:17 -03:00
George Lima 71ab42ec4b chore(utils): split sort-by functions 2019-02-11 16:36:29 -03:00
George Lima cf195f8083 Merge branch 'develop' of github.com:andrerfneves/zcash-reference-wallet into feature/list-shielded-transactions 2019-02-11 11:55:22 -03:00
George Lima 014111097c
Merge pull request #70 from andrerfneves/bugfix/add-z_getbalance-mock
test(mock-rpc): add z_getbalance mock
2019-02-11 11:54:46 -03:00
George Lima 2b11a9ba2f test(mock-rpc): add z_getbalance mock 2019-02-11 11:47:40 -03:00
George Lima 1a08b740f5 chore(send): fix available amount border left 2019-02-11 10:54:03 -03:00
George Lima 0d3e535ea5 type(electron-store): fix typedefs 2019-02-11 10:52:51 -03:00
George Lima be3d3d38c7 chore(utils): fix truncate address 2019-02-11 10:51:16 -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 96f508310e feat(utils): add sortByDescend 2019-02-11 10:43:24 -03:00
George Lima e3a35d0c4a feat(shielded): add shielded transactions service 2019-02-11 10:39:57 -03:00
George Lima ceda64291b chore(wallet-address): add margin bottom 2019-02-11 10:37:50 -03:00
George Lima b265a9bf52 chore(sidebar): fix sidebar item border-right color 2019-02-11 10:31:05 -03:00
André Neves fe3031e0ee
Merge pull request #67 from andrerfneves/bugfix/minor-fixes
Bugfix/minor fixes
2019-02-10 10:27:30 -05:00
George Lima c711de97e5 feat(theme): add theme dropdown in settings view 2019-02-09 02:02:03 -03:00
George Lima 4c878de7e5 type(row): fix row typings 2019-02-09 02:01:05 -03:00
George Lima c642650d4c chore(utils): remove export default from sortBy 2019-02-09 02:00:16 -03:00
George Lima 099a65da79 chore(theme): hookup styled-theming in theme colors 2019-02-09 01:59:21 -03:00
George Lima 4be9244c5c feat(send): add MaxAmount button in amount field 2019-02-09 01:57:34 -03:00
George Lima 30aff1e34b chore(send): add hexadecimal memo option 2019-02-09 00:51:34 -03:00
George Lima 6f497a435b feat(send): add calcs to max send value and current address balance 2019-02-08 01:20:39 -03:00
George Lima 1e90f0ad49 feat(send): add load address balance in send container 2019-02-08 01:19:45 -03:00
George Lima 1277ac2d12 chore(select): add default capitalize as true 2019-02-08 01:18:40 -03:00
George Lima 6460a769bb feat(utils): add ascii-to-hexadecimal helper 2019-02-08 01:17:14 -03:00
George Lima c08145067c chore(send): remove capitalize from addresses 2019-02-08 00:05:26 -03:00
George Lima 9bb5d4ead6
Merge pull request #66 from andrerfneves/feature/flow-coverage
Feature/flow coverage
2019-02-08 00:50:55 -02:00
George Lima 8dc55b97a1 type(styled): add theme as default prop in interpolations 2019-02-07 13:31:59 -03:00
George Lima 7e8e572f6a type(flow): upgrade flow-bin and add styled-components typedefs 2019-02-07 00:06:48 -03:00
George Lima 98a1fc1a4a type(flow): upgrade flow-bin and add styled-components typedefs 2019-02-07 00:05:41 -03:00
André Neves 0726c8bdd2 chore: general code cleanup 2019-02-04 23:41:45 -05:00
André Neves b99db4e7cf refactor: status pill change ready to synced 2019-02-04 22:45:50 -05:00
André Neves c3b8bbfb7c
Merge pull request #65 from andrerfneves/feature/zcash-default-conf
Feature/zcash default conf
2019-02-04 22:32:52 -05:00
André Neves 07a9e817ed
Merge pull request #63 from andrerfneves/feature/catch-error-middleware
Feature/catch error middleware
2019-02-04 22:19:44 -05:00
André Neves 081c0a43a3
Merge branch 'develop' into feature/zcash-default-conf 2019-02-04 22:19:23 -05:00
André Neves 90f16a6ba6 chore: solve merge conflicts 2019-02-04 22:16:25 -05:00
André Neves ab4a2069fa
Merge pull request #52 from andrerfneves/feature/test-components-with-jest
Feature/test components with jest
2019-02-04 22:10:03 -05:00
André Neves 656b789e65
Merge branch 'develop' into feature/test-components-with-jest 2019-02-04 22:08:55 -05:00
georgelima fcc500e379 chore(zcashd-params): fix params download on windows 2019-02-04 22:32:53 -02:00
georgelima d0191ca7d6 type(rpc): add missing 2019-02-04 22:30:46 -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