Merge branch 'main' into zkbesu

# Conflicts:
#	.github/workflows/pre-review.yml
#	.github/workflows/reference-tests.yml
This commit is contained in:
Fabio Di Fabio
2025-02-12 16:05:20 +01:00
46 changed files with 2408 additions and 379 deletions

View File

@@ -80,7 +80,7 @@ public interface HardforkId {
/** Cancun + EOF fork. */
CANCUN_EOF(false, "Cancun + EOF"),
/** Prague fork. */
PRAGUE(false, "Prague"),
PRAGUE(true, "Prague"),
/** Osaka fork. */
OSAKA(false, "Osaka"),
/** Amsterdam fork. */