* add jenkins config for mac signing (#1666)
* More RC Bugfixes (#1670)
* add jenkins config for mac signing (#1664)
* Fix#1653
* Fix#1648
* Fix#1638
* Fix test
* Electron Alpha Prep (#1671)
* Adjust update flow to not auto update, not publish in CI
* Revert "Adjust update flow to not auto update, not publish in CI"
This reverts commit 74fb382ce8d8cd9e227703ccfa8d6310bffd9dda.
* First pass at new app version modal
* Added app alpha notice that either warns you about alpha, or blocks the whole app.
* Improve newer version detection, add unit tests
* Remove native auto update behavior
* add jenkins config for mac signing (#1664)
* Notice once per session
* copy changes per PR review
* More RC Bugfixes (#1669)
* Fix#1653
* Fix#1648
* Fix#1638
* Fix test
* Add errorable component
* Fix lint
* Change instance order
* Adjust update flow to not auto update, not publish in CI
* Revert "Adjust update flow to not auto update, not publish in CI"
This reverts commit 74fb382ce8d8cd9e227703ccfa8d6310bffd9dda.
* First pass at new app version modal
* Added app alpha notice that either warns you about alpha, or blocks the whole app.
* Improve newer version detection, add unit tests
* Remove native auto update behavior
* Notice once per session
* copy changes per PR review
* Fix#1569
* Use common component for handling "to" address
* If to address becomes invalid, hide contract interact explorer
* Add IS_CONTRACT_INTERACTION mode - fix bugs related to contract interact
* Bump shepherd version to fix bugs related to metamask + network switches
* Update mycrypto link downloads
* Update facebook link
* Remove console log from checktx
* Fix dollar sign on contract address in conf modal
* Fix unchecksummed address for metamask signing
* Cleanup unused classname
* Update generate keystore file description to be correct
* Add space to create new wallet banner
* Remove extra variable
* Do checksumming in library function instead of component
* Clear state on address change
* Frameless Electron. Separate electron template. Generecize navigation link. Move nav info to config.
* Add controls for language and node, network status to sidebar.
* Sticky headers
* Move custom node modal into standalone component. Render modals via portal. Add custom node modal opening to electron node list.
* Conditional styling based on environment.
* Fix active node highlight
* Add frame back in, draggable only on OSX, fix sidebar scroll.
* Remove panel content after delay.
* Adjust window sizes
* Style desktop help nav icon
* Remove unused var
* Move style to param
* Remove unused
* Update snapshot
* Fix oversized stretching, zindex fighting
* Make electron work better with various screen sizes
* Remove not-working https option for electron
* Add beta banner
* Fix web footer
* Address changes
* 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
* 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)
* 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
* 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