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

Eip6110 queue deposit requests #14430

Open
wants to merge 39 commits into
base: develop
Choose a base branch
from
Open

Eip6110 queue deposit requests #14430

wants to merge 39 commits into from

Conversation

james-prysm
Copy link
Contributor

@james-prysm james-prysm commented Sep 6, 2024

What type of PR is this?

Feature

What does this PR do? Why is it needed?

implements ethereum/consensus-specs#3818

Which issues(s) does this PR fix?

Fixes #

Other notes for review

Acknowledgements

  • I have read CONTRIBUTING.md.
  • I have made an appropriate entry to CHANGELOG.md.
  • I have added a description to this PR with sufficient context for reviewers to understand this PR.

defer span.End()
index, ok := st.ValidatorIndexByPubkey(bytesutil.ToBytes48(deposit.PublicKey))
if !ok {
valid, err := blocks.IsValidDepositSignature(&ethpb.Deposit_Data{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wonder if i should be doing any batch verification before hand ...

@james-prysm james-prysm added the Blocked Blocked by research or external factors label Sep 19, 2024
@james-prysm james-prysm marked this pull request as ready for review September 19, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Blocked by research or external factors Electra electra hardfork
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant