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
+7
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,16 @@ The VM currently supports the following hardfork rules:
17
17
-`Constantinople`
18
18
-`Petersburg` (default)
19
19
-`Istanbul`
20
+
-`MuirGlacier` (only `mainnet` and `ropsten`)
20
21
21
22
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
23
24
+
##### MuirGlacier Hardfork Support
25
+
26
+
An Ethereum test suite compliant `MuirGlacier` HF implementation is available
27
+
since the `v4.1.2` VM release. You can activate a `MuirGlacier` VM by using the
28
+
`muirGlacier``hardfork` option flag.
29
+
23
30
##### Istanbul Harfork Support
24
31
25
32
An Ethereum test suite compliant `Istanbul` HF implementation is available
0 commit comments