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

Part 4 of proto array fork choice - check nodes viable #4625

Merged
merged 22 commits into from Jan 23, 2020

Conversation

terencechain
Copy link
Member

This PR checks of the input nodes are viable. "Viable" here means the node's justified epoch and finalized epoch are the same ones in Store

@terencechain terencechain self-assigned this Jan 23, 2020
@terencechain terencechain added Ready For Review A pull request ready for code review Forkchoice labels Jan 23, 2020
@codecov
Copy link

codecov bot commented Jan 23, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@6d7092f). Click here to learn what that means.
The diff coverage is 0%.

@@            Coverage Diff            @@
##             master    #4625   +/-   ##
=========================================
  Coverage          ?   22.88%           
=========================================
  Files             ?        6           
  Lines             ?      236           
  Branches          ?        0           
=========================================
  Hits              ?       54           
  Misses            ?      179           
  Partials          ?        3

Co-Authored-By: Nishant Das <nishdas93@gmail.com>
@terencechain terencechain merged commit 3388ab7 into master Jan 23, 2020
@delete-merged-branch delete-merged-branch bot deleted the proto-array-forkchoice-5 branch January 23, 2020 16:33
cryptomental pushed a commit to cryptomental/prysm that referenced this pull request Feb 24, 2020
…#4625)

* Docs

* Interface definitions

* Fmt and gazelle

* Rename interface to interfaces

* Define all the type for protoarray

* Gaz

* Add error types

* Add compute delta helper

* Compute delta tests

* Gaz

* Add checking if nodes viable

* Test for viable head

* Test for non leaf node can lead to viable head

* Extra space

* Remove fmt print

* Update beacon-chain/forkchoice/protoarray/nodes.go

Co-Authored-By: Nishant Das <nishdas93@gmail.com>

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Nishant Das <nish1993@hotmail.com>
cryptomental pushed a commit to cryptomental/prysm that referenced this pull request Feb 28, 2020
…#4625)

* Docs

* Interface definitions

* Fmt and gazelle

* Rename interface to interfaces

* Define all the type for protoarray

* Gaz

* Add error types

* Add compute delta helper

* Compute delta tests

* Gaz

* Add checking if nodes viable

* Test for viable head

* Test for non leaf node can lead to viable head

* Extra space

* Remove fmt print

* Update beacon-chain/forkchoice/protoarray/nodes.go

Co-Authored-By: Nishant Das <nishdas93@gmail.com>

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Nishant Das <nish1993@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants