feat: implement epbs state transition (#8507)

Implement epbs state transition function.

Passes all operations, epoch_transition and rewards spec tests on v1.6.1

Part of #8439

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>
This commit is contained in:
NC
2025-12-04 08:35:47 -08:00
committed by GitHub
parent f61b8d9dad
commit 1f2a3a4524
38 changed files with 1026 additions and 110 deletions

View File

@@ -8,7 +8,7 @@ import {loadConfigYaml} from "../yaml.js";
// Not e2e, but slow. Run with e2e tests
/** https://github.com/ethereum/consensus-specs/releases */
const specConfigCommit = "v1.6.0-beta.2";
const specConfigCommit = "v1.6.1";
/**
* Fields that we filter from local config when doing comparison.
* Ideally this should be empty as it is not spec compliant