Conversation
1 task
|
| Branch | refactor/static-metadata/undo-feature-states |
| Testbed | ubuntu-22.04 |
⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholdsCLI flag.
Click to view all benchmark results
| Benchmark | Latency | nanoseconds (ns) |
|---|---|---|
| sync-v2 (up to 20000 blocks) | 📈 view plot | 101,450,350,593.08 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1146 +/- ##
==========================================
- Coverage 84.51% 84.37% -0.15%
==========================================
Files 317 317
Lines 24389 24389
Branches 3709 3709
==========================================
- Hits 20612 20577 -35
- Misses 3066 3089 +23
- Partials 711 723 +12 ☔ View full report in Codecov by Sentry. |
e31b9dc to
0e58201
Compare
1 task
jansegre
previously approved these changes
Oct 8, 2024
1 task
0e58201 to
b1d9f54
Compare
b1d9f54 to
f179ea7
Compare
jansegre
approved these changes
Oct 11, 2024
msbrogli
approved these changes
Oct 11, 2024
f179ea7 to
b8584e2
Compare
b8584e2 to
2d27cd1
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
A couple PRs were previously merged in preparation for migrating the
feature_statesattribute from "normal" metadata to static metadata (#1016, #1017). As this migration has been postponed, this PR undoes some of those previous changes such as bringing back removed tests.Effectively, it cancels the unmerged #1018. The reason for cancelling it is that it changes the Feature Activation algorithm a bit, requiring careful review, and we don't want to invest the time in it right now. Instead, we want to merge Feature Activation for Transactions (#933) as soon as possible to begin testing it, so we're cancelling #1018 which was a dependency to it #933.
Acceptance Criteria
This PR contains 2 main changes:
git revertof refactor(metadata): pre-refactors for migrating feature states to static metadata [part 4/12] #1017, bringing back removed test assertions (in 1aad3cc).Checklist
master, confirm this code is production-ready and can be included in future releases as soon as it gets merged