core/services/workflows/v2: enforce PerWorkflow.ChainAllowed gate#20548
Merged
core/services/workflows/v2: enforce PerWorkflow.ChainAllowed gate#20548
Conversation
7e6b81e to
19816a8
Compare
pavel-raykov
reviewed
Dec 8, 2025
19816a8 to
b78e94c
Compare
Contributor
|
I see you updated files related to
|
b78e94c to
bad7f13
Compare
0b668ed to
9509af3
Compare
fe7d7ed to
295b62d
Compare
84fc31d to
e80c12e
Compare
Contributor
CORA - Analysis SkippedReason: The number of code owners (4) is less than the minimum required (5) and/or the number of CODEOWNERS entries with changed files (6) is less than the minimum required (2). |
d4a108b to
c77f60b
Compare
d200750 to
16fb1a3
Compare
16fb1a3 to
29524ce
Compare
jmank88
commented
Dec 11, 2025
Comment on lines
+17
to
+18
| # Temporary reduction in concurrent packages to reduce RAM usage | ||
| GO_TEST_FLAGS="$GO_TEST_FLAGS -p=4" |
Contributor
Author
Had to push an irrelevant update to get past this - please re-ack ASAP 🙏 |
chainchad
approved these changes
Dec 11, 2025
|
pavel-raykov
approved these changes
Dec 11, 2025
dhaidashenko
approved these changes
Dec 11, 2025
DylanTinianov
approved these changes
Dec 11, 2025
jmank88
added a commit
that referenced
this pull request
Dec 11, 2025
…0548) * core/services/workflows/v2: enforce PerWorkflow.ChainAllowed gate * tools/bin/go_core_test: use -p 4 to reduce RAM
This was referenced Jan 9, 2026
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.


https://smartcontract-it.atlassian.net/browse/PLEX-2110
This PR enforces the cre setting
PerWorkflow.ChainAllowedto gate chain capability calls and trigger subscriptions.Note: This make real chains not allowed by default, so deployed settings must be updated before upgrading nodes.
Requires:
Supports: