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

Implement minimal block proposer for beacon chain #1168

Merged
merged 7 commits into from
Aug 30, 2018

Conversation

mkalinin
Copy link
Contributor

This is not yet ready for merge, only for review.

ToDo:

  • cover with tests

Resolves #1141

@mkalinin mkalinin added this to the Beacon milestone Aug 28, 2018
@mkalinin mkalinin requested a review from zilm13 August 28, 2018 13:47
@mkalinin mkalinin added this to On Review in Beacon chain via automation Aug 28, 2018
@coveralls
Copy link

coveralls commented Aug 28, 2018

Coverage Status

Coverage increased (+0.06%) to 56.029% when pulling d41b566 on sharding/block-proposing into 3dcd158 on research/sharding.

@mkalinin
Copy link
Contributor Author

Test was added 98ef934. Ready for merge now.
@zilm13, please, take a look

Copy link
Collaborator

@zilm13 zilm13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@@ -94,7 +94,7 @@ public long getSlotNumber() {
}

public boolean isParentOf(Beacon other) {
return FastByteComparisons.equal(this.getParentHash(), other.getHash());
return FastByteComparisons.equal(this.getHash(), other.getParentHash());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, tests are a great thing!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed! 🤣

@mkalinin mkalinin merged commit 25b1b6c into research/sharding Aug 30, 2018
Beacon chain automation moved this from On Review to Done Aug 30, 2018
@mkalinin mkalinin deleted the sharding/block-proposing branch December 26, 2018 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Beacon chain
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants