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
+26-19Lines changed: 26 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -16,30 +16,37 @@ The VM currently supports the following hardfork rules:
16
16
-`Byzantium`
17
17
-`Constantinople`
18
18
-`Petersburg` (default)
19
-
-`Istanbul` (`DRAFT`)
19
+
-`Istanbul` (`beta`)
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
-
With the `v4.0.0` release we are starting to add implementations of EIPs being
26
-
candidates or accepted for inclusion within the `Istanbul` hardfork. You can
27
-
activate a preliminary `Istanbul` VM by using the `istanbul``hardfork` option
28
-
flag.
29
-
30
-
Currently supported `Istanbul` EIPs:
31
-
32
-
-[EIP-1108](https://eips.ethereum.org/EIPS/eip-1803) (Candidate): `alt_bn128` Gas Cost Reductions, see PR [#540](https://github.com/ethereumjs/ethereumjs-vm/pull/540)
33
-
34
-
Note that this is highly experimental and solely meant for experimental purposes,
35
-
since `Istanbul` scope is not yet finalized and most EIPs are still in a `DRAFT`
36
-
state and likely subject to updates and changes.
37
-
38
-
A final `Istanbul` VM will be released along a major version bump to likely
39
-
`v5.0.0` or `v6.0.0`.
40
-
41
-
Have a look at the corresponding issue to follow the discussion and current state on
0 commit comments