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 More Casper Functions Into Beacon-Chain/Core #890

Merged
merged 20 commits into from
Nov 22, 2018

Conversation

rauljordan
Copy link
Contributor

This is part of #781.


Description

This PR splits up more of the casper functions into pure packages as part of the beacon-chain/core API refactor. This splits up functions into files they pertain to more effectively, such as making it very clear that certain functions are specifically for calculating rewards/penalties while others are for validator interactions.

Copy link
Member

@terencechain terencechain left a comment

Choose a reason for hiding this comment

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

LGTM. Please do a quick launch of beacon node to make sure master doesn't break :)

@codecov
Copy link

codecov bot commented Nov 21, 2018

Codecov Report

Merging #890 into master will decrease coverage by 0.57%.
The diff coverage is 57.81%.

@@            Coverage Diff            @@
##           master    #890      +/-   ##
=========================================
- Coverage   73.08%   72.5%   -0.58%     
=========================================
  Files          69      69              
  Lines        4559    4554       -5     
=========================================
- Hits         3332    3302      -30     
- Misses        897     923      +26     
+ Partials      330     329       -1

@rauljordan
Copy link
Contributor Author

Cannot check if master works yet until #669 is merged

@rauljordan rauljordan merged commit 30e3474 into prysmaticlabs:master Nov 22, 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