This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Releases: System-Glitch/Solidity-IDE
Releases · System-Glitch/Solidity-IDE
v2.3.3
v2.3.2 fix bug:deploy error when .sol file without constructor
v2.3.2 fix bug:deploy error when .sol file without constructor
v2.3.1 Fix ignore dependencies directory
- Fixed a bug preventing node_modules directory to be ignored when compiling
- Updated dependencies
v2.3.0 ABI and bytecode save to filesystem
- On compile, save the ABI and contracts bytecode to a new
build
folder. - Ignore the
build
folder andnode_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
Fixed an error on startup on Windows.
v2.2.3 Bug fixes
- 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
v2.2.2 Add support for npm install
v2.2.1 Add support for Solidity 0.5.7
- 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
v2.2.0 Ability to use custom Ganache host
v2.1.1 Error message fix
- Fixed an error sometimes occurring on executing a contract action.