-
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
Update Eth1data Protobuf Fields #2315
Conversation
Codecov Report
@@ Coverage Diff @@
## spec-v0.6 #2315 +/- ##
=============================================
- Coverage 71.54% 68.86% -2.69%
=============================================
Files 117 117
Lines 9180 9178 -2
=============================================
- Hits 6568 6320 -248
- Misses 1932 2180 +248
+ Partials 680 678 -2 |
proto/beacon/p2p/v1/types.proto
Outdated
// Total number of deposits | ||
uint64 deposit_count = 2; | ||
// Block hash | ||
bytes block_hash32 = 3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be block root
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One request to rename existing field, can be done by deprecating the old one if needed
proto/beacon/p2p/v1/types.proto
Outdated
@@ -190,8 +190,12 @@ message VoluntaryExit { | |||
} | |||
|
|||
message Eth1Data { | |||
// Root of the deposit tree | |||
bytes deposit_root_hash32 = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deposit root, drop the hash32
This is part of #2307
Updated Eth1data fields for Protobuf