-
Notifications
You must be signed in to change notification settings - Fork 29
refactor(static-metadata): undo migration of feature_states to static metadata #1146
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
Conversation
|
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-thresholds
CLI 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
0e58201
to
b1d9f54
Compare
b1d9f54
to
f179ea7
Compare
f179ea7
to
b8584e2
Compare
b8584e2
to
2d27cd1
Compare
Motivation
A couple PRs were previously merged in preparation for migrating the
feature_states
attribute 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 revert
of 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