You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ The VM currently supports the following hardfork rules:
16
16
-`Byzantium`
17
17
-`Constantinople`
18
18
-`Petersburg` (default)
19
-
-`Istanbul` (`beta`)
19
+
-`Istanbul`
20
20
21
21
If you are still looking for a [Spurious Dragon](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-607.md) compatible version of this library install the latest of the `2.2.x` series (see [Changelog](./CHANGELOG.md)).
22
22
23
23
##### Istanbul Harfork Support
24
24
25
-
A feature-complete `Istanbul` HF implementation is available since the `v4.1.0`
26
-
VM release. You can activate an `Istanbul` VM by using the`istanbul`
27
-
`hardfork` option flag.
25
+
An Ethereum test suite compliant `Istanbul` HF implementation is available
26
+
since the `v4.1.1`VM release. You can activate an `Istanbul` VM by using the
0 commit comments