Skip to content

Commit

Permalink
Add new file to spec infra
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed May 27, 2021
1 parent 7a14e93 commit 6ecbc5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ def invariant_checks(cls) -> str:
@classmethod
def implement_optimizations(cls, functions: Dict[str, str]) -> Dict[str, str]:
if "eth2_aggregate_pubkeys" in functions:
return {**functions, **{"eth2_aggregate_pubkeys": OPTIMIZED_BLS_AGGREGATE_PUBKEYS.strip()}}
functions["eth2_aggregate_pubkeys"] = OPTIMIZED_BLS_AGGREGATE_PUBKEYS.strip()
return super().implement_optimizations(functions)

#
# MergeSpecBuilder
Expand Down Expand Up @@ -873,6 +874,7 @@ def finalize_options(self):
specs/phase0/validator.md
specs/phase0/weak-subjectivity.md
specs/altair/beacon-chain.md
specs/altair/bls.md
specs/altair/fork.md
specs/altair/validator.md
specs/altair/p2p-interface.md
Expand Down

0 comments on commit 6ecbc5e

Please sign in to comment.