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

Add Gauntlet++ Op Client and Op Requests into E2E Integration Tests #548

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

chray-zhang
Copy link

@chray-zhang chray-zhang commented Oct 25, 2024

What

Ops are not yet integrated into E2E Test workflow. That will be captured in this ticket: https://smartcontract-it.atlassian.net/jira/software/c/projects/NONEVM/boards/357/backlog?selectedIssue=NONEVM-291

Why:

https://smartcontract-it.atlassian.net/browse/NONEVM-330

This reverts commit 358cf94.

type StarknetGauntletPlusPlus struct {
client *g.ClientWithResponses
gr *http.Response
Copy link
Collaborator

Choose a reason for hiding this comment

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

what's gr stand for and where is it used? is it the acronym for "gauntlet response"?

Copy link
Author

Choose a reason for hiding this comment

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

Yup. Do you think I should expand it to response?

return nil
}

func (sgpp *StarknetGauntletPlusPlus) executeRequestReturnsReport(command string, inputMap map[string]interface{}) (g.Report, error) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

if you change the parameter to just Request this function can be called executeWithReport

@cl-sonarqube-production
Copy link

@augustbleeds
Copy link
Collaborator

looks good! now we're just waiting for the github token to pull in the private go modules

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.

2 participants