Skip to content

Commit

Permalink
update oas2 description of application initial states
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu committed Aug 30, 2023
1 parent c532074 commit d78f239
Show file tree
Hide file tree
Showing 9 changed files with 1,319 additions and 1,313 deletions.
2 changes: 1 addition & 1 deletion daemon/algod/api/algod.oas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4169,7 +4169,7 @@
}
},
"ApplicationInitialStates": {
"description": "An application's initial global/local/box state before simulation.",
"description": "An application's initial global/local/box state before simulation. NOTE that this is **NOT** the full set of initial states of an application, but rather the relevant states accessed (read or written) during the simulation.",
"required": [
"id"
],
Expand Down
2 changes: 1 addition & 1 deletion daemon/algod/api/algod.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@
"type": "object"
},
"ApplicationInitialStates": {
"description": "An application's initial global/local/box state before simulation.",
"description": "An application's initial global/local/box state before simulation. NOTE that this is **NOT** the full set of initial states of an application, but rather the relevant states accessed (read or written) during the simulation.",
"properties": {
"app-boxes": {
"$ref": "#/components/schemas/ApplicationKVStorage"
Expand Down
407 changes: 204 additions & 203 deletions daemon/algod/api/server/v2/generated/data/routes.go

Large diffs are not rendered by default.

409 changes: 205 additions & 204 deletions daemon/algod/api/server/v2/generated/experimental/routes.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.

403 changes: 202 additions & 201 deletions daemon/algod/api/server/v2/generated/nonparticipating/private/routes.go

Large diffs are not rendered by default.

561 changes: 281 additions & 280 deletions daemon/algod/api/server/v2/generated/nonparticipating/public/routes.go

Large diffs are not rendered by default.

415 changes: 208 additions & 207 deletions daemon/algod/api/server/v2/generated/participating/private/routes.go

Large diffs are not rendered by default.

431 changes: 216 additions & 215 deletions daemon/algod/api/server/v2/generated/participating/public/routes.go

Large diffs are not rendered by default.

0 comments on commit d78f239

Please sign in to comment.