diff --git a/.gitignore b/.gitignore
index 9eae7f5eeb..855feba3f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,19 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
+build
+dist
+node_modules
+lint.xml
+test-browser/reports/*
+babelify-src
+docs/_build
+.DS_Store
+.tern-port
+TODO
+soljson.js
+*~
+
+
# compiled output
/dist
/tmp
@@ -30,6 +44,7 @@
/coverage
/libpeerconnection.log
npm-debug.log
+lerna-debug.log
yarn-error.log
testem.log
/typings
diff --git a/libs/.gitignore b/libs/.gitignore
deleted file mode 100644
index e176e8a188..0000000000
--- a/libs/.gitignore
+++ /dev/null
@@ -1,17 +0,0 @@
-build
-dist
-node_modules
-npm-debug.log
-lint.xml
-.idea
-.vscode
-test-browser/reports/*
-babelify-src
-docs/_build
-.DS_Store
-.tern-port
-TODO
-soljson.js
-lerna-debug.log
-*~
-/tmp
diff --git a/libs/.gitkeep b/libs/.gitkeep
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/libs/.npmignore b/libs/.npmignore
deleted file mode 100644
index 2e84c1351d..0000000000
--- a/libs/.npmignore
+++ /dev/null
@@ -1 +0,0 @@
-.travis.yml
diff --git a/libs/CHANGELOG.md b/libs/CHANGELOG.md
deleted file mode 100644
index d63c5e0475..0000000000
--- a/libs/CHANGELOG.md
+++ /dev/null
@@ -1,679 +0,0 @@
-## Change Log
-
-### remix-analyzer 0.5.0-beta.2 (2020/04/01)
-- [#1445](https://github.com/ethereum/remix/pull/1445) analyser module listing updated (@Aniket-Engg)
-
-## Change Log
-
-### v0.1.31 (2020/03/31)
-- [#1444](https://github.com/ethereum/remix/pull/1444) Release 0 1 31 (@Aniket-Engg)
-- [#1438](https://github.com/ethereum/remix/pull/1438) test function with params will throw error (@Aniket-Engg)
-- [#1436](https://github.com/ethereum/remix/pull/1436) accounts count increased to 10 (@Aniket-Engg)
-- [#1434](https://github.com/ethereum/remix/pull/1434) Add type for compilation error (@yann300 )
-- [#1427](https://github.com/ethereum/remix/pull/1427) Remix-analyzer: LegacyAST to AST (@Aniket-Engg)
-
-## Change Log
-
-### v0.1.30 (2020/02/21 09:53 +00:00)
-- [#1428](https://github.com/ethereum/remix/pull/1428) release 0.1.30 (@Aniket-Engg)
-- [#1425](https://github.com/ethereum/remix/pull/1425) remix-analyzer: js to ts (@Aniket-Engg)
-- [#1423](https://github.com/ethereum/remix/pull/1423) add resetAccounts, new Account, fix getAccounts on remix-simulator (@iurimatias )
-- [#1422](https://github.com/ethereum/remix/pull/1422) anonymous locals rendering fixed (@Aniket-Engg)
-- [#1419](https://github.com/ethereum/remix/pull/1419) remix-solidity readme updated (@Aniket-Engg)
-- [#1418](https://github.com/ethereum/remix/pull/1418) npmignore file added (@Aniket-Engg)
-- [#1417](https://github.com/ethereum/remix/pull/1417) changelog updated (@Aniket-Engg)
-
-## Change Log
-
-### v0.1.29 (2020/01/29)
-- [#1416](https://github.com/ethereum/remix/pull/1416) bump version (@Aniket-Engg)
-- [#1415](https://github.com/ethereum/remix/pull/1415) undefined value type fixed (@Aniket-Engg)
-
-## Change Log
-
-### v0.1.28 (2020/01/28)
-- [#1414](https://github.com/ethereum/remix/pull/1414) bump versions (@Aniket-Engg)
-- [#1413](https://github.com/ethereum/remix/pull/1413) type mismatch fix for VM transaction instance (@Aniket-Engg)
-- [#1412](https://github.com/ethereum/remix/pull/1412) changelog for v0.1.27 updated (@Aniket-Engg)
-
-## Change Log
-
-### v0.1.27 (2020/01/28 05:54 +00:00)
-- [#1411](https://github.com/ethereum/remix/pull/1411) Release 0.1.27 (@Aniket-Engg)
-- [#1410](https://github.com/ethereum/remix/pull/1410) use compiler configuration in tests (@Aniket-Engg)
-- [#1409](https://github.com/ethereum/remix/pull/1409) Json interface unavailability handled (@Aniket-Engg)
-- [#1407](https://github.com/ethereum/remix/pull/1407) optional final callback in runTestFiles (@Aniket-Engg)
-- [#1406](https://github.com/ethereum/remix/pull/1406) Injected tests.sol (@Aniket-Engg)
-- [#1405](https://github.com/ethereum/remix/pull/1405) added sendRawTransaction (@LianaHus)
-- [#1402](https://github.com/ethereum/remix/pull/1402) pass value in test methods using natspec (@Aniket-Engg)
-- [#1400](https://github.com/ethereum/remix/pull/1400) package.json scripts updated (@Aniket-Engg)
-- [#1399](https://github.com/ethereum/remix/pull/1399) muirGlacier support (@Aniket-Engg)
-- [#1398](https://github.com/ethereum/remix/pull/1398) show storage loading status properly (@Aniket-Engg)
-- [#1396](https://github.com/ethereum/remix/pull/1396) multiple return values display separately (@Aniket-Engg)
-- [#1395](https://github.com/ethereum/remix/pull/1395) remove node.kind check since this is not necessarily present in ast t… (@iurimatias)
-- [#1394](https://github.com/ethereum/remix/pull/1394) Pass executionContext as args to to `try` function (@yann300)
-- [#1393](https://github.com/ethereum/remix/pull/1393) Fix compatibility with web3 1.0.0 (@yann300)
-- [#1391](https://github.com/ethereum/remix/pull/1391) package.json updated (@Aniket-Engg)
-- [#1390](https://github.com/ethereum/remix/pull/1390) initial fixes (@Aniket-Engg)
-- [#1389](https://github.com/ethereum/remix/pull/1389) changelog updated (@Aniket-Engg)
-
-## Change Log
-
-### v0.1.26 (2020/01/10 12:28 +00:00)
-- [#1386](https://github.com/ethereum/remix/pull/1386) Release 0.1.26 (@Aniket-Engg)
-- [#1385](https://github.com/ethereum/remix/pull/1385) compiler import issue fixed (@Aniket-Engg)
-- [#1384](https://github.com/ethereum/remix/pull/1384) catch and return deployment error in remix-tests (@Aniket-Engg)
-- [#1382](https://github.com/ethereum/remix/pull/1382) receive function support added (@Aniket-Engg)
-- [#1380](https://github.com/ethereum/remix/pull/1380) constructor ABI fixed (@Aniket-Engg)
-- [#1377](https://github.com/ethereum/remix/pull/1377) remix-solidity: js to ts (@Aniket-Engg)
-- [#1374](https://github.com/ethereum/remix/pull/1374) changelog updated (@Aniket-Engg)
-- [#1372](https://github.com/ethereum/remix/pull/1372) Syntax updates2 (@iurimatias)
-- [#1363](https://github.com/ethereum/remix/pull/1363) update syntax to use const, let and this (@iurimatias)
-- [#1362](https://github.com/ethereum/remix/pull/1362) refactor execution context (@iurimatias)
-
-## Change Log
-
-### v0.1.25 (2019/12/23)
-- [#1373](https://github.com/ethereum/remix/pull/1373) Release 0.1.25 (@Aniket-Engg )
-- [#1371](https://github.com/ethereum/remix/pull/1371) use web3 utils (@Aniket-Engg )
-- [#1369](https://github.com/ethereum/remix/pull/1369) network id fixed (@Aniket-Engg )
-- [#1368](https://github.com/ethereum/remix/pull/1368) solc 0.6.0 compatibility (@Aniket-Engg )
-- [#1359](https://github.com/ethereum/remix/pull/1359) web3 and ethers version update (@Aniket-Engg )
-- [#1358](https://github.com/ethereum/remix/pull/1358) task updated & comments added (@Aniket-Engg )
-- [#1357](https://github.com/ethereum/remix/pull/1357) changelog updated (@Aniket-Engg )
-
-## Change Log
-
-### v0.1.24 (2019/12/10)
-- [#1356](https://github.com/ethereum/remix/pull/1356) Publish 0.1.24 (@Aniket-Engg )
-- [#1355](https://github.com/ethereum/remix/pull/1355) bool type encoding handled (@Aniket-Engg )
-- [#1354](https://github.com/ethereum/remix/pull/1354) changelog added (@Aniket-Engg)
-
-## Change Log
-
-### v0.1.23 (2019/12/06 18:29 +00:00)
-- [#1353](https://github.com/ethereum/remix/pull/1353) Release 0.1.23 (@Aniket-Engg )
-- [#1352](https://github.com/ethereum/remix/pull/1352) solc version updated for remix-lib tests (@Aniket-Engg )
-- [#1351](https://github.com/ethereum/remix/pull/1351) use new solc version. Update the interface (@LianaHus)
-- [#1349](https://github.com/ethereum/remix/pull/1349) event triggered to get full storage (@Aniket-Engg )
-- [#1347](https://github.com/ethereum/remix/pull/1347) Fixed a bug with the wrong event name (@EthanWan )
-- [#1346](https://github.com/ethereum/remix/pull/1346) changelog & gulpfile updated (@Aniket-Engg )
-- [#1341](https://github.com/ethereum/remix/pull/1341) ethereumjs-vm version update with istanbul support (@Aniket-Engg )
-
-## Change Log
-
-### v0.1.22 (2019/12/03 06:03 +00:00)
-- [#1345](https://github.com/ethereum/remix/pull/1345) Bump version 0.1.22 (@Aniket-Engg )
-- [#1344](https://github.com/ethereum/remix/pull/1344) null worker before next load (@LianaHus )
-- [#1343](https://github.com/ethereum/remix/pull/1343) libs description updated (@Aniket-Engg )
-- [#1339](https://github.com/ethereum/remix/pull/1339) remix-solidity dependencies & readme updated (@Aniket-Engg )
-- [#1338](https://github.com/ethereum/remix/pull/1338) test file suffix checks improved (@Aniket-Engg )
-- [#1337](https://github.com/ethereum/remix/pull/1337) twice error catching improved (@Aniket-Engg )
-- [#1336](https://github.com/ethereum/remix/pull/1336) contribution file updated (@Aniket-Engg )
-- [#1335](https://github.com/ethereum/remix/pull/1335) package.json updated (@Aniket-Engg )
-- [#1334](https://github.com/ethereum/remix/pull/1334) more types added in remix-tests (@Aniket-Engg )
-- [#1333](https://github.com/ethereum/remix/pull/1333) added an exception catch (@LianaHus )
-- [#1332](https://github.com/ethereum/remix/pull/1332) remix-tests readme update (@Aniket-Engg )
-- [#1323](https://github.com/ethereum/remix/pull/1323) Bump lodash.mergewith from 4.6.1 to 4.6.2 in /remix-debugger (@dependabot[bot])
-- [#1324](https://github.com/ethereum/remix/pull/1324) Bump lodash from 4.17.11 to 4.17.15 in /remix-debugger (@dependabot[bot])
-- [#1329](https://github.com/ethereum/remix/pull/1329) sequence for tests (@Aniket-Engg)
-- [#1327](https://github.com/ethereum/remix/pull/1327) import supported in test contract (@Aniket-Engg)
-- [#1325](https://github.com/ethereum/remix/pull/1325) initiate provider (@Aniket-Engg)
-- [#1272](https://github.com/ethereum/remix/pull/1272) Implement filters; add more tests; eth_getStorageAt (@Aniket-Engg, @iurimatias)
-- [#1317](https://github.com/ethereum/remix/pull/1317) tests for #1314 (@Aniket-Engg)
-- [#1314](https://github.com/ethereum/remix/pull/1314) loop over dynamic array length will show warning (@Aniket-Engg)
-- [#1315](https://github.com/ethereum/remix/pull/1315) ethereumjs-util version updated to latest in all modules (@Aniket-Engg)
-- [#1311](https://github.com/ethereum/remix/pull/1311) transaction execution error recorded (@Aniket-Engg)
-- [#1313](https://github.com/ethereum/remix/pull/1313) delete from mapping will not show warning (@Aniket-Engg)
-- [#1312](https://github.com/ethereum/remix/pull/1312) update remix-tests unit tests (@0mkara)
-- [#1310](https://github.com/ethereum/remix/pull/1310) bytecode updated after library linking (@Aniket-Engg)
-- [#1307](https://github.com/ethereum/remix/pull/1307) changelog auto update (@Aniket-Engg)
-- [#1308](https://github.com/ethereum/remix/pull/1308) Separate AST blocks in remix-analyzer tests (@Aniket-Engg)
-- [#1306](https://github.com/ethereum/remix/pull/1306) changelog updated (@Aniket-Engg)
-
-
-# [v0.1.21](https://github.com/ethereum/remix/releases/tag/v0.1.21) - 30 Sep 2019
-
-## Change Log
-
-### v0.1.21 (2019/09/30 07:37 +00:00)
-- [#1305](https://github.com/ethereum/remix/pull/1305) Release v0.1.21 (@Aniket-Engg)
-- [#1303](https://github.com/ethereum/remix/pull/1303) remix tests worked with compiler loaded using web-worker (@Aniket-Engg)
-- [#1242](https://github.com/ethereum/remix/pull/1242) [Static analysis] Interaction with different addresses inside the loop handled (@Aniket-Engg)
-- [#1301](https://github.com/ethereum/remix/pull/1301) Makes plugin sendTransaction work with non-vm providers, add tests (@bmcd87)
-- [#1300](https://github.com/ethereum/remix/pull/1300) function params parsing improved (@Aniket-Engg)
-- [#1299](https://github.com/ethereum/remix/pull/1299) opcodes added (@Aniket-Engg)
-- [#1298](https://github.com/ethereum/remix/pull/1298) changelog updated (@Aniket-Engg)
-
-[Changes][v0.1.21]
-
-
-
-# [v0.1.20](https://github.com/ethereum/remix/releases/tag/v0.1.20) - 20 Sep 2019
-
-## Change Log
-
-### v0.1.20 (2019/09/20 13:38 +00:00)
-- [#1297](https://github.com/ethereum/remix/pull/1297) Release 0.1.20 (@Aniket-Engg)
-- [#1296](https://github.com/ethereum/remix/pull/1296) changelog added (@Aniket-Engg)
-- [#1294](https://github.com/ethereum/remix/pull/1294) string with comma handled (@Aniket-Engg)
-- [#1292](https://github.com/ethereum/remix/pull/1292) internal function call handling (@Aniket-Engg)
-- [#1204](https://github.com/ethereum/remix/pull/1204) Bump solidity version used for testing remix-lib (@Aniket-Engg, @yann300)
-- [#1291](https://github.com/ethereum/remix/pull/1291) updated package-lock.json (@Aniket-Engg)
-- [#1244](https://github.com/ethereum/remix/pull/1244) Added package-lock.json files to all the subprojects (@edisinovcic)
-- [#1290](https://github.com/ethereum/remix/pull/1290) Added comments in Internal call tree (@Aniket-Engg, @yann300)
-- [#1285](https://github.com/ethereum/remix/pull/1285) https for debug node (@yann300)
-- [#1267](https://github.com/ethereum/remix/pull/1267) working websocket support; implement eth_subscribe; eth_unsubscribe; eth_getLogs (@iurimatias)
-- [#1277](https://github.com/ethereum/remix/pull/1277) Update test runner to report accounts via callback (@andremedeiros)
-
-[Changes][v0.1.20]
-
-
-
-# [v0.1.19](https://github.com/ethereum/remix/releases/tag/v0.1.19) - 04 Sep 2019
-
-## Change Log
-
-### v0.1.19 (2019/09/04 14:08 +00:00)
-- [#1284](https://github.com/ethereum/remix/pull/1284) Bump version (@yann300)
-- [#1283](https://github.com/ethereum/remix/pull/1283) Fix swarm hash extraction (@yann300)
-
-[Changes][v0.1.19]
-
-
-
-# [v0.1.18](https://github.com/ethereum/remix/releases/tag/v0.1.18) - 04 Sep 2019
-
-## Change Log
-
-### v0.1.18 (2019/09/04 10:47 +00:00)
-- [#1282](https://github.com/ethereum/remix/pull/1282) Bump version (@yann300)
-- [#1281](https://github.com/ethereum/remix/pull/1281) Init remix-simulator (@yann300)
-
-[Changes][v0.1.18]
-
-
-
-# [v0.1.17](https://github.com/ethereum/remix/releases/tag/v0.1.17) - 03 Sep 2019
-
-## Change Log
-
-### v0.1.17 (2019/09/03 14:55 +00:00)
-- [#1279](https://github.com/ethereum/remix/pull/1279) Bump version (@yann300)
-- [#1278](https://github.com/ethereum/remix/pull/1278) Fix sending non state changing call (@yann300)
-
-[Changes][v0.1.17]
-
-
-
-# [v0.1.16](https://github.com/ethereum/remix/releases/tag/v0.1.16) - 29 Aug 2019
-
-## Change Log
-
-### v0.1.16 (2019/08/29 08:49 +00:00)
-- [#1275](https://github.com/ethereum/remix/pull/1275) Increment root package (@yann300)
-- [#1274](https://github.com/ethereum/remix/pull/1274) Bump version (@yann300)
-- [#1273](https://github.com/ethereum/remix/pull/1273) checking of the type of id (@LianaHus)
-- [#1269](https://github.com/ethereum/remix/pull/1269) '_deps' is not longer defined (@yann300)
-- [#1270](https://github.com/ethereum/remix/pull/1270) Update extracting swarm hash (@yann300)
-- [#1268](https://github.com/ethereum/remix/pull/1268) Use name 'web3' when custom provider (@yann300)
-- [#1256](https://github.com/ethereum/remix/pull/1256) Return compilation result instead of a label && take in account the error prop… (@yann300)
-- [#1265](https://github.com/ethereum/remix/pull/1265) Remove network check in `silentRunTx` (@yann300)
-- [#1259](https://github.com/ethereum/remix/pull/1259) added copy of payable and stateMutability to the constructor ABI (@LianaHus)
-- [#1211](https://github.com/ethereum/remix/pull/1211) implement more methods in remix-sim (@iurimatias)
-
-[Changes][v0.1.16]
-
-
-
-# [v0.1.15](https://github.com/ethereum/remix/releases/tag/v0.1.15) - 15 Jul 2019
-
-## Change Log
-
-### v0.1.15 (2019/07/15 12:39 +00:00)
-- [#1252](https://github.com/ethereum/remix/pull/1252) Bump version (@yann300)
-- [#1251](https://github.com/ethereum/remix/pull/1251) Udapp as class (@GrandSchtroumpf)
-- [#1249](https://github.com/ethereum/remix/pull/1249) update with latest links to readthedocs (@LianaHus)
-
-[Changes][v0.1.15]
-
-
-
-# [v0.1.14](https://github.com/ethereum/remix/releases/tag/v0.1.14) - 03 Jul 2019
-
-## Change Log
-
-### v0.1.14 (2019/07/03 13:42 +00:00)
-- [#1246](https://github.com/ethereum/remix/pull/1246) Bump version (@yann300)
-- [#1245](https://github.com/ethereum/remix/pull/1245) removed 'detail' key of optimizer for versions before yul (@LianaHus)
-- [#1223](https://github.com/ethereum/remix/pull/1223) Add more position conversion functions (@rocky)
-- [#1238](https://github.com/ethereum/remix/pull/1238) Fix #950 (@0mkara, @yann300)
-
-
-[Changes][v0.1.14]
-
-
-
-# [v0.1.13](https://github.com/ethereum/remix/releases/tag/v0.1.13) - 25 Jun 2019
-
-## Change Log
-
-### v0.1.13 (2019/06/25 08:02 +00:00)
-- [#1236](https://github.com/ethereum/remix/pull/1236) output ast from compilation result (@yann300)
-- [#1234](https://github.com/ethereum/remix/pull/1234) use babel 7 (@yann300)
-
-[Changes][v0.1.13]
-
-
-
-# [v0.1.12](https://github.com/ethereum/remix/releases/tag/v0.1.12) - 24 Jun 2019
-
-## Change Log
-
-### v0.1.12 (2019/06/24 07:50 +00:00)
-- [#1232](https://github.com/ethereum/remix/pull/1232) bump version (@yann300)
-- [#1228](https://github.com/ethereum/remix/pull/1228) Enable yul optimizations if optimizations are enabled and in Yul mode. (@yann300, @chriseth)
-- [#1221](https://github.com/ethereum/remix/pull/1221) add scripts for removing installation (@yann300)
-- [#1231](https://github.com/ethereum/remix/pull/1231) Create job_opening.md (@yann300)
-- [#1222](https://github.com/ethereum/remix/pull/1222) Use babel 7 (@yann300)
-- [#1216](https://github.com/ethereum/remix/pull/1216) Add routines for finding AST nodes (@rocky)
-- [#1215](https://github.com/ethereum/remix/pull/1215) WIP: Import fix for vscode integration (@0mkara)
-- [#1220](https://github.com/ethereum/remix/pull/1220) remove everything but link to new location of docs (@ethereum)
-- [#1219](https://github.com/ethereum/remix/pull/1219) Default abi if compiled with yul (@yann300)
-- [#1218](https://github.com/ethereum/remix/pull/1218) Version bump (@yann300)
-- [#1217](https://github.com/ethereum/remix/pull/1217) Set language for solidity compiler (@yann300)
-- [#1210](https://github.com/ethereum/remix/pull/1210) fixing #2029 static Analysis Location Issue (@LianaHus)
-- [#1193](https://github.com/ethereum/remix/pull/1193) remix-solidity: add compiler.setEvmVersion() (@scottt)
-- [#1213](https://github.com/ethereum/remix/pull/1213) Small spelling typos (@rocky)
-- [#1195](https://github.com/ethereum/remix/pull/1195) remove `console.error` (@yann300)
-- [#1196](https://github.com/ethereum/remix/pull/1196) Docs update (@ethereum)
-- [#1187](https://github.com/ethereum/remix/pull/1187) Docs new layout (@ryestew)
-- [#1192](https://github.com/ethereum/remix/pull/1192) publish lerna (@yann300)
-- [#1190](https://github.com/ethereum/remix/pull/1190) Various Fix on Debugger (@yann300)
-- [#1160](https://github.com/ethereum/remix/pull/1160) add more methods to remix-sim; fix accounts (@iurimatias)
-- [#1183](https://github.com/ethereum/remix/pull/1183) Update README.md (@yann300)
-
-[Changes][v0.1.12]
-
-
-
-# [v0.1.10](https://github.com/ethereum/remix/releases/tag/v0.1.10) - 11 May 2019
-
-## Packages
-
-remix-lib@0.4.6
-remix-analyzer@0.3.6
-remix-debug@0.3.6
-remix-simulator@0.1.6
-remix-tests@0.1.7
-remix-solidity@0.3.6
-
-## Change Log
-
-### v0.1.10 (2019/05/11 07:44 +00:00)
-- [#1182](https://github.com/ethereum/remix/pull/1182) Bump version (@yann300)
-- [#1181](https://github.com/ethereum/remix/pull/1181) move to ethers v4 (@yann300)
-- [#1158](https://github.com/ethereum/remix/pull/1158) Remove duplicated function declaration 'Ethdebugger.prototype.debug' (@nujabes403)
-- [#1180](https://github.com/ethereum/remix/pull/1180) remix-debug depends on web3 (@scottt)
-- [#1177](https://github.com/ethereum/remix/pull/1177) Update universalDapp.js (fix bad reference) (@yann300)
-- [#1176](https://github.com/ethereum/remix/pull/1176) add görli test net declaration (contract metadata) (@yann300)
-- [#1172](https://github.com/ethereum/remix/pull/1172) fix for electron w/dynamic loading of solcjson (@subtly)
-
-
-[Changes][v0.1.10]
-
-
-
-# [v0.1.9](https://github.com/ethereum/remix/releases/tag/v0.1.9) - 23 Apr 2019
-
-
-- Update regex for fixing Firefox support [#1165](https://github.com/ethereum/remix/pull/1165)
-- Improving error message [#1164](https://github.com/ethereum/remix/pull/1164)
-- Update universal-dapp.js for Constantinople support [#1161](https://github.com/ethereum/remix/pull/1161)
-
-## Packages
-
-remix-lib@0.4.5
-remix-analyzer@0.3.5
-remix-debug@0.3.5
-remix-simulator@0.1.5
-remix-tests@0.1.6
-remix-solidity@0.3.5
-
-## Change Log
-
-### v0.1.9 (2019/04/23 15:41 +00:00)
-- [#1170](https://github.com/ethereum/remix/pull/1170) Bump version (@yann300)
-- [#1165](https://github.com/ethereum/remix/pull/1165) fix: update regex to be Firefox compatible (@andremedeiros)
-- [#1164](https://github.com/ethereum/remix/pull/1164) Better error msg (@LianaHus)
-- [#1159](https://github.com/ethereum/remix/pull/1159) Fix typo 'invokation' to 'invocation' (@nujabes403)
-- [#1161](https://github.com/ethereum/remix/pull/1161) Update universalDapp.js - support ethereumjs-vm 2.5.0 (@yann300)
-
-[Changes][v0.1.9]
-
-
-
-# [v0.1.8](https://github.com/ethereum/remix/releases/tag/v0.1.8) - 17 Apr 2019
-
-
-- release of remix-astwalker
-- move `universal-dapp` logic from remix IDE to remix repository
-
-## Packages
-
-remix-lib@0.4.4
-remix-analyzer@0.3.4
-remix-debug@0.3.4
-remix-simulator@0.1.4
-remix-tests@0.1.5
-remix-solidity@0.3.4
-
-## Change Log
-
-### v0.1.8 (2019/04/17 11:49 +00:00)
-- [#1156](https://github.com/ethereum/remix/pull/1156) remix-astwalker (@0mkara)
-- [#1150](https://github.com/ethereum/remix/pull/1150) move universal-dapp logic from remix-ide to remix-lib (@iurimatias)
-
-
-[Changes][v0.1.8]
-
-
-
-# [v0.1.7](https://github.com/ethereum/remix/releases/tag/v0.1.7) - 03 Apr 2019
-
-## Packages
-
-remix-lib@0.4.3
-remix-analyzer@0.3.3
-remix-debug@0.3.3
-remix-simulator@0.1.3
-remix-tests@0.1.4
-remix-url-resolver@0.0.5
-remix-solidity@0.3.3
-
-## Change Log
-
-### v0.1.7 (2019/04/03 10:27 +00:00)
-- [#1153](https://github.com/ethereum/remix/pull/1153) Bump ethereumjs-vm version (3.0.0) (@yann300)
-- [#1151](https://github.com/ethereum/remix/pull/1151) Various fixes in remix-tests (@0mkara, @yann300)
-
-[Changes][v0.1.7]
-
-
-
-# [v0.1.6](https://github.com/ethereum/remix/releases/tag/v0.1.6) - 28 Mar 2019
-
-## Packages
-
-remix-lib@0.4.2
-remix-analyzer@0.3.2
-remix-debug@0.3.2
-remix-simulator@0.1.2
-remix-tests@0.1.3
-remix-url-resolver@0.0.4
-
-
-## Change Log
-
-### v0.1.6 (2019/03/28 13:35 +00:00)
-- [#1128](https://github.com/ethereum/remix/pull/1128) Remix Tests Typescript implementation (@0mkara, @Sab94)
-- [#1133](https://github.com/ethereum/remix/pull/1133) Fix typo (@PatAltimore)
-- [#1138](https://github.com/ethereum/remix/pull/1138) manage metamask privacy mode (@yann300)
-- [#1141](https://github.com/ethereum/remix/pull/1141) constantinople support (JSVM) (@yann300)
-- [#1136](https://github.com/ethereum/remix/pull/1136) run remix-lib tests on v0.5.4+commit.9549d8ff (@iurimatias, @yann300)
-- [#1137](https://github.com/ethereum/remix/pull/1137) fix: handle bignumber conversion on hash without prefix (@andremedeiros)
-- [#1131](https://github.com/ethereum/remix/pull/1131) ethereum/populus is no longer maintained. Use ours. (@0mkara)
-- [#1124](https://github.com/ethereum/remix/pull/1124) Updated regex in Memory Debugger to exclude replacing space with '?' (@eswarasai)
-- [#1127](https://github.com/ethereum/remix/pull/1127) Fix test (@yann300)
-- [#1122](https://github.com/ethereum/remix/pull/1122) fix: storageRangeAt doesn't always take a callback (@andremedeiros)
-- [#1120](https://github.com/ethereum/remix/pull/1120) Allow timestamps to be passed to rawRun (@LeviBarnes)
-- [#1117](https://github.com/ethereum/remix/pull/1117) Add module declaration (@0mkara)
-- [#1115](https://github.com/ethereum/remix/pull/1115) Update README.md (@yann300)
-- [#1112](https://github.com/ethereum/remix/pull/1112) improve userdoc for sender account (@0mkara)
-- [#1114](https://github.com/ethereum/remix/pull/1114) Fix tests (@yann300)
-- [#1113](https://github.com/ethereum/remix/pull/1113) Update package.json (@yann300)
-- [#1110](https://github.com/ethereum/remix/pull/1110) Fix remix-url-resolver package.json (@0mkara)
-- [#1109](https://github.com/ethereum/remix/pull/1109) add bins & command line params for simulator and debugger (@iurimatias)
-- [#1107](https://github.com/ethereum/remix/pull/1107) Update release-process.md (@yann300)
-- [#1106](https://github.com/ethereum/remix/pull/1106) fix remix-url-resolver package.json (@0mkara)
-- [#1100](https://github.com/ethereum/remix/pull/1100) Remix resolve (@0mkara)
-- [#1105](https://github.com/ethereum/remix/pull/1105) Fix remix-lib test (@yann300)
-- [#1104](https://github.com/ethereum/remix/pull/1104) update package versions to be in line with npm (@iurimatias)
-- [#1047](https://github.com/ethereum/remix/pull/1047) unit testing fix for PR #1014 (@yann300, @0mkara, @fulldecent)
-- [#1094](https://github.com/ethereum/remix/pull/1094) (initial) lib for rdb (@iurimatias)
-- [#1095](https://github.com/ethereum/remix/pull/1095) fix txFormat tests (@iurimatias)
-- [#1089](https://github.com/ethereum/remix/pull/1089) Update tests.sol.js (@LianaHus)
-- [#1090](https://github.com/ethereum/remix/pull/1090) rename filename to fix uppercase issue causing issues in remix-debug (@iurimatias)
-- [#1084](https://github.com/ethereum/remix/pull/1084) move non prod dependencies to devDependencies (@iurimatias)
-- [#1083](https://github.com/ethereum/remix/pull/1083) add websocket support for remix-sim (@iurimatias)
-- [#1082](https://github.com/ethereum/remix/pull/1082) add missing send method (@iurimatias)
-- [#995](https://github.com/ethereum/remix/pull/995) move debugger logic from remix-ide to remix-debug (@iurimatias)
-- [#1080](https://github.com/ethereum/remix/pull/1080) Update config.yml (@yann300)
-- [#1050](https://github.com/ethereum/remix/pull/1050) Check RETURN and REVERT instruction .... (@yann300)
-- [#1077](https://github.com/ethereum/remix/pull/1077) Fix and rename makeFullTypeDefinition (@yann300)
-- [#1079](https://github.com/ethereum/remix/pull/1079) changed RemixD's to `remixd` (@LianaHus)
-- [#1078](https://github.com/ethereum/remix/pull/1078) added info about read-only mode for remixd (@LianaHus)
-
-[Changes][v0.1.6]
-
-
-
-# [v0.1.5](https://github.com/ethereum/remix/releases/tag/v0.1.5) - 22 Nov 2018
-
-## Packages
-
-remix-analyzer@0.2.13
-remix-debug@0.2.14
-remix-lib@0.3.13
-remix-simulator@0.0.8
-remix-solidity@0.2.14
-remix-tests@0.0.21
-
-## Change Log
-
-### v0.1.5 (2018/11/22 13:45 +00:00)
-- [#1076](https://github.com/ethereum/remix/pull/1076) Bump version (@yann300)
-- [#1075](https://github.com/ethereum/remix/pull/1075) Revert "Update package.json" (@yann300)
-- [#1074](https://github.com/ethereum/remix/pull/1074) Update package.json (@yann300)
-- [#1073](https://github.com/ethereum/remix/pull/1073) Update package.json (@yann300)
-- [#1072](https://github.com/ethereum/remix/pull/1072) Update unittesting_tab.md (fix doc rendering) (@yann300)
-
-[Changes][v0.1.5]
-
-
-
-# [v0.1.4](https://github.com/ethereum/remix/releases/tag/v0.1.4) - 21 Nov 2018
-
-## Packages
-
-remix-tests@0.0.20
-
-## Change Log
-
-### v0.1.4 (2018/11/21 10:15 +00:00)
-- [#1071](https://github.com/ethereum/remix/pull/1071) bump general version (@yann300)
-- [#1070](https://github.com/ethereum/remix/pull/1070) bump version (@yann300)
-- [#1067](https://github.com/ethereum/remix/pull/1067) include test libraries import statements into sources anyway (@LianaHus)
-- [#1065](https://github.com/ethereum/remix/pull/1065) Add argument to connect local folder to remix-ide and Provide an example (@hskang9)
-- [#1069](https://github.com/ethereum/remix/pull/1069) Make unit testing work for solidity < 0.5.0 (@yann300)
-
-[Changes][v0.1.4]
-
-
-
-# [v0.1.3](https://github.com/ethereum/remix/releases/tag/v0.1.3) - 19 Nov 2018
-
-This release provides Solidity 0.5.0 support.
-
-## Packages
-
-remix-lib@0.3.12
-remix-debug@0.2.13
-remix-simulator@0.0.7
-remix-solidity@0.2.13
-remix-analyzer@0.2.12
-remix-tests@0.0.19
-
-## Change Log
-
-### v0.1.3 (2018/11/19 20:28 +00:00)
-- [#1066](https://github.com/ethereum/remix/pull/1066) Bump version solidity 0.5 support (@yann300)
-- [#1060](https://github.com/ethereum/remix/pull/1060) Fix static analysis 0.5 (@yann300, @LianaHus)
-- [#1053](https://github.com/ethereum/remix/pull/1053) fixes tests for solc-js 0.5.0 (@yann300, @LianaHus)
-- [#1056](https://github.com/ethereum/remix/pull/1056) Create release-process.md (@yann300)
-
-[Changes][v0.1.3]
-
-
-
-# [v0.1.2](https://github.com/ethereum/remix/releases/tag/v0.1.2) - 15 Nov 2018
-
-## Published packages
-
-remix-lib@0.3.11
-remix-debug@0.2.12
-remix-simulator@0.0.6
-remix-solidity@0.2.12
-remix-analyzer@0.2.11
-remix-tests@0.0.18
-
-## Change Log
-
-### v0.1.2 (2018/11/15 09:57 +00:00)
-- [#1055](https://github.com/ethereum/remix/pull/1055) bump version (@yann300)
-- [#1054](https://github.com/ethereum/remix/pull/1054) publish (@yann300)
-- [#1049](https://github.com/ethereum/remix/pull/1049) Fix unit testing error message (@yann300)
-- [#1042](https://github.com/ethereum/remix/pull/1042) add Remixd (@yann300)
-- [#1012](https://github.com/ethereum/remix/pull/1012) Compile if solidity is fixed version, fixes #1011 (@fulldecent)
-- [#1018](https://github.com/ethereum/remix/pull/1018) Link to example project using remix-test with CI (@fulldecent)
-- [#1017](https://github.com/ethereum/remix/pull/1017) Link to example project that uses Travis + Remix-tests (@fulldecent)
-- [#1038](https://github.com/ethereum/remix/pull/1038) Delete .travis.yml (@yann300)
-- [#1037](https://github.com/ethereum/remix/pull/1037) Update README.md (@yann300)
-- [#1036](https://github.com/ethereum/remix/pull/1036) Update README.md (@yann300)
-- [#1004](https://github.com/ethereum/remix/pull/1004) Set the msg.sender in the solidity userdoc (@yann300)
-- [#1010](https://github.com/ethereum/remix/pull/1010) publishing (@yann300)
-
-[Changes][v0.1.2]
-
-
-
-# [v0.1.1](https://github.com/ethereum/remix/releases/tag/v0.1.1) - 24 Oct 2018
-
-Change log
-
-https://github.com/ethereum/remix/compare/v0.1.0...v0.1.1
-
-[Changes][v0.1.1]
-
-
-
-# [v0.1.0](https://github.com/ethereum/remix/releases/tag/v0.1.0) - 24 Oct 2018
-
-Changelog:
-
-https://github.com/ethereum/remix/compare/remix-tests@0.0.13...v0.1.0
-
-[Changes][v0.1.0]
-
-
-
-# [remix-lib@0.2.9](https://github.com/ethereum/remix/releases/tag/remix-lib@0.2.9) - 13 Jun 2018
-
-# Changelog
-
-- Use tx and receipt when resolving / listening [#848](https://github.com/ethereum/remix/pull/848)
-
-[Changes][remix-lib@0.2.9]
-
-
-
-# [remix-lib@0.2.8](https://github.com/ethereum/remix/releases/tag/remix-lib@0.2.8) - 11 Jun 2018
-
-## remix-lib@0.2.8 (11/06/2018)
-- Retrieve receipt [#844](https://github.com/ethereum/remix/pull/844)
-
-
-[Changes][remix-lib@0.2.8]
-
-
-
-# [remix-solidity@0.1.8](https://github.com/ethereum/remix/releases/tag/remix-solidity@0.1.8) - 29 May 2018
-
-# Changelog
-
-## remix-solidity@0.1.8 (29/05/2018)
-
-- Static analysis: Unassigned binary operations [#786](https://github.com/ethereum/remix/pull/786)
-- Static Analysis: Bugfix constant function check, Similar var names al… [#766](https://github.com/ethereum/remix/pull/766)
-
-[Changes][remix-solidity@0.1.8]
-
-
-
-# [remix-lib@0.2.6](https://github.com/ethereum/remix/releases/tag/remix-lib@0.2.6) - 29 May 2018
-
-# Changelog
-
-## remix-lib@0.2.6 (29/05/2018)
-
-- decode / encode tuple [#795](https://github.com/ethereum/remix/pull/795)
-- Fix encoding fallback function [#791](https://github.com/ethereum/remix/pull/791)
-- Fix library bytecode comparison [#790](https://github.com/ethereum/remix/pull/790)
-
-[Changes][remix-lib@0.2.6]
-
-
-
-# [remix-debug@0.0.6](https://github.com/ethereum/remix/releases/tag/remix-debug@0.0.6) - 29 May 2018
-
-# Changelog
-
-## remix-debug@0.0.6 (29/05/2018)
-
-- move most dev dependencies to dependencies [#803](https://github.com/ethereum/remix/pull/803)
-
-[Changes][remix-debug@0.0.6]
-
-
-
-# [remix-lib@0.2.5](https://github.com/ethereum/remix/releases/tag/remix-lib@0.2.5) - 29 May 2018
-
-# Changelog
-
-## remix-lib@0.2.5 (30/04/2018)
-- prepend hex value with 0x [#782](https://github.com/ethereum/remix/pull/782)
-- Retrieve the log from address at the end of a tx execution [#779](https://github.com/ethereum/remix/pull/779)
-- Update eventsDecoder.js [#778](https://github.com/ethereum/remix/pull/778)
-
-[Changes][remix-lib@0.2.5]
-
-
-[v0.1.21]: https://github.com/ethereum/remix/compare/v0.1.20...v0.1.21
-[v0.1.20]: https://github.com/ethereum/remix/compare/v0.1.19...v0.1.20
-[v0.1.19]: https://github.com/ethereum/remix/compare/v0.1.18...v0.1.19
-[v0.1.18]: https://github.com/ethereum/remix/compare/v0.1.17...v0.1.18
-[v0.1.17]: https://github.com/ethereum/remix/compare/v0.1.16...v0.1.17
-[v0.1.16]: https://github.com/ethereum/remix/compare/v0.1.15...v0.1.16
-[v0.1.15]: https://github.com/ethereum/remix/compare/v0.1.14...v0.1.15
-[v0.1.14]: https://github.com/ethereum/remix/compare/v0.1.13...v0.1.14
-[v0.1.13]: https://github.com/ethereum/remix/compare/v0.1.12...v0.1.13
-[v0.1.12]: https://github.com/ethereum/remix/compare/v0.1.10...v0.1.12
-[v0.1.10]: https://github.com/ethereum/remix/compare/v0.1.9...v0.1.10
-[v0.1.9]: https://github.com/ethereum/remix/compare/v0.1.8...v0.1.9
-[v0.1.8]: https://github.com/ethereum/remix/compare/v0.1.7...v0.1.8
-[v0.1.7]: https://github.com/ethereum/remix/compare/v0.1.6...v0.1.7
-[v0.1.6]: https://github.com/ethereum/remix/compare/v0.1.5...v0.1.6
-[v0.1.5]: https://github.com/ethereum/remix/compare/v0.1.4...v0.1.5
-[v0.1.4]: https://github.com/ethereum/remix/compare/v0.1.3...v0.1.4
-[v0.1.3]: https://github.com/ethereum/remix/compare/v0.1.2...v0.1.3
-[v0.1.2]: https://github.com/ethereum/remix/compare/v0.1.1...v0.1.2
-[v0.1.1]: https://github.com/ethereum/remix/compare/v0.1.0...v0.1.1
-[v0.1.0]: https://github.com/ethereum/remix/compare/remix-lib@0.2.9...v0.1.0
-[remix-lib@0.2.9]: https://github.com/ethereum/remix/compare/remix-lib@0.2.8...remix-lib@0.2.9
-[remix-lib@0.2.8]: https://github.com/ethereum/remix/compare/remix-solidity@0.1.8...remix-lib@0.2.8
-[remix-solidity@0.1.8]: https://github.com/ethereum/remix/compare/remix-lib@0.2.6...remix-solidity@0.1.8
-[remix-lib@0.2.6]: https://github.com/ethereum/remix/compare/remix-debug@0.0.6...remix-lib@0.2.6
-[remix-debug@0.0.6]: https://github.com/ethereum/remix/compare/remix-lib@0.2.5...remix-debug@0.0.6
-[remix-lib@0.2.5]: https://github.com/ethereum/remix/tree/remix-lib@0.2.5
-
-
diff --git a/libs/config.yml b/libs/config.yml
deleted file mode 100644
index 6f2bd099f0..0000000000
--- a/libs/config.yml
+++ /dev/null
@@ -1,88 +0,0 @@
-# Javascript Node CircleCI 2.0 configuration file
-#
-# Check https://circleci.com/docs/2.0/language-javascript/ for more details
-#
-version: 2
-jobs:
- remix-lib:
- docker:
- - image: circleci/node:10
- environment:
- working_directory: ~/repo
- steps:
- - checkout
- - run: npm install && npm run bootstrap
- - run: cd remix-lib && npm test
-
- remix-debug:
- docker:
- - image: circleci/node:10
- environment:
- working_directory: ~/repo
- steps:
- - checkout
- - run: npm install && npm run bootstrap
- - run: cd remix-debug && npm test
-
- remix-analyzer:
- docker:
- - image: circleci/node:10
- environment:
- working_directory: ~/repo
- steps:
- - checkout
- - run: npm install && npm run bootstrap
- - run: cd remix-analyzer && npm test
-
- remix-tests:
- docker:
- - image: circleci/node:10
- environment:
- working_directory: ~/repo
- steps:
- - checkout
- - run: npm install && npm run bootstrap
- - run: cd remix-tests && npm test
-
- remix-astwalker:
- docker:
- - image: circleci/node:10
- environment:
- working_directory: ~/repo
- steps:
- - checkout
- - run: npm install && npm run bootstrap
- - run: cd remix-astwalker && npm test
-
- remix-simulator:
- docker:
- - image: circleci/node:10
- environment:
- working_directory: ~/repo
- steps:
- - checkout
- - run: npm install && npm run bootstrap
- - run: cd remix-simulator && npm test
-
- remix-url-resolver:
- docker:
- - image: circleci/node:10
- environment:
- working_directory: ~/repo
- steps:
- - checkout
- - run: npm install && npm run bootstrap
- - run: cd remix-url-resolver && npm run build && npm test
-
-
-workflows:
- version: 2
- build_all:
- jobs:
- - remix-lib
- - remix-debug
- - remix-analyzer
- - remix-tests
- - remix-astwalker
- - remix-simulator
- - remix-url-resolver
diff --git a/libs/package.json b/libs/package.json
deleted file mode 100644
index 6b497f688a..0000000000
--- a/libs/package.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "version": "0.2.3",
- "devDependencies": {
- "gulp": "^4.0.2",
- "lerna": "^2.10.2"
- },
- "scripts": {
- "diff": "lerna diff",
- "updated": "lerna updated",
- "bootstrap": "lerna bootstrap; npm run build-ts-packages",
-
- "build-ts-packages": "lerna run --scope 'remix-analyzer' --scope 'remix-astwalker' --scope 'remix-solidity' --scope 'remix-tests' --scope 'remix-url-resolver' build",
- "publish": "npm run build-ts-packages; lerna publish",
- "release": "lerna bootstrap; lerna publish;",
- "tag": "gulp; gulp publishTag;",
- "updateChangelog": "gulp; gulp updateChangelog --prev $previousVersion;",
- "remove-all-install": "npm run remove-install; npm run remove-install-analyzer; npm run remove-install-astwalker; npm run remove-install-debug; npm run remove-install-lib; npm run remove-install-simulator; npm run remove-install-tests; npm run remove-install-url-resolver; npm run remove-install-solidity;",
- "remove-install": "rm package-lock.json; rm -rf node_modules",
- "remove-install-analyzer": "rm remix-analyzer/package-lock.json; rm -rf remix-analyzer/node_modules; rm -rf remix-analyzer/dist",
- "remove-install-astwalker": "rm remix-astwalker/package-lock.json; rm -rf remix-astwalker/node_modules; rm -rf remix-astwalker/dist",
- "remove-install-debug": "rm remix-debug/package-lock.json; rm -rf remix-debug/node_modules",
- "remove-install-lib": "rm remix-lib/package-lock.json; rm -rf remix-lib/node_modules",
- "remove-install-simulator": "rm remix-simulator/package-lock.json; rm -rf remix-simulator/node_modules",
- "remove-install-solidity": "rm remix-solidity/package-lock.json; rm -rf remix-solidity/node_modules; rm -rf remix-solidity/dist",
- "remove-install-tests": "rm remix-tests/package-lock.json; rm -rf remix-tests/node_modules; rm -rf remix-tests/dist",
- "remove-install-url-resolver": "rm remix-url-resolver/package-lock.json; rm -rf remix-url-resolver/node_modules; rm -rf remix-url-resolver/dist"
- }
-}
\ No newline at end of file
diff --git a/libs/tasks.todo b/libs/tasks.todo
deleted file mode 100644
index c529535864..0000000000
--- a/libs/tasks.todo
+++ /dev/null
@@ -1 +0,0 @@
-- [] remix-debug: Add tests for debugger (stepOverForward)
\ No newline at end of file