lambdaclass / lambda_ethereum_consensus

Elixir implementation of an Ethereum consensus client, which offers high reliance & fault tolerance
Apache License 2.0
101 stars 33 forks source link

Use the store in the validator calls #1278

Open Arkenan opened 2 months ago

Arkenan commented 2 months ago

Some of the date that validators need to calculate duties is already available in the store. This can be integrated as soon as PR #1253 is merged. This also allows us to delete the compute_target_checkpoint_state function altogether and only use the one in the store.