Commit Graph

977 Commits

Author SHA1 Message Date
Taylor Monahan d21e4349ef update trezor referral URL (#1411) 2018-03-28 23:25:16 -05:00
HenryNguyen5 07d9325702 Remove MyEtherWallet Ref (#1412) 2018-03-28 23:24:52 -05:00
Daniel Ternyak 586e39d799
Tag Release 0.6.4 (#1407) 2018-03-28 14:35:41 -05:00
Daniel Ternyak 7930ab6611
Revert "Upgrade to Webpack 4 (#1386)" (#1406)
This reverts commit d19c4f44e6.
2018-03-28 14:34:29 -05:00
Daniel Ternyak 705d5d3b7f
Release 0.6.3 (#1400) 2018-03-27 16:10:09 -05:00
James Prado b7e2bbef96 Fix textarea styles (#1398) 2018-03-27 16:06:55 -05:00
Daniel Ternyak 588d88481c
Tag Release 0.6.2 (#1399) 2018-03-27 16:06:24 -05:00
Daniel Ternyak 844a3b9662
Update default contracts (#1394)
* update existing contracts

* remove duplicate contract
2018-03-27 12:30:41 -05:00
greenkeeper[bot] f637243f11 fix(package): update electron-updater to version 2.21.4 (#1388) 2018-03-26 23:18:12 -05:00
William O'Beirne d19c4f44e6 Upgrade to Webpack 4 (#1386)
* Initial attempt at webpack 4 upgrade, still not working.

* Remove unused modules, update some more packages.

* Wrangle types due to webpack weirdness.

* Undefined function

* Package updates.

* Replace extract text plugin. Re-add unusable code, but comment it out.

* Fix uglification

* Remove custom uglify, disable concatenateModules

* Upgrade and reenable favicons. Get rid of CSS warning.

* Fix up tscheck

* Add webpack modes to freezer, electron.

* Uodate webpack dev middleware
2018-03-26 23:04:08 -05:00
greenkeeper[bot] 93ef570d4a chore(package): update favicons-webpack-plugin to version 0.0.8 (#1381) 2018-03-26 13:10:02 -05:00
greenkeeper[bot] 33354745aa fix(package): update wallet-address-validator to version 0.1.4 (#1385) 2018-03-26 12:49:50 -05:00
Daniel Ternyak bb0014dbbb
Fix typos in translations (#1384) 2018-03-26 12:48:41 -05:00
greenkeeper[bot] 432a86859c chore(package): update @types/react to version 16.0.41 (#1382) 2018-03-25 21:14:28 -05:00
greenkeeper[bot] 58a382f0bd chore(package): update @types/react-select to version 1.2.6 (#1383) 2018-03-25 21:13:55 -05:00
Daniel Ternyak def6741122
Tag Beta 0.6.1 (#1379) 2018-03-23 11:59:52 -05:00
Daniel Ternyak b2c2d12a14
Fix translation issue (#1378) 2018-03-23 11:58:33 -05:00
Daniel Ternyak bcff51d453
Merge branch 'master' into develop 2018-03-23 11:52:57 -05:00
Daniel Ternyak de90a3e13a
Merge master into develop 2018-03-23 11:52:03 -05:00
Daniel Ternyak c42dcf613b
Tag Beta 0.6.0 (#1375) 2018-03-23 11:45:22 -05:00
Daniel Ternyak e39df306c8
chore(package): update @types/jest to version 22.2.2 (#1374)
Closes #1369
2018-03-23 11:42:33 -05:00
James Prado 910093b761 Update code blocks & generate / send tx buttons (#1333)
* Update account view routing

* update styles

* Fix WalletDecrypt types

* Replace disabled textareas with code blocks

* Fix broken animation

* Update snapshot

* Make contract interact dropdowns clearable & searchable

* Update node-sass to v4.8.3

* Fix swap inputs incorrectly incorrectly displaying invalid

* Refactor send tx & generate tx button

* Update broadcast tx & add more transaction details in tx confirmation

* Add signing prop to send button

* Update lite send

* Update codeblock styles

* Update snapshot

* Revert renaming Dropdown
2018-03-23 11:41:47 -05:00
greenkeeper[bot] 221e9cf4a3 chore(package): update @types/lodash to version 4.14.106 (#1370) 2018-03-23 11:29:22 -05:00
William O'Beirne 02711b390f Shapeshift Token Box UI (#1371)
* Convert to box style, fix TRST

* Disabled option, better responsive behavior.

* Removed unnecessary logic of splitting out origin and destination option arrays.
2018-03-23 11:25:44 -05:00
William O'Beirne bdaf40a0ce Send Form Style Adjustments (#1368)
* Remove title from account, tighten buttons and subtabs.

* Send everything button in input.

* Request tx to full width, adjust transaction fee spacing.

* Fix token balances button spacing.

* Fix address identicon flying offscreen. Tighten up identicon, show border even when theres no identicon.

* Add isSelfAddress boolean to AddressField, use it on WalletInfo tab.

* Use short amount again.

* Unused
2018-03-22 13:30:51 -05:00
greenkeeper[bot] 3284769ac9 chore(package): update electron-builder to version 20.6.2 (#1366) 2018-03-22 13:01:31 -05:00
greenkeeper[bot] 114fefbbbd fix(package): update electron-updater to version 2.21.3 (#1367) 2018-03-22 13:01:15 -05:00
Michael - Blurpesec 68b1447b31 Update keystore visual indicator (#1355)
* update keystore visual indicator

* Update Keystore.tsx

* visual indication using filename

* updated for visual indication using filename
2018-03-22 13:00:55 -05:00
James Prado 816ce3180f Translation Updates (#1323)
* Update account view routing

* Temporarily add unicode character to translated strings for testing

* Temporarily select add unicode to all untranslated strings

* Format changes

* Add all english translations for /account & /generate

* Add the rest of the english translations

* Add a few more missing translations

* Update en translations

* Get selectedLanguage from localstorage instead of redux sttate

* Update snapshots

* Add missing translation keys & Update translate functs & change variable prefix

* translate all markdown strings & remove old translation strings

* Update snapshot

* Add a few more translation strs

* Move raw strings being translated into json

* All translation keys are now Uppercase

* Fix up the last few translations

* Update snapshot

* Uppercase de translation strings

* Bring back shapeshift logo on swap

* Fix contracts tab translations

* Fix a few more translations

* Fix translations

* remove debugging stuff

* Update snapshots

* Use react.fragment as markdown root renderer

* Seperate markdown translations into their own function

* Clean up translation functions

* Clean up translation functions

* Update snapshot

* Fix some broken translation strings

* Add prettier ignore file
2018-03-21 22:50:25 -05:00
William O'Beirne 7521337bda Custom DPaths, Improvements, and Fix SingularDTV (#1351)
* Add dpath to select option display

* Re-enable custom path

* Make it a submittable form to behave better with HW wallets

* Adjust styles

* Widen regex to allow for SingularDTV dpath
2018-03-21 15:19:15 -05:00
greenkeeper[bot] f42b81ac8a fix(package): update electron-updater to version 2.21.1 (#1338) 2018-03-21 14:45:05 -05:00
greenkeeper[bot] aa08c1902d chore(package): update ts-jest to version 22.4.2 (#1339) 2018-03-21 14:08:54 -05:00
Michael - Blurpesec 8eeefe7e25 Fix offline broadcast link (#1350)
* Fixed offline broadcast link

* fix for link from root
2018-03-21 13:49:33 -05:00
William O'Beirne 5d41a7f774 Remove all LESS code (#1348)
* Checking in removal process.

* Final removal of all SCSS

* Remove unnecessary test

* tscheck
2018-03-20 15:08:57 -05:00
William O'Beirne 0b44919912 Update node-sass (#1346) 2018-03-20 11:00:49 -05:00
Danny Skubak 937cc3fde5 Add Jenkins Integration (#1295)
* add jenkins changes

* run prettier

* update icons

* update icons to use latest favicon
2018-03-19 10:42:42 -05:00
Danny Skubak 9be46bf8aa Update blockie package in webpack config (#1337) 2018-03-17 23:52:47 -05:00
Daniel Ternyak f5716514b1
chore(package): update node-sass to version 4.8.1 (#1315)
Closes #1310
2018-03-17 19:48:37 -05:00
Daniel Ternyak 8c0dd3f455
Use ethereum-blockies-base64 (#1326)
* use makeBlockie from ethereum-blockies-base64

* adjust type ethereum-blockies-base64 type declaration

* add ethereum-blockies-base64

* update ethereum-blockies-base64; remove redundent declaration file
2018-03-17 16:31:28 -05:00
Daniel Ternyak 825e467db7
fix(package): update query-string to version 6.0.0 (#1325)
Closes #1322
2018-03-17 00:52:04 -05:00
greenkeeper[bot] 9e723e609c chore(package): update css-loader to version 0.28.11 (#1331) 2018-03-17 00:14:58 -05:00
greenkeeper[bot] be9729c302 chore(package): update @types/react-router-dom to version 4.2.5 (#1328) 2018-03-17 00:14:14 -05:00
greenkeeper[bot] 9a5e2a8c2a chore(package): update electron-builder to version 20.5.1 (#1324) 2018-03-17 00:13:57 -05:00
greenkeeper[bot] 0976552a0b chore(package): update @types/lodash to version 4.14.105 (#1327) 2018-03-17 00:13:17 -05:00
greenkeeper[bot] bd4a63e591 chore(package): update @types/react-select to version 1.2.5 (#1329) 2018-03-17 00:12:56 -05:00
greenkeeper[bot] aeb1b74d8d chore(package): update webpack-subresource-integrity to version 1.1.0-rc.4 (#1330) 2018-03-17 00:12:38 -05:00
greenkeeper[bot] 433a3276bb chore(package): update electron to version 1.8.4 (#1335) 2018-03-17 00:12:20 -05:00
greenkeeper[bot] 4b6cba3211 chore(package): update enzyme-to-json to version 3.3.3 (#1332) 2018-03-17 00:12:03 -05:00
William O'Beirne db6b737cad Show Recent Txs on Check Tx Page (#1147)
* Save transactions to local storage.

* Checksum more things + reset hash on network change.

* Fix IHexTransaction type, grab from from tx object directly.

* Refactor storage of recent transactions to use redux storage and loading.

* Refactor types to a transactions types file.

* Initial crack at recent transactions tab on account

* Punctuation.

* Transaction Status responsive behavior.

* Refactor transaction helper function out to remove circular dependency.

* Fix typings

* Collapse subtabs to select list when too small.

* s/wallet/address

* Type select onChange

* Get fields from current state if web3 tx
2018-03-14 15:10:14 -05:00
greenkeeper[bot] 740b191542 chore(package): update tslint-config-prettier to version 1.10.0 (#1316) 2018-03-14 14:53:11 -05:00