moved libs into libs dir

pull/10/head
aniket-engg 4 years ago
parent 4637ad9ed4
commit 894a0abd08
  1. 0
      libs/.circleci/config.yml
  2. 0
      libs/.gitignore
  3. 0
      libs/.gitmodules
  4. 0
      libs/.npmignore
  5. 0
      libs/CHANGELOG.md
  6. 0
      libs/CONTRIBUTING.md
  7. 0
      libs/LICENSE
  8. 0
      libs/README.md
  9. 0
      libs/docs/Makefile
  10. 0
      libs/docs/conf.py
  11. 0
      libs/docs/index.rst
  12. 0
      libs/docs/make.bat
  13. 0
      libs/docs_old/Makefile
  14. 0
      libs/docs_old/analysis_tab.rst
  15. 0
      libs/docs_old/compile_tab.rst
  16. 0
      libs/docs_old/conf.py
  17. 0
      libs/docs_old/debugger_tab.rst
  18. 0
      libs/docs_old/file_explorer.rst
  19. 0
      libs/docs_old/images/remix_analysistab.png
  20. 0
      libs/docs_old/images/remix_compiletab.png
  21. 0
      libs/docs_old/images/remix_debuggertab.png
  22. 0
      libs/docs_old/images/remix_editor.png
  23. 0
      libs/docs_old/images/remix_file_explorer_browser.png
  24. 0
      libs/docs_old/images/remix_file_explorer_menu.png
  25. 0
      libs/docs_old/images/remix_quickstart_javascriptvm_callinginstance.png
  26. 0
      libs/docs_old/images/remix_quickstart_javascriptvm_creation.png
  27. 0
      libs/docs_old/images/remix_quickstart_javascriptvm_creationTransaction.png
  28. 0
      libs/docs_old/images/remix_recorder.png
  29. 0
      libs/docs_old/images/remix_runtab.png
  30. 0
      libs/docs_old/images/remix_runtab_example.png
  31. 0
      libs/docs_old/images/remix_settingstab.png
  32. 0
      libs/docs_old/images/remix_supporttab.png
  33. 0
      libs/docs_old/images/remix_terminal.png
  34. 0
      libs/docs_old/index.rst
  35. 0
      libs/docs_old/make.bat
  36. 0
      libs/docs_old/mist1.png
  37. 0
      libs/docs_old/quickstart_javascriptvm.rst
  38. 0
      libs/docs_old/remix1.png
  39. 0
      libs/docs_old/remix2.png
  40. 0
      libs/docs_old/remix3.png
  41. 0
      libs/docs_old/remix4.png
  42. 0
      libs/docs_old/remix5.png
  43. 0
      libs/docs_old/remix_breakpoint.png
  44. 0
      libs/docs_old/remix_debuginstructions.png
  45. 0
      libs/docs_old/remix_debugtransactioninfo.png
  46. 0
      libs/docs_old/remix_enterdebugsession.png
  47. 0
      libs/docs_old/remix_executionexception.png
  48. 0
      libs/docs_old/remix_navigation.png
  49. 0
      libs/docs_old/remix_soliditylocals.png
  50. 0
      libs/docs_old/remix_soliditystate.png
  51. 0
      libs/docs_old/remix_startdebugging.png
  52. 0
      libs/docs_old/remix_stepdetail.png
  53. 0
      libs/docs_old/remix_valueinput.png
  54. 0
      libs/docs_old/remixd_alert.png
  55. 0
      libs/docs_old/remixd_connectionok.png
  56. 0
      libs/docs_old/remixd_noconnection.png
  57. 0
      libs/docs_old/run_tab.rst
  58. 0
      libs/docs_old/settings_tab.rst
  59. 0
      libs/docs_old/solidity_editor.rst
  60. 0
      libs/docs_old/support_tab.rst
  61. 0
      libs/docs_old/tabs_panel.rst
  62. 0
      libs/docs_old/terminal.rst
  63. 0
      libs/docs_old/tuto_basicimport.png
  64. 0
      libs/docs_old/tuto_importgit.png
  65. 0
      libs/docs_old/tuto_importswarm.png
  66. 0
      libs/docs_old/tutorial_debug.rst
  67. 0
      libs/docs_old/tutorial_import.rst
  68. 0
      libs/docs_old/tutorial_mist.rst
  69. 0
      libs/docs_old/tutorial_remixd_filesystem.rst
  70. 0
      libs/gulpfile.js
  71. 0
      libs/lerna.json
  72. 0
      libs/package-lock.json
  73. 0
      libs/package.json
  74. 0
      libs/release-process.md
  75. 0
      libs/remix-analyzer/.npmignore
  76. 0
      libs/remix-analyzer/README.md
  77. 0
      libs/remix-analyzer/index.ts
  78. 0
      libs/remix-analyzer/package-lock.json
  79. 0
      libs/remix-analyzer/package.json
  80. 0
      libs/remix-analyzer/src/solidity-analyzer/index.ts
  81. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/abstractAstView.ts
  82. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/algorithmCategories.ts
  83. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/assignAndCompare.ts
  84. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/blockBlockhash.ts
  85. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/blockTimestamp.ts
  86. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/categories.ts
  87. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/checksEffectsInteraction.ts
  88. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/constantFunctions.ts
  89. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/deleteDynamicArrays.ts
  90. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/deleteFromDynamicArray.ts
  91. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/erc20Decimals.ts
  92. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/etherTransferInLoop.ts
  93. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/forLoopIteratesOverDynamicArray.ts
  94. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/functionCallGraph.ts
  95. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/gasCosts.ts
  96. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/guardConditions.ts
  97. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/index.ts
  98. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/inlineAssembly.ts
  99. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/intDivisionTruncate.ts
  100. 0
      libs/remix-analyzer/src/solidity-analyzer/modules/list.ts
  101. Some files were not shown because too many files have changed in this diff Show More

Before

Width:  |  Height:  |  Size: 302 KiB

After

Width:  |  Height:  |  Size: 302 KiB

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 196 KiB

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 184 KiB

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 196 KiB

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Before

Width:  |  Height:  |  Size: 304 KiB

After

Width:  |  Height:  |  Size: 304 KiB

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 190 KiB

Before

Width:  |  Height:  |  Size: 336 KiB

After

Width:  |  Height:  |  Size: 336 KiB

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 203 KiB

Before

Width:  |  Height:  |  Size: 213 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 192 KiB

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 269 KiB

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 268 KiB

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 287 KiB

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 265 KiB

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 283 KiB

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 266 KiB

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 265 KiB

Before

Width:  |  Height:  |  Size: 270 KiB

After

Width:  |  Height:  |  Size: 270 KiB

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 266 KiB

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 249 KiB

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save