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

Revert "Filter attestation with ProcessAttestationNoSignatureVerify" #4529

Merged
merged 1 commit into from Jan 13, 2020

Conversation

prestonvanloon
Copy link
Member

Reverts #4513

Discussed offline that this could generate blocks that immediately fail. Given that we only mark attestations as "deleted" from the pool on a successful block inclusion, we could end up with a stalled chain until that attestation is no longer valid. We're also not observing much improvement in GetBlock latency times with this change and we believe the bottleneck is in redundant computation of ProposerIndex.

@codecov
Copy link

codecov bot commented Jan 13, 2020

Codecov Report

Merging #4529 into master will decrease coverage by 21.1%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           master    #4529       +/-   ##
===========================================
- Coverage   42.24%   21.13%   -21.11%     
===========================================
  Files         193      192        -1     
  Lines       13323    12934      -389     
===========================================
- Hits         5628     2734     -2894     
- Misses       6728     9748     +3020     
+ Partials      967      452      -515

@prylabs-bulldozer prylabs-bulldozer bot merged commit d4ae063 into master Jan 13, 2020
@delete-merged-branch delete-merged-branch bot deleted the revert-4513-filter-atts branch January 13, 2020 21:02
cryptomental pushed a commit to cryptomental/prysm that referenced this pull request Feb 24, 2020
…rysmaticlabs#4529)

* Revert "Filter attestation with ProcessAttestationNoSignatureVerify (prysmaticlabs#4513)"

This reverts commit 22e01aa.
cryptomental pushed a commit to cryptomental/prysm that referenced this pull request Feb 28, 2020
…rysmaticlabs#4529)

* Revert "Filter attestation with ProcessAttestationNoSignatureVerify (prysmaticlabs#4513)"

This reverts commit 22e01aa.
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

2 participants