Search in sources :

Example 1 with SchemaDefinitionsBellatrix

use of tech.pegasys.teku.spec.schemas.SchemaDefinitionsBellatrix in project teku by ConsenSys.

the class SpecVersion method createBellatrix.

static SpecVersion createBellatrix(final SpecConfigBellatrix specConfig) {
    final SchemaDefinitionsBellatrix schemaDefinitions = new SchemaDefinitionsBellatrix(specConfig);
    final SpecLogic specLogic = SpecLogicBellatrix.create(specConfig, schemaDefinitions);
    return new SpecVersion(SpecMilestone.BELLATRIX, specConfig, schemaDefinitions, specLogic);
}
Also used : DelegatingSpecLogic(tech.pegasys.teku.spec.logic.DelegatingSpecLogic) SpecLogic(tech.pegasys.teku.spec.logic.SpecLogic) SchemaDefinitionsBellatrix(tech.pegasys.teku.spec.schemas.SchemaDefinitionsBellatrix)

Aggregations

DelegatingSpecLogic (tech.pegasys.teku.spec.logic.DelegatingSpecLogic)1 SpecLogic (tech.pegasys.teku.spec.logic.SpecLogic)1 SchemaDefinitionsBellatrix (tech.pegasys.teku.spec.schemas.SchemaDefinitionsBellatrix)1