mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user