Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blockService and attestationService validator data consolidations #1890

Merged
merged 13 commits into from
Jan 30, 2021

Conversation

3xtr4t3rr3str14l
Copy link
Contributor

consolidating some of the validator data in blockService and attestationService in lodestar-validator
for example, in attestationService, we have 3 separate objects for keeping track of validator data, but we need all of those objects to be in the same order, so it seems best to consolidate them into one object.

@codeclimate
Copy link

codeclimate bot commented Dec 15, 2020

Code Climate has analyzed commit 8edba20 and detected 0 issues on this pull request.

View more on Code Climate.

@3xtr4t3rr3str14l
Copy link
Contributor Author

would also like to get some feedback on this approach in particular:

https://github.com/ChainSafe/lodestar/pull/1890/files#diff-ff30b1253b91df678666c2f076e07037711e7bac916b98fc0257c4ee7046339eR187

packages/lodestar-validator/src/services/attestation.ts Outdated Show resolved Hide resolved
@3xtr4t3rr3str14l 3xtr4t3rr3str14l merged commit c209a22 into master Jan 30, 2021
@3xtr4t3rr3str14l 3xtr4t3rr3str14l deleted the P0/validator-service-data branch January 30, 2021 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants