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

Modularize validator store #6705

Open
wants to merge 29 commits into
base: unstable
Choose a base branch
from
Open
Changes from 5 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
73743a5
Tracing executor and metrics rename
AgeManning Sep 23, 2024
eb0cef9
Merge latest unstable
AgeManning Nov 26, 2024
0ecd6c3
pass slots_per_epoch at runtime
jxs Dec 16, 2024
6f3fe95
remove generic E from unrequired types
jxs Dec 18, 2024
a9cc2fb
Merge branch 'unstable' of github.com:sigp/lighthouse into remove-e-f…
jxs Dec 19, 2024
30998cd
move `validator_store` to `lighthouse_validator_store`
dknopik Dec 19, 2024
f539f85
make validator_store into a trait
dknopik Dec 10, 2024
e473f63
further reduce dependencies
dknopik Dec 10, 2024
45ce473
remove `environment` dependency on `beacon_node_fallback`
dknopik Dec 12, 2024
be95852
Manually pull in some changes from tracing-integration (thanks sayan!)
dknopik Dec 12, 2024
77eca5a
remove `environment` from `validator_services`
dknopik Dec 12, 2024
9b7c160
unify boost factor accessors
dknopik Dec 12, 2024
b49845a
add builder for DutiesService
dknopik Dec 13, 2024
79367de
Manually merge tracing PR for beacon_node_fallback
dknopik Dec 13, 2024
838eed6
Fix chain_spec for BlockService
dknopik Dec 13, 2024
6533a67
address review
jxs Dec 20, 2024
36a4d2f
remove PhantomData from SyncDutiesMap
jxs Dec 20, 2024
c5ab120
Merge branch 'remove-e-from-validator-client' into modularize-validat…
dknopik Jan 2, 2025
ebfe234
fix tests
dknopik Jan 2, 2025
07dbf15
correct test
dknopik Jan 2, 2025
39aec1b
Add `E` to `ValidatorStore` as associated type
dknopik Jan 3, 2025
e0da923
fix tests
dknopik Jan 3, 2025
4510b73
derive Clone for ValidatorStore's Error and required sub-errors
dknopik Jan 7, 2025
3208430
Merge pull request #6768 from sigp/unstable
jimmygchen Jan 8, 2025
c0fffc0
Merge branch 'anchor' into modularize-validator-store
jimmygchen Jan 8, 2025
b6a3f0e
switch to enum for block signing to allow differing types
dknopik Jan 9, 2025
0130307
Merge remote-tracking branch 'origin/modularize-validator-store' into…
dknopik Jan 9, 2025
9a4768a
Anchor pre-PR: Decouple eth2 (#6770)
dknopik Jan 9, 2025
6ad04b0
Merge branch 'anchor' into modularize-validator-store
jimmygchen Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.