-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Unset From,Sequence Number and Signature For Pubsub Messages #7093
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7093 +/- ##
==========================================
+ Coverage 60.07% 62.31% +2.23%
==========================================
Files 323 406 +83
Lines 27422 31596 +4174
==========================================
+ Hits 16473 19688 +3215
- Misses 8733 9118 +385
- Partials 2216 2790 +574 |
@nisdas please wait with merging, you're ahead with the others. I'm not sure if Teku was up to date, they need to respond on the specs issue. The fields in gossip messages must not be left out yet. We're almost there, but not yet. |
Unblocking after confirming with Teku that they have already removed it on their end. @protolambda |
What type of PR is this?
Spec Change
What does this PR do? Why is it needed?
From
Seqno
Signature
for pubsub messages in prysm.Which issues(s) does this PR fix?
Follows on from libp2p/go-libp2p-pubsub#359
and ethereum/consensus-specs#1981
Other notes for review