Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Releases: System-Glitch/Solidity-IDE

v2.3.3

08 Sep 12:42
53de9d6
Compare
Choose a tag to compare

Updated dependencies

v2.3.2 fix bug:deploy error when .sol file without constructor

22 Jan 17:14
35d38d9
Compare
Choose a tag to compare
v2.3.2 fix bug:deploy error when .sol file without constructor

v2.3.1 Fix ignore dependencies directory

08 Nov 15:10
Compare
Choose a tag to compare
  • Fixed a bug preventing node_modules directory to be ignored when compiling
  • Updated dependencies

v2.3.0 ABI and bytecode save to filesystem

03 Jun 13:30
db2fe15
Compare
Choose a tag to compare
  • On compile, save the ABI and contracts bytecode to a new build folder.
  • Ignore the build folder and node_modules folder when compiling.
  • Fixed several path bugs on windows (such as file missing state).
  • Fixed a bug that prevented nested folders to open automatically on refresh.
  • Update to latest web3 version.

v2.2.4 Fix crash on windows

12 May 16:01
Compare
Choose a tag to compare
Pre-release

Fixed an error on startup on Windows.

v2.2.3 Bug fixes

12 May 13:32
Compare
Choose a tag to compare
v2.2.3 Bug fixes Pre-release
Pre-release
  • Updated dependencies
  • Fixed: On Windows, a new terminal was open instead of opening the browser on startup
  • Fixed: Error on deploy when accounts have not been loaded yet

Add support for npm install

08 Apr 13:22
Compare
Choose a tag to compare
Pre-release
v2.2.2

Add support for npm install

v2.2.1 Add support for Solidity 0.5.7

28 Mar 10:34
Compare
Choose a tag to compare
Pre-release
  • Add support for Solidity 0.5.7
  • Fixed a bug preventing the editor to refresh when refreshing the file browser

v2.2.0 Ability to use custom Ganache host

20 Mar 14:30
Compare
Choose a tag to compare
v2.2.0 Ability to use custom Ganache host

v2.1.1 Error message fix

15 Mar 14:03
Compare
Choose a tag to compare
Pre-release
  • Fixed an error sometimes occurring on executing a contract action.