-
Notifications
You must be signed in to change notification settings - Fork 527
algod: Sunset v1 handlers #4847
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
Changes from all commits
e1bfb4c
0833e9f
948f3ee
32fd774
f802bdf
3cfbb10
b63973d
04fa73e
2030d59
4773df9
fec12fb
bcafc11
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4197,8 +4197,7 @@ | |
| "description": "The minimum transaction fee (not per byte) required for the\ntxn to validate for the current network protocol.", | ||
| "type": "integer" | ||
| } | ||
|
michaeldiamant marked this conversation as resolved.
|
||
| }, | ||
| "x-go-package": "github.com/algorand/go-algorand/daemon/algod/api/spec/v1" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure what this was being used for in the v2
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I also looked and I'm unsure how
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As an additional sanity check, I confirmed Go SDK source code generation does not change.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like the generator does not use them either: https://github.com/algorand/generator/blob/master/src/main/java/com/algorand/sdkutils/generators/OpenApiParser.java#L129 |
||
| } | ||
| } | ||
| }, | ||
| "ApplicationResponse": { | ||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.