This repository was archived by the owner on Feb 26, 2020. It is now read-only.
This repository was archived by the owner on Feb 26, 2020. It is now read-only.
Clean codebase #92
Closed
Description
Some ideas for removing deprecated stuff in the codebase:
- After Remove inject.js server-side injection for dapps openethereum/parity-ethereum#8539 gets merged, we won't be able to use Parity UI in the browser anymore. We can remove all
<iframes>
,if (isElectron())
... - Remove all Rust files
- Use yarn.lock instead of package-lock.json?