Remove unused and duplicated files in js-old (#7082)

* Cleanup v1 build process, application-only

* Remove built-in dapps from build (duplicated)

* User @parity/api instead of local version

* Update references to @parity/abi

* Remove unused js-old api/abi folders

* Remove duplicated v1 jsonrpc

* Cleanup unused routes

* Update manifest with wallet image

* Update wallet logo

* Re-add missing test.sh

* Update rpc mocks

* Update tests for Providers

* Use flex for iframe & status

* Additional cleanups (Home screen for embed)

* Keep statusbar fixed (and non-overallping with dapps)
This commit is contained in:
Jaco Greeff
2017-11-21 17:38:06 +01:00
committed by GitHub
parent bc17c61d14
commit fcee1c0ac8
632 changed files with 232 additions and 46825 deletions

View File

@@ -17,7 +17,7 @@
import React, { Component, PropTypes } from 'react';
import { connect } from 'react-redux';
import { createIdentityImg } from '~/api/util/identity';
import { createIdentityImg } from '@parity/api/lib/util/identity';
import { isNullAddress } from '~/util/validation';
import { CancelIcon, ContractIcon } from '../Icons';