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

v2.5.0-eip1283.0 - Constantinople w/ EIP 1283 Removed

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 24 Jan 21:27
· 848 commits to develop since this release
98021dc

This version contains an experimental build of the ethereumjs-vm with EIP-1283 changes removed.

This version adds a new hardfork option constantinople-1283-removed. The default hardfork is currently constantinople.

To test the constantinople-1283-removed hardfork set the hardfork option as in your options as follows:

const provider = Ganache.provider({ hardfork: "constantinople-1283-removed" });