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

Refactor Core/Types Package to Align With Spec #1021

Closed
wants to merge 51 commits into from

Conversation

rauljordan
Copy link
Contributor

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.

@rauljordan rauljordan self-assigned this Dec 1, 2018
@rauljordan rauljordan added this to the Ruby - v0.1 milestone Dec 1, 2018
@@ -277,6 +284,14 @@ func (b *BeaconState) PenalizedETH(period uint64) uint64 {
return totalPenalty
}

<<<<<<< HEAD
Copy link
Member

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;
Copy link
Member

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 : )

https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#beaconstate

@rauljordan
Copy link
Contributor Author

Closing in favor of doing this in smaller PRs

@rauljordan rauljordan closed this Dec 2, 2018
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.

2 participants