feat(nano): implement feature activation handling#1410
Merged
Conversation
glevco
commented
Sep 11, 2025
msbrogli
previously approved these changes
Sep 11, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1410 +/- ##
==========================================
+ Coverage 85.91% 85.97% +0.05%
==========================================
Files 432 432
Lines 32791 32822 +31
Branches 5112 5114 +2
==========================================
+ Hits 28174 28218 +44
+ Misses 3599 3592 -7
+ Partials 1018 1012 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f361221 to
b234b33
Compare
964d216 to
abb533f
Compare
abb533f to
2a42f4c
Compare
msbrogli
approved these changes
Sep 15, 2025
jansegre
approved these changes
Sep 15, 2025
2 tasks
glevco
added a commit
that referenced
this pull request
Sep 17, 2025
glevco
added a commit
that referenced
this pull request
Sep 17, 2025
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
Implement the ability to use Feature Activation for Blocks for activating Nano Contracts.
Acceptance Criteria
DISABLEDtoFEATURE_ACTIVATION. The feature config itself it not yet set._compute_vertices_that_became_invalidand related functions to methods.Checklist
master, confirm this code is production-ready and can be included in future releases as soon as it gets merged