Commit Graph

1157 Commits

Author SHA1 Message Date
greenkeeper[bot] 8ce45a0c83 fix(package): update react-dom to version 16.3.2 (#1531) 2018-04-16 17:58:09 -05:00
greenkeeper[bot] 3fa699d5bd chore(package): update react-test-renderer to version 16.3.2 (#1529) 2018-04-16 17:57:06 -05:00
greenkeeper[bot] c59b6463c4 fix(package): update react to version 16.3.2 (#1530) 2018-04-16 17:56:53 -05:00
HenryNguyen5 6c8f3ff64a Only do node checks when node change is not pending (#1525)
* Only do node checks when node change isnt pending

* bump mycrypto-shepherd version

* Use shepherds selectors

* Use shepherd pending state for checking for offline

* Fix tsc error

* mycrypto-shepherd -> myc-shepherd

* set mycrypto-shepherd
2018-04-16 17:51:15 -05:00
William O'Beirne adad64d45f Fix TREZOR dpath on TOMO network (#1519) 2018-04-16 17:50:20 -05:00
HenryNguyen5 682b75b07d Fix jest tests (#1534)
* Fix jest tests with different fetch lib

* Make exact dep version
2018-04-16 17:23:03 -05:00
William O'Beirne c7c17843b0 Deprecation Warning for Insecure Unlocks (#1526) 2018-04-16 10:36:14 -05:00
greenkeeper[bot] 6084b62b26 fix(package): update moment to version 2.22.1 (#1524) 2018-04-16 10:12:58 -05:00
greenkeeper[bot] c87c494d01 fix(package): update react-transition-group to version 2.3.1 (#1520) 2018-04-16 10:12:39 -05:00
greenkeeper[bot] ed44784f9f chore(package): update ts-jest to version 22.4.3 (#1522) 2018-04-16 10:10:09 -05:00
greenkeeper[bot] 4e357df9a4 chore(package): update @types/lodash to version 4.14.107 (#1523) 2018-04-16 10:08:36 -05:00
William O'Beirne 944128bd29 ETC commonwealth node (#1518) 2018-04-15 11:45:36 -05:00
Daniel Kmak 985ea0fb89 Ethereum Alarm Clock Integration (#1343)
* [FEATURE] Initial EAC integration.

* Title and explanation

* [FEATURE] Move the Schedule Payment to the main tab.

* [FEATURE] TimeBounty slider.

* [FEATURE] Move to main menu.

* [FEATURE] Redirection to the DApp for details.

* [FEATURE] Timestamp scheduling

* Scheduling: Basic date and time widget

* Linting fixes

* Moved the datetime field to new tab

* Fixed push errors

* Added missing specs

* Undid unintentional UI change

* Fixed some failing tests

* Ignore datetime parameter when checking if a transaction is full

* Added a date selector widget and renamed ScheduleTimestamp to ScheduleDate

* Marked componentDidMount

* Initialized Pikaday

* Revert "Initialized Pikaday"

This reverts commit 4e5bf5b2b882f236f5977400abf9b7092cbd1592.

* Revert "Marked componentDidMount"

This reverts commit 85d52192ac58f4b6ca9219e702f7390cd27e582f.

* Revert "Added a date selector widget and renamed ScheduleTimestamp to ScheduleDate"

This reverts commit aaad0ac9b565a78d1bfc631754160919fd38a59b.

* Converted the date picker into a datetime picker

* Added decent styling to the datetimepicker

* Added validation to the datetime picker

* Fixed prepush errors for scheduling timestamp

* Adjusted validation logic scheduling timestamp

* [FEATURE] Move scheduling to main tab.

* [FEATURE] Timezone selector

* [FEATURE] Scheduling: Timezone selector

* Removed zombie files

* [FEATURE] Reimplement Time Bounty.

* [FEATURE] Time/block selector

* [FEATURE] Add Window Size field.

* [FEATURE] Time/block switch functionality

* Implemented time/block switcher fuctionality

* [FEATURE] Add Schedule Gas Price field.

* [FEATURE] Scheduling toggle

* [FEATURE] Add basic styling and network check.

* [FEATURE] Add Schedule Gas Limit field

* [FEATURE] "Scheduled" button styling

* Reordered, renamed and centered scheduling elements

* Added the toggle button styling

* Class -> ClassName

* [FEATURE] Add Deposit field

*  [FEATURE] Move scheduling code into one directory

* [FIX] Scheduling responsiveness

* [FIX] Datetime picker not working on md screens

* [FEATURE] Timestamp Scheduling basic functionality

* [FIX] Fix data serialization.

* [FEATURE] Timezone inclusion

* [FEATURE] Add ChronoLogic logo.

* [FEATURE] Add link to image.

* [FIX] Update CSS of logo.

* [FEATURE] Default Window Size

* [FEATURE] Modified Help component to enable acting as a tooltip

* [FEATURE] Call contract to validate scheduling params

* [FIX] Change moment import to fix tests

* [FEATURE] Gas estimation for scheduling

* [FEATURE] Additional validation

* [FEATURE] UI changes and descriptions

* [FEATURE] Add tooltip to window and fix fee display.

* [FIX] Fix ethereumjs-abi dependency.

* [FEATURE] Hide scheduling when sending tokens.

* [FIX] Improved styling datetime picker

* [FEATURE] Add Redux state for scheduling

* [FEATURE] Create Toggle component, Share code between components

* [FEATURE] Use Tooltip component for help.

* [FEATURE] Better datetime picker

* [FEATURE] Remove fee

* Trigger mycryptobuild

* [FIX] Timestamp scheduling - Validation match

* [FIX] EAC integration touchups

* [FIX] Code review fixes

* [FIX] Window Size type

* [FIX] Type fixes.

* [FIX] Make tooltips only show on icons + resposiveness fixes

* [FIX] Break tooltips into more lines

* [FIX] Remove unnecessary code.

* [FIX] Remove unnecessary code.

* [FIX] Remove unnecessary types declaration.

* [FIX] Fee class names
2018-04-14 17:21:33 -05:00
William O'Beirne 7798b9cef1 Show Recent Addresses on View Only (#1514)
* Add recent addresses to reducer, show them on view only decrypt.

* Update test
2018-04-14 14:10:21 -05:00
Daniel Ternyak f63bd92edf
Update ETH Token List (#1498)
* update ETH token list (as of April 11th, 2018)

* fix SMT duplicated tokens

* adjust tokens test to gather errors instead of failing on first test

* separate duplicate tokens

* update token list (april 13th, 2018)
2018-04-13 12:14:29 -05:00
William O'Beirne 574c628e61 Create script to update tokens list from ethereum-lists/tokens (#1247)
* Add script to update tokens from ethereum-lists/tokens, commit output.

* Force decimals to be integers.

* Eth-lists-script Typescript (#1508)

* Update scripts to handle collisions, and use typescript

* Add comment on duplicateAddress validator

* Lock dep on ts-node

* Fix tsc errors

* revert tokens update

* make implicit anys
2018-04-13 12:02:00 -05:00
Danny Skubak 7da50ae52a Use Yarn in Jenkins Electron Builds (#1512) 2018-04-13 11:33:49 -05:00
Connor Bryan 7320413dab Mnemonic Redesign (#1501)
* Added a shuffle to swap out the numbers and made them read-only.

* Add a border and an index when selecting a confirmation word

* Add error flashing

* Transform the inputs into buttons when confirming

* Change naming of "peek" to "revealing"

* If statement needs brackets

* Linter complaints

* Code cleanup

* Formatting and removing unused styles.

* Move out shuffle to a util

* Additional test cases

* Function call, forgot the parens

* Adjust sizing and position of confirmation index in Mnemonic button

* Implement requested style changes: selected buttons, margins on inputs

* Use lodahs shuffle

* No need to spread this array
2018-04-12 23:50:36 -05:00
William O'Beirne a40b2cc499 Fix a bunch of non-new tab links and mistranslated text (#1506) 2018-04-12 23:36:51 -05:00
William O'Beirne b4c4b05df6 Add QR signer modal to root so its always available (#1509) 2018-04-12 23:34:30 -05:00
Daniel Ternyak 2bb706d4a1
chore(package): update @types/react to version 16.3.9 (#1503)
Closes #1488
2018-04-12 18:18:32 -05:00
Daniel Ternyak db1a7ca2c3
Allow network selection via query parameter (#1496)
* initial non-working design

* continue implementation

* don't export shared type

* delay before requesting currentBlock

* setup one-time node change intent

* working implementation without node pulse

* dispatch action instead of call to enable node pulse

* Remove copy changes

* add test case for delay in handleNodeChangeIntent saga

* don't redundantly change networks

* Cleanup code and add tests (#1504)
2018-04-12 18:17:46 -05:00
greenkeeper[bot] 28fc8b795b chore(package): update @types/jest to version 22.2.3 (#1493) 2018-04-12 15:51:07 -05:00
greenkeeper[bot] d87b8d3a82 chore(package): update @types/react-dom to version 16.0.5 (#1487) 2018-04-12 15:50:51 -05:00
Daniel Ternyak b22ecb6260
Downgrade rc-slider to fix alignment issues (#1500) 2018-04-12 13:08:00 -05:00
HenryNguyen5 43ef6e95d4 Add getNetVersion to ignored methods for web3 (#1491)
* Add getNetVersion to ignored methods for web3

* update mycrypto-shepherd version
2018-04-11 19:18:56 -05:00
Danny Skubak 7b7e7eaae2 Add Jenkins CI (#1486)
* add jenkins ci file

* add try/catch and process.exit
2018-04-10 21:54:21 -05:00
Daniel Ternyak 54dc4f94e3
Allow metamask unlock on all networks (#1490) 2018-04-10 21:53:54 -05:00
HenryNguyen5 6a05436e1d Simpler offline checks (#1492)
* Fix sign message not returning

* Use shepherd offline state for offline checks

* Use hasCheckedOnline

* Fix tests

* Fix tsc err
2018-04-10 21:53:27 -05:00
greenkeeper[bot] 1394c099c0 chore(package): update @types/react to version 16.3.6 (#1482) 2018-04-09 15:05:21 -05:00
greenkeeper[bot] 2a1d748c25 chore(package): update @types/react-transition-group to version 2.0.8 (#1483) 2018-04-09 15:05:05 -05:00
HenryNguyen5 b9694c7be8 Unset Web3 to previous node (#1472) 2018-04-09 12:23:37 -05:00
HenryNguyen5 05a751b1f3 Fix ledger signing (#1473)
* Fix sign message not returning

* Remove unused bufferToHex

* trigger mycryptobuild
2018-04-09 12:15:57 -05:00
greenkeeper[bot] f9e59fdd73 fix(package): update wallet-address-validator to version 0.1.6 (#1478) 2018-04-09 12:13:43 -05:00
Maciej Hirsz 54980d745b Update parity signer link (#1477)
* Update the link

* Skip extension altogether
2018-04-09 12:13:27 -05:00
Daniel Ternyak 3f6491a9ee
Add core-js to package.json (#1479) 2018-04-09 10:56:38 -05:00
greenkeeper[bot] 12f0b949e7 chore(package): update @types/react-router-dom to version 4.2.6 (#1396) 2018-04-07 18:42:29 -05:00
Daniel Ternyak ac94ba5aa4
Merge pull request #1471 from MyCryptoHQ/develop
Tag Beta Release 0.7.0
2018-04-06 17:36:09 -05:00
Daniel Ternyak d35a7b4782
Tag Beta Release 0.7.0 2018-04-06 17:27:45 -05:00
Daniel Ternyak 0fb8cf9b8a
chore(package): update lint-staged to version 7.0.4 (#1470)
Closes #1421
2018-04-06 17:25:35 -05:00
HenryNguyen5 5e76b9f04c Fix web3 unset (#1467)
* initial mvp

* First functioning pass

* Add token balance shim

* Add working web3 implementation

* Fix tests

* Fix tsc errors

* Implement token batch splitting

* Undo logger change

* Fix linting errors

* Revert makeconfig change

* Add typing to token proxy + use string interpolation

* Remove useless parameter

* Remove logging

* Use type coercion to fix proxied methods

* Update shepherd

* Update to typescript 2.8.1

* Fix merged typings

* Address PR comments

* replace myc-shepherd with mycrypto-shepherd

* fix web3 nodes not unsetting

* Fix tscheck

* Strip web3 network prefix from node dropdown
2018-04-06 17:23:25 -05:00
greenkeeper[bot] bfc004638f fix(package): update mycrypto-shepherd to version 1.0.1 (#1468) 2018-04-06 16:36:21 -05:00
HenryNguyen5 08a7cb1f2b Check for buffer type and decode to hex instead of utf8 (#1469)
* Check for buffer type and decode to hex instead of utf8

* Fix typo
2018-04-06 16:34:43 -05:00
Maciej Hirsz 307e941684 Parity Signer (#1349)
* Parity Signer Squashed

* ParitySigner to be a container

* Parity Signer: style and polish

* target blank on appstore links

* PR fixes

* Move QrSignerModal to SendTransaction container

* Rework redux, use signing saga

* Cleanup

* Use new logo, change helpLink

* Rework finalize actions and types a bit

* Webcam info + wiki link on unlock screen

* Make the Parity QR Signer its own component, that has error messaging and ismore robust about adding / removing cameras.

* Unneded l10n
2018-04-06 16:32:25 -05:00
Daniel Ternyak c65296d953
Add Etherchain links (#1462)
* add etherchain to transaction succeeded notification

* additional etherchain links

* shorten verify copy

* fix config mis-match
2018-04-06 16:08:28 -05:00
HenryNguyen5 04eaa08d6c Shepherd MVP Integration (#1413)
* initial mvp

* First functioning pass

* Add token balance shim

* Add working web3 implementation

* Fix tests

* Fix tsc errors

* Implement token batch splitting

* Undo logger change

* Fix linting errors

* Revert makeconfig change

* Add typing to token proxy + use string interpolation

* Remove useless parameter

* Remove logging

* Use type coercion to fix proxied methods

* Update shepherd

* Update to typescript 2.8.1

* Fix merged typings

* Address PR comments

* replace myc-shepherd with mycrypto-shepherd
2018-04-06 15:52:48 -05:00
William O'Beirne fde886799b Fix keystore worker in dev (#1465) 2018-04-06 15:16:12 -05:00
William O'Beirne ad838f6eb2 Reduce Shapeshift Requests (#1463)
* Use market info instead of fetching each and every pair.

* Make loaders the size of the content.
2018-04-06 13:59:07 -05:00
William O'Beirne 8fb0e03d8d Add New Networks (#1259)
* Add new networks.

* Handle typing issues with DPath being possibly undefined.

* Remove copied nodes from tests.

* Review comments, refactor makeExplorer.

* Remove ETSC

* Re-add import

* Update snapshot
2018-04-06 09:02:02 -05:00
greenkeeper[bot] ab2b559dd2 chore(package): update @types/react to version 16.3.5 (#1443) 2018-04-05 22:24:08 -05:00