-
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
Refactor Core/Types Package to Align With Spec #1021
Conversation
…s, then fix node, then done
…nto single-state-refactor
…nto single-state-refactor
…nto single-state-refactor
…ocessed vs aggregated ones
beacon-chain/core/types/state.go
Outdated
@@ -277,6 +284,14 @@ func (b *BeaconState) PenalizedETH(period uint64) uint64 { | |||
return totalPenalty | |||
} | |||
|
|||
<<<<<<< HEAD |
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.
you have merge conflict here
@@ -11,36 +10,34 @@ message BeaconState { | |||
repeated CrosslinkRecord crosslinks = 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.
Can you please add sectional comments like this for BeaconState
? It makes crosschecking the fields easier : )
Closing in favor of doing this in smaller PRs |
Part of #781.
Description
This PR refactors all the type protos and the inner core/types package to align with all the spec changes as part of our refactoring effort.