Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v2.1.0 - Candy Apple 馃崕

Compare
Choose a tag to compare
@benjamincburns 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 to false, we behave as geth/Parity do and return the transaction hash, even if the transaction fails due to a contract runtime error. (defaults to true)
  • Upgrades ethereumjs-vm to v2.3.3, which improves performance and fixes a few bugs in the EVM.