Skip to content

Commit

Permalink
per pr response
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu committed Jun 29, 2023
1 parent c64b63f commit 44c9fbf
Show file tree
Hide file tree
Showing 14 changed files with 921 additions and 884 deletions.
4 changes: 2 additions & 2 deletions daemon/algod/api/algod.oas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3898,11 +3898,11 @@
"type": "integer"
}
},
"deletions": {
"stack-deletions": {
"description": "The number of deleted stack values by this opcode.",
"type": "integer"
},
"additions": {
"stack-additions": {
"description": "The values added by this opcode to the stack.",
"type": "array",
"items": {
Expand Down
22 changes: 11 additions & 11 deletions daemon/algod/api/algod.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2057,17 +2057,6 @@
"SimulationOpcodeTraceUnit": {
"description": "The set of trace information and effect from evaluating a single opcode.",
"properties": {
"additions": {
"description": "The values added by this opcode to the stack.",
"items": {
"$ref": "#/components/schemas/StackValue"
},
"type": "array"
},
"deletions": {
"description": "The number of deleted stack values by this opcode.",
"type": "integer"
},
"pc": {
"description": "The program counter of the current opcode being evaluated.",
"type": "integer"
Expand All @@ -2078,6 +2067,17 @@
"type": "integer"
},
"type": "array"
},
"stack-additions": {
"description": "The values added by this opcode to the stack.",
"items": {
"$ref": "#/components/schemas/StackValue"
},
"type": "array"
},
"stack-deletions": {
"description": "The number of deleted stack values by this opcode.",
"type": "integer"
}
},
"required": [
Expand Down
60 changes: 30 additions & 30 deletions daemon/algod/api/server/v2/generated/data/routes.go

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

52 changes: 26 additions & 26 deletions daemon/algod/api/server/v2/generated/experimental/routes.go

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

12 changes: 6 additions & 6 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.

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

Loading

0 comments on commit 44c9fbf

Please sign in to comment.