Commit Graph

910 Commits

Author SHA1 Message Date
Daniel Ternyak a5ce56ba5f
Merge branch 'develop' into new-networks 2018-03-08 13:51:51 -06:00
greenkeeper[bot] aa287f478a chore(package): update electron to version 1.8.3 (#1266) 2018-03-08 13:29:09 -06:00
James Prado 9cac0298a2 Improve accessibility (a11y) (#1267)
* Manage modal focus

* Add isOpen prop to CustomNodeModal

* Remove outline overrides

* Update outline style for inputs

* Fix modal focus management & Cleanup CustomNodeModal

* Add aria-label on modal close button

* Fix modal scroll to top

* Add aria-live property for notifications

* Add aria-busy to Spinner component

* Fix border styles for generatewallet password inputs

* Update token balances inputs

* Remove multiple h1's & Update styles

* Add alt text to all img elements

* Update swap link from bity to shapeshift

* Update aria-labels and alt text

* Only show keystore password input when required

* Revert "Only show keystore password input when required"

This reverts commit 7ec5de52da0982cd3131f365b142f6915638d831.

* address changes requested
2018-03-08 13:28:43 -06:00
greenkeeper[bot] 6e8d807b22 fix(package): update react-markdown to version 3.3.0 (#1272) 2018-03-08 12:06:06 -06:00
greenkeeper[bot] 80383a831e fix(package): update ethereumjs-tx to version 1.3.4 (#1283) 2018-03-08 12:05:29 -06:00
greenkeeper[bot] 5e97a9fe66 chore(package): update url-search-params-polyfill to version 3.0.0 (#1296) 2018-03-08 12:04:58 -06:00
greenkeeper[bot] 3af6607901 chore(package): update enzyme-to-json to version 3.3.2 (#1297) 2018-03-08 12:04:20 -06:00
aitrean cf9887f21f Outstanding tasks to Productionize Tx (#1194)
* Verify and complete all branching saga logic tests for transaction stack.

* Write reducer tests for refactored transaction stack.

* Add selector tests. Some files still need to be debugged.

* Add snapshot test for fields, additional seelector testing.

* Remove fields snapshots.

* Remove ABIs from the TestState json

* Use redux state instead of raw json in selector testing.

* Fix merge issues.

* Remove log

* Fix state values.

* Change test value to wei.

* Last touchup.

* Fix buffer shape, change Wei typo, use reasonable wei values.

* Last touch up.
2018-03-08 12:03:45 -06:00
HenryNguyen5 94b3f3403b Fix recommended gas price breaking on subtab switch (#1268) 2018-03-07 17:55:46 -06:00
HenryNguyen5 16e6677c0f Derive available tx metadata (#1257)
* Derive "from" and "unit" parameters from current transaction when possible

* Fix tsc errors

* Address changes
2018-03-07 17:42:16 -06:00
William O'Beirne 3bce82ba86 Fix favicon transparency. (#1289) 2018-03-07 17:37:59 -06:00
HenryNguyen5 c340246ca0 Enable no-implicit-any (#1263)
* Progress commit

* Update more types

* Fix more types

* Fix abi function types

* Fix lib types

* Fix rest of types

* Address wbobeirne changes

* Change origin and destination check
2018-03-07 17:36:05 -06:00
Daniel Ternyak 0e26f7af4c
Tag Beta 0.5.1 (#1287) 2018-03-07 10:55:29 -06:00
Daniel Ternyak 3278318fa6
Fix Coinbase Widget (#1286)
* Connect Promos; pass current wallet address to Coinbase

* Use ShapeShift as promo if no wallet instance when showing Coinbase

* use appstate for typing
2018-03-07 10:54:14 -06:00
greenkeeper[bot] b901c3e125 chore(package): update @types/jest to version 22.2.0 (#1261) 2018-03-05 23:52:43 -06:00
Daniel Ternyak 8acef8e54f
Revert hard-source-webpack-plugin updates (#1269)
* Revert "fix(package): update hard-source-webpack-plugin to version 0.6.4 (#1254)"

This reverts commit e45324e7f1.

* Revert "fix(package): update hard-source-webpack-plugin to version 0.6.1 (#1232)"

This reverts commit b016d35819.
2018-03-05 23:52:20 -06:00
HenryNguyen5 2d057eb0b2 Fix swap timer (#1265) 2018-03-05 22:51:31 -06:00
William O'Beirne a5be81e96d Change swap link icon to ShapeShift logo. Get rid of new banner. (#1264) 2018-03-05 21:22:45 -06:00
Will O'Beirne b1cca7abe2
Remove copied nodes from tests. 2018-03-05 19:06:52 -05:00
Will O'Beirne 7d0a93017d
Handle typing issues with DPath being possibly undefined. 2018-03-05 18:56:08 -05:00
Will O'Beirne 7f75f590fc
Add new networks. 2018-03-05 18:36:09 -05:00
Daniel Ternyak 0d4bc5bbb1
Tag Beta Release 0.5.0 (#1255) 2018-03-05 14:36:20 -06:00
greenkeeper[bot] 446d7043c3 chore(package): update resolve-url-loader to version 2.3.0 (#1243) 2018-03-05 13:52:27 -06:00
greenkeeper[bot] 3bdf41cf59 chore(package): update electron-builder to version 20.2.1 (#1250) 2018-03-05 13:51:45 -06:00
Taylor Monahan 7941403782 Copy / messaging tweaks (#1253)
* replace "don't have a wallet" with "account" for more consistency

* Update Copyright info in disclaimer model

* fix prettier issues
2018-03-05 13:51:06 -06:00
greenkeeper[bot] 533255094b fix(package): update electron-updater to version 2.21.0 (#1251) 2018-03-05 13:49:42 -06:00
William O'Beirne d0379b19a0 Fix Disclaimer Open on ESC (#1245)
* Don’t listen to escape while modal is closed.

* Remove console
2018-03-05 13:00:54 -06:00
Daniel Ternyak e45324e7f1
fix(package): update hard-source-webpack-plugin to version 0.6.4 (#1254)
Closes #1252
2018-03-05 12:59:09 -06:00
William O'Beirne 3a36818412 Add Check TX Button to Transaction Notification (#1217)
* Reinstates v3 behavior on transaction send:

* Alert shows Check TX Status button

* Check TX page uses txHash query param

* LogOutPrompt now carries over search params and hash

* Remove console log

* Update test.
2018-03-05 12:58:53 -06:00
William O'Beirne e3194a649e Fix Blurry Modals (#1246) 2018-03-05 12:52:35 -06:00
greenkeeper[bot] b016d35819 fix(package): update hard-source-webpack-plugin to version 0.6.1 (#1232) 2018-03-03 13:29:42 -06:00
Daniel Ternyak dd83071ec7
chore(package): update url-loader to version 1.0.1 (#1240)
Closes #1237
2018-03-03 13:27:27 -06:00
greenkeeper[bot] 383df967a7 chore(package): update sass-loader to version 6.0.7 (#1236) 2018-03-03 13:27:10 -06:00
greenkeeper[bot] 611e511b33 fix(package): update moment to version 2.21.0 (#1235) 2018-03-03 13:26:36 -06:00
Luit Hollander a9aeacb775 Fix Repo Link (#1239) 2018-03-03 13:12:45 -06:00
William O'Beirne 6927aa0b55 Prevent Scrolling From Altering Amount Field (#1234)
* Prevent scrolling to adjust number input.

* Blur instead, less annoying.
2018-03-03 13:11:05 -06:00
HenryNguyen5 4dd0fc9785 Fix contract interact (#1233)
* reduce unintended side effects from empty units

* Fix contract interaction "to" address being empty

* Fix tsc errors
2018-03-02 15:57:17 -06:00
greenkeeper[bot] 86992e8198 chore(package): update ts-jest to version 22.4.1 (#1231) 2018-03-02 11:19:04 -06:00
Daniel Ternyak 7c451ffd4f
Tag Beta Release 0.4.0 (#1225) 2018-03-02 00:31:26 -06:00
HenryNguyen5 e9d719be52 Remove tx on state change (#1224)
* Clear serialized transaction on any change to transaction state

* Fix tsc errors

* remove console error

* Remove property mutations

* dont reset network unit when unit property isnt being reset
2018-03-02 00:28:50 -06:00
Daniel Ternyak 84319ab9a1
Fix unit value (#1223) 2018-03-01 23:31:27 -06:00
greenkeeper[bot] dbb5d9944d fix(package): update wallet-address-validator to version 0.1.2 (#1222) 2018-03-01 23:05:54 -06:00
greenkeeper[bot] f442cdae61 chore(package): update copy-webpack-plugin to version 4.5.0 (#1221) 2018-03-01 19:30:43 -06:00
James Prado aabcd3f7a3 Use Network Symbol in Confirmation Modal (#1039)
* Set default unit to 'ETH' instead of 'ether'

* Use 'isEtherUnit()' everywhere

* Set default unit to empty string

* Update isEthUnit to isNetworkUnit

* Fix unit conversion for non-ethereum networks

* Set default network unit properly

* Fix tests

* fix typos

* Update isNetworkUnit selector

* Update isNetworkUnit

* Fix validationhelpers tests

* Add mock state to tests & Move isNetworkUnit to selectors

* Fix validation helper spec

* fix unit swap spec
2018-03-01 19:24:14 -06:00
greenkeeper[bot] 08335fbca0 chore(package): update file-loader to version 1.1.11 (#1220) 2018-03-01 17:18:56 -06:00
greenkeeper[bot] 2c37463f7c chore(package): update copy-webpack-plugin to version 4.4.3 (#1219) 2018-03-01 16:35:06 -06:00
Daniel Ternyak 162713ac6d
Logo updates (#1216)
* Update image brand color, remove unused images.

* Update brand color.
2018-03-01 13:49:07 -06:00
greenkeeper[bot] 328bd05859 chore(package): update @types/react to version 16.0.40 (#1214) 2018-03-01 13:37:43 -06:00
William O'Beirne 653c363279 Copy address touchups (#1215)
* Checksum address, adjust styles.

* Pull up address
2018-03-01 13:36:30 -06:00
James Prado 9ef1920fe0 Update dropdowns, inputs, and textareas (#1169)
* Align footer to bottom

* Fix request payment offset padding

* Update request payment padding

* Add new Input and Dropdown components

* Fix offset margins in equiv vals

* Update all send tx inputs & dropdowns

* Update generate wallet dropdowns

* Update inputs & dropdowns for contracts tab

* Add inputs & dropdowns for all but swap tab

* amend

* Fix imports

* inputs are invalid when not disabled or readonly

* Fix offset refresh button

* Add togglable password back to wallet generation

* Update swap inputs, textareas, and dropdowns

* Update any outstanding inputs

* Make UnitDropDown searchable

* unitdropdown searchanble if options > 10

* Fix css issues

* Reset before setting currentTo
2018-03-01 11:53:29 -06:00