Skip to content
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

fix: remove validate studio network checks #1521

Merged
merged 3 commits into from Dec 5, 2023
Merged

fix: remove validate studio network checks #1521

merged 3 commits into from Dec 5, 2023

Conversation

saihaj
Copy link
Member

@saihaj saihaj commented Nov 24, 2023

Studio will take care of this and we don't need to maintain a list for supported networks.

closes #1509

Copy link

cloudflare-pages bot commented Nov 24, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9c86c12
Status: ✅  Deploy successful!
Preview URL: https://5f382ab4.graph-tooling.pages.dev
Branch Preview URL: https://saihaj-i1509.graph-tooling.pages.dev

View logs

Copy link

changeset-bot bot commented Nov 24, 2023

🦋 Changeset detected

Latest commit: 9c86c12

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphprotocol/graph-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@saihaj saihaj requested a review from azf20 November 24, 2023 17:04
Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphprotocol/graph-cli 0.62.1-alpha-20231124170720-3199a59 npm ↗︎ unpkg ↗︎

@saihaj saihaj enabled auto-merge (squash) November 24, 2023 17:08
Copy link
Contributor

@azf20 azf20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Does this already remove studio args from init? (Just checking if that was intended)

@@ -245,8 +244,6 @@ export default class InitCommand extends Command {
subgraphName,
contractName,
node,
studio,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this already removing some arguments from init?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no we are not removing any args. This is simply removing the validation check since we only do that check during init fro studio. Should not change any args.

@saihaj saihaj requested a review from azf20 November 24, 2023 20:34
@saihaj saihaj merged commit 3571a57 into main Dec 5, 2023
8 checks passed
@saihaj saihaj deleted the saihaj/i1509 branch December 5, 2023 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove validateStudioNetwork during deploy
3 participants