-
Notifications
You must be signed in to change notification settings - Fork 13
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
adding go teal compile option changes #37
adding go teal compile option changes #37
Conversation
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.
@barnjamin Thanks for finding a way forward here. ☕
- I confirmed the generated changes produce no diff with Dev Tools: Source map decoder go-algorand-sdk#335 as of algorand/go-algorand-sdk@2c673b2.
- Out of scope to the PR: I opened an issue because it feels to me that a more robust solution is warranted - Go SDK code generation: Support query string parameters in a POST #38.
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.
We shouldn't add special cases in new endpoints. The special cases elsewhere were done for backwards compatibility and will be removed in a future major release.
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.
As of c5fb80f and as expected, I confirmed re-generating Go SDK produces no diffs in algorand/go-algorand-sdk#335.
Merging - Based on a verbal with @winder, we agreed I can merge provided I'm comfortable with the diff. |
This is done in order to pass a GET parameter through the Go client for TEAL compile endpoint