Merge branch 'master' into ui-2

# Conflicts:
#	Cargo.lock
#	ethcore/src/evm/instructions.rs
#	js/package.json
#	js/src/modals/CreateAccount/AccountDetails/accountDetails.js
#	js/src/modals/FirstRun/TnC/tnc.js
#	js/src/modals/FirstRun/Welcome/welcome.js
#	js/src/ui/Form/Input/input.js
#	js/src/views/Accounts/accounts.js
#	js/src/views/Settings/Views/defaults.js
#	js/src/views/Settings/Views/views.js
#	js/webpack/app.js
#	js/webpack/libraries.js
This commit is contained in:
Jaco Greeff
2017-06-14 10:16:42 +02:00
14 changed files with 254 additions and 199 deletions

View File

@@ -147,12 +147,8 @@ module.exports = {
resolve: {
alias: {
'~': path.resolve(__dirname, '../src'),
<<<<<<< HEAD
'@parity/wordlist': path.resolve(__dirname, '../node_modules/@parity/wordlist'),
'@parity': path.resolve(__dirname, '../src'),
'secp256k1': path.resolve(__dirname, '../node_modules/secp256k1/js'),
=======
>>>>>>> master
'keythereum': path.resolve(__dirname, '../node_modules/keythereum/dist/keythereum')
},
modules: [

View File

@@ -44,12 +44,8 @@ module.exports = {
resolve: {
alias: {
'~': path.resolve(__dirname, '../src'),
<<<<<<< HEAD
'@parity/wordlist': path.resolve(__dirname, '../node_modules/@parity/wordlist'),
'@parity': path.resolve(__dirname, '../src'),
'secp256k1': path.resolve(__dirname, '../node_modules/secp256k1/js'),
=======
>>>>>>> master
'keythereum': path.resolve(__dirname, '../node_modules/keythereum/dist/keythereum')
}
},