-
Notifications
You must be signed in to change notification settings - Fork 58
refactor(iota-graphql-rpc): restrict subscriptions feature for testnet & mainnet networks
#9271
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
Merged
sergiupopescu199
merged 2 commits into
sc-platform/feat/streaming-support
from
sc-platform/issue-9208-graphql-restrict-subscriptions-feature
Nov 14, 2025
Merged
+52
−14
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub. 6 Skipped Deployments
|
e005aa7 to
1a28f69
Compare
9b72663 to
2e8da99
Compare
kodemartin
approved these changes
Nov 13, 2025
Contributor
kodemartin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
tomxey
approved these changes
Nov 13, 2025
53cd6cd
into
sc-platform/feat/streaming-support
40 of 41 checks passed
sergiupopescu199
added a commit
that referenced
this pull request
Nov 20, 2025
…et` & `mainnet` networks (#9271) # Description of change This PR restricts the usage of the GraphQL Subscription feature only for `testnet` & `mainnet` networks. ## Links to any relevant issues fixes #9208 ## How the change has been tested - [x] Basic tests (linting, compilation, formatting, unit/integration tests) - [ ] Patch-specific tests (correctness, functionality coverage) ### Infrastructure QA (only required for crates that are maintained by @iotaledger/infrastructure) - [ ] Synchronization of the indexer from genesis for a network including migration objects. - [ ] Restart of indexer synchronization locally without resetting the database. - [ ] Restart of indexer synchronization on a production-like database. - [ ] Deployment of services using Docker. - [ ] Verification of API backward compatibility. > [!NOTE] > The path does not affect the normal operation of the indexer, thus no tests were conducted. ### Release Notes - [x] GraphQL: Usage of the Subscription feature is only supported on `devnet` and local netwroks, as the feature is still in alpha.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
infrastructure
Issues related to the Infrastructure Team
sc-platform
Issues related to the Smart Contract Platform group.
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 of change
This PR restricts the usage of the GraphQL Subscription feature only for
testnet&mainnetnetworks.Links to any relevant issues
fixes #9208
How the change has been tested
Infrastructure QA (only required for crates that are maintained by @iotaledger/infrastructure)
Note
The path does not affect the normal operation of the indexer, thus no tests were conducted.
Release Notes
devnetand local netwroks, as the feature is still in alpha.