This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v2.1.0 - Candy Apple 🍎
benjamincburns
released this
08 Mar 22:10
·
1067 commits
to develop
since this release
Release highlights
- Includes changes from other previous v2.1.0 beta releases, including:
- WebSockets support
- Numerous stability improvements.
- Introduction of
vmErrorsOnRPCResponse
option.- When this is set to
true
and when blocktime is unspecified (instamining), contract runtime errors are reported as RPC errors when the transaction is submitted. If it is set tofalse
, we behave as geth/Parity do and return the transaction hash, even if the transaction fails due to a contract runtime error. (defaults totrue
)
- When this is set to
- Upgrades
ethereumjs-vm
to v2.3.3, which improves performance and fixes a few bugs in the EVM.