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

VC: Electra fixes. #6631

Open
wants to merge 9 commits into
base: unstable
Choose a base branch
from
Open

VC: Electra fixes. #6631

wants to merge 9 commits into from

Conversation

cheatfate
Copy link
Contributor

This PR includes Electra fixes for VC.
And asyncraises annotations for VC.

Copy link

github-actions bot commented Oct 10, 2024

Unit Test Results

0 files   -          9  0 suites   - 1 355   0s ⏱️ - 39m 27s
0 tests  -   5 228  0 ✔️  -   4 880  0 💤  - 348  0 ±0 
0 runs   - 21 783  0 ✔️  - 21 379  0 💤  - 404  0 ±0 

Results for commit 0fb596c. ± Comparison against base commit c55315d.

♻️ This comment has been updated with latest results.

voluntary_exit_signature_fork(
fork, capellaForkVersion, currentEpoch, forkConfig.get.denebEpoch)
fork, capellaForkVersion, currentEpoch, denebEpoch)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EIP-7044 means this shouldn't have to be adjusted each fork past Capella.

@@ -466,11 +467,17 @@ proc pollForSyncCommitteeDuties*(service: DutiesServiceRef) {.async.} =
res.add(sub)
res
if len(subscriptions) > 0:
let res = await vc.prepareSyncCommitteeSubnets(subscriptions)
let (res, reason) =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This usage pattern seems like what Result[..., string] does fairly naturally, encoding the exactly-one-at-a-time nature of it?

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.

2 participants