mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
finalized cancun spec (#6351)
* finalized cancun spec Signed-off-by: jflo <justin+github@florentine.us> * finalized cancun spec Signed-off-by: jflo <justin+github@florentine.us> --------- Signed-off-by: jflo <justin+github@florentine.us>
This commit is contained in:
committed by
GitHub
parent
dbaa34dc69
commit
7b27d3b208
@@ -48,7 +48,7 @@ public enum EvmSpecVersion {
|
||||
/** Shanghai evm spec version. */
|
||||
SHANGHAI(0, true, "Shanghai", "Finalized"),
|
||||
/** Cancun evm spec version. */
|
||||
CANCUN(0, false, "Cancun", "In Development"),
|
||||
CANCUN(0, true, "Cancun", "Finalized"),
|
||||
/** Prague evm spec version. */
|
||||
PRAGUE(0, false, "Prague", "Placeholder"),
|
||||
/** Osaka evm spec version. */
|
||||
|
||||
@@ -50,7 +50,7 @@ class EVMExecutorTest {
|
||||
@Test
|
||||
void currentEVM() {
|
||||
var subject = EVMExecutor.evm();
|
||||
assertThat(subject.getEVMVersion()).isEqualTo(EvmSpecVersion.SHANGHAI);
|
||||
assertThat(subject.getEVMVersion()).isEqualTo(EvmSpecVersion.CANCUN);
|
||||
}
|
||||
|
||||
@ParameterizedTest
|
||||
|
||||
Reference in New Issue
Block a user