This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
v2.3.0 ABI and bytecode save to filesystem
Pre-release
Pre-release
- 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.