-
Notifications
You must be signed in to change notification settings - Fork 493
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
Config: Archival mode is no longer automatically enabled when netAddress is s… #5904
Conversation
I think There are also two tests |
…et in configuration (allowing for non-archival relays). Updated relay profile to reflect more ideal non-archival relay properties (number of catchpoints retained, 20k block history lookback, etc.
f89d27b
to
02c04a8
Compare
…rides that had been untested to date).
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5904 +/- ##
==========================================
- Coverage 55.99% 55.95% -0.04%
==========================================
Files 478 478
Lines 67588 67589 +1
==========================================
- Hits 37848 37822 -26
- Misses 27185 27204 +19
- Partials 2555 2563 +8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine, though we should do some archival -> non-archival upgrade testing to observe behavior. This may have some interesting performance characteristics.
Summary
Archival mode is no longer automatically enabled when netAddress is set in configuration (allowing for non-archival relays). Updated relay profile to reflect more ideal non-archival relay properties (number of catchpoints retained, 20k block history lookback, etc.
Test Plan
Existing tests should pass.