Skip to content

Commit

Permalink
pr comment feedback (oas2 descriptions)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu committed Aug 17, 2023
1 parent b4cbf30 commit e163454
Show file tree
Hide file tree
Showing 9 changed files with 1,191 additions and 1,189 deletions.
8 changes: 4 additions & 4 deletions daemon/algod/api/algod.oas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3686,7 +3686,7 @@
"type": "boolean"
},
"state-change": {
"description": "A boolean option enabling returning application state changes together with execution trace during simulation.",
"description": "A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation.",
"type": "boolean"
}
}
Expand Down Expand Up @@ -4097,7 +4097,7 @@
}
},
"ApplicationStateOperation": {
"description": "An operation against an application global/local/box key-value pair.",
"description": "An operation against an application's global/local/box state.",
"required": [
"operation",
"app-state-type",
Expand All @@ -4113,15 +4113,15 @@
"type": "string"
},
"key": {
"description": "The key of the global/local/box state get written to.",
"description": "The key (name) of the global/local/box state.",
"type": "string",
"format": "byte"
},
"new-value": {
"$ref": "#/definitions/AvmValue"
},
"account": {
"description": "Address of the account of the local state being written to.",
"description": "For local state changes, the address of the account associated with the local state.",
"type": "string",
"x-algorand-format": "Address"
}
Expand Down
8 changes: 4 additions & 4 deletions daemon/algod/api/algod.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1301,10 +1301,10 @@
"type": "object"
},
"ApplicationStateOperation": {
"description": "An operation against an application global/local/box key-value pair.",
"description": "An operation against an application's global/local/box state.",
"properties": {
"account": {
"description": "Address of the account of the local state being written to.",
"description": "For local state changes, the address of the account associated with the local state.",
"type": "string",
"x-algorand-format": "Address"
},
Expand All @@ -1313,7 +1313,7 @@
"type": "string"
},
"key": {
"description": "The key of the global/local/box state get written to.",
"description": "The key (name) of the global/local/box state.",
"format": "byte",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
"type": "string"
Expand Down Expand Up @@ -2136,7 +2136,7 @@
"type": "boolean"
},
"state-change": {
"description": "A boolean option enabling returning application state changes together with execution trace during simulation.",
"description": "A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation.",
"type": "boolean"
}
},
Expand Down
394 changes: 197 additions & 197 deletions daemon/algod/api/server/v2/generated/data/routes.go

Large diffs are not rendered by default.

395 changes: 198 additions & 197 deletions daemon/algod/api/server/v2/generated/experimental/routes.go

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions daemon/algod/api/server/v2/generated/model/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

396 changes: 198 additions & 198 deletions daemon/algod/api/server/v2/generated/nonparticipating/private/routes.go

Large diffs are not rendered by default.

355 changes: 178 additions & 177 deletions daemon/algod/api/server/v2/generated/nonparticipating/public/routes.go

Large diffs are not rendered by default.

398 changes: 199 additions & 199 deletions daemon/algod/api/server/v2/generated/participating/private/routes.go

Large diffs are not rendered by default.

418 changes: 209 additions & 209 deletions daemon/algod/api/server/v2/generated/participating/public/routes.go

Large diffs are not rendered by default.

0 comments on commit e163454

Please sign in to comment.