-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
change_feature_flags_for_testing/verification #12506
Merged
zjma
merged 5 commits into
zjma/disable-config-functions-by-randomness
from
disable-features-function
Mar 13, 2024
Merged
change_feature_flags_for_testing/verification #12506
zjma
merged 5 commits into
zjma/disable-config-functions-by-randomness
from
disable-features-function
Mar 13, 2024
Conversation
This file contains 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
zjma
requested review from
alinush,
junkil-park,
mstraka100,
davidiw,
movekevin and
wrwg
as code owners
March 13, 2024 10:32
zjma
removed request for
davidiw,
alinush,
junkil-park,
wrwg,
mstraka100 and
movekevin
March 13, 2024 10:32
zjma
added
CICD:run-e2e-tests
when this label is present github actions will run all land-blocking e2e tests from the PR
CICD:run-framework-upgrade-test
labels
Mar 13, 2024
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## zjma/disable-config-functions-by-randomness #12506 +/- ##
============================================================================
Coverage 63.9% 63.9%
============================================================================
Files 811 811
Lines 179999 179999
============================================================================
Hits 115093 115093
Misses 64906 64906 ☔ View full report in Codecov by Sentry. |
zjma
force-pushed
the
disable-features-function
branch
from
March 13, 2024 10:58
4120f61
to
4582912
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
❌ Forge suite
|
zjma
merged commit Mar 13, 2024
e590cdd
into
zjma/disable-config-functions-by-randomness
44 of 45 checks passed
zjma
added a commit
that referenced
this pull request
Mar 14, 2024
release builder update for randomness framework (#12381) print jwk configs in release builder maybe keep the gas schedule update function fix tests using version_set_version fix doc test fixing test_register_and_update_validator fixing tests using consensus_config::set fixing storage_integration_test update spec also disable gas update function (#12431) * still have to disable gas function * update fix doc Co-authored-by: Greg Nazario <[email protected]> update update rename function update spec change_feature_flags_for_testing/verification (#12506) * change_feature_flags_for_testing/verification * update features function usage in genesis * update features function usage in harness * debug * update remaining reference in e2e-move-tests
zjma
added a commit
that referenced
this pull request
Mar 19, 2024
) * disable X::set() release builder update for randomness framework (#12381) print jwk configs in release builder maybe keep the gas schedule update function fix tests using version_set_version fix doc test fixing test_register_and_update_validator fixing tests using consensus_config::set fixing storage_integration_test update spec also disable gas update function (#12431) * still have to disable gas function * update fix doc Co-authored-by: Greg Nazario <[email protected]> update update rename function update spec change_feature_flags_for_testing/verification (#12506) * change_feature_flags_for_testing/verification * update features function usage in genesis * update features function usage in harness * debug * update remaining reference in e2e-move-tests * a tmp release entry for randomness framework upgrade fix generate-proposals update release yaml for randomness framework (#12523) * debug * debug * debug * debug * debug * fix spec * update doc * update * update * support release entries for randomness config and jwk consensus config * update * lint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CICD:run-e2e-tests
when this label is present github actions will run all land-blocking e2e tests from the PR
CICD:run-framework-upgrade-test
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.
Description
Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
Key Areas to Review
Checklist