This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
v6.1.0 - Candy Apple 🍎
benjamincburns
released this
08 Mar 22:21
·
275 commits
to develop
since this release
Release Highlights
- Updates to
ganache-core
2.1.0 for stable release- Includes changes from other previous v2.1.0 beta releases, including:
- WebSockets support
- Numerous stability improvements
- Introduction of
--noVMErrorsOnRPCResponse
option (defaults tofalse
)- When this flag is left unset, and when blocktime is unspecified (instamining), contract runtime errors are reported as RPC errors when the transaction is submitted. If the flag is set, we behave as geth/Parity do and return the transaction hash, even if the transaction fails due to a contract runtime error
- Includes changes from other previous v2.1.0 beta releases, including:
Known Issues
--help
broken by updating to latestyargs
. Use-?
instead.
Note: This release is a beta, meaning we think it's going to be great, but we haven't put it through rigorous manual testing just yet. Please help us out and raise issues for any problems you discover!