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

Remove Mainchain & Syncer Packages from Client #395

Merged
merged 3 commits into from
Aug 12, 2018

Conversation

rauljordan
Copy link
Contributor

Hi all,

Given the direction of the beacon chain + sharding spec, a client will no longer need to sync collation headers from the SMC and will no longer need access to a geth mainchain node. This PR removes these items and is part of the greater effort of #315.

@rauljordan rauljordan added this to the Ruby milestone Aug 12, 2018
@rauljordan rauljordan self-assigned this Aug 12, 2018
@rauljordan rauljordan added this to To do in Validator Client via automation Aug 12, 2018
@codecov
Copy link

codecov bot commented Aug 12, 2018

Codecov Report

Merging #395 into master will increase coverage by 1.94%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #395      +/-   ##
==========================================
+ Coverage   52.54%   54.48%   +1.94%     
==========================================
  Files          33       29       -4     
  Lines        2695     2443     -252     
==========================================
- Hits         1416     1331      -85     
+ Misses       1108      955     -153     
+ Partials      171      157      -14
Impacted Files Coverage Δ
client/node/node.go 36.17% <ø> (-2.42%) ⬇️
beacon-chain/blockchain/service.go 22% <0%> (-6%) ⬇️
beacon-chain/rpc/service.go 100% <0%> (+8.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd29481...8365d88. Read the comment docs.

@rauljordan rauljordan merged commit d0e863d into prysmaticlabs:master Aug 12, 2018
Validator Client automation moved this from To do to Done Aug 12, 2018
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
Development

Successfully merging this pull request may close these issues.

None yet

3 participants