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

Enable Ancestor Cache By Default #2358

Merged
merged 2 commits into from
Apr 23, 2019
Merged

Enable Ancestor Cache By Default #2358

merged 2 commits into from
Apr 23, 2019

Conversation

rauljordan
Copy link
Contributor

This is part of #1586


Description

Write why you are making the changes in this pull request

Our block ancestor cache has been working well and offers significant improvements in fork choice. However, it is still hidden behind a feature flag.

Write a summary of the changes you are making

This PR makes the ancestor cache enabled the default behavior and removes the feature flag for it.

@codecov
Copy link

codecov bot commented Apr 23, 2019

Codecov Report

Merging #2358 into master will increase coverage by 0.14%.
The diff coverage is 33.33%.

@@            Coverage Diff             @@
##           master    #2358      +/-   ##
==========================================
+ Coverage    68.2%   68.34%   +0.14%     
==========================================
  Files         117      117              
  Lines        9230     9222       -8     
==========================================
+ Hits         6295     6303       +8     
+ Misses       2254     2243      -11     
+ Partials      681      676       -5

@rauljordan rauljordan merged commit e367148 into master Apr 23, 2019
@rauljordan rauljordan deleted the ancestor-cache-default branch April 23, 2019 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants